---
title: "Retrieve the amenities of a (charge) site"
method: GET
path: "/api/v1/sites/{siteId}/amenities"
tags: ["Sites"]
---

# Retrieve the amenities of a (charge) site

`GET /api/v1/sites/{siteId}/amenities`

Required scope: `charge-points:read` </br>Organization authorization: `supported`

## Path parameters

- `siteId` integer, required

## Response `200`

Amenities of the site with the provided id

- SiteAmenities
  - `data` Amenity[], required — List of amenities configured for the site
    - `attribute` 'ATM' | 'DIGITAL_CHARGE_PRICE_DISPLAY' | 'DRIVER_LOUNGE' | 'FUEL_STATION' | 'PARKING_AREA' | 'POWER_SUPPLY' | 'SHOWER' | 'VENDING_MACHINE' | 'WASHING_MACHINE' | 'WIFI' | 'ROOFED' | 'LIGHTING' | 'TOILETS' | 'CAFE' | 'CAFE_ADDRESS' | 'FOOD_DELIVERY' | 'FOOD_DELIVERY_ADDRESS' | 'HOTEL' | 'HOTEL_ADDRESS' | 'MALL' | 'MALL_ADDRESS' | 'MUSEUM' | 'MUSEUM_ADDRESS' | 'PARK' | 'PARK_ADDRESS' | 'OUTDOOR_GYM' | 'OUTDOOR_GYM_ADDRESS' | 'RECREATION_AREA' | 'RECREATION_AREA_ADDRESS' | 'RESTAURANT' | 'RESTAURANT_ADDRESS' | 'SUPERMARKET' | 'SUPERMARKET_ADDRESS' | 'AIRPORT' | 'BIKE_SHARING' | 'BUS_STOP' | 'CARPOOL_PARKING' | 'METRO_STATION' | 'TAXI_STAND' | 'TRAM_STOP' | 'SECURE_TRUCK_PARKING' | 'TRUCK_DEALERSHIP' | 'TRUCK_PARKING' | 'TRUCK_REPAIR' | 'TRUCK_WASH' | 'ACCESS_CONTROLLED_AREA' | 'CAMERA_SURVEILLANCE' | 'ENTRY_GATE' | 'EXIT_GATE' | 'FLOOD_LIGHTING' | 'GUARD' | 'LICENSE_PLATE_RECOGNITION' | 'PEDESTRIAN_TURNSTILES' | 'PERIMETER_FENCE' | 'PARKING_TYPE', required
    - `value` object[], nullable — Amenity value

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
