API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/241/"
    ],
    "id": 4228,
    "title": "ReportBro",
    "slug": "reportbro-lib",
    "last_updated": "2025-12-01T12:49:47-05:00",
    "last_fetched": "2026-02-15T19:06:50.670759-05:00",
    "repo_url": "https://github.com/jobsta/reportbro-lib",
    "pypi_version": "3.12.0",
    "created": "2018-09-26T03:23:11.467032-04:00",
    "modified": "2026-01-28T14:44:21.308489-05:00",
    "repo_forks": 53,
    "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": 117,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        8,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        7,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        2,
        4,
        2,
        2,
        0,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "alhman",
        "bmiklautz",
        "mariarauch"
    ]
}