Statorium website screenshot

Statorium

Statorium is a sports data API provider delivering live scores, statistics, schedules, standings, and news across 6+ sports including Soccer, American Football, Basketball, Hockey, Volleyball, and Handball. The API provides JSON-format responses covering over 200 football leagues, NBA, NFL, and other major competitions with full coverage of live data, historical data, player stats, team stats, lineups, and predictions.

3 APIs 0 Features
SportsSports DataFootballSoccerBasketballAmerican FootballLive ScoresStatistics

APIs

Statorium Football API

The Statorium Football API delivers comprehensive football/soccer data including live scores, match results, standings, fixtures, lineups, player and team statistics for over 20...

Statorium Basketball API

The Statorium Basketball API provides live basketball data including NBA live scores, game results, standings, player statistics, and team information delivered in JSON format. ...

Statorium American Football API

The Statorium American Football API provides NFL data including live game data, scores, schedules, player news, team statistics, and historical records. The API delivers unique ...

Collections

Pricing Plans

Statorium Plans Pricing

1 plans

PLANS

Rate Limits

Statorium Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Statorium Context

37 classes · 0 properties

JSON-LD

API Governance Rules

Statorium API Rules

8 rules · 2 errors 4 warnings

SPECTRAL

JSON Structure

Statorium Match Structure

0 properties

JSON STRUCTURE

Statorium Team Structure

0 properties

JSON STRUCTURE

Example Payloads

Statorium Get Match Example

2 fields

EXAMPLE

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONStructure
JSONStructure
🔗
JSONLD
JSONLD
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Statorium Football API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: apikey
    value: '{{apikey}}'
    placement: query
items:
- info:
    name: Leagues
    type: folder
  items:
  - info:
      name: List All Leagues
      type: http
    http:
      method: GET
      url: https://api.statorium.com/api/v1/leagues/
      params:
      - name: apikey
        value: ''
        type: query
        description: Your Statorium API token for authentication.
    docs: Returns all leagues the authenticated account has permission to access. Each league includes an ID, name, country,
      and optional logo URL.
  - info:
      name: Get League by ID
      type: http
    http:
      method: GET
      url: https://api.statorium.com/api/v1/leagues/:leagueId/
      params:
      - name: apikey
        value: ''
        type: query
        description: Your Statorium API token for authentication.
      - name: leagueId
        value: ''
        type: path
        description: The unique identifier of the league.
    docs: Retrieves detailed information about a specific league including name, country, current season, and logo URL.
- info:
    name: Seasons
    type: folder
  items:
  - info:
      name: List All Seasons
      type: http
    http:
      method: GET
      url: https://api.statorium.com/api/v1/seasons/
      params:
      - name: apikey
        value: ''
        type: query
        description: Your Statorium API token for authentication.
      - name: leagueId
        value: ''
        type: query
        description: Filter seasons by league ID.
    docs: Returns all available seasons for the leagues accessible to the authenticated account.
- info:
    name: Matches
    type: folder
  items:
  - info:
      name: List Matches
      type: http
    http:
      method: GET
      url: https://api.statorium.com/api/v1/matches/
      params:
      - name: apikey
        value: ''
        type: query
        description: Your Statorium API token for authentication.
      - name: leagueId
        value: ''
        type: query
        description: Filter matches by league ID.
      - name: seasonId
        value: ''
        type: query
        description: Filter matches by season ID.
      - name: teamId
        value: ''
        type: query
        description: Filter matches involving a specific team.
      - name: date
        value: ''
        type: query
        description: Filter matches by date (YYYY-MM-DD).
      - name: status
        value: ''
        type: query
        description: Filter matches by status.
    docs: Returns matches filtered by league, season, team, or date. Supports live score updates, scheduled fixtures, and
      completed results.
  - info:
      name: Get Match by ID
      type: http
    http:
      method: GET
      url: https://api.statorium.com/api/v1/matches/:matchId/
      params:
      - name: apikey
        value: ''
        type: query
        description: Your Statorium API token for authentication.
      - name: matchId
        value: ''
        type: path
        description: The unique identifier of the match.
    docs: Retrieves full details for a specific match including score, lineups, events, statistics, and head-to-head history
      between the two teams.
- info:
    name: Teams
    type: folder
  items:
  - info:
      name: List Teams
      type: http
    http:
      method: GET
      url: https://api.statorium.com/api/v1/teams/
      params:
      - name: apikey
        value: ''
        type: query
        description: Your Statorium API token for authentication.
      - name: leagueId
        value: ''
        type: query
        description: Filter teams by league ID.
      - name: seasonId
        value: ''
        type: query
        description: Filter teams by season ID.
    docs: Returns teams filtered by league or season. Includes team name, country, logo, and founding information.
  - info:
      name: Get Team by ID
      type: http
    http:
      method: GET
      url: https://api.statorium.com/api/v1/teams/:teamId/
      params:
      - name: apikey
        value: ''
        type: query
        description: Your Statorium API token for authentication.
      - name: teamId
        value: ''
        type: path
        description: The unique identifier of the team.
    docs: Retrieves detailed information about a specific team including squad, statistics, and season data.
- info:
    name: Players
    type: folder
  items:
  - info:
      name: Get Player by ID
      type: http
    http:
      method: GET
      url: https://api.statorium.com/api/v1/players/:playerId/
      params:
      - name: apikey
        value: ''
        type: query
        description: Your Statorium API token for authentication.
      - name: playerId
        value: ''
        type: path
        description: The unique identifier of the player.
    docs: Retrieves detailed information about a specific player including profile, career history, and season statistics.
- info:
    name: Standings
    type: folder
  items:
  - info:
      name: Get Standings
      type: http
    http:
      method: GET
      url: https://api.statorium.com/api/v1/standings/
      params:
      - name: apikey
        value: ''
        type: query
        description: Your Statorium API token for authentication.
      - name: leagueId
        value: ''
        type: query
        description: The league ID for which to retrieve standings.
      - name: seasonId
        value: ''
        type: query
        description: The season ID (defaults to current season).
    docs: Retrieves league standings table for a specific league and season including team position, points, wins, draws,
      losses, goals for, goals against, and goal difference.
bundled: true