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=54
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=55",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=53"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 803,
            "id_string": "0a043c-03506f-bbbbbb-ffe3d8-swatchbird",
            "name": "Electric Coral Tide",
            "colors": [
                "#0A043C",
                "#03506F",
                "#BBBBBB",
                "#FFE3D8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.359679Z"
        },
        {
            "id": 789,
            "id_string": "ada2ff-c0deff-ffe5f1-fff8e1-nordichue",
            "name": "Cloud Cobalt Bay",
            "colors": [
                "#ADA2FF",
                "#C0DEFF",
                "#FFE5F1",
                "#FFF8E1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.284490Z"
        },
        {
            "id": 774,
            "id_string": "944e63-b47b84-caa6a6-ffe7e7-palettepup",
            "name": "Electric Ruby Meadow",
            "colors": [
                "#944E63",
                "#B47B84",
                "#CAA6A6",
                "#FFE7E7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.213358Z"
        },
        {
            "id": 763,
            "id_string": "f4f9f9-f1d1d0-fbaccc-f875aa-studiomochi",
            "name": "Cloud Rose Field",
            "colors": [
                "#F4F9F9",
                "#F1D1D0",
                "#FBACCC",
                "#F875AA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.160275Z"
        },
        {
            "id": 741,
            "id_string": "e8f3d6-fcf9be-ffdca9-faab78-cobaltcat",
            "name": "Soft Apricot Field",
            "colors": [
                "#E8F3D6",
                "#FCF9BE",
                "#FFDCA9",
                "#FAAB78"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.056120Z"
        },
        {
            "id": 662,
            "id_string": "f1eaff-e5d4ff-dcbfff-d0a2f7-studiomochi",
            "name": "Soft Violet Sunset",
            "colors": [
                "#F1EAFF",
                "#E5D4FF",
                "#DCBFFF",
                "#D0A2F7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.674305Z"
        },
        {
            "id": 659,
            "id_string": "ffcdb2-ffb4a2-e5989b-b5828c-candytone",
            "name": "Neon Ember Tide",
            "colors": [
                "#FFCDB2",
                "#FFB4A2",
                "#E5989B",
                "#B5828C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.660703Z"
        },
        {
            "id": 605,
            "id_string": "cc9b6d-f1ca89-f2dac3-c8c2bc-retroswatch",
            "name": "Neon Ember Grove",
            "colors": [
                "#CC9B6D",
                "#F1CA89",
                "#F2DAC3",
                "#C8C2BC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.362020Z"
        },
        {
            "id": 566,
            "id_string": "ccf6c8-fafcc2-f6d6ad-f9c0c0-mossyhex",
            "name": "Cloud Citrine Field",
            "colors": [
                "#CCF6C8",
                "#FAFCC2",
                "#F6D6AD",
                "#F9C0C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.174944Z"
        },
        {
            "id": 537,
            "id_string": "89a8b2-b3c8cf-e5e1da-f1f0e8-mossyhex",
            "name": "Cloud Gold Dawn",
            "colors": [
                "#89A8B2",
                "#B3C8CF",
                "#E5E1DA",
                "#F1F0E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.033308Z"
        }
    ]
}