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=11
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=12",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=10"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 902,
            "id_string": "f6f6f6-c7ffd8-98ded9-161d6f-coloreef",
            "name": "Vivid Forest Meadow",
            "colors": [
                "#F6F6F6",
                "#C7FFD8",
                "#98DED9",
                "#161D6F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.207712Z"
        },
        {
            "id": 734,
            "id_string": "439a97-62b6b7-97dece-cbedd5-duskpixel",
            "name": "Teal Tide",
            "colors": [
                "#439A97",
                "#62B6B7",
                "#97DECE",
                "#CBEDD5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.017998Z"
        },
        {
            "id": 943,
            "id_string": "371b58-4c3575-5b4b8a-7858a6-cobaltcat",
            "name": "Violet Hush",
            "colors": [
                "#371B58",
                "#4C3575",
                "#5B4B8A",
                "#7858A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.464182Z"
        },
        {
            "id": 936,
            "id_string": "52006a-cd113b-ff7600-ffa900-palettepup",
            "name": "Electric Violet Dream",
            "colors": [
                "#52006A",
                "#CD113B",
                "#FF7600",
                "#FFA900"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.397192Z"
        },
        {
            "id": 927,
            "id_string": "021526-03346e-6eacda-e2e2b6-swatchbird",
            "name": "Ocean Dusk",
            "colors": [
                "#021526",
                "#03346E",
                "#6EACDA",
                "#E2E2B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.326670Z"
        },
        {
            "id": 807,
            "id_string": "06283d-1363df-47b5ff-dff6ff-cobaltcat",
            "name": "Neon Tide Dream",
            "colors": [
                "#06283D",
                "#1363DF",
                "#47B5FF",
                "#DFF6FF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.377972Z"
        },
        {
            "id": 753,
            "id_string": "362222-171010-423f3e-2b2b2b-mossyhex",
            "name": "Midnight Rose Mist",
            "colors": [
                "#362222",
                "#171010",
                "#423F3E",
                "#2B2B2B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.114440Z"
        },
        {
            "id": 372,
            "id_string": "000000-3d0000-950101-ff0000-tonecraft",
            "name": "Midnight Scarlet Mist",
            "colors": [
                "#000000",
                "#3D0000",
                "#950101",
                "#FF0000"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.172730Z"
        },
        {
            "id": 890,
            "id_string": "dbe9b7-fdfdf6-f4dada-b8b2a6-pixelpine",
            "name": "Cloud Honey Sunset",
            "colors": [
                "#DBE9B7",
                "#FDFDF6",
                "#F4DADA",
                "#B8B2A6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.149253Z"
        },
        {
            "id": 770,
            "id_string": "001f3f-3a6d8c-6a9ab0-ead8b1-nordichue",
            "name": "Vivid Cobalt Breeze",
            "colors": [
                "#001F3F",
                "#3A6D8C",
                "#6A9AB0",
                "#EAD8B1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.192316Z"
        }
    ]
}