API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2229/
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/23/"
    ],
    "id": 2229,
    "title": "django-hermes",
    "slug": "django-hermes",
    "last_updated": "2021-04-20T12:39:04-04:00",
    "last_fetched": "2026-02-15T22:04:28.549614-05:00",
    "repo_url": "https://github.com/bunchesofdonald/django-hermes",
    "pypi_version": "1.4.2",
    "created": "2014-02-14T21:07:21.149305-05:00",
    "modified": "2026-01-28T15:21:50.076540-05:00",
    "repo_forks": 9,
    "repo_description": "A light-weight blogging app for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-hermes",
    "documentation_url": "",
    "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": [
        "bunchesofdonald",
        "LaundroMat",
        "symroe",
        "lowks",
        "dependabot[bot]"
    ]
}