API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2036/
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/176/"
    ],
    "id": 2036,
    "title": "Save The Change",
    "slug": "save-the-change",
    "last_updated": "2017-02-16T03:58:25-05:00",
    "last_fetched": "2026-02-16T03:05:00.205598-05:00",
    "repo_url": "https://github.com/karanlyons/django-save-the-change",
    "pypi_version": "1.1.0",
    "created": "2013-09-11T20:02:40.448344-04:00",
    "modified": "2026-01-28T16:14:43.074444-05:00",
    "repo_forks": 28,
    "repo_description": "Your DB Got It the First Time.",
    "pypi_url": "http://pypi.python.org/pypi/django-save-the-change",
    "documentation_url": "https://django-save-the-change.readthedocs.org/en/latest/",
    "repo_watchers": 115,
    "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": [
        "karanlyons",
        "bkonkle",
        "simion"
    ]
}