API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1944/
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/43/",
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 1944,
    "title": "Capture exceptions in django management commands",
    "slug": "django-maven",
    "last_updated": "2015-07-08T05:10:07-04:00",
    "last_fetched": "2026-02-15T09:04:07.143829-05:00",
    "repo_url": "https://github.com/saippuakauppias/django-maven",
    "pypi_version": "0.3",
    "created": "2013-07-17T15:03:39.891438-04:00",
    "modified": "2026-01-29T12:52:48.813862-05:00",
    "repo_forks": 14,
    "repo_description": "📢 Capture exceptions in django management commands into Sentry by Raven",
    "pypi_url": "http://pypi.python.org/pypi/django-maven",
    "documentation_url": null,
    "repo_watchers": 26,
    "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": [
        "saippuakauppias",
        "bitdeli-chef"
    ]
}