API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/199/?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": 199,
    "title": "django-reversetag",
    "slug": "django-reversetag",
    "last_updated": "2010-12-01T12:05:40-05:00",
    "last_fetched": "2026-02-16T03:01:28.825539-05:00",
    "repo_url": "https://github.com/ulope/django-reversetag",
    "pypi_version": "0.3.2",
    "created": "2010-09-05T16:50:53.817109-04:00",
    "modified": "2026-01-28T16:09:08.033976-05:00",
    "repo_forks": 2,
    "repo_description": "A new, improved (and renamed) implementation of Django's 'url' template tag.",
    "pypi_url": "http://pypi.python.org/pypi/django-reversetag",
    "documentation_url": null,
    "repo_watchers": 45,
    "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": [
        "ulope"
    ]
}