API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6128/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/245/",
        "https://djangopackages.org/api/v4/grids/430/"
    ],
    "id": 6128,
    "title": "wireup",
    "slug": "wireup",
    "last_updated": "2026-02-09T17:41:42-05:00",
    "last_fetched": "2026-02-15T03:03:37.570625-05:00",
    "repo_url": "https://github.com/maldoinc/wireup",
    "pypi_version": "2.7.0",
    "created": "2025-08-13T13:43:38.135896-04:00",
    "modified": "2026-01-28T16:44:32.543993-05:00",
    "repo_forks": 20,
    "repo_description": "Performant, concise, and easy-to-use dependency injection container for Python 3.8+.",
    "pypi_url": "https://pypi.org/project/wireup",
    "documentation_url": "https://maldoinc.github.io/wireup/",
    "repo_watchers": 349,
    "commits_over_52": [
        19,
        42,
        0,
        34,
        50,
        10,
        0,
        3,
        0,
        1,
        1,
        1,
        2,
        0,
        2,
        3,
        11,
        16,
        1,
        8,
        7,
        1,
        5,
        1,
        1,
        16,
        12,
        7,
        15,
        2,
        1,
        1,
        8,
        5,
        9,
        1,
        0,
        0,
        2,
        0,
        0,
        0,
        6,
        0,
        7,
        7,
        0,
        1,
        4,
        19,
        26,
        8
    ],
    "participants": [
        "maldoinc",
        "MuriloScarpaSitonio",
        "mehmetgiritli",
        "smokyabdulrahman",
        "marjinal1st",
        "Eli-Schroeder",
        "eltociear",
        "iverberk",
        "heckad",
        "Macktireh",
        "shapeless-space",
        "yutaroyamanaka",
        "dependabot[bot]"
    ]
}