API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2368/
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/24/"
    ],
    "id": 2368,
    "title": "Spirit",
    "slug": "spirit",
    "last_updated": "2025-04-19T13:42:48-04:00",
    "last_fetched": "2026-02-15T20:07:54.419745-05:00",
    "repo_url": "https://github.com/nitely/Spirit",
    "pypi_version": "0.14.3",
    "created": "2014-05-09T23:30:12.832947-04:00",
    "modified": "2026-01-28T15:01:10.754256-05:00",
    "repo_forks": 330,
    "repo_description": "Spirit is a modern Python/Django forum",
    "pypi_url": "http://pypi.python.org/pypi/django-spirit",
    "documentation_url": "https://spirit.readthedocs.io",
    "repo_watchers": 1187,
    "commits_over_52": [
        2,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        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": [
        "nitely",
        "cryptogun",
        "alesdotio",
        "andreynovikov",
        "mdamien",
        "nitely-throwaway777",
        "initialkommit",
        "sheepsy90",
        "benmurden",
        "rkenmi",
        "RobertKolner",
        "andreav",
        "code-review-doctor",
        "defp"
    ]
}