API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4281/
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/59/",
        "https://djangopackages.org/api/v4/grids/275/"
    ],
    "id": 4281,
    "title": "django-permissions-auditor",
    "slug": "django-permissions-auditor",
    "last_updated": "2024-01-09T15:01:19-05:00",
    "last_fetched": "2026-02-15T20:01:21.868831-05:00",
    "repo_url": "https://github.com/AACEngineering/django-permissions-auditor",
    "pypi_version": "1.2.0",
    "created": "2019-01-08T11:33:55.461196-05:00",
    "modified": "2026-01-28T14:51:31.049246-05:00",
    "repo_forks": 4,
    "repo_description": "Tool to audit access control on your django app.",
    "pypi_url": "http://pypi.python.org/pypi/django-permissions-auditor",
    "documentation_url": "https://django-permissions-auditor.readthedocs.io/en/latest/",
    "repo_watchers": 22,
    "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": [
        "kluchrj",
        "annamooseity",
        "jeffgabhart",
        "LerikG"
    ]
}