API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6122/
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/52/"
    ],
    "id": 6122,
    "title": "django-ulidfield",
    "slug": "django-ulidfield",
    "last_updated": "2025-07-24T14:20:44-04:00",
    "last_fetched": "2026-02-15T03:03:38.556071-05:00",
    "repo_url": "https://github.com/dumaas/django-ulidfield",
    "pypi_version": "0.1.0",
    "created": "2025-07-24T14:19:57.024363-04:00",
    "modified": "2026-01-28T16:44:34.741921-05:00",
    "repo_forks": 1,
    "repo_description": "A drop-in Django model field for storing sortable, time-encoded ULIDs as 26-character strings.",
    "pypi_url": "https://pypi.org/project/django-ulidfield",
    "documentation_url": "https://django-ulidfield.readthedocs.io/en/latest/",
    "repo_watchers": 44,
    "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,
        11,
        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": [
        "gonzalezchristian"
    ]
}