API endpoint that allows amenities to be viewed or edited.

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

{
    "count": 81,
    "next": "https://api.swistay.com/amenities/?format=api&ordering=-category&page=8",
    "previous": "https://api.swistay.com/amenities/?format=api&ordering=-category&page=6",
    "results": [
        {
            "id": 15,
            "url": "https://api.swistay.com/amenities/15/?format=api",
            "name": "Kitchen",
            "category": {
                "id": 5,
                "name": "Kitchen & Dining",
                "order": 3
            },
            "icon": {
                "id": 44,
                "name": "Kitchen tools",
                "src": "https://api.swistay.com/media/icons/b9bf9e6735dc48b8b2403d3fc3ddab53.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "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": 21,
            "url": "https://api.swistay.com/amenities/21/?format=api",
            "name": "Mini-fridge",
            "category": {
                "id": 5,
                "name": "Kitchen & Dining",
                "order": 3
            },
            "icon": {
                "id": 66,
                "name": "Mini fridge",
                "src": "https://api.swistay.com/media/icons/5675f2b98a274d15a0d106d6bfb96fcd.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 25,
            "url": "https://api.swistay.com/amenities/25/?format=api",
            "name": "Blender",
            "category": {
                "id": 5,
                "name": "Kitchen & Dining",
                "order": 3
            },
            "icon": {
                "id": 9,
                "name": "Blender",
                "src": "https://api.swistay.com/media/icons/35ceb3fa1df249e2884d6455626c342c.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 27,
            "url": "https://api.swistay.com/amenities/27/?format=api",
            "name": "Glasses",
            "category": {
                "id": 5,
                "name": "Kitchen & Dining",
                "order": 3
            },
            "icon": {
                "id": 36,
                "name": "Glass",
                "src": "https://api.swistay.com/media/icons/d518e3c563424e0a8730ad66ecb927cb.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": 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": 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": 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": ""
        }
    ]
}