uefa-api
Version:
Typescript bindings and utils for the UEFA APIs
8 lines (7 loc) • 535 B
TypeScript
export declare const apiMatches = "https://match.uefa.com/v5/matches";
export declare const apiLivescore = "https://match.uefa.com/v5/livescore";
export declare const apiMatchStats = "https://matchstats.uefa.com/v1/team-statistics";
export declare const apiCompetitions = "https://comp.uefa.com/v2/competitions";
export declare const apiTeams = "https://comp.uefa.com/v2/teams";
export declare const apiPlayers = "https://comp.uefa.com/v2/players";
export declare const apiStandings = "https://standings.uefa.com/v1/standings";