API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/606/
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/52/"
    ],
    "id": 606,
    "title": "djeneralize",
    "slug": "djeneralize",
    "last_updated": "2017-09-29T07:13:00-04:00",
    "last_fetched": "2026-02-15T07:04:05.544726-05:00",
    "repo_url": "https://github.com/2degrees/djeneralize",
    "pypi_version": "1.3",
    "created": "2011-01-28T12:44:57.364265-05:00",
    "modified": "2026-01-29T12:44:56.223901-05:00",
    "repo_forks": 6,
    "repo_description": "Generalization of specialized models for Django",
    "pypi_url": "http://pypi.python.org/pypi/djeneralize",
    "documentation_url": "https://pythonhosted.org/djeneralize/",
    "repo_watchers": 43,
    "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": [
        "djspoulter",
        "LuRsT",
        "orientalperil"
    ]
}