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=usage_count&page=30
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=usage_count&page=31",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=29"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 578,
            "id_string": "fafafa-e8f1f5-005691-004a7c-pixelpine",
            "name": "Neon Aqua Glow",
            "colors": [
                "#FAFAFA",
                "#E8F1F5",
                "#005691",
                "#004A7C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.233056Z"
        },
        {
            "id": 623,
            "id_string": "0f044c-141e61-787a91-eeeeee-minthaze",
            "name": "Vivid Azure Meadow",
            "colors": [
                "#0F044C",
                "#141E61",
                "#787A91",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.452907Z"
        },
        {
            "id": 614,
            "id_string": "bce6eb-fdcfdf-fbbedf-fca3cc-tonecraft",
            "name": "Cloud Magenta Haze",
            "colors": [
                "#BCE6EB",
                "#FDCFDF",
                "#FBBEDF",
                "#FCA3CC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.403500Z"
        },
        {
            "id": 664,
            "id_string": "252525-ff0000-af0404-414141-huedrift",
            "name": "Twilight Crimson Bloom",
            "colors": [
                "#252525",
                "#FF0000",
                "#AF0404",
                "#414141"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.683475Z"
        },
        {
            "id": 1243,
            "id_string": "eca3f5-fdbaf8-b0efeb-edffa9-cobaltcat",
            "name": "Cloud Lime Meadow",
            "colors": [
                "#ECA3F5",
                "#FDBAF8",
                "#B0EFEB",
                "#EDFFA9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.036900Z"
        },
        {
            "id": 594,
            "id_string": "d6efd8-80af81-508d4e-1a5319-nordichue",
            "name": "Jade Dawn",
            "colors": [
                "#D6EFD8",
                "#80AF81",
                "#508D4E",
                "#1A5319"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.307833Z"
        },
        {
            "id": 547,
            "id_string": "61764b-9ba17b-cfb997-fad6a5-pixelpine",
            "name": "Neon Ember Tide",
            "colors": [
                "#61764B",
                "#9BA17B",
                "#CFB997",
                "#FAD6A5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.081735Z"
        },
        {
            "id": 618,
            "id_string": "1c3879-607eaa-eae3d2-f9f5eb-coloreef",
            "name": "Cool Sky Mist",
            "colors": [
                "#1C3879",
                "#607EAA",
                "#EAE3D2",
                "#F9F5EB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.429421Z"
        },
        {
            "id": 1035,
            "id_string": "86a789-b2c8ba-d2e3c8-ebf3e8-minthaze",
            "name": "Fern Field",
            "colors": [
                "#86A789",
                "#B2C8BA",
                "#D2E3C8",
                "#EBF3E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.052863Z"
        },
        {
            "id": 633,
            "id_string": "fce2db-f1c6d3-e4a3d4-c295d8-retroswatch",
            "name": "Pale Crimson Tide",
            "colors": [
                "#FCE2DB",
                "#F1C6D3",
                "#E4A3D4",
                "#C295D8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.506163Z"
        }
    ]
}