API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/354/?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/248/?format=api"
    ],
    "id": 354,
    "title": "django-redis-monitor",
    "slug": "django-redis-monitor",
    "last_updated": "2010-08-27T07:14:49-04:00",
    "last_fetched": "2026-02-15T13:01:43.407710-05:00",
    "repo_url": "https://github.com/simonw/django-redis-monitor",
    "pypi_version": null,
    "created": "2010-09-13T03:36:37.554873-04:00",
    "modified": "2026-01-28T13:15:45.343725-05:00",
    "repo_forks": 9,
    "repo_description": "Request per second / SQLop per second monitoring for Django, using Redis for storage",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 101,
    "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": [
        "simonw",
        "dvydra"
    ]
}