/mlb/game-boxscoreapiKey1 credit/requestGet an MLB player boxscore
Returns both teams' player batting, pitching, and fielding lines for a game.
Required params: id:query
API Reference
Use Crawlora's MLB API endpoints to extract supported public MLB data as structured JSON. This documentation covers 12 active endpoints including Get an MLB player boxscore, Get MLB game play-by-play, Get an MLB game feed, Get ranked MLB league statistics, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as id, group, team_id, start_date, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/mlb/schedule" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/mlb/game-boxscoreapiKey1 credit/requestReturns both teams' player batting, pitching, and fielding lines for a game.
Required params: id:query
/mlb/game-play-by-playapiKey2 credits/requestReturns every at-bat and pitch/event record for an MLB game.
Required params: id:query
/mlb/gameapiKey2 credits/requestReturns a compact MLB game feed with status, teams, score, innings, probable pitchers, decisions, and team box-score totals.
Required params: id:query
/mlb/league-statsapiKey1 credit/requestReturns ranked MLB season stat splits across both leagues. The group enum accepts `hitting`, `pitching`, and `fielding`.
Required params: group:query
/mlb/player-statsapiKey1 credit/requestReturns one player's MLB season statistics. The group enum accepts `hitting`, `pitching`, and `fielding`.
Required params: id:query, group:query
/mlb/playerapiKey1 credit/requestReturns an MLB player's identity, biographical information, position, handedness, active status, and current team.
Required params: id:query
/mlb/scheduleapiKey1 credit/requestReturns MLB games, teams, scores, status, probable pitchers, venue, and series information for one date or date range, optionally filtered to a team.
Required params: None
/mlb/standingsapiKey1 credit/requestReturns American League and National League standings grouped by division. The type enum accepts `regularSeason`, `wildCard`, and `springTraining`.
Required params: None
/mlb/team-rosterapiKey1 credit/requestReturns a team's players, jersey numbers, positions, and roster status. The roster_type enum accepts `active`, `40Man`, and `fullSeason`.
Required params: team_id:query
/mlb/team-statsapiKey1 credit/requestReturns one team's season statistics. Group accepts `hitting`, `pitching`, and `fielding`.
Required params: team_id:query, group:query
/mlb/teamsapiKey1 credit/requestReturns the 30 MLB clubs for a season with league, division, venue, and abbreviation metadata.
Required params: None
/mlb/transactionsapiKey1 credit/requestLists signings, trades, options, assignments, injured-list moves, and other MLB transactions for a date range.
Required params: start_date:query, end_date:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get an MLB player boxscore | /mlb/game-boxscore | GET | 1 credit/request | id:query | View docs | Try endpoint |
| Get MLB game play-by-play | /mlb/game-play-by-play | GET | 2 credits/request | id:query | View docs | Try endpoint |
| Get an MLB game feed | /mlb/game | GET | 2 credits/request | id:query | View docs | Try endpoint |
| Get ranked MLB league statistics | /mlb/league-stats | GET | 1 credit/request | group:query | View docs | Try endpoint |
| Get MLB player season statistics | /mlb/player-stats | GET | 1 credit/request | id:query, group:query | View docs | Try endpoint |
| Get an MLB player | /mlb/player | GET | 1 credit/request | id:query | View docs | Try endpoint |
| Get the MLB schedule and scores | /mlb/schedule | GET | 1 credit/request | None | View docs | Try endpoint |
| Get MLB standings | /mlb/standings | GET | 1 credit/request | None | View docs | Try endpoint |
| Get an MLB team roster | /mlb/team-roster | GET | 1 credit/request | team_id:query | View docs | Try endpoint |
| Get MLB team season statistics | /mlb/team-stats | GET | 1 credit/request | team_id:query, group:query | View docs | Try endpoint |
| List MLB teams | /mlb/teams | GET | 1 credit/request | None | View docs | Try endpoint |
| List MLB transactions | /mlb/transactions | GET | 1 credit/request | start_date:query, end_date:query | View docs | Try endpoint |