API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2252/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/47/?format=api"
    ],
    "id": 2252,
    "title": "django-treemenu",
    "slug": "django-treemenu",
    "last_updated": "2014-08-17T02:59:34-04:00",
    "last_fetched": "2026-02-16T03:06:02.352899-05:00",
    "repo_url": "https://github.com/artofhuman/django-treemenu",
    "pypi_version": "0.1.1",
    "created": "2014-03-05T11:28:46.199626-05:00",
    "modified": "2026-01-28T16:16:43.385136-05:00",
    "repo_forks": 3,
    "repo_description": "Another reusable app for organize tree menus on django site",
    "pypi_url": "http://pypi.python.org/pypi/django-treemenu",
    "documentation_url": "https://github.com/artofhuman/django-treemenu/blob/master/README.md",
    "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": [
        "artofhuman",
        "bitdeli-chef"
    ]
}