API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4053/
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/29/"
    ],
    "id": 4053,
    "title": "waitress",
    "slug": "waitress",
    "last_updated": "2026-01-26T07:03:55-05:00",
    "last_fetched": "2026-02-15T14:09:52.111098-05:00",
    "repo_url": "https://github.com/Pylons/waitress",
    "pypi_version": "3.0.2",
    "created": "2018-01-30T04:21:59.339610-05:00",
    "modified": "2026-01-28T13:41:13.131744-05:00",
    "repo_forks": 180,
    "repo_description": "Waitress - A WSGI server for Python 3",
    "pypi_url": "http://pypi.python.org/pypi/waitress",
    "documentation_url": "https://docs.pylonsproject.org/projects/waitress/en/latest/index.html",
    "repo_watchers": 1567,
    "commits_over_52": [
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        8,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        0,
        0,
        2,
        1,
        1,
        0,
        0,
        0
    ],
    "participants": [
        "digitalresistor",
        "mcdonc",
        "mmerickel",
        "stevepiercy",
        "kgaughan",
        "tseaver",
        "Frank-Krick",
        "j4mie",
        "marcinkuzminski",
        "dependabot[bot]",
        "NotBobTheBuilder",
        "agroszer",
        "bwarren2",
        "davisagli",
        "madjar",
        "AkhilmsAchu",
        "Yourun-proger",
        "timgates42",
        "hathawsh",
        "dbaty",
        "aodag",
        "yuzhougit",
        "jvanasco",
        "domruf",
        "zanieb",
        "tshepang",
        "simonk52",
        "gforcada",
        "Estartu",
        "Flimm",
        "alexanderlukanin13",
        "kenballus",
        "theandrew168",
        "jor123",
        "goodwillcoding",
        "csingley",
        "scchess",
        "sr-gi",
        "saschagottfried",
        "remdub",
        "pganguli",
        "olt",
        "sobolevn",
        "msabramo",
        "JonathonReinhart",
        "jamadden",
        "gjhiggins",
        "franciozzy",
        "eli-collins",
        "davetapley",
        "atorkhov",
        "tritium21"
    ]
}