API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/42/",
        "https://djangopackages.org/api/v4/grids/127/"
    ],
    "id": 332,
    "title": "django-project-templates",
    "slug": "django-project-templates",
    "last_updated": "2010-03-28T09:16:57-04:00",
    "last_fetched": "2026-02-15T22:04:55.857923-05:00",
    "repo_url": "https://github.com/garethr/django-project-templates",
    "pypi_version": "0.11",
    "created": "2010-09-13T03:26:34.125844-04:00",
    "modified": "2026-01-28T15:22:37.742022-05:00",
    "repo_forks": 23,
    "repo_description": "A set of Paster templates for Django projects, including a fabric deployment script",
    "pypi_url": "http://pypi.python.org/pypi/django-project-templates",
    "documentation_url": null,
    "repo_watchers": 124,
    "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": [
        "garethr"
    ]
}