API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5467/
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": 5467,
    "title": "DRF Standardized Errors",
    "slug": "drf-standardized-errors",
    "last_updated": "2025-12-04T08:30:17-05:00",
    "last_fetched": "2026-02-15T17:05:36.382615-05:00",
    "repo_url": "https://github.com/ghazi-git/drf-standardized-errors",
    "pypi_version": "0.15.0",
    "created": "2022-05-08T11:56:49.162386-04:00",
    "modified": "2026-01-28T14:02:17.358182-05:00",
    "repo_forks": 19,
    "repo_description": "Standardize your DRF API error responses",
    "pypi_url": "http://pypi.python.org/pypi/drf-standardized-errors",
    "documentation_url": "https://drf-standardized-errors.readthedocs.io/en/latest/",
    "repo_watchers": 328,
    "commits_over_52": [
        2,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        18,
        3,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        15,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "ghazi-git",
        "pre-commit-ci[bot]",
        "TheSuperiorStanislav",
        "kevalrajpalknight",
        "GabDug",
        "erictapen"
    ]
}