API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/877/?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/97/?format=api"
    ],
    "id": 877,
    "title": "django-scbv",
    "slug": "django-scbv",
    "last_updated": "2011-07-24T09:34:34-04:00",
    "last_fetched": "2026-02-15T13:01:59.295334-05:00",
    "repo_url": "https://github.com/patrys/django-scbv",
    "pypi_version": "2011.7",
    "created": "2011-07-21T16:56:11.565832-04:00",
    "modified": "2026-01-28T13:16:23.530448-05:00",
    "repo_forks": 0,
    "repo_description": "Simple (and sane) class-based views for Django",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 6,
    "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": [
        "patrys"
    ]
}