API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/299/
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/14/"
    ],
    "id": 299,
    "title": "django-sphinx",
    "slug": "django-sphinx",
    "last_updated": "2015-01-27T19:40:03-05:00",
    "last_fetched": "2026-02-16T00:01:26.473990-05:00",
    "repo_url": "https://github.com/dcramer/django-sphinx",
    "pypi_version": "2.2.4",
    "created": "2010-09-13T03:05:59.534147-04:00",
    "modified": "2026-01-28T15:27:27.364250-05:00",
    "repo_forks": 123,
    "repo_description": "A transparent layer for full-text search using Sphinx and Django",
    "pypi_url": "http://pypi.python.org/pypi/django-sphinx",
    "documentation_url": null,
    "repo_watchers": 359,
    "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": [
        "dcramer",
        "mwrshl",
        "wojciechpolak"
    ]
}