Highlightly Sports API (4.3.1)

Download OpenAPI specification:Download

The API provides a standardized way for developers to interact with the service and retrieve sport data. With this API, users can request highlights based on various parameters such as team, country, match, or specific timeframes. The specification defines the endpoints and their corresponding operations, such as retrieving a list of all available highlights, retrieving a specific highlight by its ID, filtering highlights based on specific criteria, and more. The API specification also includes detailed information about the data models used, such as the structure of a highlight object, including properties like title, description, teams involved, players featured, and video URLs. In addition to the basic functionality, the API specification may also include optional features such as pagination for retrieving large result sets, sorting and filtering options, and authentication mechanisms for secure access to the API.

Sports API

Football.Countries

Get all countries.

Retrieve a list of all supported.

query Parameters
name
string
Example: name=France
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Get country by country code.

Retrieve country details by country code.

path Parameters
countryCode
required
string
Example: FR

A string value code of the country, following the ISO 3166 standard.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Football.Leagues

Get all leagues.

Retrieve a list of all leagues.

query Parameters
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
season
number >= 0
Example: season=2023
leagueName
string
Example: leagueName=Superettan
countryCode
string
Example: countryCode=SE

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Sweden
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get league by id.

Retrieve league details by league id.

path Parameters
id
required
number
Example: 97798

Requested league id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Football.Teams

Get all teams.

Retrieve a list of all teams.

query Parameters
limit
object [ 0 .. 500 ]
Default: 500
Example: limit=50
offset
object >= 0
Default: 0
name
string
Example: name=Skövde AIK
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get team by id.

Retrieve team details by team id.

path Parameters
id
required
number
Example: 5700782

Requested team id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Football.Matches

Get all matches.

Retrieve a list of all matches. At least one parameter has to be specified.

query Parameters
leagueName
string
Example: leagueName=Superettan
leagueId
number
Example: leagueId=97798
date
string
Example: date=2023-08-06

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
number
Example: season=2023
homeTeamId
number
Example: homeTeamId=5700782
awayTeamId
number
Example: awayTeamId=1907875
homeTeamName
string
Example: homeTeamName=Skövde AIK
awayTeamName
string
Example: awayTeamName=Vasteras SK FK
countryCode
string
Example: countryCode=SE

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Sweden
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get match by id.

Retrieve match details by match id.

path Parameters
id
required
number
Example: 1002433681

Requested match id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Football.Highlights

Get all highlights.

Retrieve a list of all highlights.

query Parameters
countryCode
string
Example: countryCode=SE

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Sweden
leagueName
string
Example: leagueName=Superettan
leagueId
number
Example: leagueId=97798
date
string
Example: date=2023-08-06

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
number
Example: season=2023
matchId
number
Example: matchId=853061055
homeTeamId
number
Example: homeTeamId=5700782
awayTeamId
number
Example: awayTeamId=1907875
homeTeamName
string
Example: homeTeamName=Skövde AIK
awayTeamName
string
Example: awayTeamName=Vasteras SK FK
limit
object [ 0 .. 40 ]
Default: 40
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{}

Get geo restrictions for highlight.

Retrieve applied geo restrictions to the given highlight id.

path Parameters
id
required
number
Example: 125344

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "state": "Allowed countries restriction",
  • "allowedCountries": [
    ],
  • "blockedCountries": [ ],
  • "embeddable": true
}

Get highlight by id.

Retrieve highlight details by highlight id.

path Parameters
id
required
number
Example: 7082

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Football.Bookmakers

Get a list of available bookmakers.

Retrieve a list of all bookmakers based on passed query parameters.

query Parameters
name
object
Example: name=Stake.com
limit
number [ 0 .. 100 ]
Default: 20
Example: limit=20
offset
number >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Get bookmaker by id.

Retrieve bookmaker details by bookmaker id.

path Parameters
id
required
number
Example: 1

Requested bookmaker id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Football.Odds

Get a list of odds.

Retrieve a list of all odds based on passed query parameters. At least one parameter has to be specified.

query Parameters
leagueId
number
Example: leagueId=35675
leagueName
string
Example: leagueName=League One
timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

bookmakerId
number
Example: bookmakerId=1
limit
number [ 0 .. 5 ]
Default: 5
Example: limit=5
offset
number >= 0
Default: 0
matchId
number
Example: matchId=884822928
bookmakerName
string
Example: bookmakerName=Stake.com
date
string
Example: date=2024-03-23

Date that follows the YYYY-MM-DD format.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Football.Standings

Get league standings.

Retrieve current league standings for a specific season.

query Parameters
leagueId
number
Example: leagueId=33973
season
number
Example: season=2023
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "groups": [
    ],
  • "league": {}
}

Football.Last Five Games

Get last five games for specific team id.

Retrieve a list of last five games played for given team id.

query Parameters
teamId
required
number
Example: teamId=5700782
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Football.Head 2 Head

Get head 2 head data for a specific set of teams.

