API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6106/?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/7/?format=api",
        "https://djangopackages.org/api/v4/grids/114/?format=api",
        "https://djangopackages.org/api/v4/grids/125/?format=api",
        "https://djangopackages.org/api/v4/grids/126/?format=api",
        "https://djangopackages.org/api/v4/grids/67/?format=api"
    ],
    "id": 6106,
    "title": "Hello, ID Please (HIdP)",
    "slug": "django-hidp",
    "last_updated": "2026-04-07T09:13:01-04:00",
    "last_fetched": "2026-05-26T00:05:01.272793-04:00",
    "repo_url": "https://github.com/leukeleu/django-hidp",
    "pypi_version": "2.0.0",
    "created": "2025-07-01T08:48:47.951265-04:00",
    "modified": "2026-01-28T16:44:28.858620-05:00",
    "repo_forks": 0,
    "repo_description": "Hello, ID Please!",
    "pypi_url": "https://pypi.org/project/django-hidp",
    "documentation_url": "https://leukeleu.github.io/django-hidp/",
    "repo_watchers": 23,
    "commits_over_52": [
        2,
        3,
        8,
        1,
        0,
        0,
        2,
        1,
        10,
        1,
        3,
        0,
        2,
        2,
        5,
        0,
        0,
        0,
        0,
        10,
        1,
        0,
        5,
        0,
        0,
        10,
        1,
        1,
        2,
        0,
        0,
        13,
        3,
        2,
        4,
        3,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        2,
        2,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "wadevries",
        "153957",
        "dependabot[bot]",
        "rvanleeuwen-leukeleu",
        "fvanderpost",
        "mkirkeng-leukeleu",
        "mfinkoleukeleu",
        "dbunskoek"
    ]
}