Sharing comments

Hello,
I’d really like to thank you for what you are doing! I’m building an app to help identify optimum charge points based on user preferences and would like to help contribute back. Specifically I would not only like to submit user created charge points but also comments they leave about charge points already in your database. Would this be possible to do via an API?

Yes anything that https://map.openchargemap.io can do your own app can also do. We have API docs here:

https://openchargemap.org/site/develop/api

One of the easiest way to replicate what that app does is to use the browser developer tools to observe the communication with our API, just in case our API docs aren’t clear enough.

1 Like

Thank you, will test it out!