API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/58/"
    ],
    "id": 5952,
    "title": "django-sequencefield",
    "slug": "django-sequencefield",
    "last_updated": "2026-02-09T21:06:29-05:00",
    "last_fetched": "2026-02-15T22:03:02.280815-05:00",
    "repo_url": "https://github.com/quertenmont/django-sequencefield",
    "pypi_version": "1.0.13",
    "created": "2024-08-13T09:23:41.519974-04:00",
    "modified": "2026-01-28T15:19:02.106985-05:00",
    "repo_forks": 1,
    "repo_description": "Additional field from django taking it's value from a postgresql sequence.  It is similar to django AutoField, except that multiple model can share ids from a single sequence",
    "pypi_url": "https://pypi.org/project/django-sequencefield",
    "documentation_url": "https://github.com/quertenmont/django-sequencefield#readme",
    "repo_watchers": 11,
    "commits_over_52": [
        0,
        2,
        3,
        2,
        2,
        2,
        3,
        0,
        0,
        7,
        0,
        0,
        2,
        2,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        2,
        0,
        2,
        2,
        12,
        0,
        0,
        2,
        7,
        2,
        0,
        2,
        8,
        2,
        0,
        0,
        0,
        10,
        3,
        0,
        2,
        6,
        0,
        0,
        2,
        3,
        1,
        2
    ],
    "participants": [
        "quertenmont",
        "pre-commit-ci[bot]",
        "dependabot[bot]",
        "dutkulang"
    ]
}