API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3831/?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/283/?format=api",
        "https://djangopackages.org/api/v4/grids/23/?format=api",
        "https://djangopackages.org/api/v4/grids/356/?format=api"
    ],
    "id": 3831,
    "title": "wagtail-blog",
    "slug": "wagtail-blog",
    "last_updated": "2020-02-20T12:50:37-05:00",
    "last_fetched": "2026-02-15T07:01:12.860779-05:00",
    "repo_url": "https://github.com/thelabnyc/wagtail_blog",
    "pypi_version": "2.3.5",
    "created": "2017-05-27T15:53:50.032050-04:00",
    "modified": "2026-01-29T12:40:14.746005-05:00",
    "repo_forks": 71,
    "repo_description": "A wordpress like blog app implemented in wagtail. Please open issues and merge requests only in gitlab.",
    "pypi_url": "http://pypi.python.org/pypi/wagtail-blog",
    "documentation_url": "",
    "repo_watchers": 254,
    "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": [
        "bufke",
        "benjaoming",
        "fromageball",
        "nharsch",
        "lucaskuzma",
        "juliomenendez",
        "RobSpectre",
        "dimiro1",
        "tomdyson",
        "akx",
        "alexbegg",
        "dvorberg",
        "giacomogh",
        "jessamynsmith",
        "nikaro",
        "solarissmoke",
        "tomtom5152"
    ]
}