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

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

{
    "name": "Grayscale 8",
    "colors": [
        "#000000",
        "#242424",
        "#484848",
        "#6D6D6D",
        "#919191",
        "#B6B6B6",
        "#DADADA",
        "#FFFFFF"
    ]
}