API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1583/
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": 1583,
    "title": "cartridge-external-payment",
    "slug": "cartridge-external-payment",
    "last_updated": "2012-12-10T08:51:57-05:00",
    "last_fetched": "2026-02-15T09:04:09.014306-05:00",
    "repo_url": "https://github.com/thomasWajs/cartridge-external-payment",
    "pypi_version": null,
    "created": "2012-12-10T14:20:24.432758-05:00",
    "modified": "2026-01-29T12:52:52.953022-05:00",
    "repo_forks": 3,
    "repo_description": "A module for Mezzanine/Cartridge that allows payment on an external provider platform",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 9,
    "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": [
        "thomasWajs"
    ]
}