API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1487/
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/161/"
    ],
    "id": 1487,
    "title": "django-postgrespool",
    "slug": "django-postgrespool",
    "last_updated": "2018-01-02T10:03:30-05:00",
    "last_fetched": "2026-02-15T21:03:44.886202-05:00",
    "repo_url": "https://github.com/kennethreitz/django-postgrespool",
    "pypi_version": "0.3.1",
    "created": "2012-09-27T19:56:45.303583-04:00",
    "modified": "2026-01-28T15:07:51.404766-05:00",
    "repo_forks": 2,
    "repo_description": "Postgres Connection Pooling for Django, powered by SQLAlchemy.",
    "pypi_url": "http://pypi.python.org/pypi/django-postgrespool",
    "documentation_url": null,
    "repo_watchers": 7,
    "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": [
        "Brant",
        "kennethreitz",
        "Jonty",
        "carljm",
        "nigma",
        "Koed00",
        "jarshwah",
        "j00bar",
        "whalesalad",
        "tclancy"
    ]
}