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=123
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=124",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=122"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 768,
            "id_string": "251b37-372948-ffcaca-ffecef-mossyhex",
            "name": "Vivid Ruby Dream",
            "colors": [
                "#251B37",
                "#372948",
                "#FFCACA",
                "#FFECEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.183182Z"
        },
        {
            "id": 1141,
            "id_string": "f9f8eb-a7d7c5-74b49b-5c8d89-coloreef",
            "name": "Gold Grove",
            "colors": [
                "#F9F8EB",
                "#A7D7C5",
                "#74B49B",
                "#5C8D89"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.547686Z"
        },
        {
            "id": 974,
            "id_string": "ffeac5-ffdbb5-6c4e31-603f26-tonecraft",
            "name": "Neon Apricot Tide",
            "colors": [
                "#FFEAC5",
                "#FFDBB5",
                "#6C4E31",
                "#603F26"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.760415Z"
        },
        {
            "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": 1152,
            "id_string": "03045e-00b4d8-90e0ef-caf0f8-swatchbird",
            "name": "Neon Aqua Dream",
            "colors": [
                "#03045E",
                "#00B4D8",
                "#90E0EF",
                "#CAF0F8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.605816Z"
        },
        {
            "id": 953,
            "id_string": "789dbc-ffe3e3-fef9f2-c9e9d2-minthaze",
            "name": "Pale Ruby Field",
            "colors": [
                "#789DBC",
                "#FFE3E3",
                "#FEF9F2",
                "#C9E9D2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.566112Z"
        },
        {
            "id": 446,
            "id_string": "fcf5ee-fbe8e7-f7ddde-ffc4d0-tonecraft",
            "name": "Cloud Rose Bloom",
            "colors": [
                "#FCF5EE",
                "#FBE8E7",
                "#F7DDDE",
                "#FFC4D0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.519000Z"
        },
        {
            "id": 364,
            "id_string": "f7fbfc-d6e6f2-b9d7ea-769fcd-coloreef",
            "name": "Pastel Aqua Bay",
            "colors": [
                "#F7FBFC",
                "#D6E6F2",
                "#B9D7EA",
                "#769FCD"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.135464Z"
        },
        {
            "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": 363,
            "id_string": "867070-d5b4b4-e4d0d0-f5ebeb-coloreef",
            "name": "Cool Rose Grove",
            "colors": [
                "#867070",
                "#D5B4B4",
                "#E4D0D0",
                "#F5EBEB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.130629Z"
        }
    ]
}