Receiving POIs
As an OEM, you can connect to a Roaming Platform like PlugSurfing to display their POI data and allow your customers to charge at the Roaming Platform’s charging stations. For example to display charging stations on an app’s map.
Note
For OEMs, OIOI does not offer a full download of all available data. Please use the provided methods to display geographically limited data to your users.
Note
The total number of stations returned per request is limited, regardless of the geographical dimensions.
Warning
A Roaming Platform may cancel your access if your API key is associated with malicious behaviour.
Displaying stations in an area
To display basic data about stations on a map or in a list, you can get stations by providing a surface (via latitude/longitude).
Role: Sender
Implementation: Station Get Surface
Displaying details of a station
If you want to display more detailed information, you can query for those by a station’s ID.
Role: Sender
Implementation: Station Get By IDs