API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4456/?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/243/?format=api"
    ],
    "id": 4456,
    "title": "django-scopes",
    "slug": "django-scopes",
    "last_updated": "2025-10-31T09:50:22-04:00",
    "last_fetched": "2026-02-15T18:11:12.007404-05:00",
    "repo_url": "https://github.com/raphaelm/django-scopes",
    "pypi_version": "2.0.0",
    "created": "2019-11-24T20:36:32.474266-05:00",
    "modified": "2026-01-28T14:31:13.340730-05:00",
    "repo_forks": 17,
    "repo_description": "Safely separate multiple tenants in a Django database",
    "pypi_url": "http://pypi.python.org/pypi/django-scopes",
    "documentation_url": "",
    "repo_watchers": 255,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "raphaelm",
        "rixx",
        "luto",
        "avallbona",
        "jrief",
        "henryk"
    ]
}