Retrieve a list of head 2 head games played for given team ids.

query Parameters
teamIdOne
required
number
Example: teamIdOne=314803
teamIdTwo
required
number
Example: teamIdTwo=5700782
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

American Football.Teams

Get all teams.

Retrieve a list of all teams.

query Parameters
name
object
Example: name=Miners
displayName
object
Example: displayName=UTEP Miners
abbreviation
object
Example: abbreviation=UTEP
league
object
Example: league=NCAA
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Get team by id.

Retrieve team details by team id.

path Parameters
id
required
number
Example: 21

Requested team id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

American Football.Matches

Get all matches.

Retrieve a list of all matches.

query Parameters
league
object
Example: league=NCAA
date
object
Example: date=2023-08-26

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
object
Example: season=2023
homeTeamId
object
Example: homeTeamId=21
awayTeamId
object
Example: awayTeamId=22
homeTeamName
object
Example: homeTeamName=Gamecocks
awayTeamName
object
Example: awayTeamName=Miners
homeTeamAbbreviation
object
Example: homeTeamAbbreviation=JVST
awayTeamAbbreviation
object
Example: awayTeamAbbreviation=UTEP
homeTeamDisplayName
object
Example: homeTeamDisplayName=Jacksonville State Gamecocks
awayTeamDisplayName
object
Example: awayTeamDisplayName=UTEP Miners
limit
number [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
number >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Get match by id.

Retrieve match details by match id.

path Parameters
id
required
number
Example: 39

Requested match id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

American Football.Highlights

Get all highlights.

Retrieve a list of all highlights.

query Parameters
league
object
Example: league=NCAA
date
object
Example: date=2023-09-01

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
object
Example: season=2023
matchId
object
Example: matchId=35
homeTeamId
object
Example: homeTeamId=69
awayTeamId
object
Example: awayTeamId=70
homeTeamName
object
Example: homeTeamName=Eagles
awayTeamName
object
Example: awayTeamName=Bison
homeTeamAbbreviation
object
Example: homeTeamAbbreviation=EMU
awayTeamAbbreviation
object
Example: awayTeamAbbreviation=HOW
homeTeamDisplayName
object
Example: homeTeamDisplayName=Eastern Michigan Eagles
awayTeamDisplayName
object
Example: awayTeamDisplayName=Howard Bison
limit
number [ 0 .. 40 ]
Default: 40
offset
number >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get geo restrictions for highlight.

Retrieve applied geo restrictions to the given highlight id.

path Parameters
id
required
number
Example: 12774

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "state": "Allowed countries restriction",
  • "allowedCountries": [
    ],
  • "blockedCountries": [ ],
  • "embeddable": true
}

Get highlight by id.

Retrieve highlight details by highlight id.

path Parameters
id
required
number
Example: 12

Requested highlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

American Football.Last Five Games

Get last five games for specific team id.

Retrieve a list of last five games played for given team id.

query Parameters
teamId
required
number
Example: teamId=21
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

American Football.Head 2 Head

Get head 2 head data for a specific set of teams.

Retrieve a list of head 2 head games played for given team ids.

query Parameters
teamIdOne
required
number
Example: teamIdOne=13
teamIdTwo
required
number
Example: teamIdTwo=3
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Basketball.Countries

Get all countries.

Retrieve a list of all supported.

query Parameters
name
object
Example: name=Australia
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Get country by country code.

Retrieve country details by country code.

path Parameters
countryCode
required
string
Example: AU

A string value code of the country, following the ISO 3166 standard.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Basketball.Matches

Get all matches.

Retrieve a list of all matches. At least one parameter has to be specified.

query Parameters
leagueName
object
Example: leagueName=NBL
leagueId
object
Example: leagueId=1635
date
object
Example: date=2023-10-01

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
object
Example: season=2023
homeTeamId
object
Example: homeTeamId=7592
awayTeamId
object
Example: awayTeamId=1635
homeTeamName
object
Example: homeTeamName=Adelaide
awayTeamName
object
Example: awayTeamName=Melbourne United
countryCode
object
Example: countryCode=AU
countryName
object
Example: countryName=Australia
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get match by id.

Retrieve match details by match id.

path Parameters
id
required
number
Example: 318831338

Requested match id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Basketball.Highlights

Get all highlights.

Retrieve a list of all highlights.

query Parameters
countryCode
string
Example: countryCode=AU

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Australia
leagueName
string
Example: leagueName=NBL
leagueId
number
Example: leagueId=1635
date
string
Example: date=2023-10-01

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
number
Example: season=2023
matchId
number
Example: matchId=299340885
homeTeamId
number
Example: homeTeamId=7592
awayTeamId
number
Example: awayTeamId=1635
homeTeamName
string
Example: homeTeamName=Adelaide
awayTeamName
string
Example: awayTeamName=Melbourne United
limit
object [ 0 .. 40 ]
Default: 40
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{}

Get geo restrictions for highlight.

Retrieve applied geo restrictions to the given highlight id.

