API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3980/
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/13/"
    ],
    "id": 3980,
    "title": "DjAPI",
    "slug": "djapi",
    "last_updated": "2024-03-25T00:06:13-04:00",
    "last_fetched": "2026-02-15T20:02:37.912446-05:00",
    "repo_url": "https://github.com/Suor/djapi",
    "pypi_version": "0.3",
    "created": "2017-10-25T23:59:52.391899-04:00",
    "modified": "2026-01-28T14:53:17.362245-05:00",
    "repo_forks": 1,
    "repo_description": "The library of simple helpers to build API with Django.",
    "pypi_url": "http://pypi.python.org/pypi/djapi",
    "documentation_url": "",
    "repo_watchers": 13,
    "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": [
        "Suor",
        "shcheklein"
    ]
}