API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/244/?format=api"
    ],
    "id": 2379,
    "title": "dj-webhooks",
    "slug": "dj-webhooks",
    "last_updated": "2018-03-05T12:42:31-05:00",
    "last_fetched": "2026-02-15T11:04:38.008106-05:00",
    "repo_url": "https://github.com/pydanny/dj-webhooks",
    "pypi_version": "0.2.1",
    "created": "2014-05-12T15:25:42.448552-04:00",
    "modified": "2026-01-28T13:09:34.003224-05:00",
    "repo_forks": 21,
    "repo_description": "Django + Webhooks made Easy",
    "pypi_url": "http://pypi.python.org/pypi/dj-webhooks",
    "documentation_url": "https://readthedocs.org/projects/dj-webhooks",
    "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": [
        "pydanny",
        "movermeyer"
    ]
}