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=usage_count&page=12
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=usage_count&page=13",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=11"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 348,
            "id_string": "b1b2ff-aac4ff-d2daff-eef1ff-paperfox",
            "name": "Pastel Sky Meadow",
            "colors": [
                "#B1B2FF",
                "#AAC4FF",
                "#D2DAFF",
                "#EEF1FF"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.058416Z"
        },
        {
            "id": 896,
            "id_string": "937dc2-c689c6-e8a0bf-fcc5c0-studiomochi",
            "name": "Vivid Rose Grove",
            "colors": [
                "#937DC2",
                "#C689C6",
                "#E8A0BF",
                "#FCC5C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.176913Z"
        },
        {
            "id": 426,
            "id_string": "f4f4f2-e8e8e8-bbbfca-495464-huedrift",
            "name": "Stone Tide",
            "colors": [
                "#F4F4F2",
                "#E8E8E8",
                "#BBBFCA",
                "#495464"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.426814Z"
        },
        {
            "id": 951,
            "id_string": "f1efec-d4c9be-123458-030303-candytone",
            "name": "Ocean Dawn",
            "colors": [
                "#F1EFEC",
                "#D4C9BE",
                "#123458",
                "#030303"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.542064Z"
        },
        {
            "id": 471,
            "id_string": "fdffbc-ffeebb-ffdcb8-ffc1b6-coloreef",
            "name": "Pale Sunbeam Grove",
            "colors": [
                "#FDFFBC",
                "#FFEEBB",
                "#FFDCB8",
                "#FFC1B6"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.637082Z"
        },
        {
            "id": 407,
            "id_string": "a0937d-e7d4b5-f6e6cb-e3cdc1-pixelpine",
            "name": "Amber Sunset",
            "colors": [
                "#A0937D",
                "#E7D4B5",
                "#F6E6CB",
                "#E3CDC1"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.336687Z"
        },
        {
            "id": 520,
            "id_string": "eeebdd-810000-630000-1b1717-candytone",
            "name": "Dusk Ruby Mist",
            "colors": [
                "#EEEBDD",
                "#810000",
                "#630000",
                "#1B1717"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.905388Z"
        },
        {
            "id": 1047,
            "id_string": "89b5af-96c7c1-ded9c4-d0cab2-candytone",
            "name": "Warm Lagoon Haze",
            "colors": [
                "#89B5AF",
                "#96C7C1",
                "#DED9C4",
                "#D0CAB2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.110622Z"
        },
        {
            "id": 971,
            "id_string": "864000-d44000-ff7a00-ffefcf-retroswatch",
            "name": "Vivid Coral Dream",
            "colors": [
                "#864000",
                "#D44000",
                "#FF7A00",
                "#FFEFCF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.746135Z"
        },
        {
            "id": 1260,
            "id_string": "721b65-b80d57-f8615a-ffd868-cobaltcat",
            "name": "Electric Ember Field",
            "colors": [
                "#721B65",
                "#B80D57",
                "#F8615A",
                "#FFD868"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.140195Z"
        }
    ]
}