API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3020/
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/99/"
    ],
    "id": 3020,
    "title": "gutter-django",
    "slug": "gutter-django",
    "last_updated": "2022-03-23T15:11:16-04:00",
    "last_fetched": "2026-02-16T00:03:34.991524-05:00",
    "repo_url": "https://github.com/disqus/gutter-django",
    "pypi_version": "0.1.13",
    "created": "2015-08-17T01:02:25.337628-04:00",
    "modified": "2026-01-28T15:41:34.644731-05:00",
    "repo_forks": 16,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/gutter-django",
    "documentation_url": "",
    "repo_watchers": 45,
    "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",
        "valueof",
        "NorthIsUp",
        "mattrobenolt",
        "tail",
        "laszlopandy",
        "szilveszter",
        "andersentobias",
        "Zdrul",
        "bretthoerner",
        "christian-oudard",
        "gabrielgrant",
        "orb",
        "graingert"
    ]
}