API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/1/"
    ],
    "id": 1734,
    "title": "django-addendum",
    "slug": "django-addendum",
    "last_updated": "2015-04-16T13:33:42-04:00",
    "last_fetched": "2026-02-15T20:08:40.317238-05:00",
    "repo_url": "https://github.com/wellfire/django-addendum",
    "pypi_version": "0.6.0",
    "created": "2013-03-29T15:41:13.105929-04:00",
    "modified": "2026-01-28T15:02:32.520603-05:00",
    "repo_forks": 1,
    "repo_description": "Easily edit arbitrary text snippets on a site without a full-fledged CMS or issuing another site release. Like a mini-CMS for every site.",
    "pypi_url": "http://pypi.python.org/pypi/django-addendum",
    "documentation_url": "https://readthedocs.org/projects/django-addendum/",
    "repo_watchers": 3,
    "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": [
        "bennylope"
    ]
}