API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4180/
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": 4180,
    "title": "w3blog",
    "slug": "w3blog",
    "last_updated": "2020-10-05T13:34:13-04:00",
    "last_fetched": "2026-02-15T07:05:17.557463-05:00",
    "repo_url": "https://github.com/Yaroslav-95/w3blog",
    "pypi_version": "0.5.2",
    "created": "2018-07-24T03:37:23.589366-04:00",
    "modified": "2026-01-29T12:46:51.965640-05:00",
    "repo_forks": 3,
    "repo_description": "A simple blog engine for Django with multilingual capabilities",
    "pypi_url": "http://pypi.python.org/pypi/w3blog",
    "documentation_url": "",
    "repo_watchers": 6,
    "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": [
        "Yaroslav-95",
        "tiberiuichim"
    ]
}