API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5013/?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": 5013,
    "title": "django-vectortiles",
    "slug": "django-vectortiles",
    "last_updated": "2025-12-15T10:57:55-05:00",
    "last_fetched": "2026-02-15T19:05:27.160170-05:00",
    "repo_url": "https://github.com/submarcos/django-vectortiles",
    "pypi_version": "1.0.2",
    "created": "2021-02-26T11:39:16.338867-05:00",
    "modified": "2026-01-28T14:42:39.380661-05:00",
    "repo_forks": 14,
    "repo_description": "Mapbox VectorTiles for django, with PostGIS or Python",
    "pypi_url": "http://pypi.python.org/pypi/django-vectortiles",
    "documentation_url": "https://django-vectortiles.readthedocs.io",
    "repo_watchers": 55,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        16,
        26,
        2,
        0,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "submarcos",
        "dependabot[bot]",
        "StefanBrand",
        "Chatewgne",
        "kxtells",
        "nitrag"
    ]
}