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=54
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=55",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=53"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1246,
            "id_string": "f47c7c-f7f48b-a1de93-70a1d7-swatchbird",
            "name": "Electric Sunbeam Tide",
            "colors": [
                "#F47C7C",
                "#F7F48B",
                "#A1DE93",
                "#70A1D7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.065662Z"
        },
        {
            "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": 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": 472,
            "id_string": "f39189-bb8082-6e7582-046582-nordichue",
            "name": "Electric Tide Dawn",
            "colors": [
                "#F39189",
                "#BB8082",
                "#6E7582",
                "#046582"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.643428Z"
        },
        {
            "id": 816,
            "id_string": "008dda-41c9e2-ace2e1-f7eedd-coloreef",
            "name": "Electric Tide Dream",
            "colors": [
                "#008DDA",
                "#41C9E2",
                "#ACE2E1",
                "#F7EEDD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.447793Z"
        },
        {
            "id": 1172,
            "id_string": "2192ff-38e54d-9cff2e-fdff00-swatchbird",
            "name": "Electric Tide Field",
            "colors": [
                "#2192FF",
                "#38E54D",
                "#9CFF2E",
                "#FDFF00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.702753Z"
        },
        {
            "id": 1222,
            "id_string": "e0fcff-90f2ff-6eb6ff-7098da-paperfox",
            "name": "Electric Tide Grove",
            "colors": [
                "#E0FCFF",
                "#90F2FF",
                "#6EB6FF",
                "#7098DA"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.932615Z"
        },
        {
            "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": 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": 819,
            "id_string": "363062-435585-818fb4-f5e8c7-mossyhex",
            "name": "Ember Breeze",
            "colors": [
                "#363062",
                "#435585",
                "#818FB4",
                "#F5E8C7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.506129Z"
        }
    ]
}