API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/401/"
    ],
    "id": 2986,
    "title": "Django Linter",
    "slug": "django_linter",
    "last_updated": "2015-12-13T03:01:48-05:00",
    "last_fetched": "2026-02-05T12:03:18.843505-05:00",
    "repo_url": "https://github.com/geerk/django_linter",
    "pypi_version": "0.7",
    "created": "2015-07-23T02:10:34.314623-04:00",
    "modified": "2026-01-28T15:43:56.592514-05:00",
    "repo_forks": 3,
    "repo_description": "Linter for django projects",
    "pypi_url": "http://pypi.python.org/pypi/django_linter",
    "documentation_url": "",
    "repo_watchers": 78,
    "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": [
        "geerk"
    ]
}