API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2679/
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/215/"
    ],
    "id": 2679,
    "title": "unchained",
    "slug": "unchained",
    "last_updated": "2017-07-31T03:18:44-04:00",
    "last_fetched": "2026-02-15T14:02:29.287436-05:00",
    "repo_url": "https://github.com/aychedee/unchained",
    "pypi_version": "0.1.8",
    "created": "2014-12-05T04:24:55.980369-05:00",
    "modified": "2026-01-28T13:28:26.910682-05:00",
    "repo_forks": 5,
    "repo_description": "Common helper functions to help Django break free",
    "pypi_url": "http://pypi.python.org/pypi/unchained",
    "documentation_url": "",
    "repo_watchers": 6,
    "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": [
        "aychedee",
        "BibianaC"
    ]
}