API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3036/?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/1/?format=api"
    ],
    "id": 3036,
    "title": "django-leaf",
    "slug": "django-leaf",
    "last_updated": "2020-05-05T18:02:10-04:00",
    "last_fetched": "2026-02-16T01:00:45.883815-05:00",
    "repo_url": "https://github.com/coremke/django-leaf",
    "pypi_version": "2.2.0",
    "created": "2015-08-31T08:33:02.854630-04:00",
    "modified": "2026-01-28T15:47:06.051655-05:00",
    "repo_forks": 3,
    "repo_description": "Render django templates based on URL.",
    "pypi_url": "http://pypi.python.org/pypi/django-leaf",
    "documentation_url": "",
    "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": [
        "rsenk330",
        "chris-erickson",
        "bmoe872"
    ]
}