API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5843/
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/58/",
        "https://djangopackages.org/api/v4/grids/443/"
    ],
    "id": 5843,
    "title": "django-generic-plus",
    "slug": "django-generic-plus",
    "last_updated": "2025-08-11T11:49:23-04:00",
    "last_fetched": "2026-02-15T19:10:16.126395-05:00",
    "repo_url": "https://github.com/theatlantic/django-generic-plus",
    "pypi_version": "3.1.0",
    "created": "2024-01-28T20:33:51.726807-05:00",
    "modified": "2026-01-28T14:49:06.268244-05:00",
    "repo_forks": 1,
    "repo_description": "Django model field that behaves as both a GenericForeignKey and a FileField",
    "pypi_url": "https://pypi.org/project/django-generic-plus",
    "documentation_url": "",
    "repo_watchers": 8,
    "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,
        2,
        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": [
        "fdintino",
        "joshmaker",
        "ctbarna",
        "whatisjasongoldstein",
        "dakrauth",
        "cgreinke",
        "defosk"
    ]
}