API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/37/?format=api"
    ],
    "id": 347,
    "title": "HamlPy",
    "slug": "hamlpy",
    "last_updated": "2013-08-27T21:41:59-04:00",
    "last_fetched": "2026-02-15T21:05:02.421104-05:00",
    "repo_url": "https://github.com/jessemiller/HamlPy",
    "pypi_version": "0.82.2",
    "created": "2010-09-13T03:33:38.732890-04:00",
    "modified": "2026-01-28T15:10:00.681909-05:00",
    "repo_forks": 92,
    "repo_description": "A converter of HAML like templates into Django templates.",
    "pypi_url": "http://pypi.python.org/pypi/hamlpy",
    "documentation_url": null,
    "repo_watchers": 449,
    "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": [
        "jessemiller",
        "andreif",
        "dmclain",
        "richardasymmetric",
        "albsen",
        "charlax",
        "a-krebs",
        "amiryal",
        "barrycoughlan",
        "avsd",
        "culebron",
        "jparker165",
        "boscoh",
        "jamierumbelow",
        "fitoria",
        "cordery",
        "md3sum",
        "nosamanuel",
        "nsh-ableton",
        "noelbush-xx",
        "paparent",
        "Naddiseo",
        "fizista",
        "masj",
        "caseycrites",
        "danring",
        "JobJob",
        "kylegibson-rldatix",
        "neoascetic",
        "V-Alexeev",
        "cmdkeen",
        "tsouvarev",
        "imxxb"
    ]
}