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=36
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=37",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&ordering=download_count&page=35"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 644,
            "id_string": "3a3845-f7ccac-c69b7b-826f66-minthaze",
            "name": "Electric Coral Dusk",
            "colors": [
                "#3A3845",
                "#F7CCAC",
                "#C69B7B",
                "#826F66"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.588003Z"
        },
        {
            "id": 497,
            "id_string": "0b2447-19376d-576cbc-a5d7e8-swatchbird",
            "name": "Electric Ocean Veil",
            "colors": [
                "#0B2447",
                "#19376D",
                "#576CBC",
                "#A5D7E8"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.762360Z"
        },
        {
            "id": 1247,
            "id_string": "f4f4f4-ff7315-3a3535-232020-cobaltcat",
            "name": "Neon Apricot Drift",
            "colors": [
                "#F4F4F4",
                "#FF7315",
                "#3A3535",
                "#232020"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:41.070369Z"
        },
        {
            "id": 568,
            "id_string": "e4c59e-af8260-803d3b-322c2b-swatchbird",
            "name": "Ember Harbor",
            "colors": [
                "#E4C59E",
                "#AF8260",
                "#803D3B",
                "#322C2B"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:37.184131Z"
        },
        {
            "id": 273,
            "id_string": "000000-df7126-eec39a-cbdbfc-ffffff-dgroes404",
            "name": "5-color palette",
            "colors": [
                "#000000",
                "#DF7126",
                "#EEC39A",
                "#CBDBFC",
                "#FFFFFF"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.024618Z"
        },
        {
            "id": 1201,
            "id_string": "ff5c58-fe8f8f-fcd2d1-ffedd3-swatchbird",
            "name": "Pastel Ruby Mist",
            "colors": [
                "#FF5C58",
                "#FE8F8F",
                "#FCD2D1",
                "#FFEDD3"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.837047Z"
        },
        {
            "id": 323,
            "id_string": "be4a2f-733e39-d77643-e4a672-cb6039-hoanglambk57",
            "name": "5-color palette",
            "colors": [
                "#BE4A2F",
                "#733E39",
                "#D77643",
                "#E4A672",
                "#CB6039"
            ],
            "color_count": 5,
            "like_count": 0,
            "usage_count": 0,
            "source": "extracted",
            "status": "public",
            "updated": "2026-06-24T02:38:17.373783Z"
        },
        {
            "id": 490,
            "id_string": "ff8787-f8c4b4-e5ebb2-bce29e-candytone",
            "name": "Soft Scarlet Drift",
            "colors": [
                "#FF8787",
                "#F8C4B4",
                "#E5EBB2",
                "#BCE29E"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:36.730617Z"
        },
        {
            "id": 1185,
            "id_string": "a9eee6-fefaec-f38181-625772-pixelpine",
            "name": "Electric Gold Tide",
            "colors": [
                "#A9EEE6",
                "#FEFAEC",
                "#F38181",
                "#625772"
            ],
            "color_count": 4,
            "like_count": 12,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.763842Z"
        },
        {
            "id": 1047,
            "id_string": "89b5af-96c7c1-ded9c4-d0cab2-candytone",
            "name": "Warm Lagoon Haze",
            "colors": [
                "#89B5AF",
                "#96C7C1",
                "#DED9C4",
                "#D0CAB2"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:40.110622Z"
        }
    ]
}