Sports
Olympics logo

Olympics API

olympics.com

Official Olympics data - event results, medal tables, disciplines, editions, and replays.

Actions
6
Category
Sports
Login
Not required
Output
JSON

Call the Olympics API

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

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_olympics_com_discipline_taxonomy",
    "params": {}
  }'

6 actions on olympics.com

Read

  • Discipline Taxonomy

    act_olympics_com_discipline_taxonomyread1 credit / call

    Returns all Olympic sport disciplines with names, codes, and game types.

  • Event Results Details

    act_olympics_com_event_results_detail_ssrread2 credits / call

    Returns full event results with rankings, medals, times, athletes, and country codes.

    games_slug
    string · required
    discipline_slug
    string · required
    event_slug
    string · required
  • Medal Table

    act_olympics_com_medal_table_ssrread1 credit / call

    Returns the medal table with per-country gold, silver, bronze counts and totals.

    games_slug
    string · required
  • Olympic Results Hub

    act_olympics_com_olympic_results_hub_ssrread1 credit / call

    Returns Olympic games editions with year, season, location, and results page links.

  • Video Details

    act_olympics_com_video_detail_apiread2 credits / call

    Returns video replay detail including title, stream URL, duration, and discipline metadata.

    video_slug
    string · required

Write

Write actions change state on olympics.com and run as the account you connect.

  • Games Discipline List

    act_olympics_com_games_discipline_listwrite2 credits / call

    Returns the sport disciplines and titles featured in a given Olympic games edition.

    games_slug
    string

Olympics API questions

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