API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/41/"
    ],
    "id": 48,
    "title": "Satchmo",
    "slug": "satchmo",
    "last_updated": "2019-04-25T13:48:00-04:00",
    "last_fetched": "2026-02-16T03:06:14.744689-05:00",
    "repo_url": "https://bitbucket.org/chris1610/satchmo/",
    "pypi_version": "0.9.2",
    "created": "2010-08-17T19:19:45.416512-04:00",
    "modified": "2026-01-28T16:17:10.245239-05:00",
    "repo_forks": 226,
    "repo_description": "Satchmo is an ecommerce framework built on the Django framework.\r\n",
    "pypi_url": "http://pypi.python.org/pypi/satchmo",
    "documentation_url": null,
    "repo_watchers": 389,
    "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": [
        "chris1610"
    ]
}