API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/245/",
        "https://djangopackages.org/api/v4/grids/79/"
    ],
    "id": 5949,
    "title": "drf-lookup",
    "slug": "drf-lookup",
    "last_updated": "2026-01-13T09:27:55-05:00",
    "last_fetched": "2026-02-15T22:05:17.287041-05:00",
    "repo_url": "https://github.com/kindlycat/drf-lookup",
    "pypi_version": "1.0.1",
    "created": "2024-08-04T19:47:31.496161-04:00",
    "modified": "2026-01-28T15:23:22.838812-05:00",
    "repo_forks": 0,
    "repo_description": "Retrive options for drf serializer fields and django-filter filters",
    "pypi_url": "https://pypi.org/project/drf-lookup",
    "documentation_url": "https://drf-lookup.readthedocs.io",
    "repo_watchers": 2,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        5,
        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,
        2,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "kindlycat"
    ]
}