TrackerNetwork / TRN.Developers

Information and Issue Tracker for the Tracker Network API.
https://tracker.gg/developers
24 stars 5 forks source link

No permission for valorant api #77

Closed ImNico00 closed 2 years ago

ImNico00 commented 2 years ago

Hi, my profile on the tracker site was approved for production use. I just want to take some players information with the valorant api using my api key but it doesn't works.

await fetch("https://public-api.tracker.gg/v2/valorant/standard/profile/riot/" + username, { headers: { 'method': 'GET', 'Accept-Encoding': 'gzip', "Content-Type": "application/json;charset=utf-8", "TRN-Api-Key": ${settings['TRN-Api-Key']} } })

I'm using fetch in my discord bot. Can someone help me please?

bladefist commented 2 years ago

We don't offer a valorant api, it's against Riot's TOS.

mrgggggg4 commented 10 months ago

@ImNico00 DID YOU FIX IT ?