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=like_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=like_count&page=42",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=like_count&page=40"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1213,
            "id_string": "f2f2f2-eae4d5-b6b09f-000000-coloreef",
            "name": "Amber Hush",
            "colors": [
                "#F2F2F2",
                "#EAE4D5",
                "#B6B09F",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.891519Z"
        },
        {
            "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"
        },
        {
            "id": 1268,
            "id_string": "eba83a-bb371a-fff8d9-d5dbb3-pixelpine",
            "name": "Electric Sunbeam Veil",
            "colors": [
                "#EBA83A",
                "#BB371A",
                "#FFF8D9",
                "#D5DBB3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.181594Z"
        },
        {
            "id": 1246,
            "id_string": "f47c7c-f7f48b-a1de93-70a1d7-swatchbird",
            "name": "Electric Sunbeam Tide",
            "colors": [
                "#F47C7C",
                "#F7F48B",
                "#A1DE93",
                "#70A1D7"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.065662Z"
        },
        {
            "id": 1216,
            "id_string": "f7f1e5-e7b10a-898121-4c4b16-pixelpine",
            "name": "Sunbeam Sunset",
            "colors": [
                "#F7F1E5",
                "#E7B10A",
                "#898121",
                "#4C4B16"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.905111Z"
        },
        {
            "id": 1248,
            "id_string": "2d3250-424769-7077a1-f6b17a-mossyhex",
            "name": "Neon Apricot Bloom",
            "colors": [
                "#2D3250",
                "#424769",
                "#7077A1",
                "#F6B17A"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.075205Z"
        },
        {
            "id": 1196,
            "id_string": "706233-b0926a-e1c78f-fae7c9-mossyhex",
            "name": "Neon Amber Grove",
            "colors": [
                "#706233",
                "#B0926A",
                "#E1C78F",
                "#FAE7C9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.814051Z"
        },
        {
            "id": 1243,
            "id_string": "eca3f5-fdbaf8-b0efeb-edffa9-cobaltcat",
            "name": "Cloud Lime Meadow",
            "colors": [
                "#ECA3F5",
                "#FDBAF8",
                "#B0EFEB",
                "#EDFFA9"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.036900Z"
        },
        {
            "id": 1264,
            "id_string": "4e6e81-f9dbbb-ff0303-2e3840-coloreef",
            "name": "Neon Rose Bloom",
            "colors": [
                "#4E6E81",
                "#F9DBBB",
                "#FF0303",
                "#2E3840"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.159464Z"
        },
        {
            "id": 1229,
            "id_string": "ffe9d0-fffed3-bbe9ff-b1afff-minthaze",
            "name": "Pastel Coral Glow",
            "colors": [
                "#FFE9D0",
                "#FFFED3",
                "#BBE9FF",
                "#B1AFFF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.966324Z"
        }
    ]
}