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=10
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=11",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=9"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1073,
            "id_string": "e8505b-f9d56e-f3ecc2-14b1ab-candytone",
            "name": "Electric Ember Dawn",
            "colors": [
                "#E8505B",
                "#F9D56E",
                "#F3ECC2",
                "#14B1AB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.232430Z"
        },
        {
            "id": 1075,
            "id_string": "4793af-ffc470-dd5746-8b322c-candytone",
            "name": "Vivid Amber Haze",
            "colors": [
                "#4793AF",
                "#FFC470",
                "#DD5746",
                "#8B322C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.241580Z"
        },
        {
            "id": 722,
            "id_string": "393646-4f4557-6d5d6e-f4eee0-candytone",
            "name": "Coral Hush",
            "colors": [
                "#393646",
                "#4F4557",
                "#6D5D6E",
                "#F4EEE0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.957233Z"
        },
        {
            "id": 1286,
            "id_string": "16213e-0f3460-533483-e94560-swatchbird",
            "name": "Twilight Blush Grove",
            "colors": [
                "#16213E",
                "#0F3460",
                "#533483",
                "#E94560"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.274935Z"
        },
        {
            "id": 1172,
            "id_string": "2192ff-38e54d-9cff2e-fdff00-swatchbird",
            "name": "Electric Tide Field",
            "colors": [
                "#2192FF",
                "#38E54D",
                "#9CFF2E",
                "#FDFF00"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.702753Z"
        },
        {
            "id": 1179,
            "id_string": "35374b-344955-50727b-78a083-nordichue",
            "name": "Twilight Aqua Dawn",
            "colors": [
                "#35374B",
                "#344955",
                "#50727B",
                "#78A083"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.734921Z"
        },
        {
            "id": 262,
            "id_string": "000000-ffffff-20a777-e6cca7-e9af70-1a5548-174a40-966d1b-77d0cc8a-epicguythatsreallycool",
            "name": "11-color palette",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#20A777",
                "#E6CCA7",
                "#E9AF70",
                "#1A5548",
                "#174A40",
                "#966D1B",
                "#F63814",
                "#FEAC5D",
                "#688CBB"
            ],
            "color_count": 11,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.951863Z"
        },
        {
            "id": 1118,
            "id_string": "c21010-e64848-fffde3-cfe8a9-minthaze",
            "name": "Electric Honey Mist",
            "colors": [
                "#C21010",
                "#E64848",
                "#FFFDE3",
                "#CFE8A9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.442626Z"
        },
        {
            "id": 1232,
            "id_string": "252525-6930c3-64dfdf-80ffdb-retroswatch",
            "name": "Neon Lagoon Dawn",
            "colors": [
                "#252525",
                "#6930C3",
                "#64DFDF",
                "#80FFDB"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.981661Z"
        },
        {
            "id": 290,
            "id_string": "cdcdcd-000000-fefefe-quilamour007",
            "name": "3-color palette",
            "colors": [
                "#CDCDCD",
                "#000000",
                "#FEFEFE"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.150652Z"
        }
    ]
}