get
https://api.rotowire.com/Baseball/MLB/StatOfTheDay.php
Attributes
Fields
| Field | Type | Description |
|---|---|---|
Date | string | |
FirstName | string | |
LastName | string | |
Position | string | |
Team | string | |
Stat | string | |
Value | string | |
Notes | string | |
Link | string | |
Id | integer |
Example Response
[
{
"Date": "2026-05-14",
"FirstName": "Shohei",
"LastName": "Ohtani",
"Position": "DH",
"Team": "LAD",
"Stat": "HR",
"Value": "3",
"Notes": "Ohtani homered three times on Wednesday.",
"Link": "https://www.rotowire.com/baseball/player/shohei-ohtani-601",
"Id": 601
}
]