Skip to main content
GET
/
api
/
matches
List matches
curl --request GET \
  --url https://core-api.adipredictstreet.com/api/matches
{
  "matches": [
    "<unknown>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.adipredictstreet.com/llms.txt

Use this file to discover all available pages before exploring further.

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