API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/18/?format=api"
    ],
    "id": 6332,
    "title": "django-clearplaintext",
    "slug": "django-clearplaintext",
    "last_updated": "2026-05-21T15:26:55-04:00",
    "last_fetched": "2026-05-26T18:03:03.645487-04:00",
    "repo_url": "https://github.com/websightful/django-clearplaintext",
    "pypi_version": "1.2.0",
    "created": "2026-04-01T16:34:12.717832-04:00",
    "modified": "2026-04-01T16:36:33.006818-04:00",
    "repo_forks": 0,
    "repo_description": "Provides a Django template filter that normalizes plain text while allowing explicit whitespace control.",
    "pypi_url": "https://pypi.org/project/django-clearplaintext/",
    "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,
        34,
        2,
        0,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        1
    ],
    "participants": [
        "archatas"
    ]
}