API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/428/
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/13/",
        "https://djangopackages.org/api/v4/grids/334/"
    ],
    "id": 428,
    "title": "Django XMLRPC",
    "slug": "django-xmlrpc",
    "last_updated": "2017-10-14T16:41:30-04:00",
    "last_fetched": "2026-02-15T19:02:56.782444-05:00",
    "repo_url": "https://github.com/Fantomas42/django-xmlrpc",
    "pypi_version": "0.1.8",
    "created": "2010-09-29T15:11:51.307295-04:00",
    "modified": "2026-01-28T14:39:25.606104-05:00",
    "repo_forks": 23,
    "repo_description": "XML-RPC Server App for the Django framework",
    "pypi_url": "http://pypi.python.org/pypi/django-xmlrpc",
    "documentation_url": null,
    "repo_watchers": 59,
    "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": [
        "Fantomas42",
        "rubeon"
    ]
}