API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2008/
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/47/",
        "https://djangopackages.org/api/v4/grids/18/"
    ],
    "id": 2008,
    "title": "django-activeurl",
    "slug": "django-activeurl",
    "last_updated": "2020-01-26T17:59:33-05:00",
    "last_fetched": "2026-02-15T20:02:23.790973-05:00",
    "repo_url": "https://github.com/hellysmile/django-activeurl",
    "pypi_version": "0.2.0",
    "created": "2013-08-26T19:16:18.815781-04:00",
    "modified": "2026-01-28T14:52:56.077576-05:00",
    "repo_forks": 29,
    "repo_description": "Easy-to-use active URL highlighting for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-activeurl",
    "documentation_url": "",
    "repo_watchers": 156,
    "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": [
        "hellysmile",
        "tony",
        "jnns",
        "RossLote",
        "voidus",
        "jor123",
        "bmispelon",
        "bitdeli-chef",
        "CrystalStiletto",
        "meloncafe",
        "jonashaag",
        "wbphp"
    ]
}