ugc-scaper/api-server
2025-04-14 16:40:22 +02:00
..
src team parse fixes 2025-04-14 16:23:46 +02:00
Cargo.lock more region parsing 2025-04-14 16:40:22 +02:00
Cargo.toml team parse fixes 2025-04-14 16:23:46 +02:00
README.md flake rework 2024-11-08 23:36:02 +01:00

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)

/transactions/:format

Get roster transactions 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

match/:id

Get match information

/maps/:format

Get map history by format (9v9, 6v6, 4v4, 2v2)