API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1002/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/127/?format=api"
    ],
    "id": 1002,
    "title": "django-handstand-audreyr",
    "slug": "django-handstand-audreyr",
    "last_updated": "2011-11-11T15:18:46-05:00",
    "last_fetched": "2026-02-15T11:02:57.895802-05:00",
    "repo_url": "https://github.com/audreyr/django-handstand-audreyr",
    "pypi_version": null,
    "created": "2011-11-08T11:48:36.814749-05:00",
    "modified": "2026-01-28T13:06:23.584564-05:00",
    "repo_forks": 7,
    "repo_description": "DEPRECATED - use https://github.com/pydanny/cookiecutter-django and its forks instead.",
    "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": [
        "audreyfeldroy",
        "pydanny"
    ]
}