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&page=115
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&page=116",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=114"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1158,
            "id_string": "fef9a7-fac213-f77e21-d61c4e-tonecraft",
            "name": "Vivid Honey Field",
            "colors": [
                "#FEF9A7",
                "#FAC213",
                "#F77E21",
                "#D61C4E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.638389Z"
        },
        {
            "id": 750,
            "id_string": "eb455f-fcffe7-bad7e9-2b3467-tonecraft",
            "name": "Fern Sunset",
            "colors": [
                "#EB455F",
                "#FCFFE7",
                "#BAD7E9",
                "#2B3467"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.100505Z"
        },
        {
            "id": 650,
            "id_string": "222831-393e46-948979-dfd0b8-palettepup",
            "name": "Coral Harbor",
            "colors": [
                "#222831",
                "#393E46",
                "#948979",
                "#DFD0B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.616033Z"
        },
        {
            "id": 630,
            "id_string": "071a52-086972-17b978-a7ff83-tonecraft",
            "name": "Twilight Jade Meadow",
            "colors": [
                "#071A52",
                "#086972",
                "#17B978",
                "#A7FF83"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.485153Z"
        },
        {
            "id": 519,
            "id_string": "838383-ad9d9d-d9adad-fccbcb-palettepup",
            "name": "Electric Ruby Dream",
            "colors": [
                "#838383",
                "#AD9D9D",
                "#D9ADAD",
                "#FCCBCB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.897540Z"
        },
        {
            "id": 480,
            "id_string": "645caa-a084ca-bface0-ebc7e8-swatchbird",
            "name": "Mauve Bloom",
            "colors": [
                "#645CAA",
                "#A084CA",
                "#BFACE0",
                "#EBC7E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.684146Z"
        },
        {
            "id": 397,
            "id_string": "222831-393e46-ffd369-eeeeee-tonecraft",
            "name": "Neon Amber Veil",
            "colors": [
                "#222831",
                "#393E46",
                "#FFD369",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.290238Z"
        },
        {
            "id": 154,
            "id_string": "e6e5e2-1eb195-39a291-fc6c94-cfeeea-172426-d85d7f-lam",
            "name": "Pink Dinosaur",
            "colors": [
                "#E6E5E2",
                "#1EB195",
                "#39A291",
                "#FC6C94",
                "#CFEEEA",
                "#172426",
                "#D85D7F"
            ],
            "color_count": 7,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.204957Z"
        },
        {
            "id": 79,
            "id_string": "b6dab2-4a4a4a-c5c5c5-c8e3be-939393-000000-5d5ef5-f5be26-comficker",
            "name": "Dog",
            "colors": [
                "#B6DAB2",
                "#4A4A4A",
                "#C5C5C5",
                "#C8E3BE",
                "#939393",
                "#000000",
                "#5D5EF5",
                "#F5BE26"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:15.294871Z"
        },
        {
            "id": 4,
            "id_string": "0f380f-306230-8bac0f-9bbc0f",
            "name": "Game Boy DMG",
            "colors": [
                "#0F380F",
                "#306230",
                "#8BAC0F",
                "#9BBC0F"
            ],
            "color_count": 4,
            "like_count": 0,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-24T02:37:07.742589Z"
        }
    ]
}