path Parameters
id
required
number
Example: 13

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "state": "Allowed countries restriction",
  • "allowedCountries": [
    ],
  • "blockedCountries": [ ],
  • "embeddable": true
}

Get highlight by id.

Retrieve highlight details by highlight id.

path Parameters
id
required
number
Example: 28

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Basketball.Leagues

Get all leagues.

Retrieve a list of all leagues.

query Parameters
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
season
number >= 0
Example: season=2023
leagueName
string
Example: leagueName=NBL
countryCode
string
Example: countryCode=AU

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Australia
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get league by id.

Retrieve league details by league id.

path Parameters
id
required
number
Example: 1635

Requested league id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Basketball.Teams

Get all teams.

Retrieve a list of all teams.

query Parameters
limit
object [ 0 .. 500 ]
Default: 500
Example: limit=50
offset
object >= 0
Default: 0
name
string
Example: name=Adelaide
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get team by id.

Retrieve team details by team id.

path Parameters
id
required
number
Example: 7592

Requested team id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Basketball.Bookmakers

Get a list of available bookmakers.

Retrieve a list of all bookmakers based on passed query parameters.

query Parameters
name
object
Example: name=Stake.com
limit
number [ 0 .. 100 ]
Default: 20
Example: limit=20
offset
number >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Get bookmaker by id.

Retrieve bookmaker details by bookmaker id.

path Parameters
id
required
number
Example: 1

Requested bookmaker id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Basketball.Odds

Get a list of odds.

Retrieve a list of all odds based on passed query parameters. At least one parameter has to be specified.

query Parameters
leagueId
number
Example: leagueId=85033
leagueName
string
Example: leagueName=Superettan
timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

bookmakerId
number
Example: bookmakerId=75
limit
number [ 0 .. 5 ]
Default: 5
Example: limit=5
offset
number >= 0
Default: 0
matchId
number
Example: matchId=298649022
bookmakerName
string
Example: bookmakerName=Powbet
date
string
Example: date=2024-03-23

Date that follows the YYYY-MM-DD format.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Basketball.Last Five Games

Get last five games for specific team id.

Retrieve a list of last five games played for given team id.

query Parameters
teamId
required
number
Example: teamId=1635
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Basketball.Head 2 Head

Get head 2 head data for a specific set of teams.

Retrieve a list of head 2 head games played for given team ids.

query Parameters
teamIdOne
required
number
Example: teamIdOne=1635
teamIdTwo
required
number
Example: teamIdTwo=7592
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Basketball.Standings

Get league standings.

Retrieve current league standings for a specific season.

query Parameters
leagueId
required
number
Example: leagueId=2486
season
required
number
Example: season=2023
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{}

Hockey.Countries

Get all countries.

Retrieve a list of all supported.

query Parameters
name
object
Example: name=Germany
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Get country by country code.

Retrieve country details by country code.

path Parameters
countryCode
required
string
Example: DE

A string value code of the country, following the ISO 3166 standard.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Hockey.Highlights

Get all highlights.

Retrieve a list of all highlights.

query Parameters
countryCode
string
Example: countryCode=DE

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Germany
leagueName
string
Example: leagueName=DEL
leagueId
number
Example: leagueId=16953
date
string
Example: date=2023-10-13

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
number
Example: season=2023
matchId
number
Example: matchId=291869956
homeTeamId
number
Example: homeTeamId=223746
awayTeamId
number
Example: awayTeamId=214385
homeTeamName
string
Example: homeTeamName=Frankfurt Lowen
awayTeamName
string
Example: awayTeamName=Kolner
limit
object [ 0 .. 40 ]
Default: 40
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{}

Get geo restrictions for highlight.

Retrieve applied geo restrictions to the given highlight id.

path Parameters
id
required
number
Example: 16

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "state": "Allowed countries restriction",
  • "allowedCountries": [
    ],
  • "blockedCountries": [ ],
  • "embeddable": true
}

Get highlight by id.

Retrieve highlight details by highlight id.

path Parameters
id
required
number
Example: 16

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Hockey.Leagues

Get all leagues.

Retrieve a list of all leagues.

query Parameters
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
season
number >= 0
Example: season=2023
leagueName
string
Example: leagueName=DEL
countryCode
string
Example: countryCode=DE

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Germany
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get league by id.

Retrieve league details by league id.

path Parameters
id
required
number
Example: 16953

Requested league id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Hockey.Matches

Get all matches.

Retrieve a list of all matches. At least one parameter has to be specified.

query Parameters
leagueName
string
Example: leagueName=DEL
leagueId
number
Example: leagueId=16953
date
string
Example: date=2023-10-13

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
number
Example: season=2023
homeTeamId
number
Example: homeTeamId=223746
awayTeamId
number
Example: awayTeamId=214385
homeTeamName
string
Example: homeTeamName=Frankfurt Lowen
awayTeamName
string
Example: awayTeamName=Kolner
countryCode
string
Example: countryCode=DE
countryName
string
Example: countryName=Germany
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get match by id.

