API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/979/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/138/?format=api"
    ],
    "id": 979,
    "title": "django-ajaxerrors",
    "slug": "django-ajaxerrors",
    "last_updated": "2011-01-30T03:33:42-05:00",
    "last_fetched": "2026-02-15T09:01:01.861010-05:00",
    "repo_url": "https://github.com/yaniv-aknin/django-ajaxerrors",
    "pypi_version": "1.1",
    "created": "2011-10-30T03:08:59.875290-04:00",
    "modified": "2026-01-29T12:49:16.638755-05:00",
    "repo_forks": 0,
    "repo_description": "Simple Django middleware that makes it easy to view Django's technical error page for failed AJAX requests by automagically opening them in a different browser window.",
    "pypi_url": "http://pypi.python.org/pypi/django-ajaxerrors",
    "documentation_url": null,
    "repo_watchers": 16,
    "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": [
        "yaniv-aknin"
    ]
}