API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1299/
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": 1299,
    "title": "django-html_sanitizer",
    "slug": "django-html_sanitizer",
    "last_updated": "2016-01-12T20:28:17-05:00",
    "last_fetched": "2026-02-15T19:10:46.993369-05:00",
    "repo_url": "https://github.com/ui/django-html_sanitizer",
    "pypi_version": "0.1.5",
    "created": "2012-05-11T05:59:13.614218-04:00",
    "modified": "2026-01-28T14:49:57.088572-05:00",
    "repo_forks": 25,
    "repo_description": "A set of HTML input sanitization or cleaning utilities for django models, forms and templates",
    "pypi_url": "http://pypi.python.org/pypi/django-html_sanitizer",
    "documentation_url": null,
    "repo_watchers": 67,
    "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": [
        "selwin",
        "kckrinke",
        "cltrudeau",
        "gbezyuk",
        "the-glu"
    ]
}