Retrieve match details by match id.

path Parameters
id
required
number
Example: 308606573

Requested match id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Hockey.Teams

Get all teams.

Retrieve a list of all teams.

query Parameters
limit
object [ 0 .. 500 ]
Default: 500
Example: limit=50
offset
object >= 0
Default: 0
name
string
Example: name=Frankfurt Lowen
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get team by id.

Retrieve team details by team id.

path Parameters
id
required
number
Example: 223746

Requested team id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Hockey.Bookmakers

Get a list of available bookmakers.

Retrieve a list of all bookmakers based on passed query parameters.

query Parameters
name
object
Example: name=Stake.com
limit
number [ 0 .. 100 ]
Default: 20
Example: limit=20
offset
number >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Get bookmaker by id.

Retrieve bookmaker details by bookmaker id.

path Parameters
id
required
number
Example: 1

Requested bookmaker id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Hockey.Odds

Get a list of odds.

Retrieve a list of all odds based on passed query parameters. At least one parameter has to be specified.

query Parameters
leagueId
number
Example: leagueId=50142
leagueName
string
Example: leagueName=AHL
timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

bookmakerId
number
Example: bookmakerId=19
limit
number [ 0 .. 5 ]
Default: 5
Example: limit=5
offset
number >= 0
Default: 0
matchId
number
Example: matchId=295119925
bookmakerName
string
Example: bookmakerName=1Bet
date
string
Example: date=2024-03-26

Date that follows the YYYY-MM-DD format.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Hockey.Last Five Games

Get last five games for specific team id.

Retrieve a list of last five games played for given team id.

query Parameters
teamId
required
number
Example: teamId=214385
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Hockey.Head 2 Head

Get head 2 head data for a specific set of teams.

Retrieve a list of head 2 head games played for given team ids.

query Parameters
teamIdOne
required
number
Example: teamIdOne=214385
teamIdTwo
required
number
Example: teamIdTwo=223746
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Rugby.Countries

Get all countries.

Retrieve a list of all supported.

query Parameters
name
object
Example: name=Europe
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Get country by country code.

Retrieve country details by country code.

path Parameters
countryCode
required
string
Example: EU

A string value code of the country, following the ISO 3166 standard.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Rugby.Highlights

Get all highlights.

Retrieve a list of all highlights.

query Parameters
countryCode
string
Example: countryCode=EU

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Europe
leagueName
string
Example: leagueName=Six Nations U20
leagueId
number
Example: leagueId=48440
date
string
Example: date=2024-03-08

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
number
Example: season=2024
matchId
number
Example: matchId=36224450
homeTeamId
number
Example: homeTeamId=384585
awayTeamId
number
Example: awayTeamId=385436
homeTeamName
string
Example: homeTeamName=Italy U20
awayTeamName
string
Example: awayTeamName=Scotland U20
limit
object [ 0 .. 40 ]
Default: 40
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{}

Get geo restrictions for highlight.

Retrieve applied geo restrictions to the given highlight id.

path Parameters
id
required
number
Example: 88

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "state": "Allowed countries restriction",
  • "allowedCountries": [
    ],
  • "blockedCountries": [ ],
  • "embeddable": true
}

Get highlight by id.

Retrieve highlight details by highlight id.

path Parameters
id
required
number
Example: 1034

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Rugby.Leagues

Get all leagues.

Retrieve a list of all leagues.

query Parameters
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
season
number >= 0
Example: season=2024
leagueName
string
Example: leagueName=Six Nations U20
countryCode
string
Example: countryCode=EU

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Europe
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get league by id.

Retrieve league details by league id.

path Parameters
id
required
number
Example: 48440

Requested league id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Rugby.Matches

Get all matches.

Retrieve a list of all matches. At least one parameter has to be specified.

query Parameters
leagueName
object
Example: leagueName=Six Nations U20
leagueId
object
Example: leagueId=48440
date
object
Example: date=2024-03-08

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
object
Example: season=2024
homeTeamId
object
Example: homeTeamId=384585
awayTeamId
object
Example: awayTeamId=385436
homeTeamName
object
Example: homeTeamName=Italy U20
awayTeamName
object
Example: awayTeamName=Scotland U20
countryCode
object
Example: countryCode=EU
countryName
object
Example: countryName=Europe
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get match by id.

Retrieve match details by match id.

path Parameters
id
required
number
Example: 36125734

Requested match id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Rugby.Teams

Get all teams.

Retrieve a list of all teams.

query Parameters
limit
object [ 0 .. 500 ]
Default: 500
Example: limit=50
offset
object >= 0
Default: 0
name
string
Example: name=Italy U20
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get team by id.

Retrieve team details by team id.

path Parameters
id
required
number
Example: 384585

Requested team id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Rugby.Bookmakers

Get a list of available bookmakers.

Retrieve a list of all bookmakers based on passed query parameters.

