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=color_count&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&ordering=color_count&page=42",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count&page=40"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 748,
            "id_string": "333333-ffffff-e1f4f3-706c61-pixelpine",
            "name": "Lagoon Dream",
            "colors": [
                "#333333",
                "#FFFFFF",
                "#E1F4F3",
                "#706C61"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.091406Z"
        },
        {
            "id": 945,
            "id_string": "c0d8c0-f5eedc-dd4a48-ecb390-cobaltcat",
            "name": "Warm Ember Dusk",
            "colors": [
                "#C0D8C0",
                "#F5EEDC",
                "#DD4A48",
                "#ECB390"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.486108Z"
        },
        {
            "id": 695,
            "id_string": "f9fbe7-f0edd4-eccdb4-fea1a1-coloreef",
            "name": "Soft Scarlet Grove",
            "colors": [
                "#F9FBE7",
                "#F0EDD4",
                "#ECCDB4",
                "#FEA1A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.832080Z"
        },
        {
            "id": 590,
            "id_string": "6482ad-7fa1c3-e2dad6-f5eded-candytone",
            "name": "Cool Sky Glow",
            "colors": [
                "#6482AD",
                "#7FA1C3",
                "#E2DAD6",
                "#F5EDED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.289503Z"
        },
        {
            "id": 296,
            "id_string": "ffffff-000000-ff3a1d-0011ff-shrecklings",
            "name": "Tiktok",
            "colors": [
                "#FFFFFF",
                "#000000",
                "#FF3A1D",
                "#0011FF"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.190208Z"
        },
        {
            "id": 392,
            "id_string": "f0ebe3-e4dccf-7d9d9c-576f72-palettepup",
            "name": "Warm Amber Dusk",
            "colors": [
                "#F0EBE3",
                "#E4DCCF",
                "#7D9D9C",
                "#576F72"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.267388Z"
        },
        {
            "id": 643,
            "id_string": "800000-982b1c-dad4b5-f2e8c6-hexharbor",
            "name": "Electric Ruby Dawn",
            "colors": [
                "#800000",
                "#982B1C",
                "#DAD4B5",
                "#F2E8C6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.583401Z"
        },
        {
            "id": 964,
            "id_string": "4d455d-e96479-f5e9cf-7db9b6-studiomochi",
            "name": "Vivid Magenta Hush",
            "colors": [
                "#4D455D",
                "#E96479",
                "#F5E9CF",
                "#7DB9B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.697094Z"
        },
        {
            "id": 387,
            "id_string": "ffcfdf-fefdca-e0f9b5-a5dee5-candytone",
            "name": "Pastel Blush Hush",
            "colors": [
                "#FFCFDF",
                "#FEFDCA",
                "#E0F9B5",
                "#A5DEE5"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.244475Z"
        },
        {
            "id": 797,
            "id_string": "f7dad9-fff5da-d6d2c4-5d534a-huedrift",
            "name": "Neon Coral Bloom",
            "colors": [
                "#F7DAD9",
                "#FFF5DA",
                "#D6D2C4",
                "#5D534A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.321423Z"
        }
    ]
}