API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1598/
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": 1598,
    "title": "django-rpcenable",
    "slug": "django-rpcenable",
    "last_updated": "2013-12-09T13:12:09-05:00",
    "last_fetched": "2026-02-15T13:01:54.590917-05:00",
    "repo_url": "https://github.com/mtrdesign/django-rpcenable",
    "pypi_version": null,
    "created": "2012-12-19T03:52:06.115426-05:00",
    "modified": "2026-01-28T13:16:11.880462-05:00",
    "repo_forks": 1,
    "repo_description": "Simple module to enable exposing functions over XML-RPC ",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "lanzz",
        "gtie"
    ]
}