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=like_count&page=68
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=like_count&page=69",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=67"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 956,
            "id_string": "eb5353-f9d923-36ae7c-187498-hexharbor",
            "name": "Electric Honey Field",
            "colors": [
                "#EB5353",
                "#F9D923",
                "#36AE7C",
                "#187498"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.592438Z"
        },
        {
            "id": 509,
            "id_string": "ffb6b6-fde2e2-aacfcf-679b9b-tonecraft",
            "name": "Electric Crimson Bloom",
            "colors": [
                "#FFB6B6",
                "#FDE2E2",
                "#AACFCF",
                "#679B9B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.819658Z"
        },
        {
            "id": 933,
            "id_string": "4c0033-790252-af0171-e80f88-swatchbird",
            "name": "Plum Breeze",
            "colors": [
                "#4C0033",
                "#790252",
                "#AF0171",
                "#E80F88"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.357246Z"
        },
        {
            "id": 1126,
            "id_string": "79e0ee-98eecc-d0f5be-fbffdc-coloreef",
            "name": "Cloud Fern Tide",
            "colors": [
                "#79E0EE",
                "#98EECC",
                "#D0F5BE",
                "#FBFFDC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.479105Z"
        },
        {
            "id": 900,
            "id_string": "ffcc70-fffadd-8ecddd-22668d-swatchbird",
            "name": "Neon Apricot Glow",
            "colors": [
                "#FFCC70",
                "#FFFADD",
                "#8ECDDD",
                "#22668D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.198500Z"
        },
        {
            "id": 960,
            "id_string": "3c486b-f0f0f0-f9d949-f45050-palettepup",
            "name": "Gold Harbor",
            "colors": [
                "#3C486B",
                "#F0F0F0",
                "#F9D949",
                "#F45050"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.660860Z"
        },
        {
            "id": 994,
            "id_string": "34626c-839b97-cfd3ce-c6b497-swatchbird",
            "name": "Tide Mist",
            "colors": [
                "#34626C",
                "#839B97",
                "#CFD3CE",
                "#C6B497"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.856798Z"
        },
        {
            "id": 771,
            "id_string": "f5efe3-e6e7e5-f7d3ba-a6aa9c-huedrift",
            "name": "Cloud Amber Bay",
            "colors": [
                "#F5EFE3",
                "#E6E7E5",
                "#F7D3BA",
                "#A6AA9C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.197284Z"
        },
        {
            "id": 970,
            "id_string": "f6f1f1-19a7ce-146c94-000000-huedrift",
            "name": "Neon Tide Field",
            "colors": [
                "#F6F1F1",
                "#19A7CE",
                "#146C94",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.741595Z"
        },
        {
            "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"
        }
    ]
}