Sports
Aiscore logo

Aiscore API

aiscore.com

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

Actions
7
Category
Sports
Login
Not required
Output
JSON

Call the Aiscore API

Submit a task, then poll the job until it settles. This example runs act_aiscore_league_schedule_fixtures_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -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"
    }
  }'

7 actions on aiscore.com

Read

  • League Schedule Fixtures

    act_aiscore_league_schedule_fixtures_ssrread1 credit / call

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

    tournament_slug
    string · required
    tournament_id
    string · required
  • League Standings

    act_aiscore_league_standings_ssrread1 credit / call

    Returns the league standings table with team records, goals, and points.

    tournament_slug
    string · required
    tournament_id
    string · required
  • Live Scores Homepage

    act_aiscore_live_scores_homepage_ssrread1 credit / call

    Returns current live match scores, status, teams, and competition links.

  • Match Detail Overview

    act_aiscore_match_detail_overview_ssrread1 credit / call

    Returns a match's live score, status, venue, teams, and statistics summary.

    match_slug
    string · required
    match_id
    string · required
  • Match Head To Head

    act_aiscore_match_h2h_ssrread1 credit / call

    Returns head-to-head prior results and prediction history between the two teams.

    match_slug
    string · required
    match_id
    string · required
  • Match Lineups

    act_aiscore_match_lineups_ssrread1 credit / call

    Returns starting XI, formations, and substitutes for both teams in a match.

    match_slug
    string · required
    match_id
    string · required
  • Tournament Overview

    act_aiscore_tournament_overview_ssrread1 credit / call

    Returns a league's overview metadata, title holder, and navigation links.

    tournament_slug
    string · required
    tournament_id
    string · required

Aiscore API questions

Is there an API for Aiscore?
Aiscore does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for aiscore.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Aiscore data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when aiscore.com changes its markup, Anakin updates the action.
Do I need a Aiscore account?
No. Every Aiscore action listed here runs anonymously — no account and no credentials required.
What does the Aiscore API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Sports APIs

All Sports sites