API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/559/
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/"
    ],
    "id": 559,
    "title": "django-hierarchical-auth",
    "slug": "django-hierarchical-auth",
    "last_updated": "2011-01-05T10:03:46-05:00",
    "last_fetched": "2026-02-16T00:02:22.603454-05:00",
    "repo_url": "https://github.com/rasca/django-hierarchical-auth",
    "pypi_version": "1.4.6",
    "created": "2011-01-06T15:00:39.108630-05:00",
    "modified": "2026-01-28T15:29:17.829899-05:00",
    "repo_forks": 7,
    "repo_description": "Extends django auth allowing hierarchical permissions",
    "pypi_url": "http://pypi.python.org/pypi/django-object-permissions",
    "documentation_url": null,
    "repo_watchers": 20,
    "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": [
        "rasca"
    ]
}