Question: Hosting API

Hi I’m working on an EV map app where you can locate EVCs and it will be pushed onto the play store once completed. What would be the way to host OCM api that is not localhost, thanks.

Generally you would directly use the OCM api unless you expected a large amount of traffic. You can operate a mirror service if you want to: https://github.com/openchargemap/ocm-system/tree/master/API/OCM.Net/OCM.API.Worker

Or you can grab the data and build your own API e.g. https://github.com/openchargemap/ocm-export