#Make a public riiTag API

20 messages · Page 1 of 1 (latest)

lilac girder
languid horizon
#

me when only 2 of these posts are server suggestions

#

RiiTag also hasn't been in development since 2023

lilac girder
#

Oh, has it been discontinued then?

languid horizon
#

Not really

lilac girder
#

Would it be possible by just stopping blocking of requests to fetch the API JSON, there is no way around it and I just want to show my last played game on a website

quiet atlas
#

what you need is found in the /api/user endpoint

#

there, inside the game_data object, there's another object called last_played

#

here's more detail on the last_played object

#

for information like the title of the game, though, you'll need to use gametdb's wii game database found here https://www.gametdb.com/Wii/Downloads

#

they very unfortunately DO NOT have an api, but the information is static (I think), so just download it and use it locally

quiet atlas
lilac girder
quiet atlas
lilac girder
#

Really? What headers do you use

quiet atlas
lilac girder
#

It works from browser but I can't show it on my website