API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/439/?format=api"
    ],
    "id": 2464,
    "title": "django-user-management",
    "slug": "django-user-management",
    "last_updated": "2020-07-29T05:14:21-04:00",
    "last_fetched": "2026-02-15T18:16:20.018132-05:00",
    "repo_url": "https://github.com/incuna/django-user-management",
    "pypi_version": "18.0.0",
    "created": "2014-06-29T12:19:56.138208-04:00",
    "modified": "2026-01-28T14:37:06.699498-05:00",
    "repo_forks": 24,
    "repo_description": "User management model mixins and api views.",
    "pypi_url": "http://pypi.python.org/pypi/django-user-management",
    "documentation_url": "",
    "repo_watchers": 59,
    "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": [
        "maxpeterson",
        "meshy",
        "adam-thomas",
        "SemVerTsar",
        "Minglee01",
        "kevinetienne",
        "mattack108",
        "henrahmagix",
        "nologo",
        "lowks",
        "todd-dembrey"
    ]
}