API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/26/",
        "https://djangopackages.org/api/v4/grids/57/",
        "https://djangopackages.org/api/v4/grids/141/"
    ],
    "id": 2223,
    "title": "lesscpy",
    "slug": "lesscpy",
    "last_updated": "2022-10-21T07:36:40-04:00",
    "last_fetched": "2026-02-15T17:07:45.010703-05:00",
    "repo_url": "https://github.com/lesscpy/lesscpy",
    "pypi_version": "0.15.1",
    "created": "2014-02-06T14:51:45.268300-05:00",
    "modified": "2026-01-28T14:04:16.806115-05:00",
    "repo_forks": 46,
    "repo_description": "Python LESS compiler",
    "pypi_url": "http://pypi.python.org/pypi/lesscpy",
    "documentation_url": "https://github.com/lesscpy/lesscpy/blob/master/README.rst",
    "repo_watchers": 144,
    "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": [
        "robotis",
        "saschpe",
        "adiroiban",
        "lordi",
        "bbenne10",
        "caioariede",
        "sambler",
        "danc86",
        "lephe",
        "cladmi",
        "javacruft",
        "tirkarthi",
        "mheilman",
        "movermeyer",
        "hroncok",
        "LegoStormtroopr",
        "webmaster128",
        "smn",
        "simahawk",
        "digitalpbk"
    ]
}