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=19
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=20",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=18"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 437,
            "id_string": "9a3b3b-c08261-e2c799-f2ecbe-swatchbird",
            "name": "Citrine Grove",
            "colors": [
                "#9A3B3B",
                "#C08261",
                "#E2C799",
                "#F2ECBE"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.477723Z"
        },
        {
            "id": 414,
            "id_string": "d14d72-ffabab-fcc8d1-fef2f4-retroswatch",
            "name": "Cloud Crimson Breeze",
            "colors": [
                "#D14D72",
                "#FFABAB",
                "#FCC8D1",
                "#FEF2F4"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.370867Z"
        },
        {
            "id": 1110,
            "id_string": "000000-3e432e-616f39-a7d129-duskpixel",
            "name": "Fern Harbor",
            "colors": [
                "#000000",
                "#3E432E",
                "#616F39",
                "#A7D129"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.405233Z"
        },
        {
            "id": 976,
            "id_string": "cee5d0-f3f0d7-e0c097-ff7878-hexharbor",
            "name": "Pale Rose Grove",
            "colors": [
                "#CEE5D0",
                "#F3F0D7",
                "#E0C097",
                "#FF7878"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.771546Z"
        },
        {
            "id": 892,
            "id_string": "a2d2ff-fef9ef-ff865e-fee440-nordichue",
            "name": "Tide Bloom",
            "colors": [
                "#A2D2FF",
                "#FEF9EF",
                "#FF865E",
                "#FEE440"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.158417Z"
        },
        {
            "id": 882,
            "id_string": "1f2544-474f7a-81689d-ffd0ec-mossyhex",
            "name": "Mauve Bloom",
            "colors": [
                "#1F2544",
                "#474F7A",
                "#81689D",
                "#FFD0EC"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.112292Z"
        },
        {
            "id": 812,
            "id_string": "04364a-176b87-64ccc5-dafffb-pixelpine",
            "name": "Neon Lagoon Breeze",
            "colors": [
                "#04364A",
                "#176B87",
                "#64CCC5",
                "#DAFFFB"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.401664Z"
        },
        {
            "id": 778,
            "id_string": "5b6d5b-ca8a8b-e2bcb7-f6e6e4-duskpixel",
            "name": "Ruby Mist",
            "colors": [
                "#5B6D5B",
                "#CA8A8B",
                "#E2BCB7",
                "#F6E6E4"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.233215Z"
        },
        {
            "id": 451,
            "id_string": "a87676-ca8787-e1acac-ffd0d0-duskpixel",
            "name": "Electric Scarlet Harbor",
            "colors": [
                "#A87676",
                "#CA8787",
                "#E1ACAC",
                "#FFD0D0"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.541506Z"
        },
        {
            "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"
        }
    ]
}