This commit is contained in:
Robin Appelman 2023-11-18 22:04:51 +01:00
commit 684857a9d6
2 changed files with 32 additions and 3 deletions

29
api-server/README.md Normal file
View file

@ -0,0 +1,29 @@
# UGC API at home
Ugc api based on scraping the website
## Endpoints:
### `/player/:id`
Get player by steam id
### `/player/:id/history`
Get team history for player
### `/teams/:format`
Get teams by format (`9v9`, `6v6`, `4v4`, `2v2`)
### `/team/:id`
Get team info by id
### `/team/:id/roster`
Get team roster history
### `/team/:id/matches`
Get team match history