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&ordering=-created&page=38
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&ordering=-created&page=39",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=37"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 982,
            "id_string": "405d72-758694-f7e7dc-fff8f3-huedrift",
            "name": "Neon Apricot Hush",
            "colors": [
                "#405D72",
                "#758694",
                "#F7E7DC",
                "#FFF8F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.800960Z"
        },
        {
            "id": 981,
            "id_string": "ffc93c-07689f-40a8c4-a2d5f2-palettepup",
            "name": "Coral Field",
            "colors": [
                "#FFC93C",
                "#07689F",
                "#40A8C4",
                "#A2D5F2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.796173Z"
        },
        {
            "id": 980,
            "id_string": "f1d4d4-e6739f-cc0e74-790c5a-studiomochi",
            "name": "Vivid Orchid Tide",
            "colors": [
                "#F1D4D4",
                "#E6739F",
                "#CC0E74",
                "#790C5A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.791392Z"
        },
        {
            "id": 979,
            "id_string": "f9f5eb-e4dccf-ea5455-002b5b-paperfox",
            "name": "Electric Sky Bloom",
            "colors": [
                "#F9F5EB",
                "#E4DCCF",
                "#EA5455",
                "#002B5B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.786631Z"
        },
        {
            "id": 978,
            "id_string": "6499e9-9eddff-a6f6ff-befff7-cobaltcat",
            "name": "Cloud Tide Dusk",
            "colors": [
                "#6499E9",
                "#9EDDFF",
                "#A6F6FF",
                "#BEFFF7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.781204Z"
        },
        {
            "id": 977,
            "id_string": "1d1616-8e1616-d84040-eeeeee-mossyhex",
            "name": "Electric Scarlet Harbor",
            "colors": [
                "#1D1616",
                "#8E1616",
                "#D84040",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.776442Z"
        },
        {
            "id": 976,
            "id_string": "cee5d0-f3f0d7-e0c097-ff7878-hexharbor",
            "name": "Pale Rose Grove",
            "colors": [
                "#CEE5D0",
                "#F3F0D7",
                "#E0C097",
                "#FF7878"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.771546Z"
        },
        {
            "id": 975,
            "id_string": "9fc088-e8c07d-cc704b-614124-duskpixel",
            "name": "Cool Coral Tide",
            "colors": [
                "#9FC088",
                "#E8C07D",
                "#CC704B",
                "#614124"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.766890Z"
        },
        {
            "id": 974,
            "id_string": "ffeac5-ffdbb5-6c4e31-603f26-tonecraft",
            "name": "Neon Apricot Tide",
            "colors": [
                "#FFEAC5",
                "#FFDBB5",
                "#6C4E31",
                "#603F26"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.760415Z"
        },
        {
            "id": 973,
            "id_string": "f3d1f4-f5fcc1-bae5e5-98d6ea-mossyhex",
            "name": "Soft Lime Grove",
            "colors": [
                "#F3D1F4",
                "#F5FCC1",
                "#BAE5E5",
                "#98D6EA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.755488Z"
        }
    ]
}