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

GET /amenity-categories/?format=api&ordering=name&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&ordering=name",
    "results": [
        {
            "id": 11,
            "name": "Scenic View & Location Features",
            "order": 9
        },
        {
            "id": 1,
            "name": "Sports & Games",
            "order": 11
        }
    ]
}