API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1440/
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/",
        "https://djangopackages.org/api/v4/grids/216/"
    ],
    "id": 1440,
    "title": "cartridge-stripe",
    "slug": "cartridge-stripe",
    "last_updated": "2014-09-20T15:19:10-04:00",
    "last_fetched": "2026-02-16T01:06:11.425253-05:00",
    "repo_url": "https://github.com/readevalprint/cartridge-stripe",
    "pypi_version": "0.1.3",
    "created": "2012-09-02T05:22:15.308483-04:00",
    "modified": "2026-01-28T15:56:52.183217-05:00",
    "repo_forks": 12,
    "repo_description": "Stripe integration with Cartridge.",
    "pypi_url": "http://pypi.python.org/pypi/cartridge-stripe",
    "documentation_url": null,
    "repo_watchers": 15,
    "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": [
        "readevalprint"
    ]
}