How to grab json data from influxdb

Hello, I want to use gps coordinates from the influxdb to place a marker on Google Maps by using Maps Javascript API. How can i get the data from influxdb?

There’s a variety of client libraries if you want to fetch that data in the backend (nodeJS, python)

Otherwise, Influx has an HTTP API which you can query in the frontend. A disadvantage of this is that it requires you to either open database to public, or include credentials in the front end

Hi !
I am also interested by this. I am actually querying data from the HTTP API and the data cannot fetch to my model because the type returned from my ajax request is undefined. Does anyone have any idea of how to handle that object ? Thanks