API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1369/
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/147/"
    ],
    "id": 1369,
    "title": "mezzanine-captcha",
    "slug": "mezzanine-captcha",
    "last_updated": "2017-01-08T08:21:46-05:00",
    "last_fetched": "2026-02-15T13:05:27.467004-05:00",
    "repo_url": "https://github.com/mjtorn/mezzanine-captcha",
    "pypi_version": null,
    "created": "2012-07-10T03:00:45.713990-04:00",
    "modified": "2026-01-28T13:23:16.041992-05:00",
    "repo_forks": 3,
    "repo_description": "Captcha for Mezzanine",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 14,
    "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": [
        "mjtorn",
        "educalleja"
    ]
}