Lospec-style palette library. List is index-only fast: filter by size / tag / contained color, sort by popularity — all backed by the composite + GIN indexes on Palette. Create dedupes by signature ("gom trùng").

GET /coloring/palettes/?format=api&ordering=-name&page=88
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "instance": null,
    "properties": [],
    "meta": null,
    "links": {
        "next": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=89",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=87"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1073,
            "id_string": "e8505b-f9d56e-f3ecc2-14b1ab-candytone",
            "name": "Electric Ember Dawn",
            "colors": [
                "#E8505B",
                "#F9D56E",
                "#F3ECC2",
                "#14B1AB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.232430Z"
        },
        {
            "id": 1238,
            "id_string": "7eb5a6-c36839-86340a-e8d0b3-retroswatch",
            "name": "Electric Ember Bloom",
            "colors": [
                "#7EB5A6",
                "#C36839",
                "#86340A",
                "#E8D0B3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.013350Z"
        },
        {
            "id": 1068,
            "id_string": "f2efe7-9acbd0-48a6a7-006a71-swatchbird",
            "name": "Electric Cyan Drift",
            "colors": [
                "#F2EFE7",
                "#9ACBD0",
                "#48A6A7",
                "#006A71"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.208593Z"
        },
        {
            "id": 661,
            "id_string": "4a55a2-7895cb-a0bfe0-c5dff8-tonecraft",
            "name": "Electric Cyan Drift",
            "colors": [
                "#4A55A2",
                "#7895CB",
                "#A0BFE0",
                "#C5DFF8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.669698Z"
        },
        {
            "id": 794,
            "id_string": "e7e7de-008891-00587a-0f3057-tonecraft",
            "name": "Electric Cyan Bay",
            "colors": [
                "#E7E7DE",
                "#008891",
                "#00587A",
                "#0F3057"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.307323Z"
        },
        {
            "id": 1279,
            "id_string": "ff6b6b-ffd93d-6bcb77-4d96ff-retroswatch",
            "name": "Electric Crimson Veil",
            "colors": [
                "#FF6B6B",
                "#FFD93D",
                "#6BCB77",
                "#4D96FF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.242659Z"
        },
        {
            "id": 509,
            "id_string": "ffb6b6-fde2e2-aacfcf-679b9b-tonecraft",
            "name": "Electric Crimson Bloom",
            "colors": [
                "#FFB6B6",
                "#FDE2E2",
                "#AACFCF",
                "#679B9B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.819658Z"
        },
        {
            "id": 751,
            "id_string": "ff731d-fff7e9-5f9df7-1746a2-mossyhex",
            "name": "Electric Coral Veil",
            "colors": [
                "#FF731D",
                "#FFF7E9",
                "#5F9DF7",
                "#1746A2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.105246Z"
        },
        {
            "id": 1290,
            "id_string": "76ba99-adcf9f-ced89e-ffdcae-candytone",
            "name": "Electric Coral Tide",
            "colors": [
                "#76BA99",
                "#ADCF9F",
                "#CED89E",
                "#FFDCAE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.292943Z"
        },
        {
            "id": 803,
            "id_string": "0a043c-03506f-bbbbbb-ffe3d8-swatchbird",
            "name": "Electric Coral Tide",
            "colors": [
                "#0A043C",
                "#03506F",
                "#BBBBBB",
                "#FFE3D8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.359679Z"
        }
    ]
}