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=61
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=62",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=60"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 582,
            "id_string": "6f4e37-a67b5b-ecb176-fed8b1-hexharbor",
            "name": "Electric Apricot Hush",
            "colors": [
                "#6F4E37",
                "#A67B5B",
                "#ECB176",
                "#FED8B1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.251535Z"
        },
        {
            "id": 390,
            "id_string": "f5eee6-fff8e3-f3d7ca-e6a4b4-tonecraft",
            "name": "Soft Citrine Dusk",
            "colors": [
                "#F5EEE6",
                "#FFF8E3",
                "#F3D7CA",
                "#E6A4B4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.258082Z"
        },
        {
            "id": 293,
            "id_string": "000000-ffffff-ff0000-00ff00-ffff00-ff00ff-00ffff-ffa500-18533122-shrecklings",
            "name": "11-color palette",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#00FF00",
                "#FFFF00",
                "#FF00FF",
                "#00FFFF",
                "#FFA500",
                "#A80000",
                "#F76464",
                "#C9CC00"
            ],
            "color_count": 11,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.174231Z"
        },
        {
            "id": 69,
            "id_string": "16a113-000000-comficker",
            "name": "Minecraft: Creeper face",
            "colors": [
                "#16A113",
                "#000000"
            ],
            "color_count": 2,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.226018Z"
        },
        {
            "id": 68,
            "id_string": "291e0b-3d2814-bf907c-4f3b82-673d2e-comficker",
            "name": "Minecraft: Steve face",
            "colors": [
                "#291E0B",
                "#3D2814",
                "#BF907C",
                "#4F3B82",
                "#673D2E"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.220925Z"
        },
        {
            "id": 1243,
            "id_string": "eca3f5-fdbaf8-b0efeb-edffa9-cobaltcat",
            "name": "Cloud Lime Meadow",
            "colors": [
                "#ECA3F5",
                "#FDBAF8",
                "#B0EFEB",
                "#EDFFA9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.036900Z"
        },
        {
            "id": 1099,
            "id_string": "75cfb8-bbdfc8-f0e5d8-ffc478-studiomochi",
            "name": "Neon Apricot Bay",
            "colors": [
                "#75CFB8",
                "#BBDFC8",
                "#F0E5D8",
                "#FFC478"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.354277Z"
        },
        {
            "id": 910,
            "id_string": "132043-1f4172-f1b4bb-fdf0f0-pixelpine",
            "name": "Vivid Scarlet Hush",
            "colors": [
                "#132043",
                "#1F4172",
                "#F1B4BB",
                "#FDF0F0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.247128Z"
        },
        {
            "id": 833,
            "id_string": "579bb1-e1d7c6-ece8dd-f8f4ea-minthaze",
            "name": "Pastel Amber Dusk",
            "colors": [
                "#579BB1",
                "#E1D7C6",
                "#ECE8DD",
                "#F8F4EA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.690056Z"
        },
        {
            "id": 825,
            "id_string": "ff597b-ff8e9e-f9b5d0-eeeeee-swatchbird",
            "name": "Pale Magenta Glow",
            "colors": [
                "#FF597B",
                "#FF8E9E",
                "#F9B5D0",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.607863Z"
        }
    ]
}