API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/249/?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/39/?format=api"
    ],
    "id": 249,
    "title": "django-newcache",
    "slug": "django-newcache",
    "last_updated": "2010-09-04T12:23:49-04:00",
    "last_fetched": "2026-02-16T01:02:30.705874-05:00",
    "repo_url": "https://github.com/ericflo/django-newcache",
    "pypi_version": "0.2.4",
    "created": "2010-09-12T01:31:34.401425-04:00",
    "modified": "2026-01-28T15:50:39.026912-05:00",
    "repo_forks": 20,
    "repo_description": "Improved memcached cache backend for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-newcache",
    "documentation_url": null,
    "repo_watchers": 189,
    "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": [
        "ericflo",
        "justquick"
    ]
}