API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1086/?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/136/?format=api",
        "https://djangopackages.org/api/v4/grids/222/?format=api"
    ],
    "id": 1086,
    "title": "django-chronograph",
    "slug": "django-chronograph",
    "last_updated": "2013-03-05T23:39:27-05:00",
    "last_fetched": "2026-02-15T04:01:34.384004-05:00",
    "repo_url": "https://bitbucket.org/wnielson/django-chronograph",
    "pypi_version": "0.3.1",
    "created": "2011-12-27T04:13:20.863496-05:00",
    "modified": "2026-01-28T16:53:05.950737-05:00",
    "repo_forks": 35,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-chronograph",
    "documentation_url": "https://readthedocs.org/projects/django-chronograph/",
    "repo_watchers": 62,
    "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": [
        "wnielson"
    ]
}