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&page=97
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&page=98",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=96"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 30,
            "id_string": "191919-624d48-4b3935-ca826b-edc8b5-68223f-bb4436-2e2f33-9bc5e876-teallyrebird",
            "name": "Boy",
            "colors": [
                "#191919",
                "#624D48",
                "#4B3935",
                "#CA826B",
                "#EDC8B5",
                "#68223F",
                "#BB4436",
                "#2E2F33",
                "#C4C4C4"
            ],
            "color_count": 9,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:14.910180Z"
        },
        {
            "id": 1284,
            "id_string": "ecf2ff-3e54ac-655dbb-bface2-huedrift",
            "name": "Electric Ocean Mist",
            "colors": [
                "#ECF2FF",
                "#3E54AC",
                "#655DBB",
                "#BFACE2"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.265646Z"
        },
        {
            "id": 1230,
            "id_string": "d8d9cf-ededed-ff8787-e26868-nordichue",
            "name": "Cloud Rose Drift",
            "colors": [
                "#D8D9CF",
                "#EDEDED",
                "#FF8787",
                "#E26868"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.970920Z"
        },
        {
            "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"
        },
        {
            "id": 1195,
            "id_string": "ffffd0-f3ccff-d09cfa-a555ec-candytone",
            "name": "Pastel Gold Mist",
            "colors": [
                "#FFFFD0",
                "#F3CCFF",
                "#D09CFA",
                "#A555EC"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.809482Z"
        },
        {
            "id": 1183,
            "id_string": "f94892-ff7f3f-fbdf07-89cffd-palettepup",
            "name": "Neon Amber Meadow",
            "colors": [
                "#F94892",
                "#FF7F3F",
                "#FBDF07",
                "#89CFFD"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.754717Z"
        },
        {
            "id": 1181,
            "id_string": "a6e4e7-f9f9f9-ebcbae-8f8787-studiomochi",
            "name": "Warm Ember Bloom",
            "colors": [
                "#A6E4E7",
                "#F9F9F9",
                "#EBCBAE",
                "#8F8787"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.743994Z"
        },
        {
            "id": 1111,
            "id_string": "f7f4e3-d2e1c8-fee4a6-f9c4aa-cobaltcat",
            "name": "Soft Ember Dawn",
            "colors": [
                "#F7F4E3",
                "#D2E1C8",
                "#FEE4A6",
                "#F9C4AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.409881Z"
        },
        {
            "id": 1105,
            "id_string": "382933-3b5249-519872-a4b494-cobaltcat",
            "name": "Twilight Forest Grove",
            "colors": [
                "#382933",
                "#3B5249",
                "#519872",
                "#A4B494"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.381928Z"
        },
        {
            "id": 849,
            "id_string": "96ceb4-ffeead-d9534f-ffad60-minthaze",
            "name": "Neon Honey Meadow",
            "colors": [
                "#96CEB4",
                "#FFEEAD",
                "#D9534F",
                "#FFAD60"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.943549Z"
        }
    ]
}