API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/161/",
        "https://djangopackages.org/api/v4/grids/436/"
    ],
    "id": 5773,
    "title": "django-db-connection-pool",
    "slug": "django-db-connection-pool",
    "last_updated": "2025-05-04T23:14:30-04:00",
    "last_fetched": "2026-02-15T17:12:32.637519-05:00",
    "repo_url": "https://github.com/altairbow/django-db-connection-pool",
    "pypi_version": "1.2.6",
    "created": "2023-09-28T13:44:33.803792-04:00",
    "modified": "2026-01-28T14:08:46.628149-05:00",
    "repo_forks": 25,
    "repo_description": "Database connection pool component library for Django",
    "pypi_url": "https://pypi.org/project/django-db-connection-pool",
    "documentation_url": "",
    "repo_watchers": 248,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        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": [
        "altairbow",
        "rkojedzinszky",
        "jairhenrique",
        "alexander-jacob",
        "grippy",
        "scottgigante",
        "kevin-kessler",
        "shkumagai"
    ]
}