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=51
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=52",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=50"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1170,
            "id_string": "265073-2d9596-9ad0c2-f1fada-cobaltcat",
            "name": "Electric Meadow Glow",
            "colors": [
                "#265073",
                "#2D9596",
                "#9AD0C2",
                "#F1FADA"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.693801Z"
        },
        {
            "id": 715,
            "id_string": "071952-0b666a-35a29f-97feed-coloreef",
            "name": "Electric Mint Dream",
            "colors": [
                "#071952",
                "#0B666A",
                "#35A29F",
                "#97FEED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.924644Z"
        },
        {
            "id": 709,
            "id_string": "004225-f5f5dc-ffb000-ffcf9d-huedrift",
            "name": "Electric Mint Dusk",
            "colors": [
                "#004225",
                "#F5F5DC",
                "#FFB000",
                "#FFCF9D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.896639Z"
        },
        {
            "id": 756,
            "id_string": "ebfffa-c6fce5-6ef3d6-0dceda-cobaltcat",
            "name": "Electric Mint Dusk",
            "colors": [
                "#EBFFFA",
                "#C6FCE5",
                "#6EF3D6",
                "#0DCEDA"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.128368Z"
        },
        {
            "id": 795,
            "id_string": "b6fffa-98e4ff-80b3ff-687eff-coloreef",
            "name": "Electric Mint Mist",
            "colors": [
                "#B6FFFA",
                "#98E4FF",
                "#80B3FF",
                "#687EFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.312138Z"
        },
        {
            "id": 992,
            "id_string": "190482-7752fe-8e8ffa-c2d9ff-nordichue",
            "name": "Electric Ocean Bloom",
            "colors": [
                "#190482",
                "#7752FE",
                "#8E8FFA",
                "#C2D9FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.847682Z"
        },
        {
            "id": 1284,
            "id_string": "ecf2ff-3e54ac-655dbb-bface2-huedrift",
            "name": "Electric Ocean Mist",
            "colors": [
                "#ECF2FF",
                "#3E54AC",
                "#655DBB",
                "#BFACE2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.265646Z"
        },
        {
            "id": 497,
            "id_string": "0b2447-19376d-576cbc-a5d7e8-swatchbird",
            "name": "Electric Ocean Veil",
            "colors": [
                "#0B2447",
                "#19376D",
                "#576CBC",
                "#A5D7E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.762360Z"
        },
        {
            "id": 690,
            "id_string": "22577a-38a3a5-57cc99-80ed99-hexharbor",
            "name": "Electric Pine Mist",
            "colors": [
                "#22577A",
                "#38A3A5",
                "#57CC99",
                "#80ED99"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.808452Z"
        },
        {
            "id": 864,
            "id_string": "fed9ed-e7bcde-bb9cc0-67729d-retroswatch",
            "name": "Electric Plum Dawn",
            "colors": [
                "#FED9ED",
                "#E7BCDE",
                "#BB9CC0",
                "#67729D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.018407Z"
        }
    ]
}