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=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=-created&page=13",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=11"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1242,
            "id_string": "3e0703-660b05-8c1007-fff0c4-mossyhex",
            "name": "Dusk Apricot Dream",
            "colors": [
                "#3E0703",
                "#660B05",
                "#8C1007",
                "#FFF0C4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.032023Z"
        },
        {
            "id": 1241,
            "id_string": "1d5d9b-75c2f6-f4d160-fbeeac-paperfox",
            "name": "Vivid Gold Harbor",
            "colors": [
                "#1D5D9B",
                "#75C2F6",
                "#F4D160",
                "#FBEEAC"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.027759Z"
        },
        {
            "id": 1240,
            "id_string": "d789d7-9d65c9-5d54a4-2a3d66-nordichue",
            "name": "Warm Plum Field",
            "colors": [
                "#D789D7",
                "#9D65C9",
                "#5D54A4",
                "#2A3D66"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.023024Z"
        },
        {
            "id": 1239,
            "id_string": "711db0-c21292-ef4040-ffa732-pixelpine",
            "name": "Vivid Apricot Dusk",
            "colors": [
                "#711DB0",
                "#C21292",
                "#EF4040",
                "#FFA732"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.018232Z"
        },
        {
            "id": 1238,
            "id_string": "7eb5a6-c36839-86340a-e8d0b3-retroswatch",
            "name": "Electric Ember Bloom",
            "colors": [
                "#7EB5A6",
                "#C36839",
                "#86340A",
                "#E8D0B3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.013350Z"
        },
        {
            "id": 1237,
            "id_string": "d83a56-ff616d-ffeac9-66de93-paperfox",
            "name": "Neon Rose Tide",
            "colors": [
                "#D83A56",
                "#FF616D",
                "#FFEAC9",
                "#66DE93"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.008063Z"
        },
        {
            "id": 1236,
            "id_string": "eddfe0-f5f5f7-b7b7b7-705c53-nordichue",
            "name": "Blush Veil",
            "colors": [
                "#EDDFE0",
                "#F5F5F7",
                "#B7B7B7",
                "#705C53"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.002555Z"
        },
        {
            "id": 1235,
            "id_string": "5f939a-d8ac9c-eac8af-1b2021-huedrift",
            "name": "Amber Dusk",
            "colors": [
                "#5F939A",
                "#D8AC9C",
                "#EAC8AF",
                "#1B2021"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.997355Z"
        },
        {
            "id": 1234,
            "id_string": "120136-035aa6-40bad5-fcbf1e-coloreef",
            "name": "Dusk Amber Dream",
            "colors": [
                "#120136",
                "#035AA6",
                "#40BAD5",
                "#FCBF1E"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.991014Z"
        },
        {
            "id": 1233,
            "id_string": "3d8d7a-b3d8a8-fbffe4-a3d1c6-retroswatch",
            "name": "Electric Meadow Dawn",
            "colors": [
                "#3D8D7A",
                "#B3D8A8",
                "#FBFFE4",
                "#A3D1C6"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.986260Z"
        }
    ]
}