Accessing match tracker replays

This API allows one to look up past matches that are replayed in a loop for testing purposes.

                
HTTP GET api.hudstats.com/calendar/replay
        
                
curl -X GET -H "Content-Type: application/json" -H
"Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4"
https://api.hudstats.com/calendar/replay
        
                
{
   "CSGO": ["https://hudstats.com/widget/esports:match:b20f4275-8060-4d17-a15c-8fb2963effa6/eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4"],
   "LOL": ["https://hudstats.com/widget/esports:match:f27b6027-b286-4bcc-9d2d-94f1961117ad/eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4"],
   "DOTA": ["https://hudstats.com/widget/esports:match:14442742-4b37-4107-b104-c6ed335b5e03/eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4"]
}