API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3721/
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/18/"
    ],
    "id": 3721,
    "title": "common-tags",
    "slug": "common-tags",
    "last_updated": "2018-11-14T02:24:34-05:00",
    "last_fetched": "2026-02-16T02:02:04.801974-05:00",
    "repo_url": "https://github.com/agusmakmun/common-tags",
    "pypi_version": "1.0.3",
    "created": "2017-02-15T06:35:34.762238-05:00",
    "modified": "2026-01-28T15:59:55.925033-05:00",
    "repo_forks": 0,
    "repo_description": "Common templatetags provides for Django",
    "pypi_url": "http://pypi.python.org/pypi/common-tags",
    "documentation_url": "",
    "repo_watchers": 3,
    "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": [
        "agusmakmun"
    ]
}