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=26
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=27",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=25"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 798,
            "id_string": "420516-7d1935-b42b51-e63e6d-cobaltcat",
            "name": "Rose Veil",
            "colors": [
                "#420516",
                "#7D1935",
                "#B42B51",
                "#E63E6D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.326064Z"
        },
        {
            "id": 792,
            "id_string": "6c3428-ba704f-dfa878-cee6f3-paperfox",
            "name": "Ember Tide",
            "colors": [
                "#6C3428",
                "#BA704F",
                "#DFA878",
                "#CEE6F3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.298152Z"
        },
        {
            "id": 991,
            "id_string": "206a5d-81b214-ffcc29-f58634-hexharbor",
            "name": "Sunbeam Hush",
            "colors": [
                "#206A5D",
                "#81B214",
                "#FFCC29",
                "#F58634"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.843234Z"
        },
        {
            "id": 352,
            "id_string": "ffeddb-edcdbb-e3b7a0-bf9270-swatchbird",
            "name": "Electric Amber Haze",
            "colors": [
                "#FFEDDB",
                "#EDCDBB",
                "#E3B7A0",
                "#BF9270"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.077247Z"
        },
        {
            "id": 588,
            "id_string": "07689f-a2d5f2-fafafa-ff7e67-nordichue",
            "name": "Rose Drift",
            "colors": [
                "#07689F",
                "#A2D5F2",
                "#FAFAFA",
                "#FF7E67"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.280274Z"
        },
        {
            "id": 587,
            "id_string": "363062-4d4c7d-827397-d8b9c3-minthaze",
            "name": "Cool Azure Breeze",
            "colors": [
                "#363062",
                "#4D4C7D",
                "#827397",
                "#D8B9C3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.275738Z"
        },
        {
            "id": 1012,
            "id_string": "03001c-301e67-5b8fb9-b6eada-minthaze",
            "name": "Vivid Azure Bloom",
            "colors": [
                "#03001C",
                "#301E67",
                "#5B8FB9",
                "#B6EADA"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.940340Z"
        },
        {
            "id": 17,
            "id_string": "ffbf00-04f1e1-0a69e6-96918d-245953-408e91-b46060",
            "name": "Game Controller",
            "colors": [
                "#FFBF00",
                "#04F1E1",
                "#0A69E6",
                "#96918D",
                "#245953",
                "#408E91",
                "#B46060"
            ],
            "color_count": 7,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:14.682546Z"
        },
        {
            "id": 544,
            "id_string": "d1e9f6-f6eacb-f1d3ce-eecad5-palettepup",
            "name": "Cloud Ember Dawn",
            "colors": [
                "#D1E9F6",
                "#F6EACB",
                "#F1D3CE",
                "#EECAD5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.067922Z"
        },
        {
            "id": 518,
            "id_string": "d9e4dd-fbf7f0-cdc9c3-555555-minthaze",
            "name": "Apricot Veil",
            "colors": [
                "#D9E4DD",
                "#FBF7F0",
                "#CDC9C3",
                "#555555"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.886166Z"
        }
    ]
}