API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/253/?format=api"
    ],
    "id": 1856,
    "title": "django-html5-appcache",
    "slug": "django-html5-appcache",
    "last_updated": "2014-04-21T08:52:50-04:00",
    "last_fetched": "2026-02-15T11:03:04.365884-05:00",
    "repo_url": "https://github.com/nephila/django-html5-appcache",
    "pypi_version": "0.4.0",
    "created": "2013-06-02T06:36:30.584362-04:00",
    "modified": "2026-01-28T13:06:37.957052-05:00",
    "repo_forks": 4,
    "repo_description": "Application to handle HTML5 Appcache Manifest files for dynamic django websites",
    "pypi_url": "http://pypi.python.org/pypi/django-html5-appcache",
    "documentation_url": "https://readthedocs.org/projects/django-html5-appcache/",
    "repo_watchers": 11,
    "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": [
        "yakky",
        "bitdeli-chef"
    ]
}