API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1190/
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/34/",
        "https://djangopackages.org/api/v4/grids/15/"
    ],
    "id": 1190,
    "title": "pennyblack",
    "slug": "pennyblack",
    "last_updated": "2019-08-21T09:33:57-04:00",
    "last_fetched": "2026-02-16T02:01:56.074510-05:00",
    "repo_url": "https://github.com/allink/pennyblack",
    "pypi_version": "0.3.5",
    "created": "2012-02-28T12:44:39.431396-05:00",
    "modified": "2026-01-28T15:59:39.878232-05:00",
    "repo_forks": 14,
    "repo_description": "A pluggable Django newsletter application based on FeinCMS",
    "pypi_url": "http://pypi.python.org/pypi/pennyblack",
    "documentation_url": "https://pythonhosted.org/pennyblack/",
    "repo_watchers": 33,
    "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": [
        "frog32",
        "sspross",
        "tuerlefl"
    ]
}