Export the palette as hex (.hex) / GIMP (.gpl) / PNG strip / JSON. Bumps download_count (and re-blends score).

GET /coloring/palettes/126/download/?ext=json
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Sonic 8bit",
    "colors": [
        "#00020F",
        "#3EA6E5",
        "#54A1CF",
        "#2AB0F6",
        "#C6D9DD",
        "#020C2B",
        "#6E80AF",
        "#EDCEC1",
        "#8C5C53",
        "#063267",
        "#9F543C",
        "#292241",
        "#7F7A8F",
        "#C22256",
        "#623551"
    ]
}