Sport API
The Sport API exposes comprehensive API for managing sport content, users and teams.
Get Scores
Query Parameters
Name
Type
Description
{
games: [
{
gameId: 1185419,
sportTypeName: "Soccer",
leageName: "Champions League",
season: "2016/2017",
status: "ENDED",
GT: "90'",
gameTime: "1492015500",
teams: [
{
teamId: 331,
teamName: "Bayern Munich",
teamLogo: "http://res.cloudinary.com/start4cell/image/fetch/f_auto,fl_lossy,q_80,d_competitors_default1.png/http://res.cloudinary.com/scores365/image/upload/Competitors/331",
sportTypeId: 1,
isSelected: false
},
{
teamId: 131,
teamName: "Real Madrid",
teamLogo: "http://res.cloudinary.com/start4cell/image/fetch/f_auto,fl_lossy,q_80,d_competitors_default1.png/http://res.cloudinary.com/scores365/image/upload/Competitors/131",
sportTypeId: 1,
isSelected: false
}
],
scores: [
{
teamId: 331,
score: 1
},
{
teamId: 131,
score: 2
}
]
}
]
userCountry: -1,
userLanguage: 1,
timeZone: 1,
userTeams: "331,131,158"
}
Get Content
Query Parameters
Name
Type
Description
Get Content by id
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Get Game Data
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Get Teams Data
Query Parameters
Name
Type
Description
Team Search
Query Parameters
Name
Type
Description
Get League
Query Parameters
Name
Type
Description
Get League Teams
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Follow Team
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Unfollow team
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Get game list
Query Parameters
Name
Type
Description
Get cricket game list
Query Parameters
Name
Type
Description
Get specific cricket game
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Get Player
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Get team roster
Query Parameters
Name
Type
Description
Get competition standing table
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Get Game votes (who will win)
Query Parameters
Name
Type
Description
Get competition votes (who will win)
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Get team statistics
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Get popular teams
Query Parameters
Name
Type
Description
Get competition teams
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Last updated