Skip to main content
GET
/
api
/
matches
List matches
curl --request GET \
  --url https://core.api.dev.predictstreet.sde.adifoundation.ai/api/matches
{
  "matches": [
    "<unknown>"
  ]
}

Query Parameters

stage
enum<string>
Available options:
group,
r32,
r16,
quarter_finals,
semi_finals,
third_place,
final
tag
string

Single tag slug, exact match.

from
string<date-time>

ISO-8601 lower bound on match.startTime.

to
string<date-time>

ISO-8601 upper bound on match.startTime.

Response

200 - application/json

OK

matches
any[]
required