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=32
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=33",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=name&page=31"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 675,
            "id_string": "331d2c-3f2e3e-a78295-efe1d1-huedrift",
            "name": "Cool Ember Field",
            "colors": [
                "#331D2C",
                "#3F2E3E",
                "#A78295",
                "#EFE1D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.734135Z"
        },
        {
            "id": 649,
            "id_string": "e6e6e6-c5a880-532e1c-0f0f0f-nordichue",
            "name": "Cool Ember Field",
            "colors": [
                "#E6E6E6",
                "#C5A880",
                "#532E1C",
                "#0F0F0F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.611248Z"
        },
        {
            "id": 1051,
            "id_string": "e3d9ca-95a792-596c68-403f48-studiomochi",
            "name": "Cool Ember Sunset",
            "colors": [
                "#E3D9CA",
                "#95A792",
                "#596C68",
                "#403F48"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.129015Z"
        },
        {
            "id": 362,
            "id_string": "edf1d6-9dc08b-609966-40513b-pixelpine",
            "name": "Cool Fern Field",
            "colors": [
                "#EDF1D6",
                "#9DC08B",
                "#609966",
                "#40513B"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.126110Z"
        },
        {
            "id": 903,
            "id_string": "e9efc0-b4e197-83bd75-4e944f-swatchbird",
            "name": "Cool Fern Hush",
            "colors": [
                "#E9EFC0",
                "#B4E197",
                "#83BD75",
                "#4E944F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.212229Z"
        },
        {
            "id": 1050,
            "id_string": "819a91-a7c1a8-d1d8be-eeefe0-tonecraft",
            "name": "Cool Gold Dusk",
            "colors": [
                "#819A91",
                "#A7C1A8",
                "#D1D8BE",
                "#EEEFE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.124249Z"
        },
        {
            "id": 635,
            "id_string": "85603f-9e7540-bd9354-e3d18a-studiomochi",
            "name": "Cool Gold Grove",
            "colors": [
                "#85603F",
                "#9E7540",
                "#BD9354",
                "#E3D18A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.524600Z"
        },
        {
            "id": 692,
            "id_string": "cee5d0-f3f0d7-d8b384-5e454b-hexharbor",
            "name": "Cool Gold Harbor",
            "colors": [
                "#CEE5D0",
                "#F3F0D7",
                "#D8B384",
                "#5E454B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.818148Z"
        },
        {
            "id": 458,
            "id_string": "557153-7d8f69-a9af7e-e6e5a3-paperfox",
            "name": "Cool Honey Hush",
            "colors": [
                "#557153",
                "#7D8F69",
                "#A9AF7E",
                "#E6E5A3"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.574227Z"
        },
        {
            "id": 1116,
            "id_string": "f8f3d9-ebe5c2-b9b28a-504b38-hexharbor",
            "name": "Cool Honey Sunset",
            "colors": [
                "#F8F3D9",
                "#EBE5C2",
                "#B9B28A",
                "#504B38"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.433345Z"
        }
    ]
}