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&page=69
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&page=70",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=68"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1268,
            "id_string": "eba83a-bb371a-fff8d9-d5dbb3-pixelpine",
            "name": "Electric Sunbeam Veil",
            "colors": [
                "#EBA83A",
                "#BB371A",
                "#FFF8D9",
                "#D5DBB3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.181594Z"
        },
        {
            "id": 1169,
            "id_string": "e93b81-f5abc9-ffe5e2-b6c9f0-coloreef",
            "name": "Pale Crimson Meadow",
            "colors": [
                "#E93B81",
                "#F5ABC9",
                "#FFE5E2",
                "#B6C9F0"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.689375Z"
        },
        {
            "id": 1124,
            "id_string": "a9eee6-fefaec-f9a1bc-625772-hexharbor",
            "name": "Vivid Honey Bloom",
            "colors": [
                "#A9EEE6",
                "#FEFAEC",
                "#F9A1BC",
                "#625772"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.469964Z"
        },
        {
            "id": 1070,
            "id_string": "191919-2d4263-c84b31-ecdbba-mossyhex",
            "name": "Crimson Dream",
            "colors": [
                "#191919",
                "#2D4263",
                "#C84B31",
                "#ECDBBA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.218178Z"
        },
        {
            "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": 1065,
            "id_string": "f7efe5-e2bfd9-c8a1e0-674188-paperfox",
            "name": "Cool Apricot Bay",
            "colors": [
                "#F7EFE5",
                "#E2BFD9",
                "#C8A1E0",
                "#674188"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.194802Z"
        },
        {
            "id": 1008,
            "id_string": "57c5b6-159895-1a5f7a-002b5b-cobaltcat",
            "name": "Twilight Azure Hush",
            "colors": [
                "#57C5B6",
                "#159895",
                "#1A5F7A",
                "#002B5B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.921539Z"
        },
        {
            "id": 879,
            "id_string": "ffb84c-f266ab-a459d1-2cd3e1-candytone",
            "name": "Ember Bay",
            "colors": [
                "#FFB84C",
                "#F266AB",
                "#A459D1",
                "#2CD3E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.097978Z"
        },
        {
            "id": 855,
            "id_string": "f9e0ae-fc8621-c24914-682c0e-nordichue",
            "name": "Neon Ember Hush",
            "colors": [
                "#F9E0AE",
                "#FC8621",
                "#C24914",
                "#682C0E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.971412Z"
        },
        {
            "id": 655,
            "id_string": "fff0f0-ebd4d4-835858-463333-hexharbor",
            "name": "Crimson Field",
            "colors": [
                "#FFF0F0",
                "#EBD4D4",
                "#835858",
                "#463333"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.640755Z"
        }
    ]
}