API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/891/
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/46/"
    ],
    "id": 891,
    "title": "django-simplest-translation",
    "slug": "django-simplest-translation",
    "last_updated": "2011-08-01T07:23:00-04:00",
    "last_fetched": "2026-02-15T14:01:21.054283-05:00",
    "repo_url": "https://bitbucket.org/evotech/django-simplest-translation",
    "pypi_version": null,
    "created": "2011-07-30T16:27:59.064295-04:00",
    "modified": "2026-01-28T13:26:01.368581-05:00",
    "repo_forks": 0,
    "repo_description": "A simplest Django application for multilingual models.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 2,
    "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": [
        "evotech"
    ]
}