Sports
StatMuse logo

StatMuse API

statmuse.com

StatMuse - multi-sport teams, players, schedules, scores, standings, and stats.

Actions
8
Category
Sports
Login
Not required
Output
JSON

Call the StatMuse API

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

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

8 actions on statmuse.com

Read

  • Homepage Feed

    act_statmuse_homepage_feedread1 credit / call

    Returns trending stat answers across leagues with snippets and links.

  • Live Scores Widget

    act_statmuse_live_scores_widgetread1 credit / call

    Returns live and recent game scores with teams, odds, and dates across leagues.

    p
    string · required
  • NBA Player Profile

    act_statmuse_player_profile_nbaread1 credit / call

    Returns an NBA player's profile with season and career stats and awards.

    player_slug
    string · required
  • NBA Team Profile

    act_statmuse_team_profile_nbaread1 credit / call

    Returns an NBA team's season record, standings, and team statistics.

    team_season_slug
    string · required
    season
    string · required
  • NBA Team Stats

    act_statmuse_team_stats_nbaread2 credits / call

    Returns an NBA team's season stats by breakdown such as per-game or per-100-possessions.

    team_slug
    string · required
    season
    string · required
    stats_breakdown
    string · required
  • Soccer Player Profile

    act_statmuse_player_profile_fcread1 credit / call

    Returns a soccer player's profile with career and season statistics.

    player_slug
    string · required
  • Soccer Team Profile

    act_statmuse_team_profile_fcread1 credit / call

    Returns a soccer club's season record, standings, and team statistics.

    team_season_slug
    string · required
    season
    string · required
  • Trending Predictions

    act_statmuse_trending_predictionsread1 credit / call

    Returns trending player prop predictions with lines, odds, and game context.

StatMuse API questions

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