API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1118/
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/55/"
    ],
    "id": 1118,
    "title": "django-modeldict",
    "slug": "django-modeldict",
    "last_updated": "2016-02-24T17:21:22-05:00",
    "last_fetched": "2026-02-15T22:03:39.005927-05:00",
    "repo_url": "https://github.com/disqus/django-modeldict",
    "pypi_version": "1.4.1",
    "created": "2012-01-16T15:26:30.123451-05:00",
    "modified": "2026-01-28T15:20:13.478732-05:00",
    "repo_forks": 25,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-modeldict",
    "documentation_url": null,
    "repo_watchers": 132,
    "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": [
        "dcramer",
        "Fluxx",
        "bretthoerner",
        "tail"
    ]
}