API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4272/
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/23/"
    ],
    "id": 4272,
    "title": "django-rstblog",
    "slug": "django-rstblog",
    "last_updated": "2018-12-22T21:03:51-05:00",
    "last_fetched": "2026-02-16T01:04:02.339997-05:00",
    "repo_url": "https://github.com/l-dfa/django-rstblog",
    "pypi_version": "0.1.2",
    "created": "2018-12-19T17:58:19.697491-05:00",
    "modified": "2026-01-28T15:53:18.383434-05:00",
    "repo_forks": 1,
    "repo_description": "a Django app to manage a blog: https://pypi.org/project/django-rstblog/",
    "pypi_url": "http://pypi.python.org/pypi/django-rstblog",
    "documentation_url": "https://django-rstblog.readthedocs.io/",
    "repo_watchers": 2,
    "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": [
        "l-dfa"
    ]
}