Exlude a dataprovider from the results

Hi,
I would like to know how to exclude a dataprovider by id by specifying it in the url. I tried this:
https://api.openchargemap.io/v3/poi/?output=json&countrycode=US&maxresults=100&compact=true&verbose=false&dataproviderid!=60
but it doesn’t work.
Thank you for you help :slight_smile:

Hi, no you can’t, the API doesn’t have that feature. There is an expectation that you can do some data processing work on the client. An alternative would be to specify the list of IDs of the data providers you do want (US only has Open Charge Map and AFDC as far as I know).

Thank you for your reply. Yes, i will do some processing on the client.
Keep up the good work :slight_smile: