API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3374/
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/173/"
    ],
    "id": 3374,
    "title": "django-admin-ordering",
    "slug": "django-admin-ordering",
    "last_updated": "2025-09-15T15:44:10-04:00",
    "last_fetched": "2026-02-15T18:06:18.612185-05:00",
    "repo_url": "https://github.com/matthiask/django-admin-ordering",
    "pypi_version": "0.20.0",
    "created": "2016-08-02T02:32:22.535895-04:00",
    "modified": "2026-01-28T14:25:53.180567-05:00",
    "repo_forks": 9,
    "repo_description": "Drag-drop orderable change lists and inlines done right.",
    "pypi_url": "http://pypi.python.org/pypi/django-admin-ordering",
    "documentation_url": "https://github.com/matthiask/django-admin-ordering/blob/master/README.rst",
    "repo_watchers": 68,
    "commits_over_52": [
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "matthiask",
        "foucdeg",
        "fabiocaccamo",
        "fabiangermann",
        "Vadim-Karpenko",
        "flowms-peter"
    ]
}