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=color_count&page=2
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=color_count&page=3",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=color_count"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "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"
        },
        {
            "id": 234,
            "id_string": "ffffff-dddddd-0020ff-lesbiancowpoke",
            "name": "3-color palette",
            "colors": [
                "#FFFFFF",
                "#DDDDDD",
                "#0020FF"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.685725Z"
        },
        {
            "id": 237,
            "id_string": "000000-ff00ff-ff8000-usbugraus",
            "name": "3-color palette",
            "colors": [
                "#000000",
                "#FF00FF",
                "#FF8000"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.719029Z"
        },
        {
            "id": 265,
            "id_string": "000000-ffffff-20a777-epicguythatsreallycool",
            "name": "Man Template",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#20A777"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.968333Z"
        },
        {
            "id": 227,
            "id_string": "ffffff-000000-ff3a1d-comficker",
            "name": "Tiktok",
            "colors": [
                "#FFFFFF",
                "#000000",
                "#FF3A1D"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 1,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.634084Z"
        },
        {
            "id": 249,
            "id_string": "000000-f2f0e5-45444f-8989otgoo",
            "name": "Sunglasses",
            "colors": [
                "#000000",
                "#F2F0E5",
                "#45444F"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:16.805064Z"
        },
        {
            "id": 278,
            "id_string": "000000-ff0001-ffffff-niels",
            "name": "Mushroom - Super Mario",
            "colors": [
                "#000000",
                "#FF0001",
                "#FFFFFF"
            ],
            "color_count": 3,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.057900Z"
        },
        {
            "id": 821,
            "id_string": "ff577f-ff884b-ffc764-cdfffc-tonecraft",
            "name": "Vivid Rose Field",
            "colors": [
                "#FF577F",
                "#FF884B",
                "#FFC764",
                "#CDFFFC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.560586Z"
        },
        {
            "id": 757,
            "id_string": "b799ff-acbcff-aee2ff-e6fffd-minthaze",
            "name": "Pastel Indigo Sunset",
            "colors": [
                "#B799FF",
                "#ACBCFF",
                "#AEE2FF",
                "#E6FFFD"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.133039Z"
        },
        {
            "id": 749,
            "id_string": "00e0ff-74f9ff-a6fff2-e8ffe8-paperfox",
            "name": "Aqua Dawn",
            "colors": [
                "#00E0FF",
                "#74F9FF",
                "#A6FFF2",
                "#E8FFE8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.096024Z"
        }
    ]
}