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=download_count&page=21
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=download_count&page=22",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=20"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 1069,
            "id_string": "15b7b9-10ddc2-f5f5f5-f57170-duskpixel",
            "name": "Vivid Ruby Meadow",
            "colors": [
                "#15B7B9",
                "#10DDC2",
                "#F5F5F5",
                "#F57170"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.213314Z"
        },
        {
            "id": 703,
            "id_string": "232931-393e46-4ecca3-eeeeee-huedrift",
            "name": "Cool Teal Haze",
            "colors": [
                "#232931",
                "#393E46",
                "#4ECCA3",
                "#EEEEEE"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.869120Z"
        },
        {
            "id": 1285,
            "id_string": "f8b195-f67280-c06c84-355c7d-studiomochi",
            "name": "Rose Sunset",
            "colors": [
                "#F8B195",
                "#F67280",
                "#C06C84",
                "#355C7D"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.270233Z"
        },
        {
            "id": 730,
            "id_string": "fef9e1-e5d0ac-a31d1d-6d2323-duskpixel",
            "name": "Electric Honey Grove",
            "colors": [
                "#FEF9E1",
                "#E5D0AC",
                "#A31D1D",
                "#6D2323"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.994442Z"
        },
        {
            "id": 1230,
            "id_string": "d8d9cf-ededed-ff8787-e26868-nordichue",
            "name": "Cloud Rose Drift",
            "colors": [
                "#D8D9CF",
                "#EDEDED",
                "#FF8787",
                "#E26868"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.970920Z"
        },
        {
            "id": 1041,
            "id_string": "ff4646-ff8585-ffb396-fff5c0-retroswatch",
            "name": "Electric Scarlet Breeze",
            "colors": [
                "#FF4646",
                "#FF8585",
                "#FFB396",
                "#FFF5C0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.083193Z"
        },
        {
            "id": 18,
            "id_string": "fff2cc-ffd966-f4b183-dfa67b-245953-408e91-b46060",
            "name": "Controller v2",
            "colors": [
                "#FFF2CC",
                "#FFD966",
                "#F4B183",
                "#DFA67B",
                "#245953",
                "#408E91",
                "#B46060"
            ],
            "color_count": 7,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:14.687347Z"
        },
        {
            "id": 1032,
            "id_string": "d77fa1-baabda-d6e5fa-fff9f9-huedrift",
            "name": "Pastel Rose Hush",
            "colors": [
                "#D77FA1",
                "#BAABDA",
                "#D6E5FA",
                "#FFF9F9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.039291Z"
        },
        {
            "id": 461,
            "id_string": "ffb6b9-fae3d9-bbded6-8ac6d1-huedrift",
            "name": "Cloud Magenta Drift",
            "colors": [
                "#FFB6B9",
                "#FAE3D9",
                "#BBDED6",
                "#8AC6D1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.590294Z"
        },
        {
            "id": 518,
            "id_string": "d9e4dd-fbf7f0-cdc9c3-555555-minthaze",
            "name": "Apricot Veil",
            "colors": [
                "#D9E4DD",
                "#FBF7F0",
                "#CDC9C3",
                "#555555"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.886166Z"
        }
    ]
}