Overview
The amenities object provides details about specific businesses around an EV charging location. Note that Amenities are not part of the OCPI definition. As such, this entire block is Paren-specific but follows the OCPI data model, where applicable.
Attributes
| Attribute | Description | |
|---|---|---|
| P | timestamp | UTC timestamp of the generation of the response |
| P | status_code | HTTP result status code |
| P | status_message | HTTP result status message |
| P | duration | For tracking purposes, this value represents the length of server time to generate the response |
| P | data | An array of elements representing all amenities within 500 meters of the charging station |
| P | data.id | A Paren assigned unique id for this amenity |
| P | data.name | The name of the business |
| P | data.distance_in_meters | The straight-line distance between the charging station and the amenity |
| P | data.distance_walking_meters | The measured walking distance from the charging station to the amenity |
| P | data.location_types | A comma-separated list of attributes that describe the location. Note that the descriptions become more generic as the list is traversed. |
| P | data.opening_hours.day | The opening hours are denoted for each day of the week the amenity is open |
| P | data.opening_hours.day.open | The opening time for the amenity represented in 24-hour time |
| P | data.opening_hours.day.close | The closing time for the amenity represented in 24-hour time |
| P | data.status | Notes if the amenity is operational or some other status |
| P | data.google_rating | The amenity rating from Google |
