API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/155/?format=api"
    ],
    "id": 1559,
    "title": "rapidsms-broadcast",
    "slug": "rapidsms-broadcast",
    "last_updated": "2014-05-16T16:05:21-04:00",
    "last_fetched": "2026-05-26T09:03:41.737239-04:00",
    "repo_url": "https://github.com/caktus/rapidsms-broadcast",
    "pypi_version": null,
    "created": "2012-11-26T12:05:34.102382-05:00",
    "modified": "2026-01-28T13:21:35.514553-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 4,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "daaray",
        "copelco",
        "tobiasmcnulty",
        "dpoirier"
    ]
}