Are there queries that can be send to the API to retrieve parameters, such as the name of the online participant, their time, the server's infos etc.
Is there the possibility of recovering the API data as xml or json object?
like localhost:9000/drivers-online.json
or localhost:9000/drivers-online?refId=****.json // And to be sure is the good driver we want, the best way is to use the Steam public ID
or localhost:9000/server-info.json
I will want to do a livetiming with NodeJs and i don't want to parse Html or log file