API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2411/?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/59/?format=api",
        "https://djangopackages.org/api/v4/grids/30/?format=api"
    ],
    "id": 2411,
    "title": "django_sieve",
    "slug": "django_sieve",
    "last_updated": "2014-06-04T15:59:43-04:00",
    "last_fetched": "2026-02-16T02:04:54.056460-05:00",
    "repo_url": "https://github.com/alixedi/django_sieve",
    "pypi_version": "1.0.0",
    "created": "2014-06-04T16:03:57.070107-04:00",
    "modified": "2026-01-28T16:05:24.487811-05:00",
    "repo_forks": 1,
    "repo_description": "Serve user-wise data beautifully, minimally and correctly.",
    "pypi_url": "http://pypi.python.org/pypi/django_sieve",
    "documentation_url": "https://github.com/alixedi/django_sieve/blob/master/README.rst",
    "repo_watchers": 7,
    "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": []
}