API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1762/
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/52/",
        "https://djangopackages.org/api/v4/grids/35/",
        "https://djangopackages.org/api/v4/grids/173/"
    ],
    "id": 1762,
    "title": "django-orderable",
    "slug": "django-orderable",
    "last_updated": "2012-08-16T19:18:18-04:00",
    "last_fetched": "2026-02-15T11:04:59.374898-05:00",
    "repo_url": "https://github.com/mtigas/django-orderable",
    "pypi_version": null,
    "created": "2013-04-10T05:08:02.297573-04:00",
    "modified": "2026-01-28T13:10:19.869018-05:00",
    "repo_forks": 4,
    "repo_description": "Simple object instance ordering for the Django administration change list.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 5,
    "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": [
        "tkaemming",
        "jezdez",
        "mtigas"
    ]
}