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=2
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=3",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 9,
            "id_string": "2b0f1a-6b2c39-c24b4b-e8804a-f4c25b-fbefc2",
            "name": "Warm Sunset 6",
            "colors": [
                "#2B0F1A",
                "#6B2C39",
                "#C24B4B",
                "#E8804A",
                "#F4C25B",
                "#FBEFC2"
            ],
            "color_count": 6,
            "like_count": 0,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-24T02:37:07.759773Z"
        },
        {
            "id": 788,
            "id_string": "c2ded1-ece5c7-cdc2ae-354259-nordichue",
            "name": "Warm Sunbeam Veil",
            "colors": [
                "#C2DED1",
                "#ECE5C7",
                "#CDC2AE",
                "#354259"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.279952Z"
        },
        {
            "id": 1091,
            "id_string": "907fa4-a58faa-a6d6d6-ededd0-candytone",
            "name": "Warm Sunbeam Dream",
            "colors": [
                "#907FA4",
                "#A58FAA",
                "#A6D6D6",
                "#EDEDD0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.315081Z"
        },
        {
            "id": 347,
            "id_string": "27374d-526d82-9db2bf-dde6ed-duskpixel",
            "name": "Warm Sky Tide",
            "colors": [
                "#27374D",
                "#526D82",
                "#9DB2BF",
                "#DDE6ED"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.053294Z"
        },
        {
            "id": 1161,
            "id_string": "222831-393e46-d65a31-eeeeee-paperfox",
            "name": "Warm Ruby Sunset",
            "colors": [
                "#222831",
                "#393E46",
                "#D65A31",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.652498Z"
        },
        {
            "id": 906,
            "id_string": "865858-8e7f7f-bbbbbb-e2d5d5-huedrift",
            "name": "Warm Ruby Grove",
            "colors": [
                "#865858",
                "#8E7F7F",
                "#BBBBBB",
                "#E2D5D5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.226174Z"
        },
        {
            "id": 1024,
            "id_string": "151515-a91d3a-c73659-eeeeee-pixelpine",
            "name": "Warm Rose Tide",
            "colors": [
                "#151515",
                "#A91D3A",
                "#C73659",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.999385Z"
        },
        {
            "id": 546,
            "id_string": "643843-99627a-c88ea7-e7cbcb-tonecraft",
            "name": "Warm Rose Breeze",
            "colors": [
                "#643843",
                "#99627A",
                "#C88EA7",
                "#E7CBCB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.077195Z"
        },
        {
            "id": 1240,
            "id_string": "d789d7-9d65c9-5d54a4-2a3d66-nordichue",
            "name": "Warm Plum Field",
            "colors": [
                "#D789D7",
                "#9D65C9",
                "#5D54A4",
                "#2A3D66"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.023024Z"
        },
        {
            "id": 609,
            "id_string": "f6f6f6-d6e4f0-1e56a0-163172-palettepup",
            "name": "Warm Ocean Mist",
            "colors": [
                "#F6F6F6",
                "#D6E4F0",
                "#1E56A0",
                "#163172"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.380427Z"
        }
    ]
}