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

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

{
    "name": "14-color palette",
    "colors": [
        "#950153",
        "#D7407F",
        "#FB4B93",
        "#E5B6E2",
        "#F9DEF9",
        "#737471",
        "#999C9B",
        "#E9E8ED",
        "#F7F7F7",
        "#000000",
        "#83C8FA",
        "#51B1F3",
        "#5A64C5",
        "#F8007C"
    ]
}