API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1667/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/140/?format=api",
        "https://djangopackages.org/api/v4/grids/127/?format=api"
    ],
    "id": 1667,
    "title": "django modern template",
    "slug": "django-modern-template",
    "last_updated": "2013-03-18T05:56:24-04:00",
    "last_fetched": "2026-02-15T07:02:43.512368-05:00",
    "repo_url": "https://github.com/nigma/django-modern-template",
    "pypi_version": null,
    "created": "2013-02-11T09:32:26.056419-05:00",
    "modified": "2026-01-29T12:42:45.563471-05:00",
    "repo_forks": 15,
    "repo_description": "Modern Django project template",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 43,
    "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": [
        "nigma"
    ]
}