API endpoint that allows amenities to be viewed or edited.

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

{
    "count": 84,
    "next": "https://api.swistay.com/amenities/?format=api&ordering=-id&page=9",
    "previous": "https://api.swistay.com/amenities/?format=api&ordering=-id&page=7",
    "results": [
        {
            "id": 14,
            "url": "https://api.swistay.com/amenities/14/?format=api",
            "name": "Oven",
            "category": {
                "id": 5,
                "name": "Kitchen & Dining",
                "order": 3
            },
            "icon": {
                "id": 40,
                "name": "Oven",
                "src": "https://api.swistay.com/media/icons/543e6cebb0d745e0be300037cbdee144.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 13,
            "url": "https://api.swistay.com/amenities/13/?format=api",
            "name": "Stove/Electric cooker",
            "category": {
                "id": 5,
                "name": "Kitchen & Dining",
                "order": 3
            },
            "icon": {
                "id": 41,
                "name": "Stove",
                "src": "https://api.swistay.com/media/icons/e831309b5d3d420d8a448d86fe3049dd.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 12,
            "url": "https://api.swistay.com/amenities/12/?format=api",
            "name": "Portable fan",
            "category": {
                "id": 4,
                "name": "Heating & Cooling",
                "order": 8
            },
            "icon": {
                "id": 10,
                "name": "Portable fan",
                "src": "https://api.swistay.com/media/icons/283b927dc7c14f12be9b9e6ca1fc4f40.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 11,
            "url": "https://api.swistay.com/amenities/11/?format=api",
            "name": "Ceiling fan",
            "category": {
                "id": 4,
                "name": "Heating & Cooling",
                "order": 8
            },
            "icon": {
                "id": 19,
                "name": "Ceiling fan",
                "src": "https://api.swistay.com/media/icons/8475f72e360b458c9b972159c7e682df.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 10,
            "url": "https://api.swistay.com/amenities/10/?format=api",
            "name": "Indoor fireplace",
            "category": {
                "id": 4,
                "name": "Heating & Cooling",
                "order": 8
            },
            "icon": {
                "id": 60,
                "name": "Indoor fireplace",
                "src": "https://api.swistay.com/media/icons/ffb26813477949c480b0df306761f432.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 9,
            "url": "https://api.swistay.com/amenities/9/?format=api",
            "name": "Air conditioning",
            "category": {
                "id": 4,
                "name": "Heating & Cooling",
                "order": 8
            },
            "icon": {
                "id": 47,
                "name": "Cold weather",
                "src": "https://api.swistay.com/media/icons/f242de6caf2043368d233af2a56072a6.svg"
            },
            "description": "",
            "search_keywords": "AC, Aircon"
        },
        {
            "id": 8,
            "url": "https://api.swistay.com/amenities/8/?format=api",
            "name": "Heating system",
            "category": {
                "id": 4,
                "name": "Heating & Cooling",
                "order": 8
            },
            "icon": {
                "id": 17,
                "name": "Thermometer",
                "src": "https://api.swistay.com/media/icons/4c85e10b155f401b9368d056a293dff4.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 7,
            "url": "https://api.swistay.com/amenities/7/?format=api",
            "name": "Dedication working space",
            "category": {
                "id": 3,
                "name": "Internet & Office",
                "order": 10
            },
            "icon": {
                "id": 24,
                "name": "Workspace",
                "src": "https://api.swistay.com/media/icons/f02e027c3eb649e8a9c5430d2dd06a90.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 6,
            "url": "https://api.swistay.com/amenities/6/?format=api",
            "name": "Ethernet connection",
            "category": {
                "id": 3,
                "name": "Internet & Office",
                "order": 10
            },
            "icon": {
                "id": 6,
                "name": "Ethernet",
                "src": "https://api.swistay.com/media/icons/d03e4c78f8f449d9815a25c0e3888668.svg"
            },
            "description": "",
            "search_keywords": "Internet"
        },
        {
            "id": 5,
            "url": "https://api.swistay.com/amenities/5/?format=api",
            "name": "Wi-Fi",
            "category": {
                "id": 3,
                "name": "Internet & Office",
                "order": 10
            },
            "icon": {
                "id": 45,
                "name": "Wi-Fi",
                "src": "https://api.swistay.com/media/icons/b19dfeb1f45a4b5d97ccb02c2fc509c1.svg"
            },
            "description": "",
            "search_keywords": "Wifi,Internet"
        }
    ]
}