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=14
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=15",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-created&page=13"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1222,
            "id_string": "e0fcff-90f2ff-6eb6ff-7098da-paperfox",
            "name": "Electric Tide Grove",
            "colors": [
                "#E0FCFF",
                "#90F2FF",
                "#6EB6FF",
                "#7098DA"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.932615Z"
        },
        {
            "id": 1221,
            "id_string": "000000-bd4b4b-efb7b7-eeeeee-swatchbird",
            "name": "Cool Crimson Mist",
            "colors": [
                "#000000",
                "#BD4B4B",
                "#EFB7B7",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.928042Z"
        },
        {
            "id": 1220,
            "id_string": "206a5d-81b214-bfdcae-f1f1e8-retroswatch",
            "name": "Neon Lime Grove",
            "colors": [
                "#206A5D",
                "#81B214",
                "#BFDCAE",
                "#F1F1E8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.923580Z"
        },
        {
            "id": 1219,
            "id_string": "4d3e3e-fff3cd-ffc38b-ff926b-swatchbird",
            "name": "Neon Gold Dream",
            "colors": [
                "#4D3E3E",
                "#FFF3CD",
                "#FFC38B",
                "#FF926B"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.918832Z"
        },
        {
            "id": 1218,
            "id_string": "d9edbf-ffb996-ffcf81-fdffab-swatchbird",
            "name": "Cloud Coral Hush",
            "colors": [
                "#D9EDBF",
                "#FFB996",
                "#FFCF81",
                "#FDFFAB"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.914265Z"
        },
        {
            "id": 1217,
            "id_string": "111d5e-c70039-f37121-ffbd69-huedrift",
            "name": "Vivid Blush Mist",
            "colors": [
                "#111D5E",
                "#C70039",
                "#F37121",
                "#FFBD69"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.909928Z"
        },
        {
            "id": 1216,
            "id_string": "f7f1e5-e7b10a-898121-4c4b16-pixelpine",
            "name": "Sunbeam Sunset",
            "colors": [
                "#F7F1E5",
                "#E7B10A",
                "#898121",
                "#4C4B16"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.905111Z"
        },
        {
            "id": 1215,
            "id_string": "f4f4f4-f0a500-cf7500-1a1c20-pixelpine",
            "name": "Electric Amber Veil",
            "colors": [
                "#F4F4F4",
                "#F0A500",
                "#CF7500",
                "#1A1C20"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.900729Z"
        },
        {
            "id": 1214,
            "id_string": "c96868-fadfa1-fff4ea-7eacb5-coloreef",
            "name": "Neon Ember Field",
            "colors": [
                "#C96868",
                "#FADFA1",
                "#FFF4EA",
                "#7EACB5"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.896056Z"
        },
        {
            "id": 1213,
            "id_string": "f2f2f2-eae4d5-b6b09f-000000-coloreef",
            "name": "Amber Hush",
            "colors": [
                "#F2F2F2",
                "#EAE4D5",
                "#B6B09F",
                "#000000"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.891519Z"
        }
    ]
}