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=-name&page=12
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=-name&page=13",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=-name&page=11"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 344,
            "id_string": "ad8b73-ceab93-e3caa5-fffbe9-swatchbird",
            "name": "Vivid Honey Dream",
            "colors": [
                "#AD8B73",
                "#CEAB93",
                "#E3CAA5",
                "#FFFBE9"
            ],
            "color_count": 4,
            "like_count": 15,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.036207Z"
        },
        {
            "id": 1124,
            "id_string": "a9eee6-fefaec-f9a1bc-625772-hexharbor",
            "name": "Vivid Honey Bloom",
            "colors": [
                "#A9EEE6",
                "#FEFAEC",
                "#F9A1BC",
                "#625772"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.469964Z"
        },
        {
            "id": 1156,
            "id_string": "fffbda-ffec9e-ffbb70-ed9455-mossyhex",
            "name": "Vivid Gold Sunset",
            "colors": [
                "#FFFBDA",
                "#FFEC9E",
                "#FFBB70",
                "#ED9455"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.624140Z"
        },
        {
            "id": 1241,
            "id_string": "1d5d9b-75c2f6-f4d160-fbeeac-paperfox",
            "name": "Vivid Gold Harbor",
            "colors": [
                "#1D5D9B",
                "#75C2F6",
                "#F4D160",
                "#FBEEAC"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.027759Z"
        },
        {
            "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": 595,
            "id_string": "e6ba95-fafdd6-e4e9be-a2b38b-mossyhex",
            "name": "Vivid Gold Dream",
            "colors": [
                "#E6BA95",
                "#FAFDD6",
                "#E4E9BE",
                "#A2B38B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.312358Z"
        },
        {
            "id": 902,
            "id_string": "f6f6f6-c7ffd8-98ded9-161d6f-coloreef",
            "name": "Vivid Forest Meadow",
            "colors": [
                "#F6F6F6",
                "#C7FFD8",
                "#98DED9",
                "#161D6F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.207712Z"
        },
        {
            "id": 932,
            "id_string": "ffeedb-ffd8cc-ffbd9b-0a1d37-coloreef",
            "name": "Vivid Ember Hush",
            "colors": [
                "#FFEEDB",
                "#FFD8CC",
                "#FFBD9B",
                "#0A1D37"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.352256Z"
        },
        {
            "id": 1188,
            "id_string": "781d42-a3423c-de834d-f0d290-coloreef",
            "name": "Vivid Ember Grove",
            "colors": [
                "#781D42",
                "#A3423C",
                "#DE834D",
                "#F0D290"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.777272Z"
        },
        {
            "id": 1104,
            "id_string": "f1f1f1-fdb827-21209c-23120b-hexharbor",
            "name": "Vivid Ember Drift",
            "colors": [
                "#F1F1F1",
                "#FDB827",
                "#21209C",
                "#23120B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.377478Z"
        }
    ]
}