ConsoleCatalog
Sign in
Baseball Almanac logo

Baseball Almanac

Baseball reference - player search, historical stats, rosters, records, and league leaders.

Player Profile

ASYNCREADNo auth

Returns a player's biography and career batting and pitching statistics.

ParametersFormJSON

Baseball-Reference style player code (maps to the p= query parameter, e.g. colege01 for Gerrit Cole)

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_baseball_almanac_player_profile",
    "params": {
      "player_id": "colege01"
    }
  }'