API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/974/
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/99/"
    ],
    "id": 974,
    "title": "Django Intruder",
    "slug": "django-intruder",
    "last_updated": "2012-04-07T23:58:13-04:00",
    "last_fetched": "2026-02-16T02:02:39.486599-05:00",
    "repo_url": "https://github.com/paulocheque/django-intruder",
    "pypi_version": "0.1.3",
    "created": "2011-10-27T12:15:00.904044-04:00",
    "modified": "2026-01-28T16:01:04.355631-05:00",
    "repo_forks": 0,
    "repo_description": "Django Intruder is a simple and unobtrusive application to intercept requests. It is useful to enable and disable features, for continuous deployment purpouses.",
    "pypi_url": "http://pypi.python.org/pypi/django-intruder",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "paulocheque"
    ]
}