Sports Feeds
Last updated
Last updated
This document illustrates the sports feeds data request parameters, endpoint and the data returned.
All major sports and leagues are supported. For custom requests, reach out to the Gora team for inclusion.
Available Endpoints
Odds
Betting Odds (including home/away, spread, and over/unders).
Boxscores
Team and Player statistics
Game Odds
Base Url: https://sports-feeds.gora.io
Get Odds: GET /api/v4/game-odds
Parameters:
Name | Type | Description | Example |
---|---|---|---|
Example Call
Example Response (JSON)
Results Schema
Game Boxscores
Base Url: https://sports-feeds.gora.io
Get Boxscores: GET /api/v4/boxscores
Parameters:
Example Call
Example Response (JSON)
Results Schema
Player Stats
Base Url: https://sports-feeds.gora.io
Get Odds: GET /api/v4/boxscores/players
Parameters:
Example Call
Example Response (JSON)
Results Schema
Name | Type | Description |
---|---|---|
Name | Type | Description | Example |
---|---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description | Example |
---|---|---|---|
Name | Type | Description |
---|---|---|
region
string
(required) The region where the sport is being played. The available regions are: world, europe, africa, asia, usa, england, germany, italy, spain, france
europe
sport
string
(required) The category of sports: soccer, basketball, american football
soccer
league
string
(required) The league the sport is being played. E.g. epl (English Premier League), itsa (Italian Serie A), esp (Spanish Premier Division), deb (German Bundesliga), frl1 (French Ligue 1), nba (National Basketball Association)
epl
date
string
(required) The date the game is being played. Date format is YYYY-MM-DD
2023-05-28
homeTeam
string
(required) The short name or full name of the home team.
arsenal
key
string
(required) Key provided by GoraNetwork. When using node runner set the key as ##signKey
##signKey
startTime
number
Time the event/game is supposed to start as a UNIX timestamp
status
string
The status of the event.
1 = Scheduled
2 = Live/Ongoing
3 = Completed
4 = Cancelled
awayTeamName
string
Away team name
homeTeamName
string
Home team name
homeTeamScore
number
Home team score, final or current if game is ongoing. If game has not started value will be null
awayTeamScore
number
Away team score, final or current if game is ongoing. If game has not started value will be null
awayTeamScore
number
Away team score, final or current if game is ongoing. If game has not started value will be null
homeMoneyLine
number
The odds (decimal) of the home team winning the game.