API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4440/
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/65/"
    ],
    "id": 4440,
    "title": "Django REST - Typed Views",
    "slug": "drf-typed-views",
    "last_updated": "2022-05-15T13:43:04-04:00",
    "last_fetched": "2026-02-15T07:05:13.926795-05:00",
    "repo_url": "https://github.com/rsinger86/drf-typed-views",
    "pypi_version": "0.3.0",
    "created": "2019-10-20T17:21:33.055605-04:00",
    "modified": "2026-01-29T12:46:45.521833-05:00",
    "repo_forks": 11,
    "repo_description": "Use type annotations to validate/deserialize request parameters in Dango REST Framework.",
    "pypi_url": "http://pypi.python.org/pypi/drf-typed-views",
    "documentation_url": "",
    "repo_watchers": 197,
    "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": [
        "rsinger86",
        "dependabot[bot]",
        "filwaline",
        "bbkgh",
        "danielquinn",
        "sjquant"
    ]
}