API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5185/
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/12/"
    ],
    "id": 5185,
    "title": "djarango",
    "slug": "djarango",
    "last_updated": "2021-11-02T16:24:04-04:00",
    "last_fetched": "2026-02-16T02:04:11.558976-05:00",
    "repo_url": "https://github.com/timothygraefe/djarango",
    "pypi_version": "0.0.6",
    "created": "2021-11-01T14:45:03.661863-04:00",
    "modified": "2026-01-28T16:04:01.567120-05:00",
    "repo_forks": 7,
    "repo_description": "Django DB Backend Interface for ArangoDB",
    "pypi_url": "http://pypi.python.org/pypi/djarango",
    "documentation_url": "",
    "repo_watchers": 10,
    "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": [
        "timothygraefe"
    ]
}