API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3959/
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/283/",
        "https://djangopackages.org/api/v4/grids/33/",
        "https://djangopackages.org/api/v4/grids/392/"
    ],
    "id": 3959,
    "title": "wagtail-sharing",
    "slug": "wagtail-sharing",
    "last_updated": "2025-11-10T15:54:41-05:00",
    "last_fetched": "2026-02-15T20:00:45.724419-05:00",
    "repo_url": "https://github.com/cfpb/wagtail-sharing",
    "pypi_version": "2.15",
    "created": "2017-10-19T10:20:12.025525-04:00",
    "modified": "2026-01-28T14:50:50.532303-05:00",
    "repo_forks": 16,
    "repo_description": "Easier sharing of Wagtail drafts",
    "pypi_url": "http://pypi.python.org/pypi/wagtail-sharing",
    "documentation_url": "",
    "repo_watchers": 56,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        3,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "chosak",
        "willbarton",
        "nickmoreton",
        "cwdavies",
        "spapas",
        "rosskarchner",
        "jslay-excella",
        "alexm118",
        "wpears"
    ]
}