API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/985/
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/",
        "https://djangopackages.org/api/v4/grids/52/"
    ],
    "id": 985,
    "title": "django-linguo",
    "slug": "django-linguo",
    "last_updated": "2017-01-25T21:00:18-05:00",
    "last_fetched": "2026-02-16T00:04:14.664881-05:00",
    "repo_url": "https://github.com/zmathew/django-linguo",
    "pypi_version": "1.4.0",
    "created": "2011-10-31T16:06:28.595122-04:00",
    "modified": "2026-01-28T15:42:49.909026-05:00",
    "repo_forks": 21,
    "repo_description": "Linguo is a Django application that provides the ability to have multilingual models.",
    "pypi_url": "http://pypi.python.org/pypi/django-linguo",
    "documentation_url": null,
    "repo_watchers": 86,
    "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": [
        "zmathew",
        "selwin",
        "radzhome",
        "minism"
    ]
}