API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3266/?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": 3266,
    "title": "django-ormcache",
    "slug": "django-ormcache",
    "last_updated": "2025-07-26T22:18:58-04:00",
    "last_fetched": "2026-02-15T21:07:34.628798-05:00",
    "repo_url": "https://github.com/educreations/django-ormcache",
    "pypi_version": "1.4",
    "created": "2016-04-07T14:32:27.020957-04:00",
    "modified": "2026-01-28T15:14:05.562725-05:00",
    "repo_forks": 3,
    "repo_description": "An ORM cache for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-ormcache",
    "documentation_url": "",
    "repo_watchers": 19,
    "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,
        8,
        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": [
        "streeter",
        "frewsxcv",
        "meastman"
    ]
}