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=color_count&page=98
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=color_count&page=99",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=97"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 834,
            "id_string": "2d4356-435b66-a76f6f-eab2a0-pixelpine",
            "name": "Ruby Haze",
            "colors": [
                "#2D4356",
                "#435B66",
                "#A76F6F",
                "#EAB2A0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.696234Z"
        },
        {
            "id": 637,
            "id_string": "f7fd04-f9b208-f98404-fc5404-tonecraft",
            "name": "Electric Gold Harbor",
            "colors": [
                "#F7FD04",
                "#F9B208",
                "#F98404",
                "#FC5404"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.552692Z"
        },
        {
            "id": 670,
            "id_string": "e8ded2-a3d2ca-5eaaa8-056676-nordichue",
            "name": "Tide Tide",
            "colors": [
                "#E8DED2",
                "#A3D2CA",
                "#5EAAA8",
                "#056676"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.710722Z"
        },
        {
            "id": 815,
            "id_string": "7c83fd-96baff-7dedff-88fff7-mossyhex",
            "name": "Neon Ocean Dawn",
            "colors": [
                "#7C83FD",
                "#96BAFF",
                "#7DEDFF",
                "#88FFF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.438253Z"
        },
        {
            "id": 400,
            "id_string": "ccd5ae-e9edc9-fefae0-faedcd-tonecraft",
            "name": "Cloud Honey Sunset",
            "colors": [
                "#CCD5AE",
                "#E9EDC9",
                "#FEFAE0",
                "#FAEDCD"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.304140Z"
        },
        {
            "id": 1100,
            "id_string": "ffdede-fdf5ca-ffdfaf-f2bb7b-duskpixel",
            "name": "Soft Scarlet Hush",
            "colors": [
                "#FFDEDE",
                "#FDF5CA",
                "#FFDFAF",
                "#F2BB7B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.359010Z"
        },
        {
            "id": 778,
            "id_string": "5b6d5b-ca8a8b-e2bcb7-f6e6e4-duskpixel",
            "name": "Ruby Mist",
            "colors": [
                "#5B6D5B",
                "#CA8A8B",
                "#E2BCB7",
                "#F6E6E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.233215Z"
        },
        {
            "id": 329,
            "id_string": "4a9e5a-e43b44-3d895d-feae34-hoanglambk57",
            "name": "4-color palette",
            "colors": [
                "#4A9E5A",
                "#E43B44",
                "#3D895D",
                "#FEAE34"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.408352Z"
        },
        {
            "id": 629,
            "id_string": "030637-3c0753-720455-910a67-duskpixel",
            "name": "Shadow Orchid Mist",
            "colors": [
                "#030637",
                "#3C0753",
                "#720455",
                "#910A67"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.480667Z"
        },
        {
            "id": 678,
            "id_string": "6e85b7-b2c8df-c4d7e0-f8f9d7-candytone",
            "name": "Neon Honey Field",
            "colors": [
                "#6E85B7",
                "#B2C8DF",
                "#C4D7E0",
                "#F8F9D7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.751915Z"
        }
    ]
}