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=102
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=103",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=101"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 981,
            "id_string": "ffc93c-07689f-40a8c4-a2d5f2-palettepup",
            "name": "Coral Field",
            "colors": [
                "#FFC93C",
                "#07689F",
                "#40A8C4",
                "#A2D5F2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.796173Z"
        },
        {
            "id": 604,
            "id_string": "1c6758-3d8361-d6cda4-eef2e6-paperfox",
            "name": "Warm Lagoon Dawn",
            "colors": [
                "#1C6758",
                "#3D8361",
                "#D6CDA4",
                "#EEF2E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.355864Z"
        },
        {
            "id": 738,
            "id_string": "393232-4d4545-8d6262-ed8d8d-mossyhex",
            "name": "Electric Ruby Harbor",
            "colors": [
                "#393232",
                "#4D4545",
                "#8D6262",
                "#ED8D8D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.038266Z"
        },
        {
            "id": 982,
            "id_string": "405d72-758694-f7e7dc-fff8f3-huedrift",
            "name": "Neon Apricot Hush",
            "colors": [
                "#405D72",
                "#758694",
                "#F7E7DC",
                "#FFF8F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.800960Z"
        },
        {
            "id": 471,
            "id_string": "fdffbc-ffeebb-ffdcb8-ffc1b6-coloreef",
            "name": "Pale Sunbeam Grove",
            "colors": [
                "#FDFFBC",
                "#FFEEBB",
                "#FFDCB8",
                "#FFC1B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.637082Z"
        },
        {
            "id": 951,
            "id_string": "f1efec-d4c9be-123458-030303-candytone",
            "name": "Ocean Dawn",
            "colors": [
                "#F1EFEC",
                "#D4C9BE",
                "#123458",
                "#030303"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.542064Z"
        },
        {
            "id": 896,
            "id_string": "937dc2-c689c6-e8a0bf-fcc5c0-studiomochi",
            "name": "Vivid Rose Grove",
            "colors": [
                "#937DC2",
                "#C689C6",
                "#E8A0BF",
                "#FCC5C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.176913Z"
        },
        {
            "id": 661,
            "id_string": "4a55a2-7895cb-a0bfe0-c5dff8-tonecraft",
            "name": "Electric Cyan Drift",
            "colors": [
                "#4A55A2",
                "#7895CB",
                "#A0BFE0",
                "#C5DFF8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.669698Z"
        },
        {
            "id": 484,
            "id_string": "557571-d49a89-f7d1ba-f4f4f4-pixelpine",
            "name": "Neon Coral Mist",
            "colors": [
                "#557571",
                "#D49A89",
                "#F7D1BA",
                "#F4F4F4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.702476Z"
        },
        {
            "id": 1129,
            "id_string": "f9f9f9-bcbab8-9d8f8f-625757-tonecraft",
            "name": "Fog Dream",
            "colors": [
                "#F9F9F9",
                "#BCBAB8",
                "#9D8F8F",
                "#625757"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.492562Z"
        }
    ]
}