API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6291/
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/61/",
        "https://djangopackages.org/api/v4/grids/329/",
        "https://djangopackages.org/api/v4/grids/309/"
    ],
    "id": 6291,
    "title": "django-stratagem",
    "slug": "django-stratagem",
    "last_updated": "2026-02-16T02:46:17-05:00",
    "last_fetched": "2026-02-16T02:50:59.907459-05:00",
    "repo_url": "https://github.com/omenapps/django-stratagem",
    "pypi_version": null,
    "created": "2026-02-16T02:50:14.017270-05:00",
    "modified": "2026-02-16T02:51:30.004335-05:00",
    "repo_forks": 0,
    "repo_description": "Because the Django world needs yet another registry system!",
    "pypi_url": "https://pypi.org/project/django-stratagem/",
    "documentation_url": "https://django-stratagem.readthedocs.io/en/latest/",
    "repo_watchers": 0,
    "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,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1
    ],
    "participants": [
        "jacklinke",
        "JackAtOmenApps"
    ]
}