API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2436/
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/26/",
        "https://djangopackages.org/api/v4/grids/57/"
    ],
    "id": 2436,
    "title": "whitenoise",
    "slug": "whitenoise",
    "last_updated": "2026-02-14T18:35:48-05:00",
    "last_fetched": "2026-02-15T14:12:42.658588-05:00",
    "repo_url": "https://github.com/evansd/whitenoise",
    "pypi_version": "6.11.0",
    "created": "2014-06-22T02:04:36.422970-04:00",
    "modified": "2026-01-28T13:43:22.313886-05:00",
    "repo_forks": 152,
    "repo_description": "Radically simplified static file serving for Python web apps",
    "pypi_url": "https://pypi.org/project/http://pypi.python.org/pypi/whitenoise",
    "documentation_url": "https://whitenoise.readthedocs.io/",
    "repo_watchers": 2718,
    "commits_over_52": [
        1,
        0,
        0,
        2,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        2,
        4,
        1,
        0,
        3,
        0,
        0,
        7,
        0,
        0,
        1,
        0,
        0,
        2,
        1,
        0,
        0,
        2,
        3,
        2,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        2,
        1,
        1,
        2,
        1,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        2
    ],
    "participants": [
        "evansd",
        "adamchainz",
        "pre-commit-ci[bot]",
        "dependabot[bot]",
        "keimlink",
        "timgraham",
        "edmorley",
        "rsalmaso",
        "cuducos",
        "rtibbles",
        "pauloxnet",
        "NDevox",
        "mkai",
        "jnns",
        "jamesbeith",
        "hanswilw",
        "acdha",
        "petrprikryl",
        "PeterJCLaw",
        "pamelafox",
        "mjhea0",
        "mdboom",
        "mathieusteele",
        "bz2",
        "mdalp",
        "lukeburden",
        "jribbens",
        "openjck",
        "vokey",
        "ryanrhee",
        "Sammeeey",
        "sarahboyce",
        "hartwork",
        "StefanPahlplatz",
        "sulavmhrzn",
        "graingert",
        "zain",
        "crccheck",
        "eshim",
        "karyon",
        "pernofence",
        "akx",
        "albertomh",
        "alexlouden",
        "AliRn76",
        "andriyor",
        "rik",
        "asherf",
        "bartsanchez",
        "Djailla",
        "therumbler",
        "browniebroke",
        "chloenott",
        "cspollar",
        "cabiad",
        "craigruks",
        "LucidDan",
        "KrunchMuffin",
        "dstufft",
        "nseetim",
        "ezheidtmann",
        "foutrelis",
        "Linkid",
        "MegacoderKim",
        "ionelmc"
    ]
}