API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4940/
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/85/"
    ],
    "id": 4940,
    "title": "django-taxonomy2",
    "slug": "django-taxonomy2",
    "last_updated": "2022-01-12T16:36:44-05:00",
    "last_fetched": "2026-02-15T22:05:08.584343-05:00",
    "repo_url": "https://github.com/rcrowther/django-taxonomy",
    "pypi_version": "1.1.1",
    "created": "2020-10-29T17:07:02.019147-04:00",
    "modified": "2026-01-28T15:23:04.246151-05:00",
    "repo_forks": 0,
    "repo_description": "Category tree for Django. Replicable and customizable. Includes Admin. Low on features, easy setup.",
    "pypi_url": "http://pypi.python.org/pypi/django-taxonomy2",
    "documentation_url": "",
    "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": [
        "rcrowther"
    ]
}