API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/41/?format=api",
        "https://djangopackages.org/api/v4/grids/287/?format=api"
    ],
    "id": 191,
    "title": "Plata",
    "slug": "plata",
    "last_updated": "2024-10-02T02:26:17-04:00",
    "last_fetched": "2026-02-16T01:05:41.395886-05:00",
    "repo_url": "https://github.com/matthiask/plata",
    "pypi_version": "1.1.0",
    "created": "2010-09-03T03:55:08.148375-04:00",
    "modified": "2026-01-28T15:56:05.905216-05:00",
    "repo_forks": 62,
    "repo_description": "Plata - the lean and mean Django-based Shop",
    "pypi_url": "http://pypi.python.org/pypi/Plata",
    "documentation_url": "https://plata-django-shop.readthedocs.io/en/latest/",
    "repo_watchers": 203,
    "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": [
        "matthiask",
        "fiee",
        "frog32",
        "DrMeers",
        "LeaFin",
        "armicron",
        "stefanklug",
        "tjwalch",
        "eonpatapon",
        "pdebuyl",
        "flaiming",
        "dennisv",
        "vfigueiro",
        "pkeeper",
        "fabiangermann",
        "mjtamlyn",
        "rofrankel",
        "lostb1t",
        "andialbrecht",
        "puccia",
        "hkage",
        "bianchimro",
        "rantecki",
        "yetkinozturk",
        "maccesch",
        "mb0",
        "miraculixx"
    ]
}