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": 84,
    "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": 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": 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": 87,
            "url": "https://api.swistay.com/amenities/87/?format=api",
            "name": "DSTV Hardware",
            "category": {
                "id": 7,
                "name": "Entertainment & Sports",
                "order": 12
            },
            "icon": {
                "id": 76,
                "name": "Satellite",
                "src": "https://api.swistay.com/media/icons/76.svg"
            },
            "description": "",
            "search_keywords": "Decoder"
        },
        {
            "id": 40,
            "url": "https://api.swistay.com/amenities/40/?format=api",
            "name": "Exercise equipments",
            "category": {
                "id": 7,
                "name": "Entertainment & Sports",
                "order": 12
            },
            "icon": {
                "id": 11,
                "name": "Dumbbell",
                "src": "https://api.swistay.com/media/icons/d45d19aae0e647069c7b9cb278b7cfb7.svg"
            },
            "description": "",
            "search_keywords": "Gym"
        },
        {
            "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": 42,
            "url": "https://api.swistay.com/amenities/42/?format=api",
            "name": "Books & reading material",
            "category": {
                "id": 7,
                "name": "Entertainment & Sports",
                "order": 12
            },
            "icon": {
                "id": 58,
                "name": "Open book",
                "src": "https://api.swistay.com/media/icons/dc4201e8fb8943268ef4b9c1a2f17134.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": 41,
            "url": "https://api.swistay.com/amenities/41/?format=api",
            "name": "Gym",
            "category": {
                "id": 7,
                "name": "Entertainment & Sports",
                "order": 12
            },
            "icon": {
                "id": 11,
                "name": "Dumbbell",
                "src": "https://api.swistay.com/media/icons/d45d19aae0e647069c7b9cb278b7cfb7.svg"
            },
            "description": "",
            "search_keywords": ""
        },
        {
            "id": 38,
            "url": "https://api.swistay.com/amenities/38/?format=api",
            "name": "Pool table",
            "category": {
                "id": 7,
                "name": "Entertainment & Sports",
                "order": 12
            },
            "icon": {
                "id": 59,
                "name": "Game",
                "src": "https://api.swistay.com/media/icons/5a58bf21d5894a18b1fc9e815bccca76.svg"
            },
            "description": "",
            "search_keywords": ""
        }
    ]
}