API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1919/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/215/?format=api"
    ],
    "id": 1919,
    "title": "django-split-json-widget",
    "slug": "django-split-json-widget",
    "last_updated": "2017-10-10T16:23:09-04:00",
    "last_fetched": "2026-02-16T02:04:38.366922-05:00",
    "repo_url": "https://github.com/abbasovalex/django-SplitJSONWidget-form",
    "pypi_version": "1.16",
    "created": "2013-07-05T16:27:58.258473-04:00",
    "modified": "2026-01-28T16:04:50.693530-05:00",
    "repo_forks": 29,
    "repo_description": "Django form's widget that renders field JSON data as group fields that can edited.",
    "pypi_url": "http://pypi.python.org/pypi/django-split-json-widget",
    "documentation_url": null,
    "repo_watchers": 94,
    "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": [
        "abbasovalex",
        "egasimus",
        "fchevitarese",
        "bitdeli-chef",
        "sylvainblot",
        "theY4Kman"
    ]
}