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

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

{
    "name": "Milk Tea",
    "colors": [
        "#49497A",
        "#FFAC0E",
        "#FFF24E",
        "#FF7337",
        "#FFD56E",
        "#FFFFFF",
        "#6D4248"
    ]
}