Stats Perform website screenshot

Stats Perform

Stats Perform is the world's leading sports data and AI-powered sports intelligence company. The STATS API provides access to a vast collection of sports data through a unified REST API, including live sports data, cumulative season data, and historical data for leagues from around the world. Data covers American Football, Baseball, Basketball, Hockey, Soccer, Golf, Tennis, and more with in-depth player and team statistics, editorial coverage, live scores, standings, schedules, and play-by-play data.

1 APIs 0 Features
SportsSports DataFootballBaseballBasketballHockeySoccerGolfTennisLive ScoresStatisticsSports Analytics

APIs

STATS API

The STATS API from Stats Perform provides a comprehensive REST interface for accessing sports data including live scores, box scores, standings, schedules, player and team stati...

Collections

Pricing Plans

Rate Limits

Stats Perform Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Stats Perform Context

42 classes · 0 properties

JSON-LD

API Governance Rules

Stats Perform API Rules

8 rules · 3 errors 3 warnings

SPECTRAL

JSON Structure

Stats Perform Event Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🚀
GettingStarted
GettingStarted
🔗
Glossary
Glossary
🔗
InteractiveDocs
InteractiveDocs
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONLD
JSONLD
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Stats Perform STATS API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: api_key
    value: '{{api_key}}'
    placement: query
items:
- info:
    name: Events
    type: folder
  items:
  - info:
      name: Get Event Score
      type: http
    http:
      method: GET
      url: https://api.stats.com/v1/stats/:sport/:leaguePath/scores/:eventId
      params:
      - name: sport
        value: ''
        type: path
        description: The sport category.
      - name: leaguePath
        value: ''
        type: path
        description: The league path identifier (e.g., nfl, mlb, nba, nhl, epl, pga, atp).
      - name: eventId
        value: ''
        type: path
        description: The unique event identifier.
      - name: api_key
        value: ''
        type: query
        description: Your Stats Perform API key.
    docs: Returns the current or final score for a specific event, including period/quarter/inning-by-inning breakdown and
      game status.
  - info:
      name: Get Event Box Score
      type: http
    http:
      method: GET
      url: https://api.stats.com/v1/stats/:sport/:leaguePath/box/:eventId
      params:
      - name: sport
        value: ''
        type: path
        description: The sport category.
      - name: leaguePath
        value: ''
        type: path
        description: The league path identifier (e.g., nfl, mlb, nba, nhl, epl, pga, atp).
      - name: eventId
        value: ''
        type: path
        description: The unique event identifier.
      - name: api_key
        value: ''
        type: query
        description: Your Stats Perform API key.
    docs: Returns the full box score for a specific event including all player and team statistics for the game.
  - info:
      name: Get Event Play-by-Play
      type: http
    http:
      method: GET
      url: https://api.stats.com/v1/stats/:sport/:leaguePath/playbyplay/:eventId
      params:
      - name: sport
        value: ''
        type: path
        description: The sport category.
      - name: leaguePath
        value: ''
        type: path
        description: The league path identifier (e.g., nfl, mlb, nba, nhl, epl, pga, atp).
      - name: eventId
        value: ''
        type: path
        description: The unique event identifier.
      - name: api_key
        value: ''
        type: query
        description: Your Stats Perform API key.
    docs: Returns detailed play-by-play data for a specific event with all game actions, times, and player involvement.
  - info:
      name: List Scores
      type: http
    http:
      method: GET
      url: https://api.stats.com/v1/stats/:sport/:leaguePath/scores/
      params:
      - name: sport
        value: ''
        type: path
        description: The sport category.
      - name: leaguePath
        value: ''
        type: path
        description: The league path identifier (e.g., nfl, mlb, nba, nhl, epl, pga, atp).
      - name: api_key
        value: ''
        type: query
        description: Your Stats Perform API key.
      - name: date
        value: ''
        type: query
        description: Date for which to retrieve scores (YYYYMMDD format).
    docs: Returns scores for multiple events on a given date or for the current day, supporting all configured leagues.
