API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6025/?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": 6025,
    "title": "django-seq",
    "slug": "django-seq",
    "last_updated": "2026-01-01T07:52:49-05:00",
    "last_fetched": "2026-02-16T04:06:37.665968-05:00",
    "repo_url": "https://github.com/ertgl/django-seq",
    "pypi_version": "1.0.0a5",
    "created": "2024-12-10T20:32:29.519055-05:00",
    "modified": "2026-01-28T16:37:42.377755-05:00",
    "repo_forks": 0,
    "repo_description": "Django implementation of gapless sequences, with a configurable field type.",
    "pypi_url": "https://pypi.org/project/django-seq",
    "documentation_url": null,
    "repo_watchers": 4,
    "commits_over_52": [
        4,
        2,
        2,
        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,
        6,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "ertgl",
        "dependabot[bot]"
    ]
}