API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2619/
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/18/"
    ],
    "id": 2619,
    "title": "django-sniplates",
    "slug": "django-sniplates",
    "last_updated": "2023-08-22T20:30:36-04:00",
    "last_fetched": "2026-02-15T18:11:16.321168-05:00",
    "repo_url": "https://github.com/funkybob/django-sniplates",
    "pypi_version": "0.7.2",
    "created": "2014-10-10T08:01:28.977460-04:00",
    "modified": "2026-01-28T14:31:19.730179-05:00",
    "repo_forks": 18,
    "repo_description": "Template snippet libraries for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-sniplates",
    "documentation_url": "https://sniplates.readthedocs.io/en/latest/",
    "repo_watchers": 57,
    "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": [
        "funkybob",
        "sergei-maertens",
        "schinckel",
        "kezabelle",
        "mattmcc",
        "flupzor",
        "adamchainz",
        "trauty-is-me"
    ]
}