ConsoleCatalog
Sign in
Aiscore logo

Aiscore

aiscore.comSportsno auth

Live soccer scores, fixtures, standings, lineups, and head-to-head stats.

League Schedule Fixtures

ASYNCREADNo auth

Returns a league's fixtures and results with dates, teams, scores, and status.

ParametersFormJSON

League URL slug identifying the competition

Internal competition identifier from the league URL path

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_aiscore_league_schedule_fixtures_ssr",
    "params": {
      "tournament_slug": "united-states-major-league-soccer",
      "tournament_id": "w34kgmi82i1ko92"
    }
  }'