API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2251/
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/81/"
    ],
    "id": 2251,
    "title": "django-clever-pages",
    "slug": "django-clever-pages",
    "last_updated": "2014-08-21T01:18:31-04:00",
    "last_fetched": "2026-02-16T00:02:42.396255-05:00",
    "repo_url": "https://github.com/artofhuman/django-clever-pages",
    "pypi_version": "0.3.1",
    "created": "2014-03-05T11:13:51.729430-05:00",
    "modified": "2026-01-28T15:33:56.962459-05:00",
    "repo_forks": 0,
    "repo_description": "Simple application that allows you to organize pages in a tree",
    "pypi_url": "http://pypi.python.org/pypi/django-clever-pages",
    "documentation_url": "https://github.com/artofhuman/django-clever-pages/blob/master/README.md",
    "repo_watchers": 4,
    "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": [
        "artofhuman",
        "bitdeli-chef"
    ]
}