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=125
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=126",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=124"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 344,
            "id_string": "ad8b73-ceab93-e3caa5-fffbe9-swatchbird",
            "name": "Vivid Honey Dream",
            "colors": [
                "#AD8B73",
                "#CEAB93",
                "#E3CAA5",
                "#FFFBE9"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.036207Z"
        },
        {
            "id": 1158,
            "id_string": "fef9a7-fac213-f77e21-d61c4e-tonecraft",
            "name": "Vivid Honey Field",
            "colors": [
                "#FEF9A7",
                "#FAC213",
                "#F77E21",
                "#D61C4E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.638389Z"
        },
        {
            "id": 989,
            "id_string": "68b0ab-8fc0a9-c8d5b9-faf3dd-huedrift",
            "name": "Vivid Honey Glow",
            "colors": [
                "#68B0AB",
                "#8FC0A9",
                "#C8D5B9",
                "#FAF3DD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.834255Z"
        },
        {
            "id": 1142,
            "id_string": "0d1282-eeeded-f0de36-d71313-nordichue",
            "name": "Vivid Honey Hush",
            "colors": [
                "#0D1282",
                "#EEEDED",
                "#F0DE36",
                "#D71313"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.554647Z"
        },
        {
            "id": 403,
            "id_string": "5f6f52-a9b388-fefae0-b99470-swatchbird",
            "name": "Vivid Honey Tide",
            "colors": [
                "#5F6F52",
                "#A9B388",
                "#FEFAE0",
                "#B99470"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.318022Z"
        },
        {
            "id": 723,
            "id_string": "1c0c5b-3d2c8d-916bbf-c996cc-studiomochi",
            "name": "Vivid Indigo Glow",
            "colors": [
                "#1C0C5B",
                "#3D2C8D",
                "#916BBF",
                "#C996CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.961862Z"
        },
        {
            "id": 345,
            "id_string": "f4eeff-dcd6f7-a6b1e1-424874-swatchbird",
            "name": "Vivid Iris Bloom",
            "colors": [
                "#F4EEFF",
                "#DCD6F7",
                "#A6B1E1",
                "#424874"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.042768Z"
        },
        {
            "id": 1176,
            "id_string": "553c8b-9ea9f0-ccc1ff-ffeafe-palettepup",
            "name": "Vivid Iris Dawn",
            "colors": [
                "#553C8B",
                "#9EA9F0",
                "#CCC1FF",
                "#FFEAFE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.721172Z"
        },
        {
            "id": 944,
            "id_string": "2e073f-7a1cac-ad49e1-ebd3f8-mossyhex",
            "name": "Vivid Iris Harbor",
            "colors": [
                "#2E073F",
                "#7A1CAC",
                "#AD49E1",
                "#EBD3F8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.470640Z"
        },
        {
            "id": 638,
            "id_string": "faf1e6-fdfaf6-e4efe7-064420-studiomochi",
            "name": "Vivid Jade Haze",
            "colors": [
                "#FAF1E6",
                "#FDFAF6",
                "#E4EFE7",
                "#064420"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.558547Z"
        }
    ]
}