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=20
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=21",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=19"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 427,
            "id_string": "faf8f1-faeab1-e5ba73-c58940-paperfox",
            "name": "Vivid Gold Dusk",
            "colors": [
                "#FAF8F1",
                "#FAEAB1",
                "#E5BA73",
                "#C58940"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.431848Z"
        },
        {
            "id": 381,
            "id_string": "bad7df-ffe2e2-f6f6f6-99ddcc-tonecraft",
            "name": "Cloud Rose Dream",
            "colors": [
                "#BAD7DF",
                "#FFE2E2",
                "#F6F6F6",
                "#99DDCC"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.214594Z"
        },
        {
            "id": 1155,
            "id_string": "987d9a-bb9ab1-eeceb9-fefbd8-swatchbird",
            "name": "Neon Gold Sunset",
            "colors": [
                "#987D9A",
                "#BB9AB1",
                "#EECEB9",
                "#FEFBD8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.619609Z"
        },
        {
            "id": 1084,
            "id_string": "fff2e0-c0c9ee-a2aadb-898ac4-retroswatch",
            "name": "Pale Coral Dusk",
            "colors": [
                "#FFF2E0",
                "#C0C9EE",
                "#A2AADB",
                "#898AC4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.282640Z"
        },
        {
            "id": 950,
            "id_string": "e26a2c-ff8243-fda65d-ffd07f-studiomochi",
            "name": "Ember Dusk",
            "colors": [
                "#E26A2C",
                "#FF8243",
                "#FDA65D",
                "#FFD07F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.531644Z"
        },
        {
            "id": 891,
            "id_string": "120078-9d0191-fd3a69-fecd1a-pixelpine",
            "name": "Electric Sky Tide",
            "colors": [
                "#120078",
                "#9D0191",
                "#FD3A69",
                "#FECD1A"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.153952Z"
        },
        {
            "id": 877,
            "id_string": "faf2da-8e9775-4a503d-e28f83-nordichue",
            "name": "Honey Dusk",
            "colors": [
                "#FAF2DA",
                "#8E9775",
                "#4A503D",
                "#E28F83"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.089001Z"
        },
        {
            "id": 779,
            "id_string": "f9efdb-ebd9b4-9dbc98-638889-retroswatch",
            "name": "Ember Meadow",
            "colors": [
                "#F9EFDB",
                "#EBD9B4",
                "#9DBC98",
                "#638889"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.237797Z"
        },
        {
            "id": 658,
            "id_string": "f7a4a4-febe8c-fffbc1-b6e2a1-huedrift",
            "name": "Soft Gold Field",
            "colors": [
                "#F7A4A4",
                "#FEBE8C",
                "#FFFBC1",
                "#B6E2A1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.656187Z"
        },
        {
            "id": 628,
            "id_string": "454545-ff6000-ffa559-ffe6c7-coloreef",
            "name": "Amber Glow",
            "colors": [
                "#454545",
                "#FF6000",
                "#FFA559",
                "#FFE6C7"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.476036Z"
        }
    ]
}