🐂
Sports API
League Partner
PBR API
By AltSportsData
Professional bull riding data from the Professional Bull Riders organization, including event results, rider rankings, and bull stats.
Packages Offered
Base
Full access to core data endpoints
About
As an official AltSportsData league partner, the Professional Bull Riders organization provides exclusive data including event results, ride scores, rider world standings, bull statistics (average score, buck-off percentage), and coverage of the PBR World Finals. The only official PBR data source.
Coverage
- PBR Unleash The Beast Tour
- PBR Camping World Team Series
- PBR World Finals
- International Events
SDK Quick Start
Install the AltSportsData Python SDK to get started in minutes:
$ pip install altsportsdata
# Quick start (Python — altsportsdata)
from altsportsdata import AltSportsData
client = AltSportsData(api_key="YOUR_API_KEY")
leagues = client.get_leagues()