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=99
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=100",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=98"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1181,
            "id_string": "a6e4e7-f9f9f9-ebcbae-8f8787-studiomochi",
            "name": "Warm Ember Bloom",
            "colors": [
                "#A6E4E7",
                "#F9F9F9",
                "#EBCBAE",
                "#8F8787"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.743994Z"
        },
        {
            "id": 902,
            "id_string": "f6f6f6-c7ffd8-98ded9-161d6f-coloreef",
            "name": "Vivid Forest Meadow",
            "colors": [
                "#F6F6F6",
                "#C7FFD8",
                "#98DED9",
                "#161D6F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.207712Z"
        },
        {
            "id": 388,
            "id_string": "fff5e4-ffc4c4-ee6983-850e35-huedrift",
            "name": "Coral Haze",
            "colors": [
                "#FFF5E4",
                "#FFC4C4",
                "#EE6983",
                "#850E35"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.248950Z"
        },
        {
            "id": 876,
            "id_string": "3db2ff-ffedda-ffb830-ff2442-nordichue",
            "name": "Electric Aqua Drift",
            "colors": [
                "#3DB2FF",
                "#FFEDDA",
                "#FFB830",
                "#FF2442"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.084765Z"
        },
        {
            "id": 478,
            "id_string": "ffc5c5-ffebd8-c7dca7-89b9ad-coloreef",
            "name": "Pale Crimson Dream",
            "colors": [
                "#FFC5C5",
                "#FFEBD8",
                "#C7DCA7",
                "#89B9AD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.674819Z"
        },
        {
            "id": 640,
            "id_string": "82aae3-91d8e4-bfeaf5-eafdfc-pixelpine",
            "name": "Cloud Teal Glow",
            "colors": [
                "#82AAE3",
                "#91D8E4",
                "#BFEAF5",
                "#EAFDFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.567993Z"
        },
        {
            "id": 378,
            "id_string": "f2d7d9-d3cedf-9cb4cc-748da6-cobaltcat",
            "name": "Magenta Dawn",
            "colors": [
                "#F2D7D9",
                "#D3CEDF",
                "#9CB4CC",
                "#748DA6"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.200509Z"
        },
        {
            "id": 1143,
            "id_string": "2f2519-4a3f35-fa7d09-ff4301-duskpixel",
            "name": "Twilight Ember Tide",
            "colors": [
                "#2F2519",
                "#4A3F35",
                "#FA7D09",
                "#FF4301"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.559408Z"
        },
        {
            "id": 427,
            "id_string": "faf8f1-faeab1-e5ba73-c58940-paperfox",
            "name": "Vivid Gold Dusk",
            "colors": [
                "#FAF8F1",
                "#FAEAB1",
                "#E5BA73",
                "#C58940"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.431848Z"
        },
        {
            "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"
        }
    ]
}