query Parameters
name
object
Example: name=Marathonbet
limit
number [ 0 .. 100 ]
Default: 20
Example: limit=20
offset
number >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Get bookmaker by id.

Retrieve bookmaker details by bookmaker id.

path Parameters
id
required
number
Example: 5

Requested bookmaker id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Rugby.Odds

Get a list of odds.

Retrieve a list of all odds based on passed query parameters. At least one parameter has to be specified.

query Parameters
leagueId
number
Example: leagueId=47589
leagueName
string
Example: leagueName=Six Nations Women
timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

bookmakerId
number
Example: bookmakerId=219
limit
number [ 0 .. 5 ]
Default: 5
Example: limit=5
offset
number >= 0
Default: 0
matchId
number
Example: matchId=34909655
bookmakerName
string
Example: bookmakerName=Bets10
date
string
Example: date=2024-03-23

Date that follows the YYYY-MM-DD format.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Rugby.Last Five Games

Get last five games for specific team id.

Retrieve a list of last five games played for given team id.

query Parameters
teamId
required
number
Example: teamId=384585
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Rugby.Head 2 Head

Get head 2 head data for a specific set of teams.

Retrieve a list of head 2 head games played for given team ids.

query Parameters
teamIdOne
required
number
Example: teamIdOne=385436
teamIdTwo
required
number
Example: teamIdTwo=384585
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Handball.Countries

Get all countries.

Retrieve a list of all supported.

query Parameters
name
object
Example: name=Germany
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Get country by country code.

Retrieve country details by country code.

path Parameters
countryCode
required
string
Example: DE

A string value code of the country, following the ISO 3166 standard.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Handball.Highlights

Get all highlights.

Retrieve a list of all highlights.

query Parameters
countryCode
string
Example: countryCode=DE

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Germany
leagueName
string
Example: leagueName=1. Bundesliga Women
leagueId
number
Example: leagueId=36526
date
string
Example: date=2023-12-27

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
number
Example: season=2023
matchId
number
Example: matchId=127621850
homeTeamId
number
Example: homeTeamId=302038
awayTeamId
number
Example: awayTeamId=332674
homeTeamName
string
Example: homeTeamName=Bensheim-Auerbach W
awayTeamName
string
Example: awayTeamName=Solingen W
limit
object [ 0 .. 40 ]
Default: 40
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{}

Get geo restrictions for highlight.

Retrieve applied geo restrictions to the given highlight id.

path Parameters
id
required
number
Example: 53

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "state": "Allowed countries restriction",
  • "allowedCountries": [
    ],
  • "blockedCountries": [ ],
  • "embeddable": true
}

Get highlight by id.

Retrieve highlight details by highlight id.

path Parameters
id
required
number
Example: 1

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Handball.Leagues

Get all leagues.

Retrieve a list of all leagues.

query Parameters
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
season
number >= 0
Example: season=2023
leagueName
string
Example: leagueName=1. Bundesliga Women
countryCode
string
Example: countryCode=DE

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Germany
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get league by id.

Retrieve league details by league id.

path Parameters
id
required
number
Example: 36526

Requested league id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Handball.Matches

Get all matches.

Retrieve a list of all matches. At least one parameter has to be specified.

query Parameters
leagueName
string
Example: leagueName=1. Bundesliga Women
leagueId
number
Example: leagueId=36526
date
string
Example: date=2023-12-27

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
number
Example: season=2023
homeTeamId
number
Example: homeTeamId=302038
awayTeamId
number
Example: awayTeamId=332674
homeTeamName
string
Example: homeTeamName=Bensheim-Auerbach W
awayTeamName
string
Example: awayTeamName=Solingen W
countryCode
string
Example: countryCode=DE
countryName
string
Example: countryName=Germany
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get match by id.

Retrieve match details by match id.

path Parameters
id
required
number
Example: 127484839

Requested match id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Handball.Teams

Get all teams.

Retrieve a list of all teams.

query Parameters
limit
object [ 0 .. 500 ]
Default: 500
Example: limit=50
offset
object >= 0
Default: 0
name
string
Example: name=Solingen W
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get team by id.

Retrieve team details by team id.

path Parameters
id
required
number
Example: 332674

Requested team id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Handball.Bookmakers

Get a list of available bookmakers.

Retrieve a list of all bookmakers based on passed query parameters.

query Parameters
name
object
Example: name=Stake.com
limit
number [ 0 .. 100 ]
Default: 20
Example: limit=20
offset
number >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Get bookmaker by id.

Retrieve bookmaker details by bookmaker id.

path Parameters
id
required
number
Example: 1

Requested bookmaker id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Handball.Odds

Get a list of odds.

Retrieve a list of all odds based on passed query parameters. At least one parameter has to be specified.

query Parameters
leagueId
number
Example: leagueId=89288
leagueName
string
Example: leagueName=Division de Honor Plata
timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

