API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4009/
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/436/",
        "https://djangopackages.org/api/v4/grids/161/"
    ],
    "id": 4009,
    "title": "django-postgrespool2",
    "slug": "django-postgrespool2",
    "last_updated": "2022-10-03T04:23:51-04:00",
    "last_fetched": "2026-02-15T19:03:45.266219-05:00",
    "repo_url": "https://github.com/lcd1232/django-postgrespool2",
    "pypi_version": "2.0.5",
    "created": "2017-11-17T16:14:51.346883-05:00",
    "modified": "2026-01-28T14:40:18.525111-05:00",
    "repo_forks": 16,
    "repo_description": "Postgres Connection Pooling for Django, powered by SQLAlchemy.",
    "pypi_url": "http://pypi.python.org/pypi/django-postgrespool2",
    "documentation_url": "",
    "repo_watchers": 49,
    "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": [
        "lcd1232",
        "Brant",
        "Jonty",
        "kennethreitz",
        "edevil",
        "mozartilize",
        "adamJLev",
        "carljm",
        "nigma",
        "Koed00",
        "jarshwah",
        "whalesalad",
        "rvause",
        "chickahoona",
        "tclancy"
    ]
}