API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5702/
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/7/"
    ],
    "id": 5702,
    "title": "django-passkeys",
    "slug": "django-passkeys",
    "last_updated": "2025-06-17T13:35:57-04:00",
    "last_fetched": "2026-02-15T20:04:46.811383-05:00",
    "repo_url": "https://github.com/mkalioby/django-passkeys",
    "pypi_version": "1.3.0.1",
    "created": "2023-06-13T17:27:14.480795-04:00",
    "modified": "2026-01-28T14:56:32.133705-05:00",
    "repo_forks": 27,
    "repo_description": "Django Authentication Backend For Passkeys",
    "pypi_url": "https://pypi.org/project/django-passkeys",
    "documentation_url": "",
    "repo_watchers": 241,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        3,
        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": [
        "mkalioby",
        "github-actions[bot]",
        "pulse-mind"
    ]
}