API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6109/
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/245/"
    ],
    "id": 6109,
    "title": "DRF Auth Kit",
    "slug": "drf-auth-kit",
    "last_updated": "2026-02-05T21:50:15-05:00",
    "last_fetched": "2026-02-15T03:03:59.148395-05:00",
    "repo_url": "https://github.com/forthecraft/drf-auth-kit",
    "pypi_version": "1.1.4",
    "created": "2025-07-09T10:10:00.666392-04:00",
    "modified": "2026-01-28T16:44:49.128892-05:00",
    "repo_forks": 7,
    "repo_description": "Modern Django REST Framework authentication toolkit with JWT cookies, social login, and 2FA support",
    "pypi_url": "https://pypi.org/project/drf-auth-kit",
    "documentation_url": "https://drf-auth-kit.readthedocs.io/",
    "repo_watchers": 111,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        5,
        5,
        4,
        31,
        5,
        7,
        0,
        2,
        6,
        0,
        0,
        0,
        4,
        3,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        9,
        4,
        0,
        0,
        2,
        2,
        0,
        4,
        0
    ],
    "participants": [
        "huynguyengl99",
        "martimarkov",
        "dependabot[bot]",
        "amsfwd"
    ]
}