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=83
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=84",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=82"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1246,
            "id_string": "f47c7c-f7f48b-a1de93-70a1d7-swatchbird",
            "name": "Electric Sunbeam Tide",
            "colors": [
                "#F47C7C",
                "#F7F48B",
                "#A1DE93",
                "#70A1D7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.065662Z"
        },
        {
            "id": 1249,
            "id_string": "f5f0bb-dbdfaa-b3c890-73a9ad-nordichue",
            "name": "Electric Sunbeam Hush",
            "colors": [
                "#F5F0BB",
                "#DBDFAA",
                "#B3C890",
                "#73A9AD"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.079693Z"
        },
        {
            "id": 891,
            "id_string": "120078-9d0191-fd3a69-fecd1a-pixelpine",
            "name": "Electric Sky Tide",
            "colors": [
                "#120078",
                "#9D0191",
                "#FD3A69",
                "#FECD1A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.153952Z"
        },
        {
            "id": 979,
            "id_string": "f9f5eb-e4dccf-ea5455-002b5b-paperfox",
            "name": "Electric Sky Bloom",
            "colors": [
                "#F9F5EB",
                "#E4DCCF",
                "#EA5455",
                "#002B5B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.786631Z"
        },
        {
            "id": 1022,
            "id_string": "ff7b54-ffb26b-ffd56f-939b62-mossyhex",
            "name": "Electric Scarlet Tide",
            "colors": [
                "#FF7B54",
                "#FFB26B",
                "#FFD56F",
                "#939B62"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.986569Z"
        },
        {
            "id": 744,
            "id_string": "fff2f2-a9b5df-7886c7-2d336b-studiomochi",
            "name": "Electric Scarlet Meadow",
            "colors": [
                "#FFF2F2",
                "#A9B5DF",
                "#7886C7",
                "#2D336B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.070754Z"
        },
        {
            "id": 1148,
            "id_string": "f5eddc-cfd2cf-fa9494-eb1d36-minthaze",
            "name": "Electric Scarlet Haze",
            "colors": [
                "#F5EDDC",
                "#CFD2CF",
                "#FA9494",
                "#EB1D36"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.582219Z"
        },
        {
            "id": 451,
            "id_string": "a87676-ca8787-e1acac-ffd0d0-duskpixel",
            "name": "Electric Scarlet Harbor",
            "colors": [
                "#A87676",
                "#CA8787",
                "#E1ACAC",
                "#FFD0D0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.541506Z"
        },
        {
            "id": 977,
            "id_string": "1d1616-8e1616-d84040-eeeeee-mossyhex",
            "name": "Electric Scarlet Harbor",
            "colors": [
                "#1D1616",
                "#8E1616",
                "#D84040",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.776442Z"
        },
        {
            "id": 785,
            "id_string": "d3dedc-92a9bd-7c99ac-ffefef-studiomochi",
            "name": "Electric Scarlet Grove",
            "colors": [
                "#D3DEDC",
                "#92A9BD",
                "#7C99AC",
                "#FFEFEF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.266205Z"
        }
    ]
}