Sports
90min logo

90min API

90min.com

90min - soccer news, transfer rumors, previews, fixtures, and standings.

Actions
8
Category
Sports
Login
Not required
Output
JSON

Call the 90min API

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

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_90min_league_fixtures",
    "params": {
      "season_id": "130281",
      "license_token": "exp=1781020356~acl=/*~data=eyJvIjoiaHR0cHM6Ly93d3cuc2FpY29tIiwiYSI6Im1pbnV0ZW1lZGlhIiwiYWN0Ijoib3JpZ2luY2hlY2siLCJvc3JjIjoib3JpZ2luIn0~hmac=b2a2b16bbb081411ebfb75dfac5246a5a8eb3c4d1739ae4ba2a8b9ccb698cf58"
    }
  }'

8 actions on 90min.com

Read

  • League Fixtures

    act_90min_league_fixturesread2 credits / call

    Returns a season's fixtures with teams, kickoff times, scores, and venues.

    season_id
    string · required
    license_token
    string · required
  • League Standings

    act_90min_league_standingsread2 credits / call

    Returns a season's standings table with team ranks, points, and form.

    season_id
    string · required
    license_token
    string · required
  • Migration Landing

    act_90min_migration_landing_ssrread1 credit / call

    Returns the landing page's links to successor SI Soccer editorial content.

  • Related Articles Feed

    act_90min_related_articles_feedread1 credit / call

    Returns a feed of related soccer articles with titles, URLs, and images.

    embed_id
    string · required
  • Soccer Article Archive

    act_90min_article_archive_listing_ssrread1 credit / call

    Returns the soccer news archive with article titles, summaries, authors, and dates.

  • Soccer Article Details

    act_90min_article_detail_ssrread1 credit / call

    Returns a soccer article's title, published time, and full body content.

    article_slug
    string · required
  • Soccer Homepage

    act_90min_soccer_homepage_ssrread1 credit / call

    Returns homepage soccer article cards with titles, URLs, authors, and images.

  • Tournament Information

    act_90min_tournament_inforead2 credits / call

    Returns a league's metadata with current season ID, name, country, and seasons.

    tournament_id
    string · required
    license_token
    string · required

90min API questions

Is there an API for 90min?
90min does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for 90min.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 90min 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 90min.com changes its markup, Anakin updates the action.
Do I need a 90min account?
No. Every 90min action listed here runs anonymously — no account and no credentials required.
What does the 90min 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