API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6156/?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/58/?format=api"
    ],
    "id": 6156,
    "title": "django-identityfield",
    "slug": "django-identityfield",
    "last_updated": "2025-10-04T18:47:56-04:00",
    "last_fetched": "2026-02-15T03:03:22.299346-05:00",
    "repo_url": "https://github.com/petrprikryl/django-identityfield",
    "pypi_version": "0.1.2",
    "created": "2025-10-03T11:44:40.671189-04:00",
    "modified": "2026-01-28T16:44:02.728861-05:00",
    "repo_forks": 0,
    "repo_description": "Auto-incrementing fields like Django AutoField but without restrictions!",
    "pypi_url": "https://pypi.org/project/django-identityfield/",
    "documentation_url": null,
    "repo_watchers": 5,
    "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,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "petrprikryl"
    ]
}