API endpoint that allows amenities to be viewed or edited.

GET /amenities/?format=api&ordering=-category&page=5
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=6",
    "previous": "https://api.swistay.com/amenities/?format=api&ordering=-category&page=4",
    "results": [
        {
            "id": 36,
            "url": "https://api.swistay.com/amenities/36/?format=api",
            "name": "TV",
            "category": {
                "id": 7,
                "name": "Entertainment & Sports",
                "order": 12
            },
            "icon": {
                "id": 48,
                "name": "Television",
                "src": "https://api.swistay.com/media/icons/9b6c994b43da4d1da9ccdd37c2912bea.svg"
            },
            "description": "",
            "search_keywords": "Television, Dstv, Decoder"
        },
        {
            "id": 80,
            "url": "https://api.swistay.com/amenities/80/?format=api",
            "name": "Jacuzzi",
            "category": {
                "id": 6,
                "name": "Bathroom",
                "order": 2
            },
            "icon": {
                "id": 28,
                "name": "Hot tub",
                "src": "https://api.swistay.com/media/icons/61c42ac6c06f4744a258ec4a653a07d8.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 32,
            "url": "https://api.swistay.com/amenities/32/?format=api",
            "name": "Hot water",
            "category": {
                "id": 6,
                "name": "Bathroom",
                "order": 2
            },
            "icon": {
                "id": 50,
                "name": "Hot water",
                "src": "https://api.swistay.com/media/icons/35372a3579d54b8d83beb31bb339bc2c.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 33,
            "url": "https://api.swistay.com/amenities/33/?format=api",
            "name": "Cleaning products",
            "category": {
                "id": 6,
                "name": "Bathroom",
                "order": 2
            },
            "icon": {
                "id": 51,
                "name": "Cleaning",
                "src": "https://api.swistay.com/media/icons/33be3fc0a1b644cdb795cfe274d9d0f7.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 29,
            "url": "https://api.swistay.com/amenities/29/?format=api",
            "name": "Bathtub",
            "category": {
                "id": 6,
                "name": "Bathroom",
                "order": 2
            },
            "icon": {
                "id": 52,
                "name": "Bathtub",
                "src": "https://api.swistay.com/media/icons/e0bf3a1d45eb4b789e6779770306ceab.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 28,
            "url": "https://api.swistay.com/amenities/28/?format=api",
            "name": "Hot tub",
            "category": {
                "id": 6,
                "name": "Bathroom",
                "order": 2
            },
            "icon": {
                "id": 28,
                "name": "Hot tub",
                "src": "https://api.swistay.com/media/icons/61c42ac6c06f4744a258ec4a653a07d8.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 34,
            "url": "https://api.swistay.com/amenities/34/?format=api",
            "name": "Hair dryer",
            "category": {
                "id": 6,
                "name": "Bathroom",
                "order": 2
            },
            "icon": {
                "id": 27,
                "name": "Hair dryer",
                "src": "https://api.swistay.com/media/icons/3752e6f16568491b85878053b54d1a2d.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 31,
            "url": "https://api.swistay.com/amenities/31/?format=api",
            "name": "Outdoor shower",
            "category": {
                "id": 6,
                "name": "Bathroom",
                "order": 2
            },
            "icon": {
                "id": 57,
                "name": "Shower",
                "src": "https://api.swistay.com/media/icons/8cd138fc4ce14e009750ef726d8d7794.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 30,
            "url": "https://api.swistay.com/amenities/30/?format=api",
            "name": "Shower",
            "category": {
                "id": 6,
                "name": "Bathroom",
                "order": 2
            },
            "icon": {
                "id": 57,
                "name": "Shower",
                "src": "https://api.swistay.com/media/icons/8cd138fc4ce14e009750ef726d8d7794.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 35,
            "url": "https://api.swistay.com/amenities/35/?format=api",
            "name": "Essentials",
            "category": {
                "id": 6,
                "name": "Bathroom",
                "order": 2
            },
            "icon": {
                "id": 56,
                "name": "Bathroom essentials",
                "src": "https://api.swistay.com/media/icons/9c90bd5554e343a7a9895737f095479d.svg"
            },
            "description": "",
            "search_keywords": ""
        }
    ]
}