API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2517/
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/35/",
        "https://djangopackages.org/api/v4/grids/275/"
    ],
    "id": 2517,
    "title": "django-modeladmin-reorder",
    "slug": "django-modeladmin-reorder",
    "last_updated": "2018-05-01T07:25:16-04:00",
    "last_fetched": "2026-02-15T11:03:59.403089-05:00",
    "repo_url": "https://github.com/mishbahr/django-modeladmin-reorder",
    "pypi_version": "0.3.1",
    "created": "2014-07-30T19:34:06.295394-04:00",
    "modified": "2026-01-28T13:08:26.450121-05:00",
    "repo_forks": 77,
    "repo_description": "Custom ordering for the apps and models in the admin app.",
    "pypi_url": "http://pypi.python.org/pypi/django-modeladmin-reorder",
    "documentation_url": "https://readthedocs.org/projects/django-modeladmin-reorder",
    "repo_watchers": 263,
    "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": [
        "mishbahr",
        "hasB4K",
        "bashu",
        "dvarrazzo",
        "bruun",
        "zhangkaizhao"
    ]
}