- info:
    name: Teams
    type: folder
  items:
  - info:
      name: List Teams
      type: http
    http:
      method: GET
      url: https://api.stats.com/v1/stats/:sport/:leaguePath/teams/
      params:
      - name: sport
        value: ''
        type: path
        description: The sport category.
      - name: leaguePath
        value: ''
        type: path
        description: The league path identifier (e.g., nfl, mlb, nba, nhl, epl, pga, atp).
      - name: api_key
        value: ''
        type: query
        description: Your Stats Perform API key.
    docs: Returns a list of all teams in a league including team IDs, names, abbreviations, and conference/division information.
  - info:
      name: Get Team
      type: http
    http:
      method: GET
      url: https://api.stats.com/v1/stats/:sport/:leaguePath/teams/:teamId
      params:
      - name: sport
        value: ''
        type: path
        description: The sport category.
      - name: leaguePath
        value: ''
        type: path
        description: The league path identifier (e.g., nfl, mlb, nba, nhl, epl, pga, atp).
      - name: teamId
        value: ''
        type: path
        description: The unique team identifier.
      - name: api_key
        value: ''
        type: query
        description: Your Stats Perform API key.
    docs: Returns detailed information about a specific team including roster, season statistics, and team metadata.
- info:
    name: Statistics
    type: folder
  items:
  - info:
      name: Get Team Statistics
      type: http
    http:
      method: GET
      url: https://api.stats.com/v1/stats/:sport/:leaguePath/teams/:teamId/stats
      params:
      - name: sport
        value: ''
        type: path
        description: The sport category.
      - name: leaguePath
        value: ''
        type: path
        description: The league path identifier (e.g., nfl, mlb, nba, nhl, epl, pga, atp).
      - name: teamId
        value: ''
        type: path
        description: The unique team identifier.
      - name: api_key
        value: ''
        type: query
        description: Your Stats Perform API key.
      - name: season
        value: ''
        type: query
        description: Season year (e.g., 2025). Defaults to current season.
    docs: Returns cumulative season statistics for a specific team.
  - info:
      name: Get Player Statistics
      type: http
    http:
      method: GET
      url: https://api.stats.com/v1/stats/:sport/:leaguePath/players/:playerId/stats
      params:
      - name: sport
        value: ''
        type: path
        description: The sport category.
      - name: leaguePath
        value: ''
        type: path
        description: The league path identifier (e.g., nfl, mlb, nba, nhl, epl, pga, atp).
      - name: playerId
        value: ''
        type: path
        description: The unique player identifier.
      - name: api_key
        value: ''
        type: query
        description: Your Stats Perform API key.
      - name: season
        value: ''
        type: query
        description: Season year (e.g., 2025). Defaults to current season.
    docs: Returns cumulative season statistics for a specific player.
- info:
    name: Players
    type: folder
  items:
  - info:
      name: Get Player
      type: http
    http:
      method: GET
      url: https://api.stats.com/v1/stats/:sport/:leaguePath/players/:playerId
      params:
      - name: sport
        value: ''
        type: path
        description: The sport category.
      - name: leaguePath
        value: ''
        type: path
        description: The league path identifier (e.g., nfl, mlb, nba, nhl, epl, pga, atp).
      - name: playerId
        value: ''
        type: path
        description: The unique player identifier.
      - name: api_key
        value: ''
        type: query
        description: Your Stats Perform API key.
    docs: Returns detailed information about a specific player including profile, career information, and current season statistics.
- info:
    name: Standings
    type: folder
  items:
  - info:
      name: Get Standings
      type: http
    http:
      method: GET
      url: https://api.stats.com/v1/stats/:sport/:leaguePath/standings/
      params:
      - name: sport
        value: ''
        type: path
        description: The sport category.
      - name: leaguePath
        value: ''
        type: path
        description: The league path identifier (e.g., nfl, mlb, nba, nhl, epl, pga, atp).
      - name: api_key
        value: ''
        type: query
        description: Your Stats Perform API key.
      - name: season
        value: ''
        type: query
        description: Season year (e.g., 2025). Defaults to current season.
    docs: Returns league and conference standings with win/loss records, points, and tiebreaker information.
- info:
    name: Editorial
    type: folder
  items:
  - info:
      name: List News
      type: http
    http:
      method: GET
      url: https://api.stats.com/v1/editorial/:sport/:leaguePath/news/
      params:
      - name: sport
        value: ''
        type: path
        description: The sport category.
      - name: leaguePath
        value: ''
        type: path
        description: The league path identifier (e.g., nfl, mlb, nba, nhl, epl, pga, atp).
      - name: api_key
        value: ''
        type: query
        description: Your Stats Perform API key.
      - name: count
        value: ''
        type: query
        description: Number of articles to return.
    docs: Returns editorial news articles, previews, and recaps for a specific sport and league.
- info:
    name: Reference Data
    type: folder
  items:
  - info:
      name: Decode Network Types
      type: http
    http:
      method: GET
      url: https://api.stats.com/v1/decode/networkTypes/
      params:
      - name: api_key
        value: ''
        type: query
        description: Your Stats Perform API key.
    docs: Returns the reference decode table for network type identifiers used in API responses. Path segments are case-sensitive.
bundled: true