API endpoint that allows icons to be viewed or edited.

GET /icons/?format=api&ordering=-src
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 72,
    "next": "https://api.swistay.com/icons/?format=api&ordering=-src&page=2",
    "previous": null,
    "results": [
        {
            "id": 60,
            "name": "Indoor fireplace",
            "src": "https://api.swistay.com/media/icons/ffb26813477949c480b0df306761f432.svg"
        },
        {
            "id": 72,
            "name": "Bunk bed",
            "src": "https://api.swistay.com/media/icons/fc8128ea820a4f4f85138456f22aeb30.svg"
        },
        {
            "id": 54,
            "name": "Mountain view",
            "src": "https://api.swistay.com/media/icons/f4a6f326535a44b6acaf0f36944562ca.svg"
        },
        {
            "id": 35,
            "name": "Toaster",
            "src": "https://api.swistay.com/media/icons/f43e12df3aa64d4f94e21d3dd451edae.svg"
        },
        {
            "id": 47,
            "name": "Cold weather",
            "src": "https://api.swistay.com/media/icons/f242de6caf2043368d233af2a56072a6.svg"
        },
        {
            "id": 24,
            "name": "Workspace",
            "src": "https://api.swistay.com/media/icons/f02e027c3eb649e8a9c5430d2dd06a90.svg"
        },
        {
            "id": 38,
            "name": "Kettle",
            "src": "https://api.swistay.com/media/icons/ecde8ee01e444b45919af6e7bf6da09f.svg"
        },
        {
            "id": 41,
            "name": "Stove",
            "src": "https://api.swistay.com/media/icons/e831309b5d3d420d8a448d86fe3049dd.svg"
        },
        {
            "id": 52,
            "name": "Bathtub",
            "src": "https://api.swistay.com/media/icons/e0bf3a1d45eb4b789e6779770306ceab.svg"
        },
        {
            "id": 33,
            "name": "Fire pit",
            "src": "https://api.swistay.com/media/icons/e066b9a64f374129856905743d9442ef.svg"
        }
    ]
}