API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3843/
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/74/"
    ],
    "id": 3843,
    "title": "Django Tilestache",
    "slug": "django-tilestache",
    "last_updated": null,
    "last_fetched": "2026-02-15T20:06:34.879043-05:00",
    "repo_url": "https://gitlab.sigmageosistemas.com.br/dev/django-tilestache",
    "pypi_version": "2.0.9",
    "created": "2017-06-05T18:34:20.561601-04:00",
    "modified": "2026-01-28T14:58:57.350809-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-tilestache",
    "documentation_url": "",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}