API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1704/
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/39/"
    ],
    "id": 1704,
    "title": "django-postleware",
    "slug": "django-postleware",
    "last_updated": "2013-01-28T08:28:38-05:00",
    "last_fetched": "2026-02-16T03:06:01.252722-05:00",
    "repo_url": "https://github.com/thurloat/django-postleware",
    "pypi_version": "1.0.1",
    "created": "2013-03-06T11:25:24.363649-05:00",
    "modified": "2026-01-28T16:16:41.471881-05:00",
    "repo_forks": 1,
    "repo_description": "A simple django middleware that ensures POSTs aren't cached by clients.",
    "pypi_url": "http://pypi.python.org/pypi/django-postleware",
    "documentation_url": null,
    "repo_watchers": 2,
    "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": [
        "thurloat"
    ]
}