API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/808/
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/28/"
    ],
    "id": 808,
    "title": "django-secure",
    "slug": "django-secure",
    "last_updated": "2020-03-31T19:30:44-04:00",
    "last_fetched": "2026-02-15T07:05:56.927836-05:00",
    "repo_url": "https://github.com/carljm/django-secure",
    "pypi_version": "1.0.2",
    "created": "2011-06-01T14:59:14.290466-04:00",
    "modified": "2026-01-29T12:47:41.648113-05:00",
    "repo_forks": 31,
    "repo_description": "This project was merged into Django 1.8, and is now unsupported and unmaintained as a third-party app.",
    "pypi_url": "http://pypi.python.org/pypi/django-secure",
    "documentation_url": "https://readthedocs.org/projects/django-secure/",
    "repo_watchers": 459,
    "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": [
        "carljm",
        "empanda",
        "cool-RR",
        "dstufft",
        "adrianholovaty",
        "mwarkentin"
    ]
}