API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/297/
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/113/"
    ],
    "id": 297,
    "title": "django-batch-select",
    "slug": "django-batch-select",
    "last_updated": "2011-11-19T10:16:25-05:00",
    "last_fetched": "2026-02-16T02:05:00.971352-05:00",
    "repo_url": "https://github.com/lilspikey/django-batch-select",
    "pypi_version": "0.2.4",
    "created": "2010-09-13T03:04:51.501831-04:00",
    "modified": "2026-01-28T16:05:36.854879-05:00",
    "repo_forks": 7,
    "repo_description": "batch select many-to-many and one-to-many fields (to help avoid n+1 query problem)",
    "pypi_url": "http://pypi.python.org/pypi/django-batch-select",
    "documentation_url": null,
    "repo_watchers": 161,
    "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": [
        "lilspikey",
        "akaihola",
        "dgouldin",
        "kmike"
    ]
}