API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/385/
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/9/"
    ],
    "id": 385,
    "title": "Mimesis",
    "slug": "mimesis",
    "last_updated": "2011-12-02T14:17:43-05:00",
    "last_fetched": "2026-02-15T14:01:48.150979-05:00",
    "repo_url": "https://github.com/eldarion/mimesis",
    "pypi_version": null,
    "created": "2010-09-19T04:07:51.911655-04:00",
    "modified": "2026-01-28T13:26:55.058066-05:00",
    "repo_forks": 6,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 21,
    "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": [
        "lukeman",
        "paltman",
        "brosner",
        "jlecker"
    ]
}