API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5679/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/18/?format=api",
        "https://djangopackages.org/api/v4/grids/276/?format=api",
        "https://djangopackages.org/api/v4/grids/81/?format=api"
    ],
    "id": 5679,
    "title": "django-querystring-tag",
    "slug": "django-querystring-tag",
    "last_updated": "2023-11-15T16:24:21-05:00",
    "last_fetched": "2026-02-15T17:21:59.707215-05:00",
    "repo_url": "https://github.com/ababic/django-querystring-tag",
    "pypi_version": "1.0.3",
    "created": "2023-05-13T03:25:27.833803-04:00",
    "modified": "2026-01-28T14:18:46.052753-05:00",
    "repo_forks": 2,
    "repo_description": "A single, powerful template tag for modifying and rendering safe, suitably-encoded querystring values.  It's the clean and simple way to create pagination links, filters, and other state-preserving links",
    "pypi_url": "https://pypi.org/project/django-querystring-tag",
    "documentation_url": "https://github.com/ababic/django-querystring-tag#readme",
    "repo_watchers": 18,
    "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": [
        "bibz"
    ]
}