API endpoint that allows amenities to be viewed or edited.

GET /amenities/?format=api&ordering=description&page=4
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=description&page=5",
    "previous": "https://api.swistay.com/amenities/?format=api&ordering=description&page=3",
    "results": [
        {
            "id": 26,
            "url": "https://api.swistay.com/amenities/26/?format=api",
            "name": "Coffee maker",
            "category": {
                "id": 5,
                "name": "Kitchen & Dining",
                "order": 3
            },
            "icon": {
                "id": 37,
                "name": "Coffee maker",
                "src": "https://api.swistay.com/media/icons/a92b10af64ea40ac9eecd910c3896dac.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": 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": 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": 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": 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": 37,
            "url": "https://api.swistay.com/amenities/37/?format=api",
            "name": "Sound system",
            "category": {
                "id": 7,
                "name": "Entertainment & Sports",
                "order": 12
            },
            "icon": {
                "id": 12,
                "name": "Speaker",
                "src": "https://api.swistay.com/media/icons/dc8aef5580844655a34ab90471217d74.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 39,
            "url": "https://api.swistay.com/amenities/39/?format=api",
            "name": "Swimming pool",
            "category": {
                "id": 7,
                "name": "Entertainment & Sports",
                "order": 12
            },
            "icon": {
                "id": 29,
                "name": "Swimming pool",
                "src": "https://api.swistay.com/media/icons/ba08b7a0462d49a2a918f47f953d8ae5.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 78,
            "url": "https://api.swistay.com/amenities/78/?format=api",
            "name": "Geyser",
            "category": {
                "id": 2,
                "name": "Parking & Facilities",
                "order": 4
            },
            "icon": {
                "id": 5,
                "name": "Water up",
                "src": "https://api.swistay.com/media/icons/5.svg"
            },
            "description": "",
            "search_keywords": ""
        }
    ]
}