API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2981/
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/85/",
        "https://djangopackages.org/api/v4/grids/46/"
    ],
    "id": 2981,
    "title": "django-modelsdoc",
    "slug": "django-modelsdoc",
    "last_updated": "2019-11-28T01:40:06-05:00",
    "last_fetched": "2026-02-15T19:07:02.972398-05:00",
    "repo_url": "https://github.com/tell-k/django-modelsdoc",
    "pypi_version": "0.1.11",
    "created": "2015-07-18T13:21:08.583143-04:00",
    "modified": "2026-01-28T14:44:41.137484-05:00",
    "repo_forks": 6,
    "repo_description": "Create models definitions document from your django project. ",
    "pypi_url": "http://pypi.python.org/pypi/django-modelsdoc",
    "documentation_url": "",
    "repo_watchers": 32,
    "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": [
        "tell-k",
        "wanshot"
    ]
}