API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1471/
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/",
        "https://djangopackages.org/api/v4/grids/161/"
    ],
    "id": 1471,
    "title": "django-arrayfields",
    "slug": "django-arrayfields",
    "last_updated": "2011-06-26T04:10:13-04:00",
    "last_fetched": "2026-02-16T00:01:54.489959-05:00",
    "repo_url": "https://github.com/aino/django-arrayfields",
    "pypi_version": "0.1.0",
    "created": "2012-09-19T20:57:02.953109-04:00",
    "modified": "2026-01-28T15:28:22.652299-05:00",
    "repo_forks": 4,
    "repo_description": "A collection of array fields for Django and PostgreSQL",
    "pypi_url": "http://pypi.python.org/pypi/django-arrayfields",
    "documentation_url": null,
    "repo_watchers": 12,
    "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": [
        "sorl"
    ]
}