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=19
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=20",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=18"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 753,
            "id_string": "362222-171010-423f3e-2b2b2b-mossyhex",
            "name": "Midnight Rose Mist",
            "colors": [
                "#362222",
                "#171010",
                "#423F3E",
                "#2B2B2B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.114440Z"
        },
        {
            "id": 508,
            "id_string": "483434-6b4f4f-eed6c4-fff3e4-nordichue",
            "name": "Neon Coral Tide",
            "colors": [
                "#483434",
                "#6B4F4F",
                "#EED6C4",
                "#FFF3E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.815154Z"
        },
        {
            "id": 720,
            "id_string": "f9f3df-fdfce5-d7e9f7-f4d19b-coloreef",
            "name": "Cloud Gold Hush",
            "colors": [
                "#F9F3DF",
                "#FDFCE5",
                "#D7E9F7",
                "#F4D19B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.948043Z"
        },
        {
            "id": 414,
            "id_string": "d14d72-ffabab-fcc8d1-fef2f4-retroswatch",
            "name": "Cloud Crimson Breeze",
            "colors": [
                "#D14D72",
                "#FFABAB",
                "#FCC8D1",
                "#FEF2F4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.370867Z"
        },
        {
            "id": 668,
            "id_string": "ffedfa-ffb8e0-ec7fa9-be5985-swatchbird",
            "name": "Mauve Dawn",
            "colors": [
                "#FFEDFA",
                "#FFB8E0",
                "#EC7FA9",
                "#BE5985"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.701694Z"
        },
        {
            "id": 1008,
            "id_string": "57c5b6-159895-1a5f7a-002b5b-cobaltcat",
            "name": "Twilight Azure Hush",
            "colors": [
                "#57C5B6",
                "#159895",
                "#1A5F7A",
                "#002B5B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.921539Z"
        },
        {
            "id": 448,
            "id_string": "222831-31363f-76abae-eeeeee-minthaze",
            "name": "Cool Aqua Field",
            "colors": [
                "#222831",
                "#31363F",
                "#76ABAE",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.528045Z"
        },
        {
            "id": 429,
            "id_string": "98ddca-d5ecc2-ffd3b4-ffaaa7-tonecraft",
            "name": "Pale Ember Bloom",
            "colors": [
                "#98DDCA",
                "#D5ECC2",
                "#FFD3B4",
                "#FFAAA7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.441076Z"
        },
        {
            "id": 455,
            "id_string": "f6f1f1-afd3e2-19a7ce-146c94-duskpixel",
            "name": "Electric Tide Bay",
            "colors": [
                "#F6F1F1",
                "#AFD3E2",
                "#19A7CE",
                "#146C94"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.560441Z"
        },
        {
            "id": 1216,
            "id_string": "f7f1e5-e7b10a-898121-4c4b16-pixelpine",
            "name": "Sunbeam Sunset",
            "colors": [
                "#F7F1E5",
                "#E7B10A",
                "#898121",
                "#4C4B16"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.905111Z"
        }
    ]
}