Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

MLB API - Statcast Event Tracking Metrics

Explore an array of new Statcast metrics, including sword swings, swing length, catch probability, and more in our Event Tracking endpoint.

Click here for a comprehensive list of the new metrics and their definitions.


☑️ Sample Request:

Event Tracking (Statcast Access Only) - https://api.sportradar.com/mlb/{access_level}/v8/en/games/{game_id}/events/{event_id}/tracking?api_key=?api_key=[API_KEY]


🔢 Version


🔁 Endpoints Affected

  • Event Tracking

⚙️ Return Sample

<player preferred_name="Eddie" first_name="Eddie" last_name="Rosario" id="4be357dd-add5-4613-937d-6b9a0831d9ee" full_name="Eddie Rosario">
	<metrics>
		<metric group="Batting" name="Exit Velocity" description="The speed of a batted ball immediately after bat-on-ball contact." unit="MPH" value="101.9"/>
		<metric group="Batting" name="Launch Angle" description="The angle formed by the initial hit trajectory above or below the level xy-plane. " unit="Degrees" value="29"/>
		<metric group="Batting" name="Barreled Ball" description="The classification assigned to a batted ball when comparable batted balls (in terms of exit velocity and launch angle) have historically led to a minimum .500 batting average and 1.500 slugging percentage." unit="String" value="Yes"/>
		<metric group="Batting" name="Hit Probability" description="Hit Probability" unit="Percentage" value="69.1"/>
	</metrics>
</player>
<player preferred_name="Cody" first_name="Cody" last_name="Poteet" jersey_number="38" id="fe85cdd5-32b3-4c92-bad1-7e8c48f580fb" full_name="Cody Poteet">
	<metrics>
		<metric group="Pitching" name="Spin Rate" description="The total rate of rotation of the ball during the pitch's flight." unit="RPM" value="2885"/>
		<metric group="Pitching" name="Regular Speed" description="The speed of a pitch at release. " unit="MPH" value="81.1"/>
		<metric group="Pitching" name="Extension" description="The distance from the pitching rubber to release point in the y-direction (from rubber to home plate)." unit="Feet" value="5.7"/>
	</metrics>
</player>