API endpoint that allows amenity categories to be viewed or edited.

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

{
    "count": 12,
    "next": null,
    "previous": "https://api.swistay.com/amenity-categories/?format=api",
    "results": [
        {
            "id": 1,
            "name": "Sports & Games",
            "order": 11
        },
        {
            "id": 7,
            "name": "Entertainment & Sports",
            "order": 12
        }
    ]
}