API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4465/?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": 4465,
    "title": "Django Profanity Check",
    "slug": "django-profanity-check",
    "last_updated": "2019-05-05T12:00:35-04:00",
    "last_fetched": "2026-02-16T03:03:23.115703-05:00",
    "repo_url": "https://github.com/rnegron/django-profanity-check",
    "pypi_version": "0.1.0",
    "created": "2019-12-06T07:41:44.907322-05:00",
    "modified": "2026-01-28T16:12:45.073364-05:00",
    "repo_forks": 0,
    "repo_description": "A Django template filter that wraps around profanity-check",
    "pypi_url": "http://pypi.python.org/pypi/django-profanity-check",
    "documentation_url": "",
    "repo_watchers": 3,
    "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": [
        "rnegron"
    ]
}