API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4441/?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/215/?format=api"
    ],
    "id": 4441,
    "title": "Expose Django JSONField data as virtual model fields",
    "slug": "jsonstore",
    "last_updated": "2023-01-16T07:14:07-05:00",
    "last_fetched": "2026-02-15T11:05:44.225977-05:00",
    "repo_url": "https://github.com/viewflow/jsonstore",
    "pypi_version": "0.5.1",
    "created": "2019-10-22T05:56:42.197182-04:00",
    "modified": "2026-01-28T13:11:20.591324-05:00",
    "repo_forks": 5,
    "repo_description": "Expose Django JSONField data as virtual model fields",
    "pypi_url": "http://pypi.python.org/pypi/django-jsonstore",
    "documentation_url": "",
    "repo_watchers": 47,
    "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": [
        "kmmbvnr",
        "andrewyager"
    ]
}