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=10
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=11",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=9"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1202,
            "id_string": "fabc3f-e85c0d-c7253e-821131-huedrift",
            "name": "Amber Dusk",
            "colors": [
                "#FABC3F",
                "#E85C0D",
                "#C7253E",
                "#821131"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.841684Z"
        },
        {
            "id": 1235,
            "id_string": "5f939a-d8ac9c-eac8af-1b2021-huedrift",
            "name": "Amber Dusk",
            "colors": [
                "#5F939A",
                "#D8AC9C",
                "#EAC8AF",
                "#1B2021"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.997355Z"
        },
        {
            "id": 525,
            "id_string": "402218-865439-c68b59-d7b19d-duskpixel",
            "name": "Amber Field",
            "colors": [
                "#402218",
                "#865439",
                "#C68B59",
                "#D7B19D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.947286Z"
        },
        {
            "id": 752,
            "id_string": "393e46-6d9886-f2e7d5-f7f7f7-palettepup",
            "name": "Amber Glow",
            "colors": [
                "#393E46",
                "#6D9886",
                "#F2E7D5",
                "#F7F7F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.109978Z"
        },
        {
            "id": 628,
            "id_string": "454545-ff6000-ffa559-ffe6c7-coloreef",
            "name": "Amber Glow",
            "colors": [
                "#454545",
                "#FF6000",
                "#FFA559",
                "#FFE6C7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.476036Z"
        },
        {
            "id": 963,
            "id_string": "567189-7b8fa1-cfb997-fad6a5-candytone",
            "name": "Amber Grove",
            "colors": [
                "#567189",
                "#7B8FA1",
                "#CFB997",
                "#FAD6A5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.687659Z"
        },
        {
            "id": 1029,
            "id_string": "000000-f4dfc8-f4eae0-faf6f0-huedrift",
            "name": "Amber Grove",
            "colors": [
                "#000000",
                "#F4DFC8",
                "#F4EAE0",
                "#FAF6F0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.025549Z"
        },
        {
            "id": 931,
            "id_string": "911f27-630a10-fcf0c8-face7f-huedrift",
            "name": "Amber Harbor",
            "colors": [
                "#911F27",
                "#630A10",
                "#FCF0C8",
                "#FACE7F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.347519Z"
        },
        {
            "id": 1213,
            "id_string": "f2f2f2-eae4d5-b6b09f-000000-coloreef",
            "name": "Amber Hush",
            "colors": [
                "#F2F2F2",
                "#EAE4D5",
                "#B6B09F",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.891519Z"
        },
        {
            "id": 361,
            "id_string": "f5efe6-e8dfca-aebdca-7895b2-candytone",
            "name": "Amber Meadow",
            "colors": [
                "#F5EFE6",
                "#E8DFCA",
                "#AEBDCA",
                "#7895B2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.121471Z"
        }
    ]
}