API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5841/
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/52/"
    ],
    "id": 5841,
    "title": "django-xml",
    "slug": "django-xml",
    "last_updated": "2025-07-21T10:16:44-04:00",
    "last_fetched": "2026-02-15T09:09:23.615827-05:00",
    "repo_url": "https://github.com/theatlantic/django-xml",
    "pypi_version": "4.0.1",
    "created": "2024-01-28T20:25:11.619122-05:00",
    "modified": "2026-01-28T13:00:55.603101-05:00",
    "repo_forks": 14,
    "repo_description": "A python module which provides an abstraction to lxml's XPath and XSLT functionality in a manner resembling django database models.",
    "pypi_url": "https://pypi.org/project/django-xml",
    "documentation_url": "",
    "repo_watchers": 45,
    "commits_over_52": [
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        2,
        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": [
        "fdintino",
        "defbyte",
        "dakrauth",
        "gnrfan"
    ]
}