API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3816/
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/7/",
        "https://djangopackages.org/api/v4/grids/66/"
    ],
    "id": 3816,
    "title": "django-custom-anonymous",
    "slug": "django-custom-anonymous",
    "last_updated": "2019-07-19T08:21:17-04:00",
    "last_fetched": "2026-02-15T04:06:14.510907-05:00",
    "repo_url": "https://github.com/bugov/django-custom-anonymous",
    "pypi_version": "0.5.0",
    "created": "2017-05-12T06:32:22.195540-04:00",
    "modified": "2026-01-28T16:59:35.890411-05:00",
    "repo_forks": 3,
    "repo_description": "🤠provides customization of AnonymousUser in Django",
    "pypi_url": "http://pypi.python.org/pypi/django-custom-anonymous",
    "documentation_url": "",
    "repo_watchers": 17,
    "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": [
        "bugov",
        "elgertam",
        "desecho",
        "bashu"
    ]
}