bookmakerId
number
Example: bookmakerId=3
limit
number [ 0 .. 5 ]
Default: 5
Example: limit=5
offset
number >= 0
Default: 0
matchId
number
Example: matchId=123121762
bookmakerName
string
Example: bookmakerName=22Bet
date
string
Example: date=2024-03-26

Date that follows the YYYY-MM-DD format.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Handball.Last Five Games

Get last five games for specific team id.

Retrieve a list of last five games played for given team id.

query Parameters
teamId
required
number
Example: teamId=302038
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Handball.Head 2 Head

Get head 2 head data for a specific set of teams.

Retrieve a list of head 2 head games played for given team ids.

query Parameters
teamIdOne
required
number
Example: teamIdOne=881569
teamIdTwo
required
number
Example: teamIdTwo=892632
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Volleyball.Countries

Get all countries.

Retrieve a list of all supported.

query Parameters
name
object
Example: name=Italy
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Get country by country code.

Retrieve country details by country code.

path Parameters
countryCode
required
string
Example: IT

A string value code of the country, following the ISO 3166 standard.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Volleyball.Highlights

Get all highlights.

Retrieve a list of all highlights.

query Parameters
countryCode
string
Example: countryCode=IT

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Italy
leagueName
string
Example: leagueName=SuperLega
leagueId
number
Example: leagueId=83331
date
string
Example: date=2023-12-30

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
number
Example: season=2023
matchId
number
Example: matchId=126347903
homeTeamId
number
Example: homeTeamId=630524
awayTeamId
number
Example: awayTeamId=631375
homeTeamName
string
Example: homeTeamName=Trentino
awayTeamName
string
Example: awayTeamName=Cisterna
limit
object [ 0 .. 40 ]
Default: 40
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{}

Get geo restrictions for highlight.

Retrieve applied geo restrictions to the given highlight id.

path Parameters
id
required
number
Example: 93

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "state": "Allowed countries restriction",
  • "allowedCountries": [
    ],
  • "blockedCountries": [ ],
  • "embeddable": true
}

Get highlight by id.

Retrieve highlight details by highlight id.

path Parameters
id
required
number
Example: 1

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Volleyball.Leagues

Get all leagues.

Retrieve a list of all leagues.

query Parameters
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
season
number >= 0
Example: season=2023
leagueName
string
Example: leagueName=SuperLega
countryCode
string
Example: countryCode=IT

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Italy
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get league by id.

Retrieve league details by league id.

path Parameters
id
required
number
Example: 83331

Requested league id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Volleyball.Matches

Get all matches.

Retrieve a list of all matches. At least one parameter has to be specified.

query Parameters
leagueName
string
Example: leagueName=SuperLega
leagueId
number
Example: leagueId=83331
date
string
Example: date=2023-12-30

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
number
Example: season=2023
homeTeamId
number
Example: homeTeamId=630524
awayTeamId
number
Example: awayTeamId=631375
homeTeamName
string
Example: homeTeamName=Trentino
awayTeamName
string
Example: awayTeamName=Cisterna
countryCode
string
Example: countryCode=IT
countryName
string
Example: countryName=Italy
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get match by id.

Retrieve match details by match id.

path Parameters
id
required
number
Example: 139134178

Requested match id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Volleyball.Teams

Get all teams.

Retrieve a list of all teams.

query Parameters
limit
object [ 0 .. 500 ]
Default: 500
Example: limit=50
offset
object >= 0
Default: 0
name
string
Example: name=Trentino
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get team by id.

Retrieve team details by team id.

path Parameters
id
required
number
Example: 630524

Requested team id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Volleyball.Bookmakers

Get a list of available bookmakers.

Retrieve a list of all bookmakers based on passed query parameters.

query Parameters
name
object
Example: name=Stake.com
limit
number [ 0 .. 100 ]
Default: 20
Example: limit=20
offset
number >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Get bookmaker by id.

Retrieve bookmaker details by bookmaker id.

path Parameters
id
required
number
Example: 1

Requested bookmaker id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Volleyball.Odds

Get a list of odds.

Retrieve a list of all odds based on passed query parameters. At least one parameter has to be specified.

query Parameters
leagueId
number
Example: leagueId=11847
leagueName
string
Example: leagueName=AVL
timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

bookmakerId
number
Example: bookmakerId=2
limit
number [ 0 .. 5 ]
Default: 5
Example: limit=5
offset
number >= 0
Default: 0
matchId
number
Example: matchId=138243181
bookmakerName
string
Example: bookmakerName=22Bet
date
string
Example: date=2024-03-26

Date that follows the YYYY-MM-DD format.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Volleyball.Last Five Games

Get last five games for specific team id.

Retrieve a list of last five games played for given team id.

query Parameters
teamId
required
number
Example: teamId=630524
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Volleyball.Head 2 Head

Get head 2 head data for a specific set of teams.

Retrieve a list of head 2 head games played for given team ids.

query Parameters
teamIdOne
required
number
Example: teamIdOne=630524
teamIdTwo
required
number
Example: teamIdTwo=631375
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Cricket.Countries

Get all countries.

