API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/140/?format=api",
        "https://djangopackages.org/api/v4/grids/127/?format=api"
    ],
    "id": 2888,
    "title": "django-starter-template",
    "slug": "django-starter-template",
    "last_updated": "2019-10-23T13:44:31-04:00",
    "last_fetched": "2026-02-15T09:06:38.594373-05:00",
    "repo_url": "https://github.com/fasouto/django-starter-template",
    "pypi_version": null,
    "created": "2015-05-02T14:41:43.916799-04:00",
    "modified": "2026-01-29T12:56:55.280098-05:00",
    "repo_forks": 38,
    "repo_description": "A project template for Django 2.0 that follows best practices.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 157,
    "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": [
        "fasouto",
        "zwernberg",
        "dependabot[bot]"
    ]
}