API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1959/?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/41/?format=api"
    ],
    "id": 1959,
    "title": "django-carton",
    "slug": "django-carton",
    "last_updated": "2021-11-08T06:43:03-05:00",
    "last_fetched": "2026-02-15T03:09:34.528551-05:00",
    "repo_url": "https://github.com/lazybird/django-carton",
    "pypi_version": "1.2.1",
    "created": "2013-07-29T11:27:35.246737-04:00",
    "modified": "2026-01-28T16:51:41.446809-05:00",
    "repo_forks": 100,
    "repo_description": "A simple and lightweight application for shopping carts and wish lists.",
    "pypi_url": "http://pypi.python.org/pypi/django-carton",
    "documentation_url": "https://github.com/lazybird/django-carton",
    "repo_watchers": 273,
    "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": [
        "sect2k",
        "Debetux",
        "beckastar",
        "Daniel-Avila",
        "lazybird"
    ]
}