API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5878/
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/19/",
        "https://djangopackages.org/api/v4/grids/215/"
    ],
    "id": 5878,
    "title": "django-json-schema-editor",
    "slug": "django-json-schema-editor",
    "last_updated": "2026-01-15T03:42:55-05:00",
    "last_fetched": "2026-02-15T19:11:14.720109-05:00",
    "repo_url": "https://github.com/matthiask/django-json-schema-editor",
    "pypi_version": "0.12.1",
    "created": "2024-03-08T09:41:45.517585-05:00",
    "modified": "2026-01-28T14:50:35.828359-05:00",
    "repo_forks": 0,
    "repo_description": "JSON editor using schemas for Django",
    "pypi_url": "https://pypi.org/project/django-json-schema-editor",
    "documentation_url": "https://github.com/matthiask/django-json-schema-editor#readme",
    "repo_watchers": 62,
    "commits_over_52": [
        0,
        2,
        0,
        0,
        6,
        3,
        0,
        3,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        2,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        9,
        0,
        1,
        7,
        0,
        0,
        0,
        0,
        0,
        3,
        11,
        8,
        0,
        3,
        2,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "matthiask",
        "fabiangermann",
        "pre-commit-ci[bot]",
        "mo-we"
    ]
}