API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2812/
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/49/"
    ],
    "id": 2812,
    "title": "django-linguist",
    "slug": "django-linguist",
    "last_updated": "2024-08-09T07:47:23-04:00",
    "last_fetched": "2026-02-16T00:03:50.012315-05:00",
    "repo_url": "https://github.com/ulule/django-linguist",
    "pypi_version": "0.6.0",
    "created": "2015-03-24T05:33:58.172363-04:00",
    "modified": "2026-01-28T15:41:59.108119-05:00",
    "repo_forks": 8,
    "repo_description": "An application to manage translations in Django models",
    "pypi_url": "http://pypi.python.org/pypi/django-linguist",
    "documentation_url": "",
    "repo_watchers": 117,
    "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": [
        "gillesfabio",
        "thoas",
        "louiseGrandjonc",
        "vrouet",
        "VivienCormier",
        "alexandrestrip",
        "thomas-mckay"
    ]
}