API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5128/?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/321/?format=api"
    ],
    "id": 5128,
    "title": "djangorestframework-mvt",
    "slug": "djangorestframework-mvt",
    "last_updated": "2021-04-02T09:20:22-04:00",
    "last_fetched": "2026-02-15T22:03:34.133296-05:00",
    "repo_url": "https://github.com/corteva/djangorestframework-mvt",
    "pypi_version": "0.2.5",
    "created": "2021-09-09T04:24:16.607577-04:00",
    "modified": "2026-01-28T15:20:00.969053-05:00",
    "repo_forks": 10,
    "repo_description": "Serve Mapbox Vector Tiles with Django and Postgres",
    "pypi_url": "http://pypi.python.org/pypi/djangorestframework-mvt",
    "documentation_url": "https://corteva.github.io/djangorestframework-mvt",
    "repo_watchers": 53,
    "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": [
        "trollefson",
        "carterthayer",
        "docmarionum1",
        "kirkhansen"
    ]
}