API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1038/?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/113/?format=api"
    ],
    "id": 1038,
    "title": "django-carrier-pigeon",
    "slug": "django-carrier-pigeon",
    "last_updated": "2019-04-11T07:30:05-04:00",
    "last_fetched": "2026-02-15T09:09:33.579353-05:00",
    "repo_url": "https://github.com/liberation/django-carrier-pigeon",
    "pypi_version": null,
    "created": "2011-11-28T15:08:40.851574-05:00",
    "modified": "2026-01-28T13:01:14.676745-05:00",
    "repo_forks": 5,
    "repo_description": "Export module that catch modified objects and push them via some methods (FTP...)",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 10,
    "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": [
        "yohanboniface",
        "metamatik",
        "diox",
        "grangier",
        "lauxley",
        "nahuelange",
        "chrisdavisgithub",
        "amirouche",
        "ldelcroix",
        "komanaki"
    ]
}