API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1461/
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/253/"
    ],
    "id": 1461,
    "title": "django_appcache",
    "slug": "django_appcache",
    "last_updated": "2012-11-13T16:48:37-05:00",
    "last_fetched": "2026-02-15T09:06:45.341215-05:00",
    "repo_url": "https://github.com/kumar303/django_appcache",
    "pypi_version": "1.4",
    "created": "2012-09-15T10:27:30.094928-04:00",
    "modified": "2026-01-29T12:57:09.629812-05:00",
    "repo_forks": 3,
    "repo_description": "helps you build and serve an appcache manifest from Django.",
    "pypi_url": "http://pypi.python.org/pypi/django_appcache",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "kumar303",
        "potch"
    ]
}