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=42
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=43",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=41"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 463,
            "id_string": "1fab89-62d2a2-9df3c4-d7fbe8-cobaltcat",
            "name": "Neon Jade Sunset",
            "colors": [
                "#1FAB89",
                "#62D2A2",
                "#9DF3C4",
                "#D7FBE8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.599625Z"
        },
        {
            "id": 1096,
            "id_string": "f9ceee-f9f3ee-ccf3ee-97c4b8-duskpixel",
            "name": "Soft Mauve Sunset",
            "colors": [
                "#F9CEEE",
                "#F9F3EE",
                "#CCF3EE",
                "#97C4B8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.340210Z"
        },
        {
            "id": 798,
            "id_string": "420516-7d1935-b42b51-e63e6d-cobaltcat",
            "name": "Rose Veil",
            "colors": [
                "#420516",
                "#7D1935",
                "#B42B51",
                "#E63E6D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.326064Z"
        },
        {
            "id": 837,
            "id_string": "2c3930-3f4f44-a27b5c-dcd7c9-retroswatch",
            "name": "Cool Amber Mist",
            "colors": [
                "#2C3930",
                "#3F4F44",
                "#A27B5C",
                "#DCD7C9"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.728093Z"
        },
        {
            "id": 1082,
            "id_string": "e60965-f94892-ffa1c9-fbe5e5-minthaze",
            "name": "Magenta Field",
            "colors": [
                "#E60965",
                "#F94892",
                "#FFA1C9",
                "#FBE5E5"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.273425Z"
        },
        {
            "id": 1227,
            "id_string": "efee9d-d1eaa3-dbc6eb-abc2e8-palettepup",
            "name": "Soft Honey Dream",
            "colors": [
                "#EFEE9D",
                "#D1EAA3",
                "#DBC6EB",
                "#ABC2E8"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.955433Z"
        },
        {
            "id": 270,
            "id_string": "000000-ffffff-ff0000-00ff00-ffd105-ff31be-589eff-ffa500-ingridhagen26",
            "name": "8-color palette",
            "colors": [
                "#000000",
                "#FFFFFF",
                "#FF0000",
                "#00FF00",
                "#FFD105",
                "#FF31BE",
                "#589EFF",
                "#FFA500"
            ],
            "color_count": 8,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.005519Z"
        },
        {
            "id": 1135,
            "id_string": "321f28-734046-a05344-e79e4f-coloreef",
            "name": "Dusk Ember Breeze",
            "colors": [
                "#321F28",
                "#734046",
                "#A05344",
                "#E79E4F"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.520281Z"
        },
        {
            "id": 1029,
            "id_string": "000000-f4dfc8-f4eae0-faf6f0-huedrift",
            "name": "Amber Grove",
            "colors": [
                "#000000",
                "#F4DFC8",
                "#F4EAE0",
                "#FAF6F0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.025549Z"
        },
        {
            "id": 1129,
            "id_string": "f9f9f9-bcbab8-9d8f8f-625757-tonecraft",
            "name": "Fog Dream",
            "colors": [
                "#F9F9F9",
                "#BCBAB8",
                "#9D8F8F",
                "#625757"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.492562Z"
        }
    ]
}