API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2347/
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/244/"
    ],
    "id": 2347,
    "title": "django-webhooks",
    "slug": "django-webhooks",
    "last_updated": "2013-09-24T09:56:01-04:00",
    "last_fetched": "2026-02-15T07:04:01.683794-05:00",
    "repo_url": "https://github.com/cbmi/django-webhooks",
    "pypi_version": "0.0.1a1",
    "created": "2014-05-05T17:39:22.378523-04:00",
    "modified": "2026-01-29T12:44:48.283758-05:00",
    "repo_forks": 2,
    "repo_description": "Simple webhooks implementation for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-webhooks",
    "documentation_url": "",
    "repo_watchers": 10,
    "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": [
        "bruth"
    ]
}