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=29
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=30",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=28"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 802,
            "id_string": "ef9595-efb495-efd595-ebef95-candytone",
            "name": "Crimson Harbor",
            "colors": [
                "#EF9595",
                "#EFB495",
                "#EFD595",
                "#EBEF95"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.354341Z"
        },
        {
            "id": 698,
            "id_string": "f47c7c-ef9f9f-fad4d4-fff2f2-swatchbird",
            "name": "Soft Rose Mist",
            "colors": [
                "#F47C7C",
                "#EF9F9F",
                "#FAD4D4",
                "#FFF2F2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.845964Z"
        },
        {
            "id": 569,
            "id_string": "f7c8e0-dfffd8-b4e4ff-95bdff-huedrift",
            "name": "Cloud Forest Meadow",
            "colors": [
                "#F7C8E0",
                "#DFFFD8",
                "#B4E4FF",
                "#95BDFF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.188704Z"
        },
        {
            "id": 551,
            "id_string": "f3f3e0-133e87-608bc1-cbdceb-candytone",
            "name": "Sky Drift",
            "colors": [
                "#F3F3E0",
                "#133E87",
                "#608BC1",
                "#CBDCEB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.104206Z"
        },
        {
            "id": 455,
            "id_string": "f6f1f1-afd3e2-19a7ce-146c94-duskpixel",
            "name": "Electric Tide Bay",
            "colors": [
                "#F6F1F1",
                "#AFD3E2",
                "#19A7CE",
                "#146C94"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.560441Z"
        },
        {
            "id": 428,
            "id_string": "f5e8c7-deba9d-9e7777-6f4c5b-nordichue",
            "name": "Cool Amber Harbor",
            "colors": [
                "#F5E8C7",
                "#DEBA9D",
                "#9E7777",
                "#6F4C5B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.436555Z"
        },
        {
            "id": 416,
            "id_string": "000000-52057b-892cdc-bc6ff1-minthaze",
            "name": "Twilight Indigo Field",
            "colors": [
                "#000000",
                "#52057B",
                "#892CDC",
                "#BC6FF1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.380234Z"
        },
        {
            "id": 1142,
            "id_string": "0d1282-eeeded-f0de36-d71313-nordichue",
            "name": "Vivid Honey Hush",
            "colors": [
                "#0D1282",
                "#EEEDED",
                "#F0DE36",
                "#D71313"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.554647Z"
        },
        {
            "id": 1122,
            "id_string": "040303-461111-a13333-b3541e-candytone",
            "name": "Coral Meadow",
            "colors": [
                "#040303",
                "#461111",
                "#A13333",
                "#B3541E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.460926Z"
        },
        {
            "id": 888,
            "id_string": "fcdada-ffa5a5-5c969e-3d7ea6-retroswatch",
            "name": "Neon Crimson Dawn",
            "colors": [
                "#FCDADA",
                "#FFA5A5",
                "#5C969E",
                "#3D7EA6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.139975Z"
        }
    ]
}