Highlightly

Highlightly is a real-time sports data and highlights API covering football, basketball, American football, hockey, baseball, cricket, rugby, volleyball, and handball across 950+ leagues. Its REST APIs serve live scores, matches, standings, team and player statistics, head-to-head records, odds, and on-demand video highlight clips, available directly via highlightly.net hosts or through RapidAPI.

6 APIs 0 Features
SportsSports DataLive ScoresOddsHighlights

APIs

Highlightly Matches & Fixtures API

List and retrieve matches and fixtures per sport with filtering by league, date, season, and team, plus per-match lineups, live events, and head-to-head and last-five-games reco...

Highlightly Live Scores API

Real-time match state and live in-game events surfaced through the matches and events endpoints, with timezone-aware filtering by date and league.

Highlightly Standings API

League table standings keyed by league and season, alongside country and league catalog endpoints with logos.

Highlightly Statistics API

Team and per-match statistics plus player summaries, player statistics, and box scores for detailed sports analytics.

Highlightly Odds API

Pre-match and live betting odds filtered by match, league, bookmaker, and odds type, with a supporting bookmakers catalog.

Highlightly Highlights API

On-demand video highlight clips filtered by match, league, team, and date, including per-highlight metadata and a geo-restriction checker.

Collections

Pricing Plans

Rate Limits

Highlightly Rate Limits

7 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  title: Highlightly Sports API
  description: Real-time sports data and highlights API from Highlightly. Live scores, matches and fixtures, standings, team
    and player statistics, head-to-head records, odds, and on-demand video highlight clips. Endpoints use the All Sports host
    where resources are namespaced under a sport path segment (e.g. /football/matches). Authentication is an API key sent
    in the x-rapidapi-key header.
  version: '1.0'
servers:
- url: https://sports.highlightly.net
  description: Highlightly All Sports API host
auth:
  type: apiKey
  in: header
  name: x-rapidapi-key
groups:
- name: Matches & Fixtures
  requests:
  - name: List Matches
    method: GET
    url: /football/matches
    query:
      leagueId: ''
      date: ''
      season: ''
      homeTeamId: ''
      awayTeamId: ''
      limit: ''
      offset: ''
  - name: Get Match
    method: GET
    url: /football/matches/{id}
  - name: Last Five Games
    method: GET
    url: /football/last-five-games
    query:
      teamId: ''
  - name: Head to Head
    method: GET
    url: /football/head-2-head
    query:
      teamIdOne: ''
      teamIdTwo: ''
  - name: Lineups
    method: GET
    url: /football/lineups/{matchId}
- name: Live Scores
  requests:
  - name: Live Events
    method: GET
    url: /football/events/{id}
- name: Standings
  requests:
  - name: Get Standings
    method: GET
    url: /football/standings
    query:
      leagueId: ''
      season: ''
  - name: List Leagues
    method: GET
    url: /football/leagues
    query:
      countryCode: ''
      season: ''
      limit: ''
      offset: ''
- name: Statistics
  requests:
  - name: Team Statistics
    method: GET
    url: /football/teams/statistics/{id}
    query:
      fromDate: ''
      timezone: ''
  - name: Match Statistics
    method: GET
    url: /football/statistics/{matchId}
  - name: Player Statistics
    method: GET
    url: /football/players/{id}/statistics
- name: Odds
  requests:
  - name: List Odds
    method: GET
    url: /football/odds
    query:
      matchId: ''
      leagueId: ''
      bookmakerId: ''
      oddsType: ''
  - name: List Bookmakers
    method: GET
    url: /football/bookmakers
    query:
      name: ''
      limit: ''
      offset: ''
- name: Highlights
  requests:
  - name: List Highlights
    method: GET
    url: /football/highlights
    query:
      matchId: ''
      leagueId: ''
      date: ''
      limit: ''
      offset: ''
  - name: Get Highlight
    method: GET
    url: /football/highlights/{id}
  - name: Highlight Geo Restrictions
    method: GET
    url: /football/highlights/geo-restrictions/{id}