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=6
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=7",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=5"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 731,
            "id_string": "1a4d2e-4f6f52-e8dfca-f5efe6-tonecraft",
            "name": "Jade Drift",
            "colors": [
                "#1A4D2E",
                "#4F6F52",
                "#E8DFCA",
                "#F5EFE6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.999047Z"
        },
        {
            "id": 783,
            "id_string": "384259-f73859-7ac7c4-c4edde-nordichue",
            "name": "Neon Rose Haze",
            "colors": [
                "#384259",
                "#F73859",
                "#7AC7C4",
                "#C4EDDE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.256189Z"
        },
        {
            "id": 577,
            "id_string": "edcfa9-e89f71-d57149-aa4a30-swatchbird",
            "name": "Neon Coral Drift",
            "colors": [
                "#EDCFA9",
                "#E89F71",
                "#D57149",
                "#AA4A30"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.228389Z"
        },
        {
            "id": 613,
            "id_string": "ddffbb-c7e9b0-b3c99c-a4bc92-paperfox",
            "name": "Lime Bloom",
            "colors": [
                "#DDFFBB",
                "#C7E9B0",
                "#B3C99C",
                "#A4BC92"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.398966Z"
        },
        {
            "id": 632,
            "id_string": "8ef6e4-9896f1-d59bf6-edb1f1-paperfox",
            "name": "Soft Teal Harbor",
            "colors": [
                "#8EF6E4",
                "#9896F1",
                "#D59BF6",
                "#EDB1F1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.497864Z"
        },
        {
            "id": 266,
            "id_string": "000000-ffffff-ff0000-00ff00-0000ff-ffff00-ff00ff-3c97ff-ingridhagen26",
            "name": "8-color palette",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#00FF00",
                "#0000FF",
                "#FFFF00",
                "#FF00FF",
                "#3C97FF"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.981283Z"
        },
        {
            "id": 1026,
            "id_string": "fa26a0-05dfd7-a3f7bf-fff591-duskpixel",
            "name": "Neon Gold Field",
            "colors": [
                "#FA26A0",
                "#05DFD7",
                "#A3F7BF",
                "#FFF591"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.012218Z"
        },
        {
            "id": 529,
            "id_string": "f0e5cf-f7f6f2-c8c6c6-4b6587-nordichue",
            "name": "Coral Field",
            "colors": [
                "#F0E5CF",
                "#F7F6F2",
                "#C8C6C6",
                "#4B6587"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.979473Z"
        },
        {
            "id": 452,
            "id_string": "8294c4-acb1d6-dbdfea-ffead2-retroswatch",
            "name": "Soft Ember Bay",
            "colors": [
                "#8294C4",
                "#ACB1D6",
                "#DBDFEA",
                "#FFEAD2"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.546645Z"
        },
        {
            "id": 434,
            "id_string": "884a39-c38154-ffc26f-f9e0bb-paperfox",
            "name": "Vivid Apricot Grove",
            "colors": [
                "#884A39",
                "#C38154",
                "#FFC26F",
                "#F9E0BB"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.463976Z"
        }
    ]
}