API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/89/",
        "https://djangopackages.org/api/v4/grids/25/"
    ],
    "id": 1883,
    "title": "mixer",
    "slug": "mixer",
    "last_updated": "2022-03-23T10:37:36-04:00",
    "last_fetched": "2026-02-15T17:02:21.492889-05:00",
    "repo_url": "https://github.com/klen/mixer",
    "pypi_version": "7.2.2",
    "created": "2013-06-19T08:29:33.517187-04:00",
    "modified": "2026-01-28T13:59:50.813699-05:00",
    "repo_forks": 95,
    "repo_description": "Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects. ",
    "pypi_url": "http://pypi.python.org/pypi/mixer",
    "documentation_url": "https://pythonhosted.org/mixer/",
    "repo_watchers": 955,
    "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": [
        "klen",
        "marazmiki",
        "orsinium",
        "pavlov99",
        "F30",
        "lucasrcezimbra",
        "illia-v",
        "camrock1",
        "eelkeh",
        "EmlynC",
        "jnns",
        "jomasti",
        "Marigold",
        "suriya",
        "zzzsochi",
        "anis-campos",
        "DmitriyMoseev",
        "egabancho",
        "ivanistheone",
        "jairhenrique",
        "jberkel",
        "jbrissier",
        "jayvdb",
        "cheungpat",
        "myusuf3",
        "imbaczek",
        "matheusho",
        "mtilda",
        "mcbloch",
        "odigity",
        "skyl",
        "timgates42",
        "ypa",
        "siowyisheng",
        "adursun",
        "avi-pomicell",
        "mechaxl"
    ]
}