API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2591/
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/215/"
    ],
    "id": 2591,
    "title": "django-pgjson",
    "slug": "django-pgjson",
    "last_updated": "2015-11-23T04:03:26-05:00",
    "last_fetched": "2026-02-15T20:02:14.326188-05:00",
    "repo_url": "https://github.com/djangonauts/django-pgjson",
    "pypi_version": "0.3.1",
    "created": "2014-09-23T23:42:04.286405-04:00",
    "modified": "2026-01-28T14:52:42.135306-05:00",
    "repo_forks": 43,
    "repo_description": "PostgreSQL json field support for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-pgjson",
    "documentation_url": "https://djangonauts.github.io/django-pgjson/",
    "repo_watchers": 131,
    "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": [
        "niwinz",
        "davidfischer-ch",
        "andreif",
        "catherinedevlin",
        "cpbotha",
        "anentropic",
        "CloudNiner",
        "maxpeterson",
        "rodo",
        "themaxxx"
    ]
}