API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1581/
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/157/"
    ],
    "id": 1581,
    "title": "micawber",
    "slug": "micawber",
    "last_updated": "2026-01-07T11:09:39-05:00",
    "last_fetched": "2026-02-15T17:20:52.972768-05:00",
    "repo_url": "https://github.com/coleifer/micawber",
    "pypi_version": "0.6.2",
    "created": "2012-12-09T11:44:18.441702-05:00",
    "modified": "2026-01-28T14:17:27.203059-05:00",
    "repo_forks": 89,
    "repo_description": "a small library for extracting rich content from urls",
    "pypi_url": "http://pypi.python.org/pypi/micawber",
    "documentation_url": "https://micawber.readthedocs.io/",
    "repo_watchers": 672,
    "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,
        6,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "coleifer",
        "carljm",
        "vdboor",
        "bigjust",
        "benkonrath",
        "jvanasco",
        "bashu",
        "Flimm",
        "ivirabyan",
        "busla",
        "mgaitan",
        "dokterbob",
        "mikedizon",
        "msghens",
        "mgorny",
        "OlegGirko",
        "kopos",
        "richardcornish",
        "stefanfoulis",
        "tclancy",
        "eshagh",
        "tptlab"
    ]
}