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=download_count&page=13
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=download_count&page=14",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=12"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1170,
            "id_string": "265073-2d9596-9ad0c2-f1fada-cobaltcat",
            "name": "Electric Meadow Glow",
            "colors": [
                "#265073",
                "#2D9596",
                "#9AD0C2",
                "#F1FADA"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.693801Z"
        },
        {
            "id": 1277,
            "id_string": "66806a-b4c6a6-ffc286-fff1af-swatchbird",
            "name": "Vivid Amber Breeze",
            "colors": [
                "#66806A",
                "#B4C6A6",
                "#FFC286",
                "#FFF1AF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.232285Z"
        },
        {
            "id": 1288,
            "id_string": "112b3c-205375-f66b0e-efefef-cobaltcat",
            "name": "Electric Apricot Meadow",
            "colors": [
                "#112B3C",
                "#205375",
                "#F66B0E",
                "#EFEFEF"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.283934Z"
        },
        {
            "id": 1120,
            "id_string": "628395-262a53-ffa0a0-ffe3e3-cobaltcat",
            "name": "Ruby Hush",
            "colors": [
                "#628395",
                "#262A53",
                "#FFA0A0",
                "#FFE3E3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.451861Z"
        },
        {
            "id": 1058,
            "id_string": "041562-11468f-da1212-eeeeee-minthaze",
            "name": "Vivid Azure Haze",
            "colors": [
                "#041562",
                "#11468F",
                "#DA1212",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.161142Z"
        },
        {
            "id": 791,
            "id_string": "fee2b3-ffa299-ad6989-562349-pixelpine",
            "name": "Neon Crimson Bloom",
            "colors": [
                "#FEE2B3",
                "#FFA299",
                "#AD6989",
                "#562349"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.293609Z"
        },
        {
            "id": 1157,
            "id_string": "00ead3-fff5b7-ff449f-005f99-nordichue",
            "name": "Neon Teal Grove",
            "colors": [
                "#00EAD3",
                "#FFF5B7",
                "#FF449F",
                "#005F99"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.633660Z"
        },
        {
            "id": 834,
            "id_string": "2d4356-435b66-a76f6f-eab2a0-pixelpine",
            "name": "Ruby Haze",
            "colors": [
                "#2D4356",
                "#435B66",
                "#A76F6F",
                "#EAB2A0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.696234Z"
        },
        {
            "id": 1212,
            "id_string": "22577e-5584ac-95d1cc-f6f2d4-hexharbor",
            "name": "Honey Sunset",
            "colors": [
                "#22577E",
                "#5584AC",
                "#95D1CC",
                "#F6F2D4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.887062Z"
        },
        {
            "id": 1145,
            "id_string": "f4f9f4-a7d7c5-74b49b-5c8d89-cobaltcat",
            "name": "Lagoon Breeze",
            "colors": [
                "#F4F9F4",
                "#A7D7C5",
                "#74B49B",
                "#5C8D89"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.568636Z"
        }
    ]
}