API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1564/?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/156/?format=api"
    ],
    "id": 1564,
    "title": "rapidsms-tropo",
    "slug": "rapidsms-tropo",
    "last_updated": "2013-05-20T08:25:08-04:00",
    "last_fetched": "2026-05-25T23:04:30.509844-04:00",
    "repo_url": "https://github.com/caktus/rapidsms-tropo",
    "pypi_version": "0.2.0",
    "created": "2012-11-26T13:18:40.894038-05:00",
    "modified": "2026-01-28T16:17:14.127870-05:00",
    "repo_forks": 3,
    "repo_description": "Tropo backend for RapidSMS",
    "pypi_url": "http://pypi.python.org/pypi/rapidsms-tropo",
    "documentation_url": null,
    "repo_watchers": 10,
    "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": [
        "dpoirier"
    ]
}