API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3213/?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/49/?format=api"
    ],
    "id": 3213,
    "title": "django-lingua",
    "slug": "django-lingua",
    "last_updated": "2016-02-11T04:26:05-05:00",
    "last_fetched": "2026-02-15T11:04:03.244015-05:00",
    "repo_url": "https://github.com/GuillaumeCisco/django-lingua",
    "pypi_version": null,
    "created": "2016-02-11T10:56:18.820117-05:00",
    "modified": "2026-01-28T13:08:35.912901-05:00",
    "repo_forks": 0,
    "repo_description": "Django database translation on the basis of gettext, stored in gettext file. Edit on the fly and the changes are instant available.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 4,
    "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": [
        "geomin"
    ]
}