API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/258/
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/"
    ],
    "id": 258,
    "title": "django-tos",
    "slug": "django-tos",
    "last_updated": "2025-11-30T22:59:10-05:00",
    "last_fetched": "2026-02-15T14:01:17.791155-05:00",
    "repo_url": "https://github.com/revsys/django-tos",
    "pypi_version": null,
    "created": "2010-09-12T14:32:07.805960-04:00",
    "modified": "2026-01-28T13:25:52.374029-05:00",
    "repo_forks": 41,
    "repo_description": "A small app to ensure your users re-agree to Terms of Service changes",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 161,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        2,
        0,
        11,
        7,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "nicholasserra",
        "blag",
        "frankwiles",
        "dependabot[bot]",
        "pydanny",
        "cclauss",
        "cypreess",
        "georgedorn",
        "Akuryou",
        "karbassi",
        "saebyn",
        "Hopiu",
        "fcurella",
        "kbrownlees",
        "yrchen",
        "hhummel"
    ]
}