API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2348/
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": 2348,
    "title": "django-rest-hooks",
    "slug": "django-rest-hooks",
    "last_updated": "2021-01-19T12:40:12-05:00",
    "last_fetched": "2026-02-15T07:05:07.558277-05:00",
    "repo_url": "https://github.com/zapier/django-rest-hooks",
    "pypi_version": "1.5.0",
    "created": "2014-05-05T17:41:18.028249-04:00",
    "modified": "2026-01-29T12:46:32.626885-05:00",
    "repo_forks": 136,
    "repo_description": ":love_letter: Add webhook subscriptions to your Django app.",
    "pypi_url": "http://pypi.python.org/pypi/django-rest-hooks",
    "documentation_url": "",
    "repo_watchers": 555,
    "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": [
        "avelis",
        "bryanhelmig",
        "bcooksey",
        "gvangool",
        "mannysz",
        "GVRV",
        "tdruez",
        "sebastibe",
        "pk026",
        "nagesh4193",
        "jvd10",
        "imposeren",
        "waldyrious",
        "zupta",
        "imsickofmaps",
        "mainanick",
        "psaniko",
        "erikcw",
        "arnaudlimbourg",
        "coady"
    ]
}