Retrieve a list of all supported.

query Parameters
name
object
Example: name=Australia
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Get country by country code.

Retrieve country details by country code.

path Parameters
countryCode
required
string
Example: AU

A string value code of the country, following the ISO 3166 standard.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Cricket.Highlights

Get all highlights.

Retrieve a list of all highlights.

query Parameters
countryCode
string
Example: countryCode=AU

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Australia
leagueName
string
Example: leagueName=Big Bash League
leagueId
number
Example: leagueId=48513362
date
string
Example: date=2024-01-13

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
number
Example: season=2023
matchId
number
Example: matchId=48514657
homeTeamId
number
Example: homeTeamId=17838627
awayTeamId
number
Example: awayTeamId=17838662
homeTeamName
string
Example: homeTeamName=Melbourne Renegades
awayTeamName
string
Example: awayTeamName=Melbourne Stars
limit
object [ 0 .. 40 ]
Default: 40
offset
object >= 0
Default: 0
homeTeamAbbreviation
string
Example: homeTeamAbbreviation=MR
awayTeamAbbreviation
string
Example: awayTeamAbbreviation=MS
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get geo restrictions for highlight.

Retrieve applied geo restrictions to the given highlight id.

path Parameters
id
required
number
Example: 117

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "state": "Allowed countries restriction",
  • "allowedCountries": [
    ],
  • "blockedCountries": [ ],
  • "embeddable": true
}

Get highlight by id.

Retrieve highlight details by highlight id.

path Parameters
id
required
number
Example: 75

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Cricket.Leagues

Get all leagues.

Retrieve a list of all leagues.

query Parameters
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
season
number >= 0
Example: season=2023
leagueName
string
Example: leagueName=Big Bash League
countryCode
string
Example: countryCode=AU

Country code specified by the ISO 3166 standard.

countryName
string
Example: countryName=Australia
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get league by id.

Retrieve league details by league id.

path Parameters
id
required
number
Example: 48513362

Requested league id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Cricket.Matches

Get all matches.

Retrieve a list of all matches. At least one parameter has to be specified.

query Parameters
leagueName
object
Example: leagueName=Big Bash League
leagueId
object
Example: leagueId=48513362
date
object
Example: date=2024-01-13

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
object
Example: season=2023
homeTeamId
object
Example: homeTeamId=17838627
awayTeamId
object
Example: awayTeamId=17838662
homeTeamName
object
Example: homeTeamName=Melbourne Renegades
awayTeamName
object
Example: awayTeamName=Melbourne Stars
countryCode
object
Example: countryCode=AU
countryName
object
Example: countryName=Australia
limit
object [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
object >= 0
Default: 0
homeTeamAbbreviation
string
Example: homeTeamAbbreviation=MR
awayTeamAbbreviation
string
Example: awayTeamAbbreviation=MS
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Get match by id.

Retrieve match details by match id.

path Parameters
id
required
number
Example: 49877382

Requested match id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Cricket.Teams

Get all teams.

Retrieve a list of all teams.

query Parameters
limit
object [ 0 .. 500 ]
Default: 500
Example: limit=50
offset
object >= 0
Default: 0
name
string
Example: name=Melbourne Stars
abbreviation
string
Example: abbreviation=MS
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get team by id.

Retrieve team details by team id.

path Parameters
id
required
number
Example: 17838627

Requested team id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Cricket.Bookmakers

Get a list of available bookmakers.

Retrieve a list of all bookmakers based on passed query parameters.

query Parameters
name
object
Example: name=22Bet
limit
number [ 0 .. 100 ]
Default: 20
Example: limit=20
offset
number >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Get bookmaker by id.

Retrieve bookmaker details by bookmaker id.

path Parameters
id
required
number
Example: 3

Requested bookmaker id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Cricket.Odds

Get a list of odds.

Retrieve a list of all odds based on passed query parameters. At least one parameter has to be specified.

query Parameters
leagueName
string
Example: leagueName=Indian Premier League
leagueId
number
Example: leagueId=49361342
timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

bookmakerId
number
Example: bookmakerId=3
limit
number [ 0 .. 5 ]
Default: 5
Example: limit=5
offset
number >= 0
Default: 0
matchId
number
Example: matchId=49774517
bookmakerName
string
Example: bookmakerName=22Bet
date
string
Example: date=2024-03-26

Date that follows the YYYY-MM-DD format.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Cricket.Last Five Games

Get last five games for specific team id.

Retrieve a list of last five games played for given team id.

query Parameters
teamId
required
number
Example: teamId=17838662
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Cricket.Head 2 Head

Get head 2 head data for a specific set of teams.

Retrieve a list of head 2 head games played for given team ids.

query Parameters
teamIdOne
required
number
Example: teamIdOne=17838627
teamIdTwo
required
number
Example: teamIdTwo=17838662
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Baseball.Highlights

Get all highlights.

Retrieve a list of all highlights.

query Parameters
league
object
Example: league=NCAA
date
object
Example: date=2024-03-06

Date that follows the YYYY-MM-DD format.

timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
object
Example: season=2024
matchId
object
Example: matchId=394
homeTeamId
object
Example: homeTeamId=219
awayTeamId
object
Example: awayTeamId=302
homeTeamName
object
Example: homeTeamName=Bears
awayTeamName
object
Example: awayTeamName=Patriots
homeTeamAbbreviation
object
Example: homeTeamAbbreviation=BAY
awayTeamAbbreviation
object
Example: awayTeamAbbreviation=DBU
homeTeamDisplayName
object
Example: homeTeamDisplayName=Baylor
awayTeamDisplayName
object
Example: awayTeamDisplayName=Dallas Baptist
limit
object [ 0 .. 40 ]
Default: 40
offset
object >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [],
  • "pagination": {
    },
  • "plan": {
    }
}

