API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/19/
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/4/",
        "https://djangopackages.org/api/v4/grids/86/",
        "https://djangopackages.org/api/v4/grids/115/"
    ],
    "id": 19,
    "title": "idios",
    "slug": "idios",
    "last_updated": "2014-07-31T23:56:32-04:00",
    "last_fetched": "2026-02-15T13:03:33.519101-05:00",
    "repo_url": "https://github.com/eldarion/idios",
    "pypi_version": null,
    "created": "2010-08-16T11:56:03.871095-04:00",
    "modified": "2026-01-28T13:19:30.830608-05:00",
    "repo_forks": 28,
    "repo_description": "an extensible profile app designed to replace the profiles apps in Pinax",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/idios/",
    "repo_watchers": 87,
    "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": [
        "brosner",
        "paltman",
        "jtauber",
        "carljm",
        "mattions",
        "alex",
        "winhamwr"
    ]
}