API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2031/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/79/"
    ],
    "id": 2031,
    "title": "Rhetoric",
    "slug": "rhetoric",
    "last_updated": "2015-06-03T04:34:11-04:00",
    "last_fetched": "2026-02-15T21:05:30.847184-05:00",
    "repo_url": "https://github.com/avanov/Rhetoric",
    "pypi_version": "0.2.3",
    "created": "2013-09-09T07:14:23.725585-04:00",
    "modified": "2026-01-28T15:10:52.276154-05:00",
    "repo_forks": 3,
    "repo_description": "Pyramid-like routes in Django",
    "pypi_url": "http://pypi.python.org/pypi/Rhetoric",
    "documentation_url": "https://readthedocs.org/projects/rhetoric",
    "repo_watchers": 19,
    "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": [
        "avanov"
    ]
}