Skip to main content
Sportrix Data is a sports data API that puts fixture catalogs, real-time scores, and post-match statistics at your fingertips. Whether you’re building a live scores widget, a results dashboard, or a statistics tracker, Sportrix Data provides a single, consistent interface for the data you need.

Quick Start

Make your first API call in minutes with your API key

Authentication

Learn how to authenticate every request with your API key

API Reference

Explore every REST endpoint and response schema

WebSocket Stream

Subscribe to real-time live scores and statistics

What you can build

Live Score Widgets

Stream real-time match scores, clock, and phase updates directly to your UI

Statistics Dashboards

Access possession, shots, corners, and more for every live match

Results & Archives

Retrieve half-time and full-time snapshots once a match ends

Get started in three steps

1

Get your API key

Contact Sportrix Data to create your account and receive your sk_ API key with the scopes your use case requires.
2

Call the REST API

Browse sports and leagues, then query matches by status or date range — all with a single X-API-Key header.
curl https://api.sportrixdata.com/api/sports \
  -H "X-API-Key: sk_your_api_key_here"
3

Subscribe to live updates

Connect to the WebSocket stream and subscribe to any live match by its match_id to receive real-time score and statistics updates.
{ "action": "subscribe", "match_id": 41282 }

Two delivery surfaces

Sportrix Data exposes your sports data through two complementary interfaces:
SurfaceBest forBase URL
REST APIFixture browsing, on-demand snapshots, final resultshttps://api.sportrixdata.com/api
WebSocketReal-time live scores and statistics streamingwss://scores.sportrixdata.com/v1/stream
All requests require an X-API-Key header. Contact support@sportrixdata.com to get your key.