Covered incidents

Calendar API

The Covered incidents for the HUDstats Match Tracker can be discovered via our CalendarAPI:

                
HTTP GET api.hudstats.com/calendar/<sport-name>/<date>
        
                
curl -X GET -H "Content-Type: application/json" -H
"Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4"
 https://api.hudstats.com/calendar/csgo/2020-09-02
        

This API returns a JSON object containing the list of all event IDs covered. The event IDs are the ones provided by the Calendar Engine (CE). List of supported sports can be accessed via Sports API endpoint described below.

Here is an example of the returned JSON object:

                
[
   {
      "game": {
         "name":"Counter-Strike: Global Offensive",
         "abbreviation":"CS:GO"
      },
      "tournament":"ESL One 2020 Cologne Oceania",
      "team-a": {
         "name":"AVANT",
         "score":0
      },
      "team-b": {
         "name":"Renegades",
         "score":3
      },
      "status":"CONCLUDED",
      "live-data": {
         "stream-available":false,
      },
      "tier":1,
      "source":"official",
      "start-date":"2020-09-02T01:00:00+00:00",
      "id":"esports:match:62f80bc4-c191-4e20-b423-3c01f5b64075",
      "widget-url": "https://hudstats.com/widget/esports:match:62f80bc4-c191-4e20-b423-3c01f5b64075/eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4",
      "live-widget-url": "https://hudstats.com/widget/esports:match:62f80bc4-c191-4e20-b423-3c01f5b64075/eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4/en/live",
      "stats-widget-url": "https://hudstats.com/widget/esports:match:62f80bc4-c191-4e20-b423-3c01f5b64075/eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4/en/stats"
   },
   {
      "game": {
         "name": "Counter-Strike: Global Offensive",
         "abbreviation": "CS:GO"
      },
      "tournament": "ESEA Premier Division Season 35 North America",
      "team-a": {
         "name": "Positive Vibes Only",
         "score": null
      },
      "team-b": {
         "name": "Team One",
         "score": null
      },
      "status": "PENDING",
      "live-data": {
         "stream-available": false
      },
      "tier":1,
      "source":"official",
      "start-date": "2020-09-02T00:30:00+00:00",
      "id":"esports:match:194c2909-29f1-4f0a-860b-b3aae0e1a73c",
      "widget-url": "https://hudstats.com/widget/esports:match:194c2909-29f1-4f0a-860b-b3aae0e1a73c/eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4",
      "live-widget-url": "https://hudstats.com/widget/esports:match:194c2909-29f1-4f0a-860b-b3aae0e1a73c/eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4/en/live",
      "stats-widget-url": "https://hudstats.com/widget/esports:match:194c2909-29f1-4f0a-860b-b3aae0e1a73c/eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4/en/stats"
   }
]
        

Calendar Fixture Lookup Endpoint

This endpoint allows you to look for specific fixtures given that you provide all parameters. List of sports that we support is described below in the Sports API section. You can fetch team names using our Teams API endpoint.

Here is the example:

                
api.hudstats.com/calendar/lookup?sport-name=csgo&home-team=X13&away-team=Verum&start-time=2021-07-11T01:30:00Z
        
                
curl -X GET -H "Content-Type: application/json" -H
"Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4"
 api.hudstats.com/calendar/lookup?sport-name=csgo&home-team=X13&away-team=Verum&start-time=2021-07-11T01:30:00Z
        
                
{
   "tier":1,
   "game":{
  	"name":"Counter-Strike: Global Offensive",
  	"abbreviation":"CS:GO"
   },
   "team-b":{
  	"name":"Team Verum",
  	"score":2,
  	"expected-lineup":[
     	"Verum- PNDLM",
     	"Verum- chew",
     	"Verum- scottiyio",
     	"Verum- Millz",
     	"Verum- AJaxz"
  	],
  	"logo":"https://hudstats-logos.s3.amazonaws.com/esports/logos/75852713c7b5c41be3db5b8a9f6eb4a270733b0d1fe42ec5730db12630d14818/logo-large.png"
   },
   "tournament":"ESEA Advanced Division 2021 Season 37 NA Playoffs",
   "source":"official",
   "widget-url":"http://localhost:8080/widget/esports:match:823d3ff4-9656-4e79-a459-36d53dd85777/eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoiaHVkc3RhdHMtZGV2ZWxvcG1lbnQiLCJwZXJtaXNzaW9ucyI6WyJmdWxsLWFjY2VzcyJdLCJleHAiOjE2NTUyOTc5OTd9.gl76RK8K6sc9CyB2TyaeAk2V4CEFO4Cas9HV6c3M1tQ",
   "team-a":{
  	"name":"X13",
  	"score":0,
  	"expected-lineup":[
     	"-X13-freshie",
     	"-X13-D4rtyMontana",
     	"-X13-AtomiK",
     	"-X13-Feral",
     	"-X13-jt-"
  	],
  	"logo":"https://hudstats-logos.s3.amazonaws.com/esports/logos/5147d641a9be83bfc70fcb71c0b3ff8858fb71022994b47753867c00bebcf5f5/logo-large.png"
   },
   "status":"CONCLUDED",
   "id":"esports:match:823d3ff4-9656-4e79-a459-36d53dd85777",
   "live-data":{
  	"stream-available":false
   },
   "start-date":"2021-07-11T01:30:00Z",
   "widgets":{
  	"default":"http://localhost:8080/widget/esports:match:823d3ff4-9656-4e79-a459-36d53dd85777/eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoiaHVkc3RhdHMtZGV2ZWxvcG1lbnQiLCJwZXJtaXNzaW9ucyI6WyJmdWxsLWFjY2VzcyJdLCJleHAiOjE2NTUyOTc5OTd9.gl76RK8K6sc9CyB2TyaeAk2V4CEFO4Cas9HV6c3M1tQ",
  	"others":{

  	}
   }
}