API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4228/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/241/?format=api"
    ],
    "id": 4228,
    "title": "ReportBro",
    "slug": "reportbro-lib",
    "last_updated": "2026-04-29T09:50:39-04:00",
    "last_fetched": "2026-05-26T14:15:30.516931-04:00",
    "repo_url": "https://github.com/jobsta/reportbro-lib",
    "pypi_version": "3.12.2",
    "created": "2018-09-26T03:23:11.467032-04:00",
    "modified": "2026-01-28T14:44:21.308489-05:00",
    "repo_forks": 55,
    "repo_description": "PDF and Excel report generation library. Reports can be designed with reportbro-designer, a javascript plugin.",
    "pypi_url": "http://pypi.python.org/pypi/reportbro-lib",
    "documentation_url": "https://www.reportbro.com/doc/installation",
    "repo_watchers": 120,
    "commits_over_52": [
        5,
        7,
        0,
        0,
        0,
        0,
        0,
        0,
        7,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        5,
        1,
        2,
        2,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        2,
        0,
        0,
        5,
        0,
        0,
        0
    ],
    "participants": [
        "alhman",
        "bmiklautz",
        "mariarauch"
    ]
}