API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2369/
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": 2369,
    "title": "drf-wrapper",
    "slug": "drf-wrapper",
    "last_updated": "2014-05-10T11:29:04-04:00",
    "last_fetched": "2026-02-15T11:01:10.872685-05:00",
    "repo_url": "https://github.com/shuoli84/drf-wrapper",
    "pypi_version": "0.1",
    "created": "2014-05-10T11:25:40.220054-04:00",
    "modified": "2026-01-28T13:02:46.098715-05:00",
    "repo_forks": 0,
    "repo_description": "A wrapper api which able to wrap several api calls into one",
    "pypi_url": "http://pypi.python.org/pypi/drf-wrapper",
    "documentation_url": "",
    "repo_watchers": 4,
    "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": [
        "shuoli84"
    ]
}