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=usage_count&page=45
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=usage_count&page=46",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=usage_count&page=44"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 744,
            "id_string": "fff2f2-a9b5df-7886c7-2d336b-studiomochi",
            "name": "Electric Scarlet Meadow",
            "colors": [
                "#FFF2F2",
                "#A9B5DF",
                "#7886C7",
                "#2D336B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.070754Z"
        },
        {
            "id": 775,
            "id_string": "f0e3ca-ff8303-a35709-1b1a17-duskpixel",
            "name": "Neon Coral Harbor",
            "colors": [
                "#F0E3CA",
                "#FF8303",
                "#A35709",
                "#1B1A17"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.218727Z"
        },
        {
            "id": 566,
            "id_string": "ccf6c8-fafcc2-f6d6ad-f9c0c0-mossyhex",
            "name": "Cloud Citrine Field",
            "colors": [
                "#CCF6C8",
                "#FAFCC2",
                "#F6D6AD",
                "#F9C0C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.174944Z"
        },
        {
            "id": 784,
            "id_string": "aae3e2-d9acf5-ffcefe-fdebed-minthaze",
            "name": "Cloud Mauve Mist",
            "colors": [
                "#AAE3E2",
                "#D9ACF5",
                "#FFCEFE",
                "#FDEBED"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.261543Z"
        },
        {
            "id": 867,
            "id_string": "80bcbd-aad9bb-d5f0c1-f9f7c9-hexharbor",
            "name": "Citrine Dawn",
            "colors": [
                "#80BCBD",
                "#AAD9BB",
                "#D5F0C1",
                "#F9F7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.033027Z"
        },
        {
            "id": 492,
            "id_string": "f1e5d1-dbb5b5-c39898-987070-pixelpine",
            "name": "Cool Apricot Tide",
            "colors": [
                "#F1E5D1",
                "#DBB5B5",
                "#C39898",
                "#987070"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.739572Z"
        },
        {
            "id": 404,
            "id_string": "ffb9b9-ffddd2-ffacc7-ff8dc7-pixelpine",
            "name": "Cloud Crimson Mist",
            "colors": [
                "#FFB9B9",
                "#FFDDD2",
                "#FFACC7",
                "#FF8DC7"
            ],
            "color_count": 4,
            "like_count": 14,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.322613Z"
        },
        {
            "id": 740,
            "id_string": "65647c-8b7e74-c7bca1-f1d3b3-tonecraft",
            "name": "Amber Breeze",
            "colors": [
                "#65647C",
                "#8B7E74",
                "#C7BCA1",
                "#F1D3B3"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.051573Z"
        },
        {
            "id": 620,
            "id_string": "3674b5-578fca-a1e3f9-d1f8ef-cobaltcat",
            "name": "Electric Aqua Tide",
            "colors": [
                "#3674B5",
                "#578FCA",
                "#A1E3F9",
                "#D1F8EF"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.438869Z"
        },
        {
            "id": 479,
            "id_string": "ffe8df-ffffff-f0f0f0-888888-minthaze",
            "name": "Pastel Ember Dusk",
            "colors": [
                "#FFE8DF",
                "#FFFFFF",
                "#F0F0F0",
                "#888888"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.679465Z"
        }
    ]
}