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=21
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=22",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=20"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 398,
            "id_string": "f8ede3-dfd3c3-d0b8a8-85586f-pixelpine",
            "name": "Cool Apricot Dusk",
            "colors": [
                "#F8EDE3",
                "#DFD3C3",
                "#D0B8A8",
                "#85586F"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.294997Z"
        },
        {
            "id": 1160,
            "id_string": "86469c-bc7fcd-fb9ad1-ffcdea-huedrift",
            "name": "Electric Plum Veil",
            "colors": [
                "#86469C",
                "#BC7FCD",
                "#FB9AD1",
                "#FFCDEA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.647886Z"
        },
        {
            "id": 948,
            "id_string": "bfccb5-7c96ab-b7b7b7-edc6b1-huedrift",
            "name": "Coral Harbor",
            "colors": [
                "#BFCCB5",
                "#7C96AB",
                "#B7B7B7",
                "#EDC6B1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.513333Z"
        },
        {
            "id": 816,
            "id_string": "008dda-41c9e2-ace2e1-f7eedd-coloreef",
            "name": "Electric Tide Dream",
            "colors": [
                "#008DDA",
                "#41C9E2",
                "#ACE2E1",
                "#F7EEDD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.447793Z"
        },
        {
            "id": 799,
            "id_string": "fff8e8-f7eed3-aab396-674636-palettepup",
            "name": "Neon Ember Mist",
            "colors": [
                "#FFF8E8",
                "#F7EED3",
                "#AAB396",
                "#674636"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.330706Z"
        },
        {
            "id": 771,
            "id_string": "f5efe3-e6e7e5-f7d3ba-a6aa9c-huedrift",
            "name": "Cloud Amber Bay",
            "colors": [
                "#F5EFE3",
                "#E6E7E5",
                "#F7D3BA",
                "#A6AA9C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.197284Z"
        },
        {
            "id": 743,
            "id_string": "ffa45b-ffda77-fbf6f0-aee6e6-paperfox",
            "name": "Pastel Amber Breeze",
            "colors": [
                "#FFA45B",
                "#FFDA77",
                "#FBF6F0",
                "#AEE6E6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.066112Z"
        },
        {
            "id": 691,
            "id_string": "060047-b3005e-e90064-ff5f9e-tonecraft",
            "name": "Vivid Sky Bloom",
            "colors": [
                "#060047",
                "#B3005E",
                "#E90064",
                "#FF5F9E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.813278Z"
        },
        {
            "id": 445,
            "id_string": "fff2d8-ead7bb-bca37f-113946-cobaltcat",
            "name": "Vivid Coral Glow",
            "colors": [
                "#FFF2D8",
                "#EAD7BB",
                "#BCA37F",
                "#113946"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.514610Z"
        },
        {
            "id": 401,
            "id_string": "feffde-ddffbc-91c788-52734d-swatchbird",
            "name": "Electric Citrine Grove",
            "colors": [
                "#FEFFDE",
                "#DDFFBC",
                "#91C788",
                "#52734D"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.308804Z"
        }
    ]
}