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&page=5
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&page=6",
        "previous": "https://touch.ninosaur.com/coloring/palettes/?format=api&page=4"
    },
    "count": 1351,
    "page_size": 10,
    "num_pages": 136,
    "results": [
        {
            "id": 972,
            "id_string": "92b4ec-ffffff-ffe69a-ffd24c-coloreef",
            "name": "Soft Citrine Sunset",
            "colors": [
                "#92B4EC",
                "#FFFFFF",
                "#FFE69A",
                "#FFD24C"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.750780Z"
        },
        {
            "id": 920,
            "id_string": "d68060-f1ae89-dff3e3-86aba1-tonecraft",
            "name": "Amber Dusk",
            "colors": [
                "#D68060",
                "#F1AE89",
                "#DFF3E3",
                "#86ABA1"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.294489Z"
        },
        {
            "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": 987,
            "id_string": "1a3636-40534c-677d6a-d6bd98-tonecraft",
            "name": "Cool Amber Bay",
            "colors": [
                "#1A3636",
                "#40534C",
                "#677D6A",
                "#D6BD98"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.824580Z"
        },
        {
            "id": 957,
            "id_string": "383e56-f69e7b-eedad1-d4b5b0-paperfox",
            "name": "Neon Ember Sunset",
            "colors": [
                "#383E56",
                "#F69E7B",
                "#EEDAD1",
                "#D4B5B0"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.604037Z"
        },
        {
            "id": 859,
            "id_string": "ffe4d6-facbea-d988b9-b0578d-paperfox",
            "name": "Neon Amber Bay",
            "colors": [
                "#FFE4D6",
                "#FACBEA",
                "#D988B9",
                "#B0578D"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:38.989896Z"
        },
        {
            "id": 986,
            "id_string": "f2e3db-41644a-263a29-e86a33-huedrift",
            "name": "Electric Apricot Dream",
            "colors": [
                "#F2E3DB",
                "#41644A",
                "#263A29",
                "#E86A33"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.819780Z"
        },
        {
            "id": 991,
            "id_string": "206a5d-81b214-ffcc29-f58634-hexharbor",
            "name": "Sunbeam Hush",
            "colors": [
                "#206A5D",
                "#81B214",
                "#FFCC29",
                "#F58634"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.843234Z"
        },
        {
            "id": 926,
            "id_string": "fefaf6-eadbc8-dac0a3-102c57-pixelpine",
            "name": "Ember Harbor",
            "colors": [
                "#FEFAF6",
                "#EADBC8",
                "#DAC0A3",
                "#102C57"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.322078Z"
        },
        {
            "id": 913,
            "id_string": "a7d2cb-f2d388-c98474-874c62-coloreef",
            "name": "Electric Amber Harbor",
            "colors": [
                "#A7D2CB",
                "#F2D388",
                "#C98474",
                "#874C62"
            ],
            "color_count": 4,
            "like_count": 13,
            "usage_count": 0,
            "source": "curated",
            "status": "public",
            "updated": "2026-06-25T17:16:39.261074Z"
        }
    ]
}