API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/75/"
    ],
    "id": 4039,
    "title": "django-variantmpl",
    "slug": "django-variantmpl",
    "last_updated": "2018-02-19T11:54:01-05:00",
    "last_fetched": "2026-02-16T03:06:15.790761-05:00",
    "repo_url": "https://github.com/tell-k/django-variantmpl",
    "pypi_version": "0.1.0",
    "created": "2017-12-26T02:56:34.305567-05:00",
    "modified": "2026-01-28T16:17:12.101309-05:00",
    "repo_forks": 0,
    "repo_description": "Provide a mechanism for Django that switching template based on request context.",
    "pypi_url": "http://pypi.python.org/pypi/django-variantmpl",
    "documentation_url": "https://github.com/tell-k/django-variantmpl",
    "repo_watchers": 5,
    "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": [
        "tell-k"
    ]
}