API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/59/?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/18/?format=api"
    ],
    "id": 59,
    "title": "Django Classytags",
    "slug": "django-classy-tags",
    "last_updated": "2026-02-13T12:39:46-05:00",
    "last_fetched": "2026-02-15T03:04:55.030844-05:00",
    "repo_url": "https://github.com/django-cms/django-classy-tags",
    "pypi_version": "4.1.0",
    "created": "2010-08-18T06:48:27.974541-04:00",
    "modified": "2026-02-10T16:00:18.639114-05:00",
    "repo_forks": 48,
    "repo_description": "Class based template tags for django",
    "pypi_url": "http://pypi.python.org/pypi/django-classy-tags/",
    "documentation_url": "https://django-classy-tags.readthedocs.io/en/latest/",
    "repo_watchers": 381,
    "commits_over_52": [
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        1,
        0,
        1,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        1,
        1,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        1,
        0,
        1,
        1
    ],
    "participants": [
        "ojii",
        "dependabot[bot]",
        "FinalAngel",
        "marksweb",
        "yakky",
        "timgraham",
        "yannik-ammann",
        "pre-commit-ci[bot]",
        "fsbraun",
        "brente",
        "NicolaiRidani",
        "fladi",
        "kiahosseini",
        "kevinmarsh",
        "anukaal",
        "bashu",
        "vad",
        "jimux",
        "jayvdb",
        "mariajgrimaldi",
        "NarenderRajuB",
        "thomasgoirand",
        "g-builder-0"
    ]
}