API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2722/
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/245/"
    ],
    "id": 2722,
    "title": "django-rest-framework-xml",
    "slug": "django-rest-framework-xml",
    "last_updated": "2020-04-12T18:25:28-04:00",
    "last_fetched": "2026-02-15T14:34:05.891862-05:00",
    "repo_url": "https://github.com/jpadilla/django-rest-framework-xml",
    "pypi_version": "2.0.0",
    "created": "2015-01-07T09:42:44.894271-05:00",
    "modified": "2026-01-28T13:55:54.029765-05:00",
    "repo_forks": 55,
    "repo_description": "XML support for Django REST Framework",
    "pypi_url": "http://pypi.python.org/pypi/djangorestframework-xml",
    "documentation_url": "http://jpadilla.github.io/django-rest-framework-xml/",
    "repo_watchers": 89,
    "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": [
        "jpadilla",
        "kevin-brown",
        "philall",
        "helenst",
        "brandoncazander",
        "faulkner",
        "jayvdb"
    ]
}