Competitions WyID Matches





GET /v2/competitions/{wyId}/matches


GET /v2/competitions/{wyId}/matches

back to index


Table of contents

Overview

Returns the list of matches of the given competition in the current season.

Request URL: https://apirest.wyscout.com/v2/competitions/{wyId}/matches

Parameters

( * parameters are mandatory)

Name Type Default Description
wyId * integer null Unique ID for the required competition

Output

Property Type Condition Value Description
matches array always Dynamic The list of retrieved matches )
-matchId integer always Dynamic Unique ID for the match
-label string always Dynamic Label for this match (homeTeam – awayTeam, homeScore-awayScore)
-date string always Dynamic Local date and time for this match
-dateutc string always Dynamic UTC date and time for this match
-status string always see Notes(1) Status of this match
-competitionId integer always Dynamic Unique ID for the competition
-seasonId integer always Dynamic Unique ID for the season
-roundId integer always Dynamic Unique ID for the round
-gameweek integer always Dynamic game week for the match

Notes

1. Available match status

Status Description
Fixture The match has yet to kick-off and a date and time has been defined
Played The match has played

back to index