Get geo restrictions for highlight.

Retrieve applied geo restrictions to the given highlight id.

path Parameters
id
required
number
Example: 44

Requested higlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "state": "Allowed countries restriction",
  • "allowedCountries": [
    ],
  • "blockedCountries": [ ],
  • "embeddable": true
}

Get highlight by id.

Retrieve highlight details by highlight id.

path Parameters
id
required
number
Example: 27

Requested highlight id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[]

Baseball.Matches

Get all matches.

Retrieve a list of all matches.

query Parameters
league
object
Example: league=NCAA
date
object
Example: date=2024-03-06

Date that follows the YYYY-MM-DD format.

timezone
string
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

season
object
Example: season=2024
homeTeamId
object
Example: homeTeamId=219
awayTeamId
object
Example: awayTeamId=302
homeTeamName
object
Example: homeTeamName=Bears
awayTeamName
object
Example: awayTeamName=Patriots
homeTeamAbbreviation
object
Example: homeTeamAbbreviation=BAY
awayTeamAbbreviation
object
Example: awayTeamAbbreviation=DBU
homeTeamDisplayName
object
Example: homeTeamDisplayName=Baylor
awayTeamDisplayName
object
Example: awayTeamDisplayName=Dallas Baptist
limit
number [ 0 .. 100 ]
Default: 100
Example: limit=100
offset
number >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Get match by id.

Retrieve match details by match id.

path Parameters
id
required
number
Example: 58348

Requested match id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Baseball.Teams

Get all teams.

Retrieve a list of all teams.

query Parameters
league
object
Example: league=NCAA
name
object
Example: name=Bears
displayName
object
Example: displayName=Baylor
abbreviation
object
Example: abbreviation=BAY
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Get team by id.

Retrieve team details by team id.

path Parameters
id
required
number
Example: 219

Requested team id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Baseball.Standings

Get standings list.

Retrieve a list of all standings based on passed query parameters.

query Parameters
leagueType
string
Enum: "MLB" "NCAA"
Example: leagueType=MLB
limit
number [ 0 .. 10 ]
Default: 10
Example: limit=5
offset
number >= 0
Default: 0
leagueName
string
Example: leagueName=National League (MLB)
abbreviation
string
Example: abbreviation=NL
year
number
Example: year=2024
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Baseball.Odds

Get a list of odds.

Retrieve a list of all odds based on passed query parameters. At least one parameter has to be specified.

query Parameters
leagueName
object
Example: leagueName=NCAA
timezone
object
Default: "Etc/UTC"
Example: timezone=Europe/London

Valid timezone identifier.

bookmakerId
number
Example: bookmakerId=53
limit
number [ 0 .. 5 ]
Default: 5
Example: limit=5
offset
number >= 0
Default: 0
matchId
number
Example: matchId=394
bookmakerName
string
Example: bookmakerName=Megapari Sport
date
object
Example: date=2024-03-06

Date that follows the YYYY-MM-DD format.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Baseball.Bookmakers

Get a list of available bookmakers.

Retrieve a list of all bookmakers based on passed query parameters.

query Parameters
name
object
Example: name=Megapari Sport
limit
number [ 0 .. 100 ]
Default: 20
Example: limit=20
offset
number >= 0
Default: 0
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "pagination": {
    },
  • "plan": {
    }
}

Get bookmaker by id.

Retrieve bookmaker details by bookmaker id.

path Parameters
id
required
number
Example: 53

Requested bookmaker id.

header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Baseball.Last Five Games

Get last five games for specific team id.

Retrieve a list of last five games played for given team id.

query Parameters
teamId
required
number
Example: teamId=42
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Baseball.Head 2 Head

Get head 2 head data for a specific set of teams.

Retrieve a list of head 2 head games played for given team ids.

query Parameters
teamIdOne
required
number
Example: teamIdOne=42
teamIdTwo
required
number
Example: teamIdTwo=52
header Parameters
x-rapidapi-host
required
string

sport-highlights-api.p.rapidapi.com

x-rapidapi-key
required
string

Rapid API Token

Responses

Response samples

Content type
application/json
[
  • {
    }
]