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

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

{
    "name": "Donald Duck",
    "colors": [
        "#D8D8D8",
        "#000000",
        "#135CAA",
        "#F0F0F0",
        "#EDCC0E",
        "#F8E600",
        "#FC0000"
    ]
}