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

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

{
    "name": "Neon Amber Tide",
    "colors": [
        "#FFF4E0",
        "#FFBF9B",
        "#B46060",
        "#4D4D4D"
    ]
}