API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5905/?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/446/?format=api"
    ],
    "id": 5905,
    "title": "django-includecontents",
    "slug": "django-includecontents",
    "last_updated": "2025-11-11T14:55:50-05:00",
    "last_fetched": "2026-02-15T20:04:13.419066-05:00",
    "repo_url": "https://github.com/SmileyChris/django-includecontents",
    "pypi_version": "4.0.1",
    "created": "2024-05-03T17:18:46.145466-04:00",
    "modified": "2026-01-28T14:55:37.958644-05:00",
    "repo_forks": 1,
    "repo_description": "",
    "pypi_url": "https://pypi.org/project/django-includecontents",
    "documentation_url": "https://smileychris.github.io/django-includecontents/",
    "repo_watchers": 19,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        18,
        0,
        0,
        19,
        2,
        32,
        3,
        0,
        0,
        0,
        0,
        0,
        16,
        14,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "SmileyChris",
        "github-actions[bot]",
        "marcgibbons"
    ]
}