API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1597/
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/17/"
    ],
    "id": 1597,
    "title": "django-routers",
    "slug": "django-routers",
    "last_updated": "2013-08-16T04:42:35-04:00",
    "last_fetched": "2026-02-16T02:02:33.068847-05:00",
    "repo_url": "https://github.com/avelino/django-routers",
    "pypi_version": "0.2",
    "created": "2012-12-19T01:15:35.152981-05:00",
    "modified": "2026-01-28T16:00:52.288574-05:00",
    "repo_forks": 6,
    "repo_description": "Django multiple databases, auto routers",
    "pypi_url": "http://pypi.python.org/pypi/django-routers",
    "documentation_url": null,
    "repo_watchers": 25,
    "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": [
        "avelino"
    ]
}