I am new to this

I am looking for a way to export by state to import on Garmin for Rally that will be in areas with no cellular coverage.

Thanks, please don’t post the same question in multiple threads.

Our API has a bunch of options but nothing specifically for Garmin. https://openchargemap.org/site/develop/api

I’d suggest export your data as CSV then use excel etc to rearrange it into the format required for the Garmin:https://support.garmin.com/en-AU/?faq=h4ApFGrJkU9Tan3TPt5hR7

The API call to export all the data for the US is: https://api.openchargemap.io/v3/poi/?output=csv&countrycode=US&maxresults=100000 you would then have to work with that data to cut out the information you don’t need. It’s also possible to export areas using a bounding box or a polygon but this is the simplest.