Chaffy-0

Results 7 comments of Chaffy-0

Posted this to a similar question. I'm not sure this is what you're looking for but you might give a try. https://blog.datawrapper.de/live-json-in-google-sheets/

Give this a look. https://blog.datawrapper.de/live-json-in-google-sheets/

I created a new Google Sheet, renamed the default code.gs file to ImportJSON.gs, copy and pasted the code, saved it, then ran it. I had to authorize the app in...

Maybe try replacing those with single quotes.

=QUERY(ImportJSON("API_URL"),"select Col1") Col1 needs to be the column you want. i.e. Column1 = Col1, Column2 = Col2, etc...

I added a new column next to the timestamps and used this formula where "A1" is the first timestamp in your results. =(LEFT(A1,10)/86400)+DATE(1970,1,1)