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=created&page=127
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=created&page=128",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=created&page=126"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1262,
            "id_string": "001524-445d48-d6cc99-fde5d4-swatchbird",
            "name": "Aqua Grove",
            "colors": [
                "#001524",
                "#445D48",
                "#D6CC99",
                "#FDE5D4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.149513Z"
        },
        {
            "id": 1263,
            "id_string": "fa7070-fefded-c6ebc5-a1c398-minthaze",
            "name": "Pastel Rose Bloom",
            "colors": [
                "#FA7070",
                "#FEFDED",
                "#C6EBC5",
                "#A1C398"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.154256Z"
        },
        {
            "id": 1264,
            "id_string": "4e6e81-f9dbbb-ff0303-2e3840-coloreef",
            "name": "Neon Rose Bloom",
            "colors": [
                "#4E6E81",
                "#F9DBBB",
                "#FF0303",
                "#2E3840"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.159464Z"
        },
        {
            "id": 1265,
            "id_string": "b7e0ff-fff5cd-ffcfb3-e78f81-duskpixel",
            "name": "Soft Cyan Tide",
            "colors": [
                "#B7E0FF",
                "#FFF5CD",
                "#FFCFB3",
                "#E78F81"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.164280Z"
        },
        {
            "id": 1266,
            "id_string": "610c9f-940b92-da0c81-e95793-coloreef",
            "name": "Neon Orchid Harbor",
            "colors": [
                "#610C9F",
                "#940B92",
                "#DA0C81",
                "#E95793"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.169178Z"
        },
        {
            "id": 1267,
            "id_string": "14279b-3d56b2-5c7aea-e6e6e6-duskpixel",
            "name": "Neon Cobalt Field",
            "colors": [
                "#14279B",
                "#3D56B2",
                "#5C7AEA",
                "#E6E6E6"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.177065Z"
        },
        {
            "id": 1268,
            "id_string": "eba83a-bb371a-fff8d9-d5dbb3-pixelpine",
            "name": "Electric Sunbeam Veil",
            "colors": [
                "#EBA83A",
                "#BB371A",
                "#FFF8D9",
                "#D5DBB3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.181594Z"
        },
        {
            "id": 1269,
            "id_string": "bedbbb-8db596-92817a-707070-swatchbird",
            "name": "Forest Grove",
            "colors": [
                "#BEDBBB",
                "#8DB596",
                "#92817A",
                "#707070"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.186182Z"
        },
        {
            "id": 1270,
            "id_string": "7d0633-31112c-f2a07b-fbdcc4-retroswatch",
            "name": "Magenta Veil",
            "colors": [
                "#7D0633",
                "#31112C",
                "#F2A07B",
                "#FBDCC4"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.190726Z"
        },
        {
            "id": 1271,
            "id_string": "feffd2-ffeea9-ffbf78-ff7d29-tonecraft",
            "name": "Neon Honey Dawn",
            "colors": [
                "#FEFFD2",
                "#FFEEA9",
                "#FFBF78",
                "#FF7D29"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.195337Z"
        }
    ]
}