API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/461/
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/7/",
        "https://djangopackages.org/api/v4/grids/28/",
        "https://djangopackages.org/api/v4/grids/59/"
    ],
    "id": 461,
    "title": "django-permission-backend-nonrel",
    "slug": "authentication",
    "last_updated": "2011-04-09T16:27:19-04:00",
    "last_fetched": "2026-02-15T11:05:03.473627-05:00",
    "repo_url": "https://bitbucket.org/fhahn/django-permission-backend-nonrel",
    "pypi_version": null,
    "created": "2010-10-30T01:35:55.632843-04:00",
    "modified": "2026-01-28T13:10:29.426871-05:00",
    "repo_forks": 0,
    "repo_description": "An authentication backend that supports Django's user and group permissions on Django-nonrel",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 16,
    "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": [
        "fhahn"
    ]
}