API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1303/
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/448/"
    ],
    "id": 1303,
    "title": "django-cuser",
    "slug": "django-cuser",
    "last_updated": "2017-06-26T04:59:36-04:00",
    "last_fetched": "2026-02-15T04:06:12.340020-05:00",
    "repo_url": "https://github.com/Alir3z4/django-cuser",
    "pypi_version": "2017.3.16",
    "created": "2012-05-16T14:00:19.379988-04:00",
    "modified": "2026-01-28T16:59:31.537315-05:00",
    "repo_forks": 10,
    "repo_description": "Middleware to make authentication data easily available to all parts of a django project",
    "pypi_url": "http://pypi.python.org/pypi/django-cuser",
    "documentation_url": null,
    "repo_watchers": 40,
    "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": [
        "Alir3z4",
        "luzfcb",
        "seveas",
        "muhuk",
        "daniell",
        "martinburchell",
        "daniellawrence",
        "joetric",
        "vst"
    ]
}