API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3160/
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/310/"
    ],
    "id": 3160,
    "title": "django-apptemplates",
    "slug": "django-apptemplates",
    "last_updated": "2020-03-10T20:29:10-04:00",
    "last_fetched": "2026-02-15T18:02:20.191593-05:00",
    "repo_url": "https://github.com/bittner/django-apptemplates",
    "pypi_version": "1.5",
    "created": "2015-12-14T09:43:08.859864-05:00",
    "modified": "2026-01-28T14:21:27.637789-05:00",
    "repo_forks": 11,
    "repo_description": "Django template loader that allows you to load and override a template from a specific Django application.",
    "pypi_url": "http://pypi.python.org/pypi/django-apptemplates",
    "documentation_url": "",
    "repo_watchers": 51,
    "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": [
        "bittner",
        "jwalgran",
        "dracos",
        "krtek4"
    ]
}