API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5602/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/84/"
    ],
    "id": 5602,
    "title": "django-single-table-db-storage",
    "slug": "django-single-table-db-storage",
    "last_updated": "2024-01-23T00:54:38-05:00",
    "last_fetched": "2026-02-16T01:02:53.853092-05:00",
    "repo_url": "https://github.com/waterimp/django-single-table-db-storage",
    "pypi_version": "0.1.3",
    "created": "2023-01-07T07:12:12.395308-05:00",
    "modified": "2026-01-28T15:51:16.273553-05:00",
    "repo_forks": 2,
    "repo_description": "This Python package provides a Django storage implementation that uses a single database table.",
    "pypi_url": "https://pypi.org/project/django-single-table-db-storage",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "waterimp",
        "netmarkjp"
    ]
}