API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1122/
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/73/",
        "https://djangopackages.org/api/v4/grids/87/"
    ],
    "id": 1122,
    "title": "django-media-tree",
    "slug": "django-media-tree",
    "last_updated": "2025-07-17T09:58:09-04:00",
    "last_fetched": "2026-02-16T02:04:18.003563-05:00",
    "repo_url": "https://github.com/samluescher/django-media-tree",
    "pypi_version": "0.8.1",
    "created": "2012-01-20T13:13:57.123385-05:00",
    "modified": "2026-01-28T16:04:12.313487-05:00",
    "repo_forks": 35,
    "repo_description": "Django Media Tree is a Django app for managing your website's media files in a folder tree, and using them in your own applications.",
    "pypi_url": "http://pypi.python.org/pypi/django-media-tree",
    "documentation_url": "https://readthedocs.org/projects/django-media-tree/",
    "repo_watchers": 96,
    "commits_over_52": [
        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,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "samluescher",
        "bittner",
        "erlenddalen",
        "hpoul"
    ]
}