API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/418/"
    ],
    "id": 5643,
    "title": "django-seal",
    "slug": "django-seal",
    "last_updated": "2025-07-10T09:39:52-04:00",
    "last_fetched": "2026-02-15T17:21:11.348413-05:00",
    "repo_url": "https://github.com/charettes/django-seal",
    "pypi_version": "1.7.1",
    "created": "2023-03-03T17:45:26.965962-05:00",
    "modified": "2026-01-28T14:17:46.613873-05:00",
    "repo_forks": 6,
    "repo_description": "Django application providing queryset sealing capability.",
    "pypi_url": "https://pypi.org/project/django-seal",
    "documentation_url": "",
    "repo_watchers": 288,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        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": [
        "charettes",
        "bryanhelmig",
        "shangxiao",
        "jacebrowning"
    ]
}