Hi, I'm doing a project for the summer and would like to know if there is an API somewhere that fetches Valorant match schedules. No virus links please.
Docta [#3]I just don't want any porn or malware
actually if someone wants to send porn i wouldn't be opposed
eutalyx [#9]
Is there a way to transfer this data? I'm making a MagicMirror and would like to display the valorant schedule using node.js. Is there a public API ID or information that would provide that?
Docta [#10]Is there a way to transfer this data? I'm making a MagicMirror and would like to display the valorant schedule using node.js. Is there a public API ID or information that would provide that?
If you inspect the page Source you'll find the endpoint with the method /getSchedule, however you'll need auth and probably some sort of whitelist
Later Edit: looks like the auth header key/value are in the page code as well, but still you'd need some sort of whitelist, otherwise you'll get hit with a Forbidden error message
Docta [#10]Is there a way to transfer this data? I'm making a MagicMirror and would like to display the valorant schedule using node.js. Is there a public API ID or information that would provide that?
API isn't for extracting match times. It's for extracting statistics. Best thing you will get from the API is an in-game match start time (which only comes after the fact and may or may not be accurate to the minute).