API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2752/
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/79/",
        "https://djangopackages.org/api/v4/grids/245/"
    ],
    "id": 2752,
    "title": "django-parler-rest",
    "slug": "django-parler-rest",
    "last_updated": "2022-05-04T10:04:07-04:00",
    "last_fetched": "2026-02-15T17:19:13.471088-05:00",
    "repo_url": "https://github.com/edoburu/django-parler-rest",
    "pypi_version": "2.2",
    "created": "2015-01-29T05:36:01.682499-05:00",
    "modified": "2026-01-28T14:15:42.708470-05:00",
    "repo_forks": 16,
    "repo_description": "Translatable model support for django-rest-framework",
    "pypi_url": "http://pypi.python.org/pypi/django-parler-rest",
    "documentation_url": "",
    "repo_watchers": 61,
    "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": [
        "vdboor",
        "jrief",
        "AdrianLC",
        "akx",
        "djw",
        "suutari-ai",
        "jmp"
    ]
}