Query for a single POI

Hi,

I was wondering if in the API it is possible to query for a single POI object.

Following returns 100 POIs:
return this
.httpClient
.get(‘https://api.openchargemap.io/v3/poi/details/{ID}’)

As for ID, I tried the UUID and ID field of a POI but neither worked.

This following url returns cross-origin errors.

https://openchargemap.org/site/poi/details/{OCM-ID}

Hi,

You can use ?id=<ocm-id> eg:

https://api.openchargemap.io/v3/poi?id=157618

The method of linking to a POI mentioned on the API docs is:
https://openchargemap.org/site/poi/details/157618
This is for end users (it’s not an API call, it’s a website link) so they can come back to us as the data source and make edits.