API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/430/?format=api"
    ],
    "id": 5700,
    "title": "django-ninja-apikey",
    "slug": "django-ninja-apikey",
    "last_updated": "2021-08-27T09:54:10-04:00",
    "last_fetched": "2026-02-15T20:05:39.893455-05:00",
    "repo_url": "https://github.com/mawassk/django-ninja-apikey",
    "pypi_version": "0.2.1",
    "created": "2023-06-13T15:24:43.088623-04:00",
    "modified": "2026-01-28T14:57:40.256993-05:00",
    "repo_forks": 11,
    "repo_description": "Easy to use API key authentication for Django Ninja REST Framework",
    "pypi_url": "https://pypi.org/project/django-ninja-apikey",
    "documentation_url": "",
    "repo_watchers": 43,
    "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": [
        "mawassk"
    ]
}