API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1951/
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/11/"
    ],
    "id": 1951,
    "title": "django-stubtools",
    "slug": "django-stubtools",
    "last_updated": "2023-05-23T19:32:11-04:00",
    "last_fetched": "2026-02-15T04:13:31.543980-05:00",
    "repo_url": "https://github.com/renderbox/django-stubtools",
    "pypi_version": "0.7.1",
    "created": "2013-07-25T19:54:10.676329-04:00",
    "modified": "2026-01-29T12:39:09.492580-05:00",
    "repo_forks": 1,
    "repo_description": "Manager app extensions to help \"stub out\" common Django features",
    "pypi_url": "https://pypi.org/project/http://pypi.python.org/pypi/django-stubtools",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "renderbox"
    ]
}