API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1923/?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/46/?format=api"
    ],
    "id": 1923,
    "title": "django-multilingualfield",
    "slug": "django-multilingualfield",
    "last_updated": "2014-10-24T10:38:51-04:00",
    "last_fetched": "2026-02-15T04:13:25.793177-05:00",
    "repo_url": "https://github.com/WGBH/django-multilingualfield",
    "pypi_version": "0.3.1",
    "created": "2013-07-07T21:21:54.544464-04:00",
    "modified": "2026-01-29T12:38:58.626429-05:00",
    "repo_forks": 3,
    "repo_description": "A suite of django fields that make it easy to manage multiple translations of text-based content (including files/images).",
    "pypi_url": "http://pypi.python.org/pypi/django-multilingualfield",
    "documentation_url": null,
    "repo_watchers": 9,
    "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": [
        "respondcreate",
        "davidfischer-ch"
    ]
}