GET /rest/tags/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "tag": "Liukasta",
            "color": "blue",
            "icon": "https://urbanage.fvh.io/media/icons8-slippery-floor-100_5JFBTKH.png",
            "published": "2024-09-02T10:11:32+03:00",
            "button_position": 1
        },
        {
            "tag": "Turvatonta",
            "color": "blue",
            "icon": "https://urbanage.fvh.io/media/icons8-error-100_lkgNDXl.png",
            "published": "2024-09-02T10:09:25+03:00",
            "button_position": 2
        },
        {
            "tag": "Epäsiistiä",
            "color": "white",
            "icon": "https://urbanage.fvh.io/media/64_x_64_-_BMP_32-bit_5_4zAlrK3.png",
            "published": "2024-09-02T10:11:36+03:00",
            "button_position": 3
        },
        {
            "tag": "Heikko valaistus",
            "color": "white",
            "icon": "https://urbanage.fvh.io/media/100_x_100_-_BMP_32-bit.png",
            "published": "2024-09-02T10:11:35+03:00",
            "button_position": 4
        },
        {
            "tag": "Miellyttävä paikka",
            "color": "green",
            "icon": "https://urbanage.fvh.io/media/icons8-favorite-100_ajgrHN7.png",
            "published": "2024-09-02T10:11:31+03:00",
            "button_position": 5
        },
        {
            "tag": "Vehreää",
            "color": "green",
            "icon": "https://urbanage.fvh.io/media/icons8-sprout-100_a1C4m6Y.png",
            "published": "2024-09-02T10:03:39+03:00",
            "button_position": 6
        }
    ]
}