API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5783/
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/437/"
    ],
    "id": 5783,
    "title": "django-database-view",
    "slug": "django-database-view",
    "last_updated": "2022-02-08T21:28:55-05:00",
    "last_fetched": "2026-02-15T18:03:09.775995-05:00",
    "repo_url": "https://github.com/manuelnaranjo/django-database-view",
    "pypi_version": "0.3.0",
    "created": "2023-10-05T05:30:37.516470-04:00",
    "modified": "2026-01-28T14:22:29.044698-05:00",
    "repo_forks": 23,
    "repo_description": "A django pluggable that allows to work with Database views",
    "pypi_url": "https://pypi.org/project/django-database-view",
    "documentation_url": "",
    "repo_watchers": 71,
    "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": [
        "manuelnaranjo",
        "squio",
        "rainhead",
        "andy840119",
        "moorchegue"
    ]
}