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=41
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=42",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=40"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1143,
            "id_string": "2f2519-4a3f35-fa7d09-ff4301-duskpixel",
            "name": "Twilight Ember Tide",
            "colors": [
                "#2F2519",
                "#4A3F35",
                "#FA7D09",
                "#FF4301"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.559408Z"
        },
        {
            "id": 1131,
            "id_string": "ffdada-dbf6e9-9ddfd3-31326f-swatchbird",
            "name": "Vivid Scarlet Breeze",
            "colors": [
                "#FFDADA",
                "#DBF6E9",
                "#9DDFD3",
                "#31326F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.502040Z"
        },
        {
            "id": 1125,
            "id_string": "b5c99a-862b0d-fff9c9-ffc95f-tonecraft",
            "name": "Neon Gold Tide",
            "colors": [
                "#B5C99A",
                "#862B0D",
                "#FFF9C9",
                "#FFC95F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.474559Z"
        },
        {
            "id": 1094,
            "id_string": "beebe9-fffdf9-ffe3ed-8ac6d1-paperfox",
            "name": "Cloud Amber Grove",
            "colors": [
                "#BEEBE9",
                "#FFFDF9",
                "#FFE3ED",
                "#8AC6D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.328667Z"
        },
        {
            "id": 819,
            "id_string": "363062-435585-818fb4-f5e8c7-mossyhex",
            "name": "Ember Breeze",
            "colors": [
                "#363062",
                "#435585",
                "#818FB4",
                "#F5E8C7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.506129Z"
        },
        {
            "id": 757,
            "id_string": "b799ff-acbcff-aee2ff-e6fffd-minthaze",
            "name": "Pastel Indigo Sunset",
            "colors": [
                "#B799FF",
                "#ACBCFF",
                "#AEE2FF",
                "#E6FFFD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.133039Z"
        },
        {
            "id": 705,
            "id_string": "f3d5c0-d4b499-889eaf-506d84-pixelpine",
            "name": "Amber Meadow",
            "colors": [
                "#F3D5C0",
                "#D4B499",
                "#889EAF",
                "#506D84"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.878214Z"
        },
        {
            "id": 667,
            "id_string": "fbc6a4-f4a9a8-ce97b0-afb9c8-huedrift",
            "name": "Ember Hush",
            "colors": [
                "#FBC6A4",
                "#F4A9A8",
                "#CE97B0",
                "#AFB9C8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.697067Z"
        },
        {
            "id": 402,
            "id_string": "b5eaea-edf6e5-ffbcbc-f38ba0-swatchbird",
            "name": "Soft Ruby Haze",
            "colors": [
                "#B5EAEA",
                "#EDF6E5",
                "#FFBCBC",
                "#F38BA0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.313514Z"
        },
        {
            "id": 351,
            "id_string": "ffb6b9-fae3d9-bbded6-61c0bf-paperfox",
            "name": "Pale Blush Mist",
            "colors": [
                "#FFB6B9",
                "#FAE3D9",
                "#BBDED6",
                "#61C0BF"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.072576Z"
        }
    ]
}