API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1541/?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/14/?format=api"
    ],
    "id": 1541,
    "title": "django-sphinxsearch",
    "slug": "django-sphinxsearch",
    "last_updated": "2013-03-28T02:34:55-04:00",
    "last_fetched": "2026-02-15T13:02:23.424476-05:00",
    "repo_url": "https://github.com/adw0rd/django-sphinxsearch",
    "pypi_version": null,
    "created": "2012-11-16T15:53:03.120662-05:00",
    "modified": "2026-01-28T13:17:06.628100-05:00",
    "repo_forks": 1,
    "repo_description": "A transparent layer for full-text search using Sphinx API and Django",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 8,
    "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": [
        "adw0rd"
    ]
}