I’m looking for advice from anyone that knows how I can pull my Halo 5 Stats using the Halo 5 API or existing website into a Req/stats tracker that I’m making in google docs. I’d like to be able to pull my basic profile data(kills, deaths, assists, total XP, current lv, etc) and display it in this spreadsheet.
I’ve done this before by writing the output to a .csv file. Google Sheets (and Excel and Numbers) can import .csv files. Just make sure you write the file in the correct format.
You can use google scripts inside Sheets by going to Tools > Script Editor
Look around for some tutorials to make API calls, it’s pretty cool stuff.