API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6005/
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/446/"
    ],
    "id": 6005,
    "title": "django-bird",
    "slug": "django-bird",
    "last_updated": "2026-02-12T16:12:55-05:00",
    "last_fetched": "2026-02-15T03:01:30.801617-05:00",
    "repo_url": "https://github.com/joshuadavidthomas/django-bird",
    "pypi_version": "0.18.1",
    "created": "2024-10-25T17:51:27.808389-04:00",
    "modified": "2026-01-28T16:26:54.695751-05:00",
    "repo_forks": 4,
    "repo_description": "High-flying components for perfectionists with deadlines",
    "pypi_url": "https://pypi.org/project/django-bird",
    "documentation_url": "https://django-bird.readthedocs.io/",
    "repo_watchers": 118,
    "commits_over_52": [
        28,
        1,
        19,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        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,
        13
    ],
    "participants": [
        "joshuadavidthomas",
        "pre-commit-ci[bot]",
        "dependabot[bot]",
        "benbacardi"
    ]
}