API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/47/",
        "https://djangopackages.org/api/v4/grids/59/",
        "https://djangopackages.org/api/v4/grids/60/"
    ],
    "id": 2203,
    "title": "carteblanche",
    "slug": "carteblanche",
    "last_updated": "2014-07-03T11:51:46-04:00",
    "last_fetched": "2026-02-16T03:03:03.517581-05:00",
    "repo_url": "https://github.com/neuman/python-carteblanche",
    "pypi_version": "1.0.0",
    "created": "2014-01-25T12:59:41.284749-05:00",
    "modified": "2026-01-28T16:12:07.586544-05:00",
    "repo_forks": 3,
    "repo_description": "Module to align code with thoughts of users and designers.  Also magically handles navigation and permissions.",
    "pypi_url": "http://pypi.python.org/pypi/carteblanche",
    "documentation_url": "",
    "repo_watchers": 38,
    "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": [
        "neuman",
        "lightstrike"
    ]
}