football-data.org integration (Data). Imported from open-connector.
https://api.football-data.org/v4/competitions
/competitions/{competition}/matches
| Param | Type | Required | Description |
|---|---|---|---|
| competition | string | required | The football-data.org competition code, such as WC for the World Cup. |
| season | integer | optional | The season year used by football-data.org. |
| dateFrom | string | optional | A date filter in YYYY-MM-DD format. |
| dateTo | string | optional | A date filter in YYYY-MM-DD format. |
| status | string | optional | The football-data.org match status filter. |
| stage | string | optional | The football-data.org stage filter. |
| group | string | optional | The football-data.org group filter. |
/matches
| Param | Type | Required | Description |
|---|---|---|---|
| dateFrom | string | optional | A date filter in YYYY-MM-DD format. |
| dateTo | string | optional | A date filter in YYYY-MM-DD format. |
| status | string | optional | The football-data.org match status filter. |
| competitions | array | optional | Competition codes used to filter matches, such as WC. |
/matches/{matchId}
| Param | Type | Required | Description |
|---|---|---|---|
| matchId | integer | required | The football-data.org match identifier. |
/competitions/{competition}/standings
| Param | Type | Required | Description |
|---|---|---|---|
| competition | string | required | The football-data.org competition code, such as WC for the World Cup. |
| season | integer | optional | The season year used by football-data.org. |
/competitions/{competition}/teams
| Param | Type | Required | Description |
|---|---|---|---|
| competition | string | required | The football-data.org competition code, such as WC for the World Cup. |
| season | integer | optional | The season year used by football-data.org. |