Skip to content

Simple API that allows you to list matches anywhere you want.

Notifications You must be signed in to change notification settings

supershitcodehere/csgolounge-api

Repository files navigation

CSGO Lounge API

How output looks like:

{ 
   "2452":{                    // Match ID
      "live":true,             // Live status
      "time":"17 minutes ago", // Time
      "event":"Faceit",        // Event name
      "teams":[  
         {  
            "name":"LGB",      // Name (Team 1)
            "percent":"28%"    // Percent (Team 1)
         },
         {  
            "name":"EnVyUs",   // Name (Team 2)
            "percent":"72%"    // Percent (Team 2)
         }
      ],
      "result":{  
         "status":"won",       // Result of the match
         "team":1              // Team that won
      }
   }
}

Things I used:

About

Simple API that allows you to list matches anywhere you want.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published