API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5946/
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/330/"
    ],
    "id": 5946,
    "title": "django-asyncapi",
    "slug": "django-asyncapi",
    "last_updated": "2024-07-20T13:29:14-04:00",
    "last_fetched": "2026-02-15T21:06:25.611195-05:00",
    "repo_url": "https://github.com/skonik/django-asyncapi",
    "pypi_version": "0.3.2",
    "created": "2024-07-20T14:20:35.850470-04:00",
    "modified": "2026-01-28T15:12:08.704109-05:00",
    "repo_forks": 1,
    "repo_description": "AsyncAPI ✨ documentation in django via pydantic models",
    "pypi_url": "https://pypi.org/project/django-asyncapi",
    "documentation_url": "https://skonik.github.io/django-asyncapi/index.html",
    "repo_watchers": 8,
    "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,
        0
    ],
    "participants": [
        "skonik"
    ]
}