API endpoint that allows amenities to be viewed or edited.

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

{
    "count": 81,
    "next": "https://api.swistay.com/amenities/?format=api&page=3",
    "previous": "https://api.swistay.com/amenities/?format=api",
    "results": [
        {
            "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": 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": 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": 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": 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": 81,
            "url": "https://api.swistay.com/amenities/81/?format=api",
            "name": "Pantry",
            "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": 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": 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": ""
        }
    ]
}