API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1467/
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/151/"
    ],
    "id": 1467,
    "title": "django_pgarray",
    "slug": "django_pgarray",
    "last_updated": "2012-12-02T19:46:58-05:00",
    "last_fetched": "2026-02-15T11:05:04.561909-05:00",
    "repo_url": "https://github.com/gustavodiazjaimes/django_pgarray",
    "pypi_version": null,
    "created": "2012-09-19T20:53:54.891179-04:00",
    "modified": "2026-01-28T13:10:31.556700-05:00",
    "repo_forks": 0,
    "repo_description": "Django array field support for postgres",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "gustabot42"
    ]
}