API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6109/?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/245/?format=api"
    ],
    "id": 6109,
    "title": "DRF Auth Kit",
    "slug": "drf-auth-kit",
    "last_updated": "2026-04-17T23:13:41-04:00",
    "last_fetched": "2026-05-26T00:05:29.443085-04:00",
    "repo_url": "https://github.com/forthecraft/drf-auth-kit",
    "pypi_version": "1.1.5",
    "created": "2025-07-09T10:10:00.666392-04:00",
    "modified": "2026-01-28T16:44:49.128892-05:00",
    "repo_forks": 10,
    "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": 117,
    "commits_over_52": [
        0,
        0,
        1,
        9,
        2,
        10,
        24,
        10,
        2,
        0,
        4,
        4,
        0,
        0,
        0,
        4,
        3,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        11,
        2,
        0,
        0,
        2,
        2,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "huynguyengl99",
        "martimarkov",
        "dependabot[bot]",
        "amsfwd",
        "h0pers"
    ]
}