API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4593/?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/79/?format=api"
    ],
    "id": 4593,
    "title": "djaq",
    "slug": "djaq",
    "last_updated": "2023-05-03T06:40:41-04:00",
    "last_fetched": "2026-02-15T21:07:09.955564-05:00",
    "repo_url": "https://github.com/paul-wolf/djaq",
    "pypi_version": "1.0.9",
    "created": "2020-05-12T05:38:00.417732-04:00",
    "modified": "2026-01-28T15:13:23.353163-05:00",
    "repo_forks": 19,
    "repo_description": "Django queries",
    "pypi_url": "http://pypi.python.org/pypi/Djaq",
    "documentation_url": "https://github.com/paul-wolf/djaq",
    "repo_watchers": 83,
    "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": [
        "paul-wolf",
        "paulwolf-bitposter"
    ]
}