id
stringlengths 53
86
| api_name
stringlengths 2
76
| api_description
stringlengths 1
500
⌀ | api_score
float64 0
10
⌀ | endpoint_name
stringlengths 1
190
| endpoint_description
stringlengths 0
500
| response_status_code
int64 100
505
| response_summary
stringlengths 1
68
⌀ | response_json
stringlengths 6
50k
| response_json_schema
stringlengths 14
150k
|
---|---|---|---|---|---|---|---|---|---|
419e0f0f-d71a-42e2-9e51-2cd4e857994e/3f1670f4-e446-4498-b9b3-43aeaa9d44ad/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Ice Hockey Team Media | Get team media. | 200 | null | {"media": [{"createdAtTimestamp": 0, "doFollow": true, "id": 0, "mediaType": 0, "sourceUrl": "", "subtitle": "", "thumbnailUrl": "", "title": "", "url": ""}]} | {"type": "object", "properties": {"media": {"type": "array", "items": {"type": "object", "properties": {"createdAtTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "doFollow": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mediaType": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "sourceUrl": {"type": "string"}, "subtitle": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/f7b6c36f-6f99-4636-9204-c81a6dbf2bf2/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Motorsport Stage Details | Get stage details. | 200 | null | {"stage": {"competitorResults": true, "country": {"alpha2": "", "name": ""}, "description": "", "endDateTimestamp": 0, "flag": "", "id": 0, "info": {"awayTeamWins": 0, "draws": 0, "goals": 0, "homeTeamWins": 0, "hostCountries": [], "id": 0, "newcomersLowerDivision": [{"gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "newcomersOther": [], "newcomersUpperDivision": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "numberOfCompetitors": 0, "redCards": 0, "yellowCards": 0}, "seasonStageName": "", "slug": "", "stageParent": {"description": "", "id": 0, "startDateTimestamp": 0}, "startDateTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "teamResults": true, "type": {"id": 0, "name": ""}, "uniqueStage": {"category": {}, "id": 0, "name": "", "slug": ""}, "winner": {"country": {"alpha2": "", "name": ""}, "disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "parentTeam": {"category": {}, "country": {"alpha2": "", "name": ""}, "disabled": true, "fullName": "", "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "year": ""}} | {"type": "object", "properties": {"stage": {"type": "object", "properties": {"competitorResults": {"type": "boolean"}, "country": {"type": "object", "properties": {"alpha2": {"type": "string"}, "name": {"type": "string"}}}, "description": {"type": "string"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "flag": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "info": {"type": "object", "properties": {"awayTeamWins": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "draws": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "goals": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "homeTeamWins": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hostCountries": {"type": "array", "items": {"type": "object"}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "newcomersLowerDivision": {"type": "array", "items": {"type": "object", "properties": {"gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "newcomersOther": {"type": "array", "items": {"type": "object"}}, "newcomersUpperDivision": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "numberOfCompetitors": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "redCards": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "yellowCards": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "seasonStageName": {"type": "string"}, "slug": {"type": "string"}, "stageParent": {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "teamResults": {"type": "boolean"}, "type": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}}}, "uniqueStage": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}}}, "winner": {"type": "object", "properties": {"country": {"type": "object", "properties": {"alpha2": {"type": "string"}, "name": {"type": "string"}}}, "disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "parentTeam": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "country": {"type": "object", "properties": {"alpha2": {"type": "string"}, "name": {"type": "string"}}}, "disabled": {"type": "boolean"}, "fullName": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "year": {"type": "string"}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/2d8b60d8-545e-411e-a561-2a9702610f11/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Ice Hockey Team Near Matches | Get team near matches. | 200 | null | {"nextEvent": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}, "previousEvent": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}} | {"type": "object", "properties": {"nextEvent": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "previousEvent": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/afb42746-1f82-45df-931d-615790a71ef8/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | American Football Match Managers | Get match managers. | 200 | null | {"awayManager": {"id": 0, "name": "", "shortName": "", "slug": ""}, "homeManager": {"id": 0, "name": "", "shortName": "", "slug": ""}} | {"type": "object", "properties": {"awayManager": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "shortName": {"type": "string"}, "slug": {"type": "string"}}}, "homeManager": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "shortName": {"type": "string"}, "slug": {"type": "string"}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/109baa47-1662-49c5-b501-a95d3a8b6520/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Ice Hockey PreMatch Form | Get pre match form. | 200 | null | {"awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "label": ""} | {"type": "object", "properties": {"awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "label": {"type": "string"}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/fc02e5c7-fd29-4341-a7bd-7995040d50c3/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Ice Hockey Match | Get match by id. | 200 | null | {"event": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}} | {"type": "object", "properties": {"event": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/178561b6-f4ec-4e2c-a49f-b9c020b75b8c/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | American Football Match Votes | Get match votes. | 200 | null | {"vote": {"vote1": 0, "vote2": 0}} | {"type": "object", "properties": {"vote": {"type": "object", "properties": {"vote1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "vote2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/c093f825-be91-439b-a5e0-bdf06d153e2c/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket Team Last Matches | Get team last matches. | 200 | null | {"events": [{"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}], "hasNextPage": true} | {"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "hasNextPage": {"type": "boolean"}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/46af77c2-e423-4404-a1d7-3b82b5408c8a/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket Team Tournaments | Get team tournaments. | 200 | null | {"uniqueTournaments": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}]} | {"type": "object", "properties": {"uniqueTournaments": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/bd265133-7820-43e5-8e1f-5ef26149eeb5/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Motorsport Team Stage Seasons | Get team stage seasons. | 200 | null | {"stageSeasons": [{"description": "", "endDateTimestamp": 0, "id": 0, "slug": "", "startDateTimestamp": 0, "uniqueStage": {"category": {}, "id": 0, "name": "", "slug": ""}, "year": ""}]} | {"type": "object", "properties": {"stageSeasons": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "uniqueStage": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}}}, "year": {"type": "string"}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/96330c85-fddd-4b30-bef5-6ebcff82eed8/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket PreMatch Form | Get pre match form. | 200 | null | {"awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "label": ""} | {"type": "object", "properties": {"awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "label": {"type": "string"}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/f603608d-ef56-40ac-9c56-07089bc2e57a/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Rugby Head-to-Head Matches | Get head-to-head matches. | 200 | null | {"events": [{"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}]} | {"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/57e3fa78-ee1b-4ce0-8262-7db38056e1e4/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Football Match | Get match by id. | 200 | null | {"event": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}} | {"type": "object", "properties": {"event": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/21c10d6a-97c2-4168-a306-14f3cef116e3/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Ice Hockey Match Streak Odds | Get match streak odds. | 200 | null | {"general": [], "head2head": []} | {"type": "object", "properties": {"general": {"type": "array", "items": {"type": "object"}}, "head2head": {"type": "array", "items": {"type": "object"}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/16f63a9a-a87b-4da5-8556-b5a96004f22b/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Ice Hockey Match H2H Duel | Get match h2h duel. | 200 | null | {"managerDuel": {}, "teamDuel": {"awayWins": 0, "draws": 0, "homeWins": 0}} | {"type": "object", "properties": {"managerDuel": {"type": "object"}, "teamDuel": {"type": "object", "properties": {"awayWins": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "draws": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "homeWins": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/d82bf8bd-e171-4722-aeb9-27e64a8fcf1e/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Ice Hockey League Media | Get league media. | 200 | null | {"media": [{"createdAtTimestamp": 0, "doFollow": true, "id": 0, "mediaType": 0, "sourceUrl": "", "subtitle": "", "thumbnailUrl": "", "title": "", "url": ""}]} | {"type": "object", "properties": {"media": {"type": "array", "items": {"type": "object", "properties": {"createdAtTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "doFollow": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mediaType": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "sourceUrl": {"type": "string"}, "subtitle": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/44c4d46f-53aa-49b3-8547-b896feee5595/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Rugby PreMatch Form | Get pre match form. | 200 | null | {"awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "label": ""} | {"type": "object", "properties": {"awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "label": {"type": "string"}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/929249d3-00c9-4c09-a5e2-67ea441c3ade/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Ice Hockey Categories | Get categories. | 200 | null | {"categories": []} | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/89a3b4aa-7333-4701-a8d4-da33e6bff627/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Ice Hockey Match Best Players | Get match best players. | 200 | null | {"bestAwayTeamPlayer": {"label": "", "player": {"event": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}, "id": 0, "order": 0, "rating": "", "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}}, "value": ""}, "bestHomeTeamPlayer": {"label": "", "player": {"event": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}, "id": 0, "order": 0, "rating": "", "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}}, "value": ""}} | {"type": "object", "properties": {"bestAwayTeamPlayer": {"type": "object", "properties": {"label": {"type": "string"}, "player": {"type": "object", "properties": {"event": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "order": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "player": {"description": "**Omitted**"}, "rating": {"type": "string"}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "value": {"type": "string"}}}, "bestHomeTeamPlayer": {"type": "object", "properties": {"label": {"type": "string"}, "player": {"type": "object", "properties": {"event": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "order": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "player": {"description": "**Omitted**"}, "rating": {"type": "string"}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "value": {"type": "string"}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/e42cd879-2a56-4750-bdda-300017887566/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Ice Hockey League Next Matches | Get league next matches. | 200 | null | {"events": [{"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}], "hasNextPage": true} | {"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "hasNextPage": {"type": "boolean"}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/25253a3f-ec74-47b2-a960-c6c790362713/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Ice Hockey League Away Standings | Get league away standings. | 200 | null | {"standings": [{"descriptions": [], "id": 0, "name": "", "rows": [{"descriptions": [], "draws": 0, "id": 0, "losses": 0, "matches": 0, "points": 0, "position": 0, "promotion": {"id": 0, "text": ""}, "scoresAgainst": 0, "scoresFor": 0, "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "wins": 0}], "tieBreakingRule": {"id": 0, "text": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "type": "", "updatedAtTimestamp": 0}]} | {"type": "object", "properties": {"standings": {"type": "array", "items": {"type": "object", "properties": {"descriptions": {"type": "array", "items": {"type": "object"}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"descriptions": {"type": "array", "items": {"type": "object"}}, "draws": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "losses": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "matches": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "points": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "position": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "promotion": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "text": {"type": "string"}}}, "scoresAgainst": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "scoresFor": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "wins": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "tieBreakingRule": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "text": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "type": {"type": "string"}, "updatedAtTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/7ff59f5b-627b-4bc2-b0b2-b5c5a157382a/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Football Schedules Top | Get top schedules of the day. | 200 | null | {"events": [{"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}]} | {"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/8f82a27c-c4f2-4b99-b7e3-388907db179d/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Football League Team Of The Week Rounds | Get league team rounds. | 200 | null | {"rounds": [{"createdAtTimestamp": 0, "id": 0, "roundName": "", "roundSlug": ""}]} | {"required": ["rounds"], "type": "object", "properties": {"rounds": {"type": "array", "items": {"required": ["createdAtTimestamp", "id", "roundName", "roundSlug"], "type": "object", "properties": {"createdAtTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "roundName": {"type": "string"}, "roundSlug": {"type": "string"}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/9fb8d4c7-6e27-45b2-be70-1530dd0f8c0f/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Football Player Attributes | Get player attributes. | 200 | null | {"averageAttributeOverviews": [{"attacking": 0, "creativity": 0, "defending": 0, "id": 0, "position": "", "tactical": 0, "saves": 0, "anticipation": 0, "ballDistribution": 0, "aerial": 0, "technical": 0, "yearShift": 0}], "playerAttributeOverviews": [{"attacking": 0, "creativity": 0, "defending": 0, "id": 0, "position": "", "tactical": 0, "saves": 0, "anticipation": 0, "ballDistribution": 0, "aerial": 0, "technical": 0, "yearShift": 0}]} | {"type": "object", "properties": {"averageAttributeOverviews": {"type": "array", "items": {"type": "object", "properties": {"attacking": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creativity": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "defending": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "position": {"type": "string"}, "tactical": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "saves": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "anticipation": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "ballDistribution": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "aerial": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "technical": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "yearShift": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "playerAttributeOverviews": {"type": "array", "items": {"type": "object", "properties": {"attacking": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "creativity": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "defending": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "position": {"type": "string"}, "tactical": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "saves": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "anticipation": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "ballDistribution": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "aerial": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "technical": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "yearShift": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/9f60f9fd-f1b8-4465-aa82-b869041129a4/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket Player Overall Statistics | Get player overall statistics. | 200 | null | {"statistics": {"appearances": 0, "id": 0, "type": "", "yellowCards": 0}, "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}} | {"type": "object", "properties": {"statistics": {"type": "object", "properties": {"appearances": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "type": {"type": "string"}, "yellowCards": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/928b2969-71eb-40ec-b251-c5ddf697f5bc/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Basketball Team Transfers | Get team transfers. | 200 | null | {"transfersIn": [{"fromTeamName": "", "id": 0, "player": {"event": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}, "id": 0, "order": 0, "rating": "", "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}}, "toTeamName": "", "transferDateTimestamp": 0, "transferFee": 0, "transferFeeDescription": "", "transferFeeRaw": {"currency": "", "value": 0}, "transferFrom": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "transferTo": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "type": 0}], "transfersOut": [{"fromTeamName": "", "id": 0, "player": {"event": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}, "id": 0, "order": 0, "rating": "", "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}}, "toTeamName": "", "transferDateTimestamp": 0, "transferFee": 0, "transferFeeDescription": "", "transferFeeRaw": {"currency": "", "value": 0}, "transferFrom": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "transferTo": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "type": 0}]} | {"type": "object", "properties": {"transfersIn": {"type": "array", "items": {"type": "object", "properties": {"fromTeamName": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "player": {"type": "object", "properties": {"event": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "order": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "player": {"description": "**Omitted**"}, "rating": {"type": "string"}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "toTeamName": {"type": "string"}, "transferDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "transferFee": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "transferFeeDescription": {"type": "string"}, "transferFeeRaw": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "transferFrom": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "transferTo": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "transfersOut": {"type": "array", "items": {"type": "object", "properties": {"fromTeamName": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "player": {"type": "object", "properties": {"event": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "order": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "player": {"description": "**Omitted**"}, "rating": {"type": "string"}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "toTeamName": {"type": "string"}, "transferDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "transferFee": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "transferFeeDescription": {"type": "string"}, "transferFeeRaw": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "transferFrom": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "transferTo": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/9c3bd9a3-ba7f-4dc8-81b5-bd2519d8cb20/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Rugby Search | Search players, teams and tournaments. | 200 | null | {"results": [{"entity": {"category": {}, "country": {"alpha2": "", "name": ""}, "disabled": true, "displayInverseHomeAwayTeams": true, "firstName": "", "gender": "", "id": 0, "lastName": "", "name": "", "nameCode": "", "national": true, "position": "", "ranking": 0, "shortName": "", "slug": "", "sport": {}, "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "teamColors": {}, "type": 0, "userCount": 0}, "score": 0, "type": ""}]} | {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "country": {"type": "object", "properties": {"alpha2": {"type": "string"}, "name": {"type": "string"}}}, "disabled": {"type": "boolean"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "firstName": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "lastName": {"type": "string"}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "position": {"type": "string"}, "ranking": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "score": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "type": {"type": "string"}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/78e2bf65-69f3-4a1f-8697-0d8fe0c34cdf/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Basketball League Total Standings | Get league total standings. | 200 | null | {"standings": [{"descriptions": [], "id": 0, "name": "", "rows": [{"descriptions": [], "draws": 0, "id": 0, "losses": 0, "matches": 0, "points": 0, "position": 0, "promotion": {"id": 0, "text": ""}, "scoresAgainst": 0, "scoresFor": 0, "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "wins": 0}], "tieBreakingRule": {"id": 0, "text": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "type": "", "updatedAtTimestamp": 0}]} | {"type": "object", "properties": {"standings": {"type": "array", "items": {"type": "object", "properties": {"descriptions": {"type": "array", "items": {"type": "object"}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"descriptions": {"type": "array", "items": {"type": "object"}}, "draws": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "losses": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "matches": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "points": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "position": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "promotion": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "text": {"type": "string"}}}, "scoresAgainst": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "scoresFor": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "wins": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "tieBreakingRule": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "text": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "type": {"type": "string"}, "updatedAtTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/f9ca1aa9-2055-4910-a970-cbf08d9a6354/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Motorsport Competitor Standings | Get competitor standings. | 200 | null | {"standings": [{"descriptions": [], "id": 0, "name": "", "rows": [{"descriptions": [], "draws": 0, "id": 0, "losses": 0, "matches": 0, "points": 0, "position": 0, "promotion": {"id": 0, "text": ""}, "scoresAgainst": 0, "scoresFor": 0, "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "wins": 0}], "tieBreakingRule": {"id": 0, "text": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "type": "", "updatedAtTimestamp": 0}]} | {"type": "object", "properties": {"standings": {"type": "array", "items": {"type": "object", "properties": {"descriptions": {"type": "array", "items": {"type": "object"}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"descriptions": {"type": "array", "items": {"type": "object"}}, "draws": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "losses": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "matches": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "points": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "position": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "promotion": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "text": {"type": "string"}}}, "scoresAgainst": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "scoresFor": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "wins": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "tieBreakingRule": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "text": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "type": {"type": "string"}, "updatedAtTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/8d1192e5-2140-49e3-b4eb-a0d4fd5deb01/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Motorsport Team Driver History | Get driver history. | 200 | null | {"bySeason": [{"isLive": true, "parentTeam": {"category": {}, "country": {"alpha2": "", "name": ""}, "disabled": true, "fullName": "", "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "podiums": 0, "points": 0, "polePositions": 0, "position": 0, "racesStarted": 0, "stage": {"competitorResults": true, "country": {"alpha2": "", "name": ""}, "description": "", "endDateTimestamp": 0, "flag": "", "id": 0, "info": {"awayTeamWins": 0, "draws": 0, "goals": 0, "homeTeamWins": 0, "hostCountries": [], "id": 0, "newcomersLowerDivision": [{"gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "newcomersOther": [], "newcomersUpperDivision": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "numberOfCompetitors": 0, "redCards": 0, "yellowCards": 0}, "seasonStageName": "", "slug": "", "stageParent": {"description": "", "id": 0, "startDateTimestamp": 0}, "startDateTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "teamResults": true, "type": {"id": 0, "name": ""}, "uniqueStage": {"category": {}, "id": 0, "name": "", "slug": ""}, "winner": {"country": {"alpha2": "", "name": ""}, "disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "parentTeam": {"category": {}, "country": {"alpha2": "", "name": ""}, "disabled": true, "fullName": "", "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "year": ""}, "updatedAtTimestamp": 0, "victories": 0}], "total": [{"podiums": 0, "polePositions": 0, "racesStarted": 0, "victories": 0}]} | {"type": "object", "properties": {"bySeason": {"type": "array", "items": {"type": "object", "properties": {"isLive": {"type": "boolean"}, "parentTeam": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "country": {"type": "object", "properties": {"alpha2": {"type": "string"}, "name": {"type": "string"}}}, "disabled": {"type": "boolean"}, "fullName": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "podiums": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "points": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "polePositions": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "position": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "racesStarted": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "stage": {"type": "object", "properties": {"competitorResults": {"type": "boolean"}, "country": {"type": "object", "properties": {"alpha2": {"type": "string"}, "name": {"type": "string"}}}, "description": {"type": "string"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "flag": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "info": {"type": "object", "properties": {"awayTeamWins": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "draws": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "goals": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "homeTeamWins": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hostCountries": {"type": "array", "items": {"type": "object"}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "newcomersLowerDivision": {"type": "array", "items": {"type": "object", "properties": {"gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "newcomersOther": {"type": "array", "items": {"type": "object"}}, "newcomersUpperDivision": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "numberOfCompetitors": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "redCards": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "yellowCards": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "seasonStageName": {"type": "string"}, "slug": {"type": "string"}, "stageParent": {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "teamResults": {"type": "boolean"}, "type": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}}}, "uniqueStage": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}}}, "winner": {"type": "object", "properties": {"country": {"type": "object", "properties": {"alpha2": {"type": "string"}, "name": {"type": "string"}}}, "disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "parentTeam": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "country": {"type": "object", "properties": {"alpha2": {"type": "string"}, "name": {"type": "string"}}}, "disabled": {"type": "boolean"}, "fullName": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "year": {"type": "string"}}}, "updatedAtTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "victories": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "total": {"type": "array", "items": {"type": "object", "properties": {"podiums": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "polePositions": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "racesStarted": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "victories": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/6621af1b-8a6e-4010-8f70-61bc4fe00e67/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket League Total Standings | Get league total standings. | 200 | null | {"standings": [{"descriptions": [], "id": 0, "name": "", "rows": [{"descriptions": [], "draws": 0, "id": 0, "losses": 0, "matches": 0, "points": 0, "position": 0, "promotion": {"id": 0, "text": ""}, "scoresAgainst": 0, "scoresFor": 0, "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "wins": 0}], "tieBreakingRule": {"id": 0, "text": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "type": "", "updatedAtTimestamp": 0}]} | {"type": "object", "properties": {"standings": {"type": "array", "items": {"type": "object", "properties": {"descriptions": {"type": "array", "items": {"type": "object"}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "rows": {"type": "array", "items": {"type": "object", "properties": {"descriptions": {"type": "array", "items": {"type": "object"}}, "draws": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "losses": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "matches": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "points": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "position": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "promotion": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "text": {"type": "string"}}}, "scoresAgainst": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "scoresFor": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "wins": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "tieBreakingRule": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "text": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "type": {"type": "string"}, "updatedAtTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/04ed6bf5-444c-4fb4-babe-46dc4cb887ee/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket Player Statistics Seasons | Get player statistics seasons. | 200 | null | {"typesMap": {}, "uniqueTournamentSeasons": [{"seasons": [{"id": 0, "name": "", "year": ""}], "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}]} | {"type": "object", "properties": {"typesMap": {"type": "object"}, "uniqueTournamentSeasons": {"type": "array", "items": {"type": "object", "properties": {"seasons": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "year": {"type": "string"}}}}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/06030222-9563-4739-b5f4-63c60cee34fb/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Basketball League Details | Get league details. | 200 | null | {"uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}} | {"type": "object", "properties": {"uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/87539218-9d30-4e6b-9fc4-11f8fcc99eba/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket Match | Get match by id. | 200 | null | {"event": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}} | {"type": "object", "properties": {"event": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/3c1b211e-5f30-48aa-96e2-1db1f8f28fd3/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | American Football Match | Get match by id. | 200 | null | {"event": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}} | {"type": "object", "properties": {"event": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/0e62effa-0fad-4b21-97f2-92e87664e4b1/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | American Football Categories | Get categories. | 200 | null | {"categories": []} | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/dbd10c19-5504-4f0a-8736-b691921b23e5/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket Team Near Matches | Get team near matches. | 200 | null | {"nextEvent": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "changes": {"changeTimestamp": 0, "changes": []}, "customId": "", "finalResultOnly": true, "groundType": "", "hasGlobalHighlights": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "periods": {"current": "", "period1": "", "period2": "", "period3": "", "period4": "", "period5": "", "point": ""}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "time": {"currentPeriodStartTimestamp": 0, "extra": 0, "initial": 0, "injuryTime1": 0, "injuryTime2": 0, "max": 0}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}, "previousEvent": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "changes": {"changeTimestamp": 0, "changes": []}, "customId": "", "finalResultOnly": true, "firstToServe": 0, "groundType": "", "hasGlobalHighlights": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "periods": {"current": "", "period1": "", "period2": "", "period3": "", "period4": "", "period5": "", "point": ""}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "time": {"currentPeriodStartTimestamp": 0, "extra": 0, "initial": 0, "injuryTime1": 0, "injuryTime2": 0, "max": 0}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}} | {"type": "object", "properties": {"nextEvent": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "changes": {"type": "object", "properties": {"changeTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "changes": {"type": "array", "items": {"type": "string"}}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": "string"}, "hasGlobalHighlights": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "periods": {"type": "object", "properties": {"current": {"type": "string"}, "period1": {"type": "string"}, "period2": {"type": "string"}, "period3": {"type": "string"}, "period4": {"type": "string"}, "period5": {"type": "string"}, "point": {"type": "string"}}}, "roundInfo": {"type": "object", "properties": {"round": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "cupRoundType": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "time": {"type": "object", "properties": {"currentPeriodStartTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "extra": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "initial": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "injuryTime1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "injuryTime2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "max": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "previousEvent": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "changes": {"type": "object", "properties": {"changeTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "changes": {"type": "array", "items": {"type": "string"}}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "firstToServe": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "groundType": {"type": "string"}, "hasGlobalHighlights": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "periods": {"type": "object", "properties": {"current": {"type": "string"}, "period1": {"type": "string"}, "period2": {"type": "string"}, "period3": {"type": "string"}, "period4": {"type": "string"}, "period5": {"type": "string"}, "point": {"type": "string"}}}, "roundInfo": {"type": "object", "properties": {"round": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "cupRoundType": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "time": {"type": "object", "properties": {"currentPeriodStartTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "extra": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "initial": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "injuryTime1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "injuryTime2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "max": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/a95d16e5-ab4b-4b76-bffa-c8dbe61afa4e/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket Live Matches | Get live matches. | 200 | null | {"events": [{"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}]} | {"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/cf590e5a-6f62-46aa-b889-be3cae429333/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket Team Players | Get team players. | 200 | null | {"foreignPlayers": [{"player": {"event": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}, "id": 0, "order": 0, "rating": "", "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}}}], "nationalPlayers": [{"player": {"event": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}, "id": 0, "order": 0, "rating": "", "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}}}], "players": [{"event": {"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}, "id": 0, "order": 0, "rating": "", "team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}}]} | {"type": "object", "properties": {"foreignPlayers": {"type": "array", "items": {"type": "object", "properties": {"player": {"type": "object", "properties": {"event": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "order": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "player": {"description": "**Omitted**"}, "rating": {"type": "string"}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}}}}, "nationalPlayers": {"type": "array", "items": {"type": "object", "properties": {"player": {"type": "object", "properties": {"event": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "order": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "player": {"description": "**Omitted**"}, "rating": {"type": "string"}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}}}}, "players": {"type": "array", "items": {"type": "object", "properties": {"event": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "order": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "player": {"description": "**Omitted**"}, "rating": {"type": "string"}, "team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/4555f1bb-7caf-43fa-9646-5bee78506733/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Motorsport Team Details | Get team details. | 200 | null | {"team": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}} | {"type": "object", "properties": {"team": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/9c3e46bd-7c59-490f-bbbf-265d12b7c427/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket Match Odds | Get match odds. | 200 | null | {"eventId": 0, "markets": [{"choiceGroup": "", "choices": [{"change": 0, "fractionalValue": "", "initialFractionalValue": "", "name": "", "sourceId": 0, "winning": true}], "fid": 0, "id": 0, "isLive": true, "marketId": 0, "marketName": "", "sourceId": 0, "structureType": 0, "suspended": true}]} | {"type": "object", "properties": {"eventId": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "markets": {"type": "array", "items": {"type": "object", "properties": {"choiceGroup": {"type": "string"}, "choices": {"type": "array", "items": {"type": "object", "properties": {"change": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "fractionalValue": {"type": "string"}, "initialFractionalValue": {"type": "string"}, "name": {"type": "string"}, "sourceId": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "winning": {"type": "boolean"}}}}, "fid": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "isLive": {"type": "boolean"}, "marketId": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "marketName": {"type": "string"}, "sourceId": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "structureType": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "suspended": {"type": "boolean"}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/8f581a85-ba16-4863-a553-c51d327563af/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket Team Players Statistics Seasons | Get team players statistics seasons. | 200 | null | {"typesMap": {}, "uniqueTournamentSeasons": [{"seasons": [{"id": 0, "name": "", "year": ""}], "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}]} | {"type": "object", "properties": {"typesMap": {"type": "object"}, "uniqueTournamentSeasons": {"type": "array", "items": {"type": "object", "properties": {"seasons": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "year": {"type": "string"}}}}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/32c704c8-ab51-4794-a65b-8007ca84af12/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket League Last Matches | Get league last matches. | 200 | null | {"events": [{"awayScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "awayTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "customId": "", "finalResultOnly": true, "homeScore": {"current": 0, "display": 0, "normaltime": 0, "period1": 0, "period2": 0}, "homeTeam": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "teamColors": {}, "type": 0, "userCount": 0}, "id": 0, "slug": "", "startTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}, "winnerCode": 0}], "hasNextPage": true} | {"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"awayScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "awayTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "customId": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "display": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "normaltime": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period1": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "period2": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "homeTeam": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "slug": {"type": "string"}, "startTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}, "winnerCode": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "hasNextPage": {"type": "boolean"}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/4030b330-0145-4c95-8816-a3e769891567/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Motorsport Featured Stage | Get featured stage. | 200 | null | {"stages": [{"competitorResults": true, "country": {"alpha2": "", "name": ""}, "description": "", "endDateTimestamp": 0, "flag": "", "id": 0, "info": {"awayTeamWins": 0, "draws": 0, "goals": 0, "homeTeamWins": 0, "hostCountries": [], "id": 0, "newcomersLowerDivision": [{"gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "newcomersOther": [], "newcomersUpperDivision": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "numberOfCompetitors": 0, "redCards": 0, "yellowCards": 0}, "seasonStageName": "", "slug": "", "stageParent": {"description": "", "id": 0, "startDateTimestamp": 0}, "startDateTimestamp": 0, "status": {"code": 0, "description": "", "type": ""}, "teamResults": true, "type": {"id": 0, "name": ""}, "uniqueStage": {"category": {}, "id": 0, "name": "", "slug": ""}, "winner": {"country": {"alpha2": "", "name": ""}, "disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "parentTeam": {"category": {}, "country": {"alpha2": "", "name": ""}, "disabled": true, "fullName": "", "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "year": ""}]} | {"type": "object", "properties": {"stages": {"type": "array", "items": {"type": "object", "properties": {"competitorResults": {"type": "boolean"}, "country": {"type": "object", "properties": {"alpha2": {"type": "string"}, "name": {"type": "string"}}}, "description": {"type": "string"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "flag": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "info": {"type": "object", "properties": {"awayTeamWins": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "draws": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "goals": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "homeTeamWins": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hostCountries": {"type": "array", "items": {"type": "object"}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "newcomersLowerDivision": {"type": "array", "items": {"type": "object", "properties": {"gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "newcomersOther": {"type": "array", "items": {"type": "object"}}, "newcomersUpperDivision": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "numberOfCompetitors": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "redCards": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "yellowCards": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "seasonStageName": {"type": "string"}, "slug": {"type": "string"}, "stageParent": {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "status": {"type": "object", "properties": {"code": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "description": {"type": "string"}, "type": {"type": "string"}}}, "teamResults": {"type": "boolean"}, "type": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}}}, "uniqueStage": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}}}, "winner": {"type": "object", "properties": {"country": {"type": "object", "properties": {"alpha2": {"type": "string"}, "name": {"type": "string"}}}, "disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "parentTeam": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "country": {"type": "object", "properties": {"alpha2": {"type": "string"}, "name": {"type": "string"}}}, "disabled": {"type": "boolean"}, "fullName": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "year": {"type": "string"}}}}}} |
419e0f0f-d71a-42e2-9e51-2cd4e857994e/aa6e9575-286b-482b-982d-acab1d0cdca8/0/0 | AllSportsApi | AllSportsApi offers real-time football, esports, motorsport, ice hockey, basketball, tennis, baseball, cricket and american football scores. It covers hundreds of sports leagues, cups and tournaments with live updated results, statistics, league tables, video highlights and fixtures.Check our specific sport API's: https://rapidapi.com/user/fluis.lacasse | 9.9 | Cricket Team Standings Seasons | Get team standings seasons. | 200 | null | {"tournamentSeasons": [{"seasons": [{"id": 0, "name": "", "year": ""}], "tournament": {"category": {}, "id": 0, "name": "", "slug": "", "uniqueTournament": {"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "hasStandingsGroups": true, "id": 0, "linkedUniqueTournaments": [], "logo": {}, "lowerDivisions": [{"category": {}, "displayInverseHomeAwayTeams": true, "endDateTimestamp": 0, "hasPlayoffSeries": true, "hasPositionGraph": true, "hasRounds": true, "id": 0, "logo": {}, "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0}], "mostTitles": 0, "mostTitlesTeams": [{"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}], "name": "", "primaryColorHex": "", "secondaryColorHex": "", "slug": "", "startDateTimestamp": 0, "tier": 0, "titleHolder": {"disabled": true, "gender": "", "id": 0, "name": "", "nameCode": "", "national": true, "shortName": "", "slug": "", "sport": {}, "teamColors": {}, "type": 0, "userCount": 0}, "titleHolderTitles": 0, "upperDivisions": [], "userCount": 0}}}]} | {"type": "object", "properties": {"tournamentSeasons": {"type": "array", "items": {"type": "object", "properties": {"seasons": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "year": {"type": "string"}}}}, "tournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "slug": {"type": "string"}, "uniqueTournament": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "linkedUniqueTournaments": {"type": "array", "items": {"type": "object"}}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "object", "properties": {"alpha2": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}}}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "endDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "hasPlayoffSeries": {"type": "boolean"}, "hasPositionGraph": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "logo": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "md5": {"description": "**Omitted**"}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "mostTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "mostTitlesTeams": {"type": "array", "items": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}, "name": {"type": "string"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "slug": {"type": "string"}, "startDateTimestamp": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "tier": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "titleHolder": {"type": "object", "properties": {"disabled": {"type": "boolean"}, "gender": {"type": "string"}, "id": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "name": {"type": "string"}, "nameCode": {"type": "string"}, "national": {"type": "boolean"}, "shortName": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}}}, "teamColors": {"type": "object", "properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}}, "type": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}, "titleHolderTitles": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "upperDivisions": {"type": "array", "items": {"type": "object"}}, "userCount": {"type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}}}}}}}}} |
a55e6d4f-c7c5-40d1-b581-4f6fb1f4d5b7/endpoint_5ac19559-0ecf-4868-9d9d-2575aa6c5213/0/0 | PredictX | predictX API is a comprehensive football prediction API that offers a wide range of features to enhance your sports-related applications. With predictX, you can access accurate predictions, live scores, upcoming matches, past results, and much more. This API provides developers with valuable insights and data to create engaging sports applications, betting platforms, or any other sports-related projects. | null | Get Today's Win/Draw/Double Chance Predictions | "Get Today's Predictions" is a powerful feature offered by the predictX API that allows developers to retrieve accurate predictions for events happening on the current day. This feature provides users with valuable insights and helps them make informed decisions about upcoming matches.
These predictions are generated using advanced algorithms and statistical models that take into account various factors such as team performance, player statistics, historical data, and other relevant parameters. | 200 | New Example | [[{"dateTime": "06/21 00:00", "homeTeam": "Bolivia", "awayTeam": "Chile", "odd": "1.29", "prediction": "12", "fixture": "Bolivia - Chile", "score": "0-0", "result": "Lost", "league": "International - Friendly International"}, {"dateTime": "06/21 00:00", "homeTeam": "Chicago City", "awayTeam": "Peoria", "odd": "1.17", "prediction": "12", "fixture": "Chicago City - Peoria", "score": "2-1", "result": "Won", "league": "United States - Usl League Two"}, {"dateTime": "06/21 00:00", "homeTeam": "Godoy Cruz Anton", "awayTeam": "Defensores Unido", "odd": "", "prediction": "1", "fixture": "Godoy Cruz Anton - Defensores Unido", "score": "", "result": "Pending", "league": "Argentina - Copa Argentina"}, {"dateTime": "06/21 00:15", "homeTeam": "Costa Rica", "awayTeam": "Ecuador", "odd": "3.7", "prediction": "1x", "fixture": "Costa Rica - Ecuador", "score": "1-3", "result": "Lost", "league": "International - Friendly International"}, {"dateTime": "06/21 00:15", "homeTeam": "Ecuador", "awayTeam": "Costa Rica", "odd": "", "prediction": "x", "fixture": "Ecuador - Costa Rica", "score": "", "result": "Pending", "league": "International - Friendly International"}, {"dateTime": "06/21 00:30", "homeTeam": "Club America", "awayTeam": "Monterrey", "odd": "", "prediction": "12", "fixture": "Club America - Monterrey", "score": "", "result": "Pending", "league": "International - Friendly matches"}, {"dateTime": "06/21 00:30", "homeTeam": "Tennessee", "awayTeam": "East Atlanta", "odd": "1.39", "prediction": "1", "fixture": "Tennessee - East Atlanta", "score": "0-2", "result": "Lost", "league": "United States - Usl League Two"}, {"dateTime": "06/21 01:00", "homeTeam": "St. Kitts and Ne", "awayTeam": "French Guiana", "odd": "", "prediction": "1x", "fixture": "St. Kitts and Ne - French Guiana", "score": "1-1", "result": "Won", "league": "America - North & Central America: Gold Cup - Qualification"}, {"dateTime": "06/21 02:00", "homeTeam": "Vancouver FC", "awayTeam": "Forge", "odd": "2.04", "prediction": "1x", "fixture": "Vancouver FC - Forge", "score": "2-0", "result": "Won", "league": "Canada - Premier Soccer League"}, {"dateTime": "06/21 10:00", "homeTeam": "Roasso Kumamoto", "awayTeam": "FC Ryukyu", "odd": "1.16", "prediction": "12", "fixture": "Roasso Kumamoto - FC Ryukyu", "score": "2-2", "result": "Lost", "league": "Japan - Emperors Cup"}, {"dateTime": "06/21 10:00", "homeTeam": "Yokohama FC", "awayTeam": "Grulla Morioka", "odd": "1.16", "prediction": "12", "fixture": "Yokohama FC - Grulla Morioka", "score": "4-1", "result": "Won", "league": "Japan - Emperors Cup"}, {"dateTime": "06/21 12:00", "homeTeam": "FK Sutjeska Niks", "awayTeam": "Arsenal Tivat", "odd": "", "prediction": "12", "fixture": "FK Sutjeska Niks - Arsenal Tivat", "score": "", "result": "Pending", "league": "International - Friendly matches"}, {"dateTime": "06/21 14:00", "homeTeam": "Halmstads", "awayTeam": "Kalmar", "odd": "", "prediction": "1x", "fixture": "Halmstads - Kalmar", "score": "0-3", "result": "Lost", "league": "International - Friendly matches"}, {"dateTime": "06/21 14:00", "homeTeam": "Nona", "awayTeam": "Tampa Bay U23", "odd": "", "prediction": "1", "fixture": "Nona - Tampa Bay U23", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 16:00", "homeTeam": "Ferencvaros", "awayTeam": "Sepsi", "odd": "1.22", "prediction": "1x", "fixture": "Ferencvaros - Sepsi", "score": "1-0", "result": "Won", "league": "International - Friendly matches"}, {"dateTime": "06/21 16:00", "homeTeam": "Libcany", "awayTeam": "Hradec Kralove", "odd": "", "prediction": "x", "fixture": "Libcany - Hradec Kralove", "score": "0-4", "result": "Lost", "league": "International - Friendly matches"}, {"dateTime": "06/21 16:00", "homeTeam": "Belgium U21", "awayTeam": "Netherlands U21", "odd": "1.29", "prediction": "12", "fixture": "Belgium U21 - Netherlands U21", "score": "0-0", "result": "Lost", "league": "Europe - UEFA - EURO U21 Championship"}, {"dateTime": "06/21 16:00", "homeTeam": "Georgia U21", "awayTeam": "Portugal U21", "odd": "1.33", "prediction": "2", "fixture": "Georgia U21 - Portugal U21", "score": "2-0", "result": "Lost", "league": "Europe - UEFA - EURO U21 Championship"}, {"dateTime": "06/21 16:00", "homeTeam": "Ukraine U21", "awayTeam": "Croatia U21", "odd": "1.31", "prediction": "12", "fixture": "Ukraine U21 - Croatia U21", "score": "2-0", "result": "Won", "league": "Europe - UEFA - EURO U21 Championship"}, {"dateTime": "06/21 16:30", "homeTeam": "NK Mura 05", "awayTeam": "HSK Zrinjski Mos", "odd": "1.75", "prediction": "2", "fixture": "NK Mura 05 - HSK Zrinjski Mos", "score": "1-0", "result": "Lost", "league": "International - Friendly matches"}, {"dateTime": "06/21 17:00", "homeTeam": "Eilendorf", "awayTeam": "Alemannia Aachen", "odd": "", "prediction": "12", "fixture": "Eilendorf - Alemannia Aachen", "score": "1-4", "result": "Won", "league": "International - Friendly matches"}, {"dateTime": "06/21 17:00", "homeTeam": "Kriens", "awayTeam": "Luzern II", "odd": "1.17", "prediction": "12", "fixture": "Kriens - Luzern II", "score": "2-2", "result": "Lost", "league": "International - Friendly matches"}, {"dateTime": "06/21 17:00", "homeTeam": "Ljungskile", "awayTeam": "Ahlafors IF", "odd": "1.22", "prediction": "1x", "fixture": "Ljungskile - Ahlafors IF", "score": "6-1", "result": "Won", "league": "Sweden - Div 1 Sodra"}, {"dateTime": "06/21 17:00", "homeTeam": "Norrby IF", "awayTeam": "Falkenberg", "odd": "1.14", "prediction": "x2", "fixture": "Norrby IF - Falkenberg", "score": "0-5", "result": "Won", "league": "Sweden - Div 1 Sodra"}, {"dateTime": "06/21 17:00", "homeTeam": "Bodens BK", "awayTeam": "Pitea IF", "odd": "", "prediction": "x2", "fixture": "Bodens BK - Pitea IF", "score": "1-1", "result": "Won", "league": "Sweden - Div 1 Norra"}, {"dateTime": "06/21 17:00", "homeTeam": "Inter Stockholm", "awayTeam": "United Nordic", "odd": "1.26", "prediction": "12", "fixture": "Inter Stockholm - United Nordic", "score": "1-1", "result": "Lost", "league": "Sweden - Div 1 Norra"}, {"dateTime": "06/21 17:00", "homeTeam": "IK Zenith", "awayTeam": "IK Oddevold", "odd": "1.17", "prediction": "2", "fixture": "IK Zenith - IK Oddevold", "score": "2-1", "result": "Lost", "league": "Sweden - Svenska Cupen - Qualification"}, {"dateTime": "06/21 18:00", "homeTeam": "Maccabi Haifa", "awayTeam": "Aris Limassol", "odd": "", "prediction": "1", "fixture": "Maccabi Haifa - Aris Limassol", "score": "", "result": "Pending", "league": "International - Friendly matches"}, {"dateTime": "90'", "homeTeam": "Carlos Stein", "awayTeam": "Santos FC", "odd": "1.10", "prediction": "x2", "fixture": "Carlos Stein - Santos FC", "score": "1-3", "result": "Won", "league": "Peru - Segunda Division"}, {"dateTime": "89'", "homeTeam": "Stedoco", "awayTeam": "GVVV", "odd": "1.23", "prediction": "12", "fixture": "Stedoco - GVVV", "score": "1-2", "result": "Won", "league": "Holland - Tweede Divisie - Relegation"}, {"dateTime": "66'", "homeTeam": "Larne FC", "awayTeam": "HW Welders", "odd": "1.02", "prediction": "1x", "fixture": "Larne FC - HW Welders", "score": "4-0", "result": "Won", "league": "International - Friendly matches"}, {"dateTime": "51'", "homeTeam": "Romania U21", "awayTeam": "Spain U21", "odd": "1.30", "prediction": "2", "fixture": "Romania U21 - Spain U21", "score": "0-0", "result": "Lost", "league": "Europe - UEFA - EURO U21 Championship"}, {"dateTime": "06/21 19:00", "homeTeam": "24 de Septiembre", "awayTeam": "Ciudad Nueva SC", "odd": "", "prediction": "1x", "fixture": "24 de Septiembre - Ciudad Nueva SC", "score": "", "result": "Pending", "league": "Bolivia - Nacional B - First Stage"}, {"dateTime": "06/21 20:00", "homeTeam": "Atlas", "awayTeam": "Tepatitlan de Mo", "odd": "", "prediction": "12", "fixture": "Atlas - Tepatitlan de Mo", "score": "", "result": "Pending", "league": "International - Friendly matches"}, {"dateTime": "06/21 21:00", "homeTeam": "Philadelphia Lon", "awayTeam": "Ocean City Baron", "odd": "1.17", "prediction": "12", "fixture": "Philadelphia Lon - Ocean City Baron", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 22:00", "homeTeam": "Cruzeiro", "awayTeam": "Fortaleza", "odd": "1.26", "prediction": "1x", "fixture": "Cruzeiro - Fortaleza", "score": "", "result": "Pending", "league": "Brazil - Serie A"}, {"dateTime": "06/21 22:00", "homeTeam": "Sao Paulo", "awayTeam": "Athletico-PR", "odd": "1.79", "prediction": "1", "fixture": "Sao Paulo - Athletico-PR", "score": "", "result": "Pending", "league": "Brazil - Serie A"}, {"dateTime": "06/21 22:00", "homeTeam": "CRB AL", "awayTeam": "Ituano(SP)", "odd": "1.93", "prediction": "1", "fixture": "CRB AL - Ituano(SP)", "score": "", "result": "Pending", "league": "Brazil - Serie B"}, {"dateTime": "06/21 22:00", "homeTeam": "Estudiantes La P", "awayTeam": "San Lorenzo", "odd": "2.14", "prediction": "1", "fixture": "Estudiantes La P - San Lorenzo", "score": "", "result": "Pending", "league": "Argentina - Primera Division"}, {"dateTime": "06/21 22:00", "homeTeam": "Manhattan", "awayTeam": "Westchester", "odd": "1.28", "prediction": "1", "fixture": "Manhattan - Westchester", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 22:00", "homeTeam": "North Carolina F", "awayTeam": "Charlotte Indepe", "odd": "1.29", "prediction": "1x", "fixture": "North Carolina F - Charlotte Indepe", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 22:00", "homeTeam": "Seacoast Utd Pha", "awayTeam": "Boston City", "odd": "", "prediction": "1", "fixture": "Seacoast Utd Pha - Boston City", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 23:00", "homeTeam": "Santos", "awayTeam": "Corinthians", "odd": "2.33", "prediction": "1", "fixture": "Santos - Corinthians", "score": "", "result": "Pending", "league": "Brazil - Serie A"}, {"dateTime": "06/21 23:00", "homeTeam": "York Utd", "awayTeam": "HFX Wanderers", "odd": "3.28", "prediction": "x", "fixture": "York Utd - HFX Wanderers", "score": "", "result": "Pending", "league": "Canada - Premier Soccer League"}, {"dateTime": "06/21 23:00", "homeTeam": "Charlotte Eagles", "awayTeam": "West Virginia", "odd": "", "prediction": "1", "fixture": "Charlotte Eagles - West Virginia", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 23:00", "homeTeam": "North Carolina F", "awayTeam": "Tobacco Road", "odd": "1.22", "prediction": "1", "fixture": "North Carolina F - Tobacco Road", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 23:00", "homeTeam": "Reading United", "awayTeam": "RC New Jersey", "odd": "", "prediction": "x", "fixture": "Reading United - RC New Jersey", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 23:00", "homeTeam": "South Bend Lions", "awayTeam": "Kalamazoo FC", "odd": "1.22", "prediction": "12", "fixture": "South Bend Lions - Kalamazoo FC", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 23:00", "homeTeam": "The Villages", "awayTeam": "Florida Elite", "odd": "", "prediction": "1x", "fixture": "The Villages - Florida Elite", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 23:00", "homeTeam": "Vermont Green", "awayTeam": "Boston Bolts", "odd": "1.62", "prediction": "1", "fixture": "Vermont Green - Boston Bolts", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 23:30", "homeTeam": "Atlanta United", "awayTeam": "New York City (U", "odd": "2.04", "prediction": "1", "fixture": "Atlanta United - New York City (U", "score": "", "result": "Pending", "league": "United States - MLS Major League Soccer"}, {"dateTime": "06/21 23:30", "homeTeam": "Montreal", "awayTeam": "Nashville SC", "odd": "2.87", "prediction": "1", "fixture": "Montreal - Nashville SC", "score": "", "result": "Pending", "league": "United States - MLS Major League Soccer"}, {"dateTime": "06/21 23:30", "homeTeam": "Cincinnati", "awayTeam": "Toronto FC", "odd": "1.71", "prediction": "1", "fixture": "Cincinnati - Toronto FC", "score": "", "result": "Pending", "league": "United States - MLS Major League Soccer"}, {"dateTime": "06/21 23:30", "homeTeam": "New York Red Bul", "awayTeam": "Charlotte", "odd": "1.27", "prediction": "12", "fixture": "New York Red Bul - Charlotte", "score": "", "result": "Pending", "league": "United States - MLS Major League Soccer"}, {"dateTime": "06/21 23:30", "homeTeam": "Orlando City", "awayTeam": "Philadelphia Uni", "odd": "1.59", "prediction": "x2", "fixture": "Orlando City - Philadelphia Uni", "score": "", "result": "Pending", "league": "United States - MLS Major League Soccer"}, {"dateTime": "06/21 23:30", "homeTeam": "Greenville", "awayTeam": "Chattanooga Red", "odd": "1.26", "prediction": "1x", "fixture": "Greenville - Chattanooga Red", "score": "", "result": "Pending", "league": "United States - Usl League One"}, {"dateTime": "06/21 23:30", "homeTeam": "Cedar", "awayTeam": "Morris Elite", "odd": "", "prediction": "12", "fixture": "Cedar - Morris Elite", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 23:30", "homeTeam": "Motown", "awayTeam": "Euro New York", "odd": "", "prediction": "12", "fixture": "Motown - Euro New York", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/21 23:30", "homeTeam": "Northern Virgini", "awayTeam": "Lionsbridge", "odd": "", "prediction": "12", "fixture": "Northern Virgini - Lionsbridge", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/22 00:00", "homeTeam": "Louisville City", "awayTeam": "Kaiserslautern", "odd": "", "prediction": "1", "fixture": "Louisville City - Kaiserslautern", "score": "", "result": "Pending", "league": "International - Friendly matches"}, {"dateTime": "06/22 00:00", "homeTeam": "Cherno More Varn", "awayTeam": "Spartak Pleven", "odd": "", "prediction": "1", "fixture": "Cherno More Varn - Spartak Pleven", "score": "", "result": "Pending", "league": "International - Friendly matches"}, {"dateTime": "06/22 00:00", "homeTeam": "Birmingham City", "awayTeam": "Loudoun", "odd": "", "prediction": "1", "fixture": "Birmingham City - Loudoun", "score": "", "result": "Pending", "league": "United States - Usl"}, {"dateTime": "06/22 00:00", "homeTeam": "Memphis", "awayTeam": "FC Tulsa", "odd": "1.13", "prediction": "1x", "fixture": "Memphis - FC Tulsa", "score": "", "result": "Pending", "league": "United States - Usl"}, {"dateTime": "06/22 00:00", "homeTeam": "Rio Grande", "awayTeam": "Colorado Springs", "odd": "1.49", "prediction": "x2", "fixture": "Rio Grande - Colorado Springs", "score": "", "result": "Pending", "league": "United States - Usl"}, {"dateTime": "06/22 00:00", "homeTeam": "Union Omaha", "awayTeam": "One Knoxville", "odd": "2.00", "prediction": "x2", "fixture": "Union Omaha - One Knoxville", "score": "", "result": "Pending", "league": "United States - Usl League One"}, {"dateTime": "06/22 00:00", "homeTeam": "Houston FC", "awayTeam": "Corpus Christi F", "odd": "1.22", "prediction": "12", "fixture": "Houston FC - Corpus Christi F", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/22 00:00", "homeTeam": "LA Parish", "awayTeam": "MississippiBrill", "odd": "1.07", "prediction": "x2", "fixture": "LA Parish - MississippiBrill", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/22 00:00", "homeTeam": "Midwest United", "awayTeam": "Flint City", "odd": "1.07", "prediction": "x2", "fixture": "Midwest United - Flint City", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/22 00:00", "homeTeam": "PDX FC", "awayTeam": "Lane United", "odd": "", "prediction": "1x", "fixture": "PDX FC - Lane United", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/22 00:30", "homeTeam": "Houston Dynamo", "awayTeam": "San Jose Earthqu", "odd": "1.69", "prediction": "1", "fixture": "Houston Dynamo - San Jose Earthqu", "score": "", "result": "Pending", "league": "United States - MLS Major League Soccer"}, {"dateTime": "06/22 00:30", "homeTeam": "St. Louis City", "awayTeam": "Real Salt Lake", "odd": "1.26", "prediction": "12", "fixture": "St. Louis City - Real Salt Lake", "score": "", "result": "Pending", "league": "United States - MLS Major League Soccer"}, {"dateTime": "06/22 00:30", "homeTeam": "Bahia(BA)", "awayTeam": "Palmeiras", "odd": "1.30", "prediction": "x2", "fixture": "Bahia(BA) - Palmeiras", "score": "", "result": "Pending", "league": "Brazil - Serie A"}, {"dateTime": "06/22 00:30", "homeTeam": "Fluminense RJ", "awayTeam": "Atletico Mineiro", "odd": "1.33", "prediction": "12", "fixture": "Fluminense RJ - Atletico Mineiro", "score": "", "result": "Pending", "league": "Brazil - Serie A"}, {"dateTime": "06/22 00:30", "homeTeam": "Central Cordoba", "awayTeam": "Gimnasia La Plat", "odd": "1.36", "prediction": "12", "fixture": "Central Cordoba - Gimnasia La Plat", "score": "", "result": "Pending", "league": "Argentina - Primera Division"}, {"dateTime": "06/22 01:00", "homeTeam": "New Mexico", "awayTeam": "Phoenix Rising", "odd": "2.43", "prediction": "1", "fixture": "New Mexico - Phoenix Rising", "score": "", "result": "Pending", "league": "United States - Usl"}, {"dateTime": "06/22 01:00", "homeTeam": "Atletico Naciona", "awayTeam": "Millonarios", "odd": "", "prediction": "1", "fixture": "Atletico Naciona - Millonarios", "score": "", "result": "Pending", "league": "Colombia - Liga Aguila - Clausura - Quadrangular"}, {"dateTime": "06/22 01:00", "homeTeam": "Atletico Naciona", "awayTeam": "Millonarios", "odd": "2.14", "prediction": "1", "fixture": "Atletico Naciona - Millonarios", "score": "", "result": "Pending", "league": "Colombia - Primera A"}, {"dateTime": "06/22 01:30", "homeTeam": "Austin FC", "awayTeam": "FC Dallas", "odd": "1.30", "prediction": "12", "fixture": "Austin FC - FC Dallas", "score": "", "result": "Pending", "league": "United States - MLS Major League Soccer"}, {"dateTime": "06/22 01:30", "homeTeam": "Colorado Rapids", "awayTeam": "Vancouver Whitec", "odd": "1.37", "prediction": "1x", "fixture": "Colorado Rapids - Vancouver Whitec", "score": "", "result": "Pending", "league": "United States - MLS Major League Soccer"}, {"dateTime": "06/22 01:30", "homeTeam": "Marin", "awayTeam": "Davis Legacy", "odd": "", "prediction": "x", "fixture": "Marin - Davis Legacy", "score": "", "result": "Pending", "league": "United States - Usl League Two"}, {"dateTime": "06/22 02:00", "homeTeam": "Pacific FC", "awayTeam": "Valour", "odd": "1.12", "prediction": "1x", "fixture": "Pacific FC - Valour", "score": "", "result": "Pending", "league": "Canada - Premier Soccer League"}, {"dateTime": "06/22 02:30", "homeTeam": "LA Galaxy", "awayTeam": "Seattle Sounders", "odd": "1.22", "prediction": "1x", "fixture": "LA Galaxy - Seattle Sounders", "score": "", "result": "Pending", "league": "United States - MLS Major League Soccer"}, {"dateTime": "06/22 02:30", "homeTeam": "LA Galaxy", "awayTeam": "Sporting Kansas", "odd": "1.38", "prediction": "1x", "fixture": "LA Galaxy - Sporting Kansas", "score": "", "result": "Pending", "league": "United States - MLS Major League Soccer"}, {"dateTime": "06/22 02:30", "homeTeam": "Portland Timbers", "awayTeam": "Chicago Fire", "odd": "1.72", "prediction": "1", "fixture": "Portland Timbers - Chicago Fire", "score": "", "result": "Pending", "league": "United States - MLS Major League Soccer"}]] | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "homeTeam": {"type": "string"}, "awayTeam": {"type": "string"}, "odd": {"type": "string"}, "prediction": {"type": "string"}, "fixture": {"type": "string"}, "score": {"type": "string"}, "result": {"type": "string"}, "league": {"type": "string"}}}}} |
a55e6d4f-c7c5-40d1-b581-4f6fb1f4d5b7/endpoint_0e8d4305-b1fc-48d8-94d1-45e306c53dbc/0/0 | PredictX | predictX API is a comprehensive football prediction API that offers a wide range of features to enhance your sports-related applications. With predictX, you can access accurate predictions, live scores, upcoming matches, past results, and much more. This API provides developers with valuable insights and data to create engaging sports applications, betting platforms, or any other sports-related projects. | null | Get Today's Goals Predictions | "Get Today's Goals Predictions" is a powerful feature offered by the predictX API that allows developers to retrieve accurate predictions for events happening on the current day. This feature provides users with valuable insights and helps them make informed decisions about upcoming matches. | 200 | New Example | [[{"eventDate": "04-07-2023", "eventTime": "16:00", "league": " Europe Friendlies", "homeTeam": "1860 Munich", "awayTeam": "LASK Linz", "awayTrends": "LASK Linz scored 0.00 per match in the last 6 home matches. LASK Linz conceded 0.00 per match by home team in the last 6 home matches", "homeTrends": "1860 Munich scored 0.00 per match in the last 6 home matches. 1860 Munich conceded 0.00 per match in the last 6 home matches", "homeLastMatches": "1860 Munich Last 6 matches", "homeGoalPerMatch": "Goals scored per match 0.00", "homeConcededPerMatch": "Goals conceded per match 0.00", "homePreviousMatchOvers": "Over 2.5 goals matches /6", "awayLastMatches": "LASK Linz Last 6 matches", "awayGoalPerMatch": "Goals scored per match 0.00", "awayConcededPerMatch": "Goals conceded per match 0.00", "awayPreviousMatchOvers": "Over 2.5 goals matches /6", "prediction": "Under 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "19:30", "league": " Iraq League", "homeTeam": "Al Talaba", "awayTeam": "Al Sinaah", "awayTrends": "Al Sinaah scored 0.83 per match in the last 6 home matches. Al Sinaah conceded 1.17 per match by home team in the last 6 home matches", "homeTrends": "Al Talaba scored 1.50 per match in the last 6 home matches. Al Talaba conceded 1.83 per match in the last 6 home matches", "homeLastMatches": "Al Talaba Last 6 matches", "homeGoalPerMatch": "Goals scored per match 1.33", "homeConcededPerMatch": "Goals conceded per match 1.50", "homePreviousMatchOvers": "Over 2.5 goals matches 5/6", "awayLastMatches": "Al Sinaah Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.50", "awayConcededPerMatch": "Goals conceded per match 1.17", "awayPreviousMatchOvers": "Over 2.5 goals matches 3/6", "prediction": "Under 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "01:10", "league": " Argentina Nacional B", "homeTeam": "All Boys", "awayTeam": "CA San Telmo", "awayTrends": "CA San Telmo scored 1.33 per match in the last 6 home matches. CA San Telmo conceded 1.83 per match by home team in the last 6 home matches", "homeTrends": "All Boys scored 0.83 per match in the last 6 home matches. All Boys conceded 1.17 per match in the last 6 home matches", "homeLastMatches": "All Boys Last 6 matches", "homeGoalPerMatch": "Goals scored per match 0.83", "homeConcededPerMatch": "Goals conceded per match 1.00", "homePreviousMatchOvers": "Over 2.5 goals matches 2/6", "awayLastMatches": "CA San Telmo Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.50", "awayConcededPerMatch": "Goals conceded per match 1.17", "awayPreviousMatchOvers": "Over 2.5 goals matches 3/6", "prediction": "Under 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "19:45", "league": " UK Friendlies", "homeTeam": "Annan Athletic", "awayTeam": "Morton", "awayTrends": "Morton scored 1.83 per match in the last 6 home matches. Morton conceded 1.67 per match by home team in the last 6 home matches", "homeTrends": "Annan Athletic scored 2.67 per match in the last 6 home matches. Annan Athletic conceded 0.33 per match in the last 6 home matches", "homeLastMatches": "Annan Athletic Last 6 matches", "homeGoalPerMatch": "Goals scored per match 2.00", "homeConcededPerMatch": "Goals conceded per match 0.67", "homePreviousMatchOvers": "Over 2.5 goals matches 4/6", "awayLastMatches": "Morton Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.83", "awayConcededPerMatch": "Goals conceded per match 1.00", "awayPreviousMatchOvers": "Over 2.5 goals matches 3/6", "prediction": "Over 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "19:45", "league": " UK Friendlies", "homeTeam": "Bamber Bridge", "awayTeam": "Curzon Ashton", "awayTrends": "Curzon Ashton scored 1.33 per match in the last 6 home matches. Curzon Ashton conceded 1.00 per match by home team in the last 6 home matches", "homeTrends": "Bamber Bridge scored 1.50 per match in the last 6 home matches. Bamber Bridge conceded 1.00 per match in the last 6 home matches", "homeLastMatches": "Bamber Bridge Last 6 matches", "homeGoalPerMatch": "Goals scored per match 1.00", "homeConcededPerMatch": "Goals conceded per match 1.83", "homePreviousMatchOvers": "Over 2.5 goals matches 3/6", "awayLastMatches": "Curzon Ashton Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.17", "awayConcededPerMatch": "Goals conceded per match 1.33", "awayPreviousMatchOvers": "Over 2.5 goals matches 2/6", "prediction": "Under 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "17:00", "league": " Algeria Division 1", "homeTeam": "USM Alger", "awayTeam": "NC Magra", "awayTrends": "NC Magra scored 0.83 per match in the last 6 home matches. NC Magra conceded 1.83 per match by home team in the last 6 home matches", "homeTrends": "USM Alger scored 1.17 per match in the last 6 home matches. USM Alger conceded 0.17 per match in the last 6 home matches", "homeLastMatches": "USM Alger Last 6 matches", "homeGoalPerMatch": "Goals scored per match 1.00", "homeConcededPerMatch": "Goals conceded per match 0.67", "homePreviousMatchOvers": "Over 2.5 goals matches 2/6", "awayLastMatches": "NC Magra Last 6 matches", "awayGoalPerMatch": "Goals scored per match 0.67", "awayConcededPerMatch": "Goals conceded per match 0.83", "awayPreviousMatchOvers": "Over 2.5 goals matches 1/6", "prediction": "Under 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "17:00", "league": " Algeria Division 1", "homeTeam": "USM Khenchela", "awayTeam": "RC Arba", "awayTrends": "RC Arba scored 0.17 per match in the last 6 home matches. RC Arba conceded 1.67 per match by home team in the last 6 home matches", "homeTrends": "USM Khenchela scored 0.83 per match in the last 6 home matches. USM Khenchela conceded 0.17 per match in the last 6 home matches", "homeLastMatches": "USM Khenchela Last 6 matches", "homeGoalPerMatch": "Goals scored per match 0.33", "homeConcededPerMatch": "Goals conceded per match 0.67", "homePreviousMatchOvers": "Over 2.5 goals matches 1/6", "awayLastMatches": "RC Arba Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.17", "awayConcededPerMatch": "Goals conceded per match 1.17", "awayPreviousMatchOvers": "Over 2.5 goals matches 2/6", "prediction": "Under 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "19:00", "league": " Iceland U19 League", "homeTeam": "Vikingur Reykjavik..", "awayTeam": "Fjolnir/Vaengir U19", "awayTrends": "Fjolnir/Vaengir U19 scored 3.33 per match in the last 6 home matches. Fjolnir/Vaengir U19 conceded 3.33 per match by home team in the last 6 home matches", "homeTrends": "Vikingur Reykjavik.. scored 3.00 per match in the last 6 home matches. Vikingur Reykjavik.. conceded 1.33 per match in the last 6 home matches", "homeLastMatches": "Vikingur Reykjavik.. Last 6 matches", "homeGoalPerMatch": "Goals scored per match 3.17", "homeConcededPerMatch": "Goals conceded per match 1.50", "homePreviousMatchOvers": "Over 2.5 goals matches 6/6", "awayLastMatches": "Fjolnir/Vaengir U19 Last 6 matches", "awayGoalPerMatch": "Goals scored per match 2.50", "awayConcededPerMatch": "Goals conceded per match 3.00", "awayPreviousMatchOvers": "Over 2.5 goals matches 6/6", "prediction": "Over 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "19:00", "league": " Europe Friendlies", "homeTeam": "Waterford United", "awayTeam": "Fleetwood Town", "awayTrends": "Fleetwood Town scored 1.33 per match in the last 6 home matches. Fleetwood Town conceded 1.33 per match by home team in the last 6 home matches", "homeTrends": "Waterford United scored 3.33 per match in the last 6 home matches. Waterford United conceded 0.83 per match in the last 6 home matches", "homeLastMatches": "Waterford United Last 6 matches", "homeGoalPerMatch": "Goals scored per match 3.33", "homeConcededPerMatch": "Goals conceded per match 0.33", "homePreviousMatchOvers": "Over 2.5 goals matches 4/6", "awayLastMatches": "Fleetwood Town Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.50", "awayConcededPerMatch": "Goals conceded per match 1.33", "awayPreviousMatchOvers": "Over 2.5 goals matches 3/6", "prediction": "Over 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "17:00", "league": " Europe Friendlies", "homeTeam": "Wolfsberger AC", "awayTeam": "Leoben DSV", "awayTrends": "Leoben DSV scored 1.67 per match in the last 6 home matches. Leoben DSV conceded 1.67 per match by home team in the last 6 home matches", "homeTrends": "Wolfsberger AC scored 1.33 per match in the last 6 home matches. Wolfsberger AC conceded 0.83 per match in the last 6 home matches", "homeLastMatches": "Wolfsberger AC Last 6 matches", "homeGoalPerMatch": "Goals scored per match 1.50", "homeConcededPerMatch": "Goals conceded per match 0.67", "homePreviousMatchOvers": "Over 2.5 goals matches 2/6", "awayLastMatches": "Leoben DSV Last 6 matches", "awayGoalPerMatch": "Goals scored per match 2.17", "awayConcededPerMatch": "Goals conceded per match 1.17", "awayPreviousMatchOvers": "Over 2.5 goals matches 4/6", "prediction": "Over 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "18:15", "league": " Europe Friendlies", "homeTeam": "YF Juventus", "awayTeam": "SV Hongg", "awayTrends": "SV Hongg scored 1.33 per match in the last 6 home matches. SV Hongg conceded 1.67 per match by home team in the last 6 home matches", "homeTrends": "YF Juventus scored 0.83 per match in the last 6 home matches. YF Juventus conceded 2.17 per match in the last 6 home matches", "homeLastMatches": "YF Juventus Last 6 matches", "homeGoalPerMatch": "Goals scored per match 0.50", "homeConcededPerMatch": "Goals conceded per match 2.17", "homePreviousMatchOvers": "Over 2.5 goals matches 3/6", "awayLastMatches": "SV Hongg Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.83", "awayConcededPerMatch": "Goals conceded per match 1.33", "awayPreviousMatchOvers": "Over 2.5 goals matches 4/6", "prediction": "Over 2.5 goals"}]] | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"eventDate": {"type": "string"}, "eventTime": {"type": "string"}, "league": {"type": "string"}, "homeTeam": {"type": "string"}, "awayTeam": {"type": "string"}, "awayTrends": {"type": "string"}, "homeTrends": {"type": "string"}, "homeLastMatches": {"type": "string"}, "homeGoalPerMatch": {"type": "string"}, "homeConcededPerMatch": {"type": "string"}, "homePreviousMatchOvers": {"type": "string"}, "awayLastMatches": {"type": "string"}, "awayGoalPerMatch": {"type": "string"}, "awayConcededPerMatch": {"type": "string"}, "awayPreviousMatchOvers": {"type": "string"}, "prediction": {"type": "string"}}}}} |
a55e6d4f-c7c5-40d1-b581-4f6fb1f4d5b7/endpoint_860afc29-d05d-4fe8-b28b-1f0207b9bc14/0/0 | PredictX | predictX API is a comprehensive football prediction API that offers a wide range of features to enhance your sports-related applications. With predictX, you can access accurate predictions, live scores, upcoming matches, past results, and much more. This API provides developers with valuable insights and data to create engaging sports applications, betting platforms, or any other sports-related projects. | null | Get Tomorrow's Goals Predictions | "Get Tomorrow's Goals Predictions" is a powerful feature offered by the predictX API that allows developers to retrieve accurate predictions for events happening on the current day. This feature provides users with valuable insights and helps them make informed decisions about upcoming matches. | 200 | New Example | [[{"eventDate": "04-07-2023", "eventTime": "16:00", "league": " Europe Friendlies", "homeTeam": "1860 Munich", "awayTeam": "LASK Linz", "awayTrends": "LASK Linz scored 0.00 per match in the last 6 home matches. LASK Linz conceded 0.00 per match by home team in the last 6 home matches", "homeTrends": "1860 Munich scored 0.00 per match in the last 6 home matches. 1860 Munich conceded 0.00 per match in the last 6 home matches", "homeLastMatches": "1860 Munich Last 6 matches", "homeGoalPerMatch": "Goals scored per match 0.00", "homeConcededPerMatch": "Goals conceded per match 0.00", "homePreviousMatchOvers": "Over 2.5 goals matches /6", "awayLastMatches": "LASK Linz Last 6 matches", "awayGoalPerMatch": "Goals scored per match 0.00", "awayConcededPerMatch": "Goals conceded per match 0.00", "awayPreviousMatchOvers": "Over 2.5 goals matches /6", "prediction": "Under 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "19:30", "league": " Iraq League", "homeTeam": "Al Talaba", "awayTeam": "Al Sinaah", "awayTrends": "Al Sinaah scored 0.83 per match in the last 6 home matches. Al Sinaah conceded 1.17 per match by home team in the last 6 home matches", "homeTrends": "Al Talaba scored 1.50 per match in the last 6 home matches. Al Talaba conceded 1.83 per match in the last 6 home matches", "homeLastMatches": "Al Talaba Last 6 matches", "homeGoalPerMatch": "Goals scored per match 1.33", "homeConcededPerMatch": "Goals conceded per match 1.50", "homePreviousMatchOvers": "Over 2.5 goals matches 5/6", "awayLastMatches": "Al Sinaah Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.50", "awayConcededPerMatch": "Goals conceded per match 1.17", "awayPreviousMatchOvers": "Over 2.5 goals matches 3/6", "prediction": "Under 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "01:10", "league": " Argentina Nacional B", "homeTeam": "All Boys", "awayTeam": "CA San Telmo", "awayTrends": "CA San Telmo scored 1.33 per match in the last 6 home matches. CA San Telmo conceded 1.83 per match by home team in the last 6 home matches", "homeTrends": "All Boys scored 0.83 per match in the last 6 home matches. All Boys conceded 1.17 per match in the last 6 home matches", "homeLastMatches": "All Boys Last 6 matches", "homeGoalPerMatch": "Goals scored per match 0.83", "homeConcededPerMatch": "Goals conceded per match 1.00", "homePreviousMatchOvers": "Over 2.5 goals matches 2/6", "awayLastMatches": "CA San Telmo Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.50", "awayConcededPerMatch": "Goals conceded per match 1.17", "awayPreviousMatchOvers": "Over 2.5 goals matches 3/6", "prediction": "Under 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "19:45", "league": " UK Friendlies", "homeTeam": "Annan Athletic", "awayTeam": "Morton", "awayTrends": "Morton scored 1.83 per match in the last 6 home matches. Morton conceded 1.67 per match by home team in the last 6 home matches", "homeTrends": "Annan Athletic scored 2.67 per match in the last 6 home matches. Annan Athletic conceded 0.33 per match in the last 6 home matches", "homeLastMatches": "Annan Athletic Last 6 matches", "homeGoalPerMatch": "Goals scored per match 2.00", "homeConcededPerMatch": "Goals conceded per match 0.67", "homePreviousMatchOvers": "Over 2.5 goals matches 4/6", "awayLastMatches": "Morton Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.83", "awayConcededPerMatch": "Goals conceded per match 1.00", "awayPreviousMatchOvers": "Over 2.5 goals matches 3/6", "prediction": "Over 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "19:45", "league": " UK Friendlies", "homeTeam": "Bamber Bridge", "awayTeam": "Curzon Ashton", "awayTrends": "Curzon Ashton scored 1.33 per match in the last 6 home matches. Curzon Ashton conceded 1.00 per match by home team in the last 6 home matches", "homeTrends": "Bamber Bridge scored 1.50 per match in the last 6 home matches. Bamber Bridge conceded 1.00 per match in the last 6 home matches", "homeLastMatches": "Bamber Bridge Last 6 matches", "homeGoalPerMatch": "Goals scored per match 1.00", "homeConcededPerMatch": "Goals conceded per match 1.83", "homePreviousMatchOvers": "Over 2.5 goals matches 3/6", "awayLastMatches": "Curzon Ashton Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.17", "awayConcededPerMatch": "Goals conceded per match 1.33", "awayPreviousMatchOvers": "Over 2.5 goals matches 2/6", "prediction": "Under 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "17:00", "league": " Algeria Division 1", "homeTeam": "USM Alger", "awayTeam": "NC Magra", "awayTrends": "NC Magra scored 0.83 per match in the last 6 home matches. NC Magra conceded 1.83 per match by home team in the last 6 home matches", "homeTrends": "USM Alger scored 1.17 per match in the last 6 home matches. USM Alger conceded 0.17 per match in the last 6 home matches", "homeLastMatches": "USM Alger Last 6 matches", "homeGoalPerMatch": "Goals scored per match 1.00", "homeConcededPerMatch": "Goals conceded per match 0.67", "homePreviousMatchOvers": "Over 2.5 goals matches 2/6", "awayLastMatches": "NC Magra Last 6 matches", "awayGoalPerMatch": "Goals scored per match 0.67", "awayConcededPerMatch": "Goals conceded per match 0.83", "awayPreviousMatchOvers": "Over 2.5 goals matches 1/6", "prediction": "Under 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "17:00", "league": " Algeria Division 1", "homeTeam": "USM Khenchela", "awayTeam": "RC Arba", "awayTrends": "RC Arba scored 0.17 per match in the last 6 home matches. RC Arba conceded 1.67 per match by home team in the last 6 home matches", "homeTrends": "USM Khenchela scored 0.83 per match in the last 6 home matches. USM Khenchela conceded 0.17 per match in the last 6 home matches", "homeLastMatches": "USM Khenchela Last 6 matches", "homeGoalPerMatch": "Goals scored per match 0.33", "homeConcededPerMatch": "Goals conceded per match 0.67", "homePreviousMatchOvers": "Over 2.5 goals matches 1/6", "awayLastMatches": "RC Arba Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.17", "awayConcededPerMatch": "Goals conceded per match 1.17", "awayPreviousMatchOvers": "Over 2.5 goals matches 2/6", "prediction": "Under 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "19:00", "league": " Iceland U19 League", "homeTeam": "Vikingur Reykjavik..", "awayTeam": "Fjolnir/Vaengir U19", "awayTrends": "Fjolnir/Vaengir U19 scored 3.33 per match in the last 6 home matches. Fjolnir/Vaengir U19 conceded 3.33 per match by home team in the last 6 home matches", "homeTrends": "Vikingur Reykjavik.. scored 3.00 per match in the last 6 home matches. Vikingur Reykjavik.. conceded 1.33 per match in the last 6 home matches", "homeLastMatches": "Vikingur Reykjavik.. Last 6 matches", "homeGoalPerMatch": "Goals scored per match 3.17", "homeConcededPerMatch": "Goals conceded per match 1.50", "homePreviousMatchOvers": "Over 2.5 goals matches 6/6", "awayLastMatches": "Fjolnir/Vaengir U19 Last 6 matches", "awayGoalPerMatch": "Goals scored per match 2.50", "awayConcededPerMatch": "Goals conceded per match 3.00", "awayPreviousMatchOvers": "Over 2.5 goals matches 6/6", "prediction": "Over 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "19:00", "league": " Europe Friendlies", "homeTeam": "Waterford United", "awayTeam": "Fleetwood Town", "awayTrends": "Fleetwood Town scored 1.33 per match in the last 6 home matches. Fleetwood Town conceded 1.33 per match by home team in the last 6 home matches", "homeTrends": "Waterford United scored 3.33 per match in the last 6 home matches. Waterford United conceded 0.83 per match in the last 6 home matches", "homeLastMatches": "Waterford United Last 6 matches", "homeGoalPerMatch": "Goals scored per match 3.33", "homeConcededPerMatch": "Goals conceded per match 0.33", "homePreviousMatchOvers": "Over 2.5 goals matches 4/6", "awayLastMatches": "Fleetwood Town Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.50", "awayConcededPerMatch": "Goals conceded per match 1.33", "awayPreviousMatchOvers": "Over 2.5 goals matches 3/6", "prediction": "Over 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "17:00", "league": " Europe Friendlies", "homeTeam": "Wolfsberger AC", "awayTeam": "Leoben DSV", "awayTrends": "Leoben DSV scored 1.67 per match in the last 6 home matches. Leoben DSV conceded 1.67 per match by home team in the last 6 home matches", "homeTrends": "Wolfsberger AC scored 1.33 per match in the last 6 home matches. Wolfsberger AC conceded 0.83 per match in the last 6 home matches", "homeLastMatches": "Wolfsberger AC Last 6 matches", "homeGoalPerMatch": "Goals scored per match 1.50", "homeConcededPerMatch": "Goals conceded per match 0.67", "homePreviousMatchOvers": "Over 2.5 goals matches 2/6", "awayLastMatches": "Leoben DSV Last 6 matches", "awayGoalPerMatch": "Goals scored per match 2.17", "awayConcededPerMatch": "Goals conceded per match 1.17", "awayPreviousMatchOvers": "Over 2.5 goals matches 4/6", "prediction": "Over 2.5 goals"}, {"eventDate": "04-07-2023", "eventTime": "18:15", "league": " Europe Friendlies", "homeTeam": "YF Juventus", "awayTeam": "SV Hongg", "awayTrends": "SV Hongg scored 1.33 per match in the last 6 home matches. SV Hongg conceded 1.67 per match by home team in the last 6 home matches", "homeTrends": "YF Juventus scored 0.83 per match in the last 6 home matches. YF Juventus conceded 2.17 per match in the last 6 home matches", "homeLastMatches": "YF Juventus Last 6 matches", "homeGoalPerMatch": "Goals scored per match 0.50", "homeConcededPerMatch": "Goals conceded per match 2.17", "homePreviousMatchOvers": "Over 2.5 goals matches 3/6", "awayLastMatches": "SV Hongg Last 6 matches", "awayGoalPerMatch": "Goals scored per match 1.83", "awayConcededPerMatch": "Goals conceded per match 1.33", "awayPreviousMatchOvers": "Over 2.5 goals matches 4/6", "prediction": "Over 2.5 goals"}]] | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"eventDate": {"type": "string"}, "eventTime": {"type": "string"}, "league": {"type": "string"}, "homeTeam": {"type": "string"}, "awayTeam": {"type": "string"}, "awayTrends": {"type": "string"}, "homeTrends": {"type": "string"}, "homeLastMatches": {"type": "string"}, "homeGoalPerMatch": {"type": "string"}, "homeConcededPerMatch": {"type": "string"}, "homePreviousMatchOvers": {"type": "string"}, "awayLastMatches": {"type": "string"}, "awayGoalPerMatch": {"type": "string"}, "awayConcededPerMatch": {"type": "string"}, "awayPreviousMatchOvers": {"type": "string"}, "prediction": {"type": "string"}}}}} |
88aef697-c0df-41c6-a8a6-e4006585788e/68e441ca-2d00-49c9-a16a-943eec66e8df/0/0 | Baseball - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the MLB. | 6.4 | Season Schedule | Returns season schedule for the specified season. If omitted, returns the schedule for current season. | 200 | New Example | {"data": {"MLB": [{"away_team": "Seattle Mariners", "home_team": "Oakland Athletics", "away_team_ID": 27, "home_team_ID": 24, "game_ID": "20190320-27-24", "game_time": "Wed, 20 Mar 2019 22:00:00 GMT", "season_type": "Regular Season", "season": "2019", "event_name": null, "round": null, "away_pitcher": {"player": "Yusei Kikuchi", "player_id": 2559}, "home_pitcher": {"player": "Marco Estrada", "player_id": 122}, "status": "completed", "city": "Oakland", "state": "California", "country": "United States", "postal_code": "94621-1945", "dome": 0, "field": "grass", "latitude": 37.751667, "longitude": -122.200556, "arena": "O.co Coliseum"}, {"away_team": "Seattle Mariners", "home_team": "Oakland Athletics", "away_team_ID": 27, "home_team_ID": 24, "game_ID": "20190321-27-24", "game_time": "Thu, 21 Mar 2019 09:35:00 GMT", "season_type": "Regular Season", "season": "2019", "event_name": null, "round": null, "away_pitcher": {"player": "TBD", "player_id": null}, "home_pitcher": {"player": "TBD", "player_id": null}, "status": "completed", "city": "Oakland", "state": "California", "country": "United States", "postal_code": "94621-1945", "dome": 0, "field": "grass", "latitude": 37.751667, "longitude": -122.200556, "arena": "O.co Coliseum"}, {"away_team": "Seattle Mariners", "home_team": "Oakland Athletics", "away_team_ID": 27, "home_team_ID": 24, "game_ID": "20190221-27-24", "game_time": "Thu, 21 Feb 2019 20:05:00 GMT", "season_type": "Preseason", "season": "2019", "event_name": null, "round": null, "away_pitcher": {"player_id": 239, "player": "Marco Gonzales"}, "home_pitcher": {"player_id": 1556, "player": "Paul Blackburn"}, "status": "postponed", "city": "Oakland", "state": "California", "country": "United States", "postal_code": "94621-1945", "dome": 0, "field": "grass", "latitude": 37.751667, "longitude": -122.200556, "arena": "O.co Coliseum"}, {"away_team": "Oakland Athletics", "home_team": "Seattle Mariners", "away_team_ID": 24, "home_team_ID": 27, "game_ID": "20190222-24-27", "game_time": "Fri, 22 Feb 2019 20:10:00 GMT", "season_type": "Preseason", "season": "2019", "event_name": null, "round": null, "away_pitcher": {"player_id": 90, "player": "Daniel Mengden"}, "home_pitcher": {"player_id": 237, "player": "Mike Leake"}, "status": "completed", "city": "Seattle", "state": "Washington", "country": "United States", "postal_code": "98134-1402", "dome": 1, "field": "grass", "latitude": 47.591, "longitude": -122.333, "arena": "Safeco Field"}]}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"MLB": {"type": "array", "items": {"type": "object", "properties": {"away_team": {"type": "string"}, "home_team": {"type": "string"}, "away_team_ID": {"type": "integer"}, "home_team_ID": {"type": "integer"}, "game_ID": {"type": "string"}, "game_time": {"type": "string"}, "season_type": {"type": "string"}, "season": {"type": "string"}, "event_name": {"type": "null"}, "round": {"type": "null"}, "away_pitcher": {"type": "object"}, "home_pitcher": {"type": "object"}, "status": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "postal_code": {"type": "string"}, "dome": {"type": "integer"}, "field": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "arena": {"type": "string"}}}}}}}} |
88aef697-c0df-41c6-a8a6-e4006585788e/062374a3-b6b5-4f7f-9d6a-918f73a0625c/0/0 | Baseball - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the MLB. | 6.4 | Team Depth Charts | Returns player depth charts for a team | 200 | New Example | {"MLB": {"Baltimore Orioles": {"C": {"1": {"id": 1763, "player": "Chance Sisco"}, "2": {"id": 611, "player": "Pedro Severino"}, "3": {"id": 2242, "player": "Austin Wynns"}}, "R": {"1": {"id": 639, "player": "Mychal Givens"}, "2": {"id": 1149, "player": "Richard Bleier"}, "3": {"id": 432, "player": "Shawn Armstrong"}, "4": {"id": 1563, "player": "Paul Fry"}, "5": {"id": 949, "player": "Miguel Castro"}, "6": {"id": 2235, "player": "Tanner Scott"}, "7": {"id": 2240, "player": "Hunter Harvey"}, "8": {"id": 2425, "player": "Josh Rogers"}, "9": {"id": 2459, "player": "Dillon Tate"}, "10": {"id": 3037, "player": "Ryan Eades"}, "11": {"id": 2458, "player": "Branden Kline"}, "12": {"id": 2241, "player": "David Hess"}, "13": {"id": 2371, "player": "Evan Phillips"}, "14": {"id": 1770, "player": "Chandler Shepherd"}, "15": {"id": 2235, "player": "Tanner Scott"}}, "S": {"1": {"id": 633, "player": "Dylan Bundy"}, "2": {"id": 1283, "player": "Alex Cobb"}, "3": {"id": 2457, "player": "John Means"}, "4": {"id": 567, "player": "Gabriel Ynoa"}, "5": {"id": 531, "player": "Asher Wojciechowski"}, "6": {"id": 275, "player": "Aaron Brooks"}}, "1B": {"1": {"id": 654, "player": "Chris Davis"}}, "2B": {"1": {"id": 225, "player": "Jonathan Villar"}}, "3B": {"1": {"id": 814, "player": "Hanser Alberto"}, "2": {"id": 1478, "player": "Rio Ruiz"}}, "CF": {"1": {"id": 2368, "player": "Steve Wilkerson"}}, "DH": {"1": {"id": 105, "player": "Renato Nunez"}, "2": {"id": 664, "player": "Mark Trumbo"}}, "LF": {"1": {"id": 1493, "player": "Anthony Santander"}, "2": {"id": 1825, "player": "Dwight Smith Jr."}, "3": {"id": 1188, "player": "Mason Williams"}}, "RF": {"1": {"id": 1479, "player": "Trey Mancini"}, "2": {"id": 2454, "player": "DJ Stewart"}}, "SS": {"1": {"id": 1694, "player": "Richie Martin"}}, "team_id": 1}, "New York Yankees": {"C": {"1": {"id": 1159, "player": "Gary Sanchez"}, "2": {"id": 1165, "player": "Austin Romine"}, "3": {"id": 1503, "player": "Kyle Higashioka"}}, "R": {"1": {"id": 1144, "player": "Aroldis Chapman"}, "2": {"id": 1146, "player": "Dellin Betances"}, "3": {"id": 631, "player": "Zach Britton"}, "4": {"id": 394, "player": "Cory Gearrin"}, "5": {"id": 1263, "player": "Adam Ottavino"}, "6": {"id": 1150, "player": "Chad Green"}, "7": {"id": 1114, "player": "Tommy Kahnle"}, "8": {"id": 640, "player": "David Hale"}, "9": {"id": 1142, "player": "Luis Cessa"}, "10": {"id": 2239, "player": "Nestor Cortes Jr."}, "11": {"id": 394, "player": "Cory Gearrin"}, "12": {"id": 310, "player": "Jake Barrett"}, "13": {"id": 1449, "player": "Jonathan Holder"}, "14": {"id": 1416, "player": "Ben Heller"}, "15": {"id": 2437, "player": "Stephen Tarpley"}, "16": {"id": 1781, "player": "Chance Adams"}, "17": {"id": 241, "player": "Tyler Lyons"}, "18": {"id": 2298, "player": "Jonathan Loaisiga"}, "19": {"id": 1657, "player": "Jordan Montgomery"}, "20": {"id": 3936, "player": "Michael King"}}, "S": {"1": {"id": 1160, "player": "Luis Severino"}, "2": {"id": 484, "player": "James Paxton"}, "3": {"id": 1163, "player": "Masahiro Tanaka"}, "4": {"id": 127, "player": "J.A. Happ"}, "5": {"id": 1499, "player": "Domingo German"}, "6": {"id": 1169, "player": "C.C. Sabathia"}}, "1B": {"1": {"id": 2192, "player": "Luke Voit"}, "2": {"id": 1186, "player": "Greg Bird"}}, "2B": {"1": {"id": 1795, "player": "Gleyber Torres"}, "2": {"id": 1796, "player": "Tyler Wade"}}, "3B": {"1": {"id": 3399, "player": "Gio Urshela"}, "2": {"id": 982, "player": "D.J. LeMahieu"}, "3": {"id": 1504, "player": "Miguel Andujar"}}, "CF": {"1": {"id": 1172, "player": "Aaron Hicks"}, "2": {"id": 1058, "player": "Cameron Maybin"}, "3": {"id": 1175, "player": "Jacoby Ellsbury"}, "4": {"id": 2154, "player": "Mike Tauchman"}}, "DH": {"1": {"id": 144, "player": "Edwin Encarnacion"}}, "LF": {"1": {"id": 546, "player": "Giancarlo Stanton"}, "2": {"id": 1176, "player": "Brett Gardner"}, "3": {"id": 2154, "player": "Mike Tauchman"}}, "RF": {"1": {"id": 1422, "player": "Aaron Judge"}, "2": {"id": 1798, "player": "Clint Frazier"}}, "SS": {"1": {"id": 1173, "player": "Didi Gregorius"}, "2": {"id": 2299, "player": "Thairo Estrada"}}, "team_id": 2}}} | {"type": "object", "properties": {"MLB": {"type": "object", "properties": {"Baltimore Orioles": {"type": "object", "properties": {"C": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "3": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "R": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "3": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "4": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "5": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "6": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "7": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "8": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "9": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "10": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "11": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "12": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "13": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "14": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "15": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "S": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "3": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "4": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "5": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "6": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "1B": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "2B": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "3B": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "CF": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "DH": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "LF": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "3": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "RF": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "SS": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "team_id": {"type": "integer"}}}, "New York Yankees": {"type": "object", "properties": {"C": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "3": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "R": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "3": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "4": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "5": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "6": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "7": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "8": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "9": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "10": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "11": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "12": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "13": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "14": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "15": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "16": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "17": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "18": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "19": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "20": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "S": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "3": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "4": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "5": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "6": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "1B": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "2B": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "3B": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "3": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "CF": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "3": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "4": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "DH": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "LF": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "3": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "RF": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "SS": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}}}, "team_id": {"type": "integer"}}}}}}} |
88aef697-c0df-41c6-a8a6-e4006585788e/ca59c3cf-3d34-4a9f-a1d9-3ff6853d5a1e/0/0 | Baseball - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the MLB. | 6.4 | Player Injuries | Returns a record of each player's injury on a team | 200 | New Example | {"data": {"MLB": [{"team": "Baltimore Orioles", "team_id": 1, "injuries": [{"injury": "Unrevealed", "player": "Anthony Santander", "status": "Out", "returns": "Day To Day", "player_id": "1493", "date_injured": "2019-9-27"}, {"injury": "Knee", "player": "Mason Williams", "status": "Out", "returns": "Out Indefinitely", "player_id": "1188", "date_injured": "2019-9-17"}, {"injury": "Biceps", "player": "Hunter Harvey", "status": "Out", "returns": "2020", "player_id": "2240", "date_injured": "2019-9-11"}, {"injury": "Elbow", "player": "Josh Rogers", "status": "60-Day IL", "returns": "Out Indefinitely", "player_id": "2425", "date_injured": "2019-7-1"}, {"injury": "Hip", "player": "Alex Cobb", "status": "60-Day IL", "returns": "2020", "player_id": "1283", "date_injured": "2019-5-22"}]}, {"team": "New York Yankees", "team_id": 2, "injuries": [{"injury": "Elbow", "player": "Aaron Hicks", "status": "60-Day IL", "returns": "Out Indefinitely", "player_id": "1172", "date_injured": "2019-9-28"}, {"injury": "Lower body", "player": "James Paxton", "status": "Out", "returns": "", "player_id": "484", "date_injured": "2019-9-27"}, {"injury": "", "player": "Domingo German", "status": "Suspended", "returns": "2020", "player_id": "1499", "date_injured": "2019-9-19"}, {"injury": "Achilles", "player": "Dellin Betances", "status": "60-Day IL", "returns": "2020", "player_id": "1146", "date_injured": "2019-9-18"}, {"injury": "Shoulder", "player": "Jonathan Holder", "status": "60-Day IL", "returns": "Out Indefinitely", "player_id": "1449", "date_injured": "2019-9-15"}, {"injury": "Oblique", "player": "Edwin Encarnacion", "status": "Out", "returns": "Late September", "player_id": "144", "date_injured": "2019-9-12"}, {"injury": "Calf", "player": "Mike Tauchman", "status": "10-Day IL", "returns": "2020", "player_id": "2154", "date_injured": "2019-9-10"}, {"injury": "Elbow", "player": "Jake Barrett", "status": "60-Day IL", "returns": "Out Indefinitely", "player_id": "310", "date_injured": "2019-6-15"}, {"injury": "Shoulder", "player": "Miguel Andujar", "status": "60-Day IL", "returns": "2020", "player_id": "1504", "date_injured": "2019-5-21"}, {"injury": "Foot", "player": "Greg Bird", "status": "60-Day IL", "returns": "Out Indefinitely", "player_id": "1186", "date_injured": "2019-5-12"}, {"injury": "Hip", "player": "Jacoby Ellsbury", "status": "60-Day IL", "returns": "Out Indefinitely", "player_id": "1175", "date_injured": "2019-4-16"}]}, {"team": "New York Mets", "team_id": 3, "injuries": [{"injury": "Wrist", "player": "Jeff McNeil", "status": "60-Day IL", "returns": "2020", "player_id": "2394", "date_injured": "2019-9-26"}, {"injury": "Shoulder", "player": "Robert Gsellman", "status": "10-Day IL", "returns": "Late September", "player_id": "555", "date_injured": "2019-8-17"}, {"injury": "Elbow", "player": "Jacob Rhame", "status": "60-Day IL", "returns": "2020", "player_id": "1641", "date_injured": "2019-8-14"}, {"injury": "Elbow", "player": "Drew Smith", "status": "60-Day IL", "returns": "2020", "player_id": "2370", "date_injured": "2019-5-3"}, {"injury": "Heel", "player": "Yoenis Cespedes", "status": "10-Day IL", "returns": "2020", "player_id": "582", "date_injured": "2019-3-28"}]}]}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"MLB": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "string"}, "team_id": {"type": "integer"}, "injuries": {"type": "array", "items": {"type": "object", "properties": {"injury": {"type": "string"}, "player": {"type": "string"}, "status": {"type": "string"}, "returns": {"type": "string"}, "player_id": {"type": "string"}, "date_injured": {"type": "string"}}}}}}}}}}} |
88aef697-c0df-41c6-a8a6-e4006585788e/da436aea-0743-43ba-8607-e8f1a361ae33/0/0 | Baseball - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the MLB. | 6.4 | Player Season Statistics | Returns Player Season Statistics | 200 | New Example | {"data": {"MLB": [{"player_id": 3, "player": "Victor Alcantara", "position": "P", "position_category": "R", "team": "Detroit Tigers", "team_id": 8, "regular_season": {"E": 1, "batting": {"H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 0, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "RBI": 0, "Outs": 0}, "pitching": {"H": 51, "K": 36, "L": 2, "R": 37, "S": 0, "W": 3, "1B": 27, "2B": 10, "3B": 0, "BB": 21, "BK": 0, "BS": 3, "CS": 2, "ER": 35, "HR": 14, "IP": "41.0", "PO": 0, "SB": 3, "WP": 3, "HBP": 2, "HLD": 16, "IBB": 0, "ERA": "7.68"}, "games_played": 45}, "postseason": null}, {"player_id": 5, "player": "Jhoulys Chacin", "position": "P", "position_category": "S", "team": "Boston Red Sox", "team_id": 30, "regular_season": {"E": 0, "batting": {"H": 3, "R": 2, "2B": 0, "3B": 0, "AB": 24, "BB": 1, "CS": 0, "HR": 1, "SB": 0, "SO": 10, "HBP": 0, "IBB": 0, "RBI": 1}, "pitching": {"H": 115, "K": 101, "L": 12, "R": 73, "S": 0, "W": 3, "1B": 5, "2B": 5, "3B": 0, "BB": 46, "BK": 0, "BS": 0, "CS": 0, "ER": 69, "HR": 25, "IP": "101.0", "PO": 0, "SB": 1, "WP": 3, "HBP": 5, "HLD": 0, "IBB": 1, "ERA": "6.15"}, "games_played": 25}, "postseason": null}, {"player_id": 9, "player": "Mike Morin", "position": "P", "position_category": "R", "team": "Philadelphia Phillies", "team_id": 6, "regular_season": {"E": 1, "batting": {"H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 0, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "RBI": 0, "Outs": 0}, "pitching": {"H": 46, "K": 38, "L": 3, "R": 29, "S": 1, "W": 1, "1B": 18, "2B": 3, "3B": 0, "BB": 10, "BK": 0, "BS": 1, "CS": 2, "ER": 26, "HR": 6, "IP": "52.0", "PO": 1, "SB": 0, "WP": 2, "HBP": 4, "HLD": 7, "IBB": 0, "ERA": "4.50"}, "games_played": 52}, "postseason": null}, {"player_id": 11, "player": "Fernando Salas", "position": "P", "position_category": "R", "team": "Philadelphia Phillies", "team_id": 6, "regular_season": {"E": 0, "batting": {"H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 0, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "RBI": 0, "Outs": 0}, "pitching": {"H": 8, "K": 3, "L": 0, "R": 2, "S": 0, "W": 0, "1B": 6, "2B": 1, "3B": 0, "BB": 0, "BK": 0, "BS": 0, "CS": 0, "ER": 2, "HR": 1, "IP": "2.2", "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 0, "ERA": "6.75"}, "games_played": 3}, "postseason": null}, {"player_id": 12, "player": "Nick Tropeano", "position": "P", "position_category": "R", "team": "Los Angeles Angels", "team_id": 21, "regular_season": {"pitching": {"H": 18, "K": 10, "L": 1, "R": 15, "S": 0, "W": 0, "1B": 10, "2B": 2, "3B": 0, "BB": 6, "BK": 0, "BS": 0, "CS": 0, "ER": 15, "HR": 6, "IP": "13.2", "PO": 1, "SB": 4, "WP": 0, "HBP": 2, "HLD": 0, "IBB": 0, "ERA": "9.88"}, "games_played": 3}, "postseason": null}, {"player_id": 19, "player": "Kaleb Cowart", "position": "3B", "position_category": "IF", "team": "Los Angeles Angels", "team_id": 21, "regular_season": {"batting": {"H": 4, "R": 1, "1B": 1, "2B": 3, "3B": 0, "AB": 25, "BB": 1, "CS": 0, "HR": 0, "PO": 0, "SB": 1, "SO": 7, "HBP": 0, "IBB": 0, "RBI": 1, "Outs": 20}, "games_played": 9}, "postseason": null}]}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"MLB": {"type": "array", "items": {"type": "object", "properties": {"player_id": {"type": "integer"}, "player": {"type": "string"}, "position": {"type": "string"}, "position_category": {"type": "string"}, "team": {"type": "string"}, "team_id": {"type": "integer"}, "regular_season": {"type": "object"}, "postseason": {"type": "null"}}}}}}}} |
88aef697-c0df-41c6-a8a6-e4006585788e/2894ca76-ce46-4607-9a30-5abfc232411a/2/0 | Baseball - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the MLB. | 6.4 | Team Season Statistics | Returns statistics for teams | 200 | New Example | {"data": {"MLB": [{"team_id": 1, "team": "Baltimore Orioles", "regular_season": {"H": 1346, "R": 713, "2B": 243, "3B": 25, "AB": 5458, "BB": 449, "CS": 29, "HR": 212, "SB": 81, "SO": 1396, "RBI": 685, "games_played": 162}, "postseason": null}, {"team_id": 2, "team": "New York Yankees", "regular_season": {"H": 1499, "R": 944, "2B": 291, "3B": 17, "AB": 5590, "BB": 565, "CS": 22, "HR": 307, "SB": 55, "SO": 1442, "RBI": 906, "games_played": 162}, "postseason": null}, {"team_id": 3, "team": "New York Mets", "regular_season": {"H": 1445, "R": 791, "2B": 280, "3B": 17, "AB": 5624, "BB": 516, "CS": 27, "HR": 242, "SB": 56, "SO": 1384, "RBI": 767, "games_played": 162}, "postseason": null}]}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"MLB": {"type": "array", "items": {"type": "object", "properties": {"team_id": {"type": "integer"}, "team": {"type": "string"}, "regular_season": {"type": "object", "properties": {"H": {"type": "integer"}, "R": {"type": "integer"}, "2B": {"type": "integer"}, "3B": {"type": "integer"}, "AB": {"type": "integer"}, "BB": {"type": "integer"}, "CS": {"type": "integer"}, "HR": {"type": "integer"}, "SB": {"type": "integer"}, "SO": {"type": "integer"}, "RBI": {"type": "integer"}, "games_played": {"type": "integer"}}}, "postseason": {"type": "null"}}}}}}}} |
88aef697-c0df-41c6-a8a6-e4006585788e/42bfe6f2-24c5-4489-bf25-4b829820916b/0/0 | Baseball - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the MLB. | 6.4 | Live Game Data | This endpoint provides real-time game box scores. | 200 | New Example | {"data": {"MLB": [{"round": null, "sport": "MLB", "season": 2019, "status": "completed", "game_ID": "20190507-11-10", "full_box": {"away_team": {"abbrv": "CWS", "score": 2, "mascot": "White Sox", "record": "15-18", "team_id": 11, "team_stats": {"E": 0, "H": 8, "R": 2, "2B": 3, "3B": 0, "AB": 33, "BB": 3, "CS": 0, "HR": 0, "SB": 1, "SO": 10, "RBI": 2}, "division_name": "American League - Central", "quarter_scores": {"1": 0, "2": 0, "3": 1, "4": 0, "5": 0, "6": 1, "7": 0, "8": 0, "9": 0}}, "home_team": {"abbrv": "CLE", "score": 0, "mascot": "Indians", "record": "17-16", "team_id": 10, "team_stats": {"E": 0, "H": 5, "R": 0, "2B": 2, "3B": 0, "AB": 30, "BB": 4, "CS": 1, "HR": 0, "SB": 0, "SO": 11, "RBI": 0}, "division_name": "American League - Central", "quarter_scores": {"1": 0, "2": 0, "3": 0, "4": 0, "5": 0, "6": 0, "7": 0, "8": 0, "9": 0}}, "current_box": {"outs": null, "balls": null, "inning": null, "strikes": null, "inning_half": null}}, "game_time": "Tue, 07 May 2019 22:10:00 GMT", "event_name": null, "player_box": {"away_team": {"batting": {"101": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 3, "BB": 1, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "DH", "RBI": 0, "Outs": 2, "player": "Yonder Alonso", "status": "ACT", "BAT_ORD": "4", "position_category": "IF"}, "694": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 1, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "PH", "RBI": 0, "Outs": 1, "player": "Jose Rondon", "status": "ACT", "BAT_ORD": "2a", "position_category": "IF"}, "1045": {"E": 0, "H": 2, "R": 0, "1B": 2, "2B": 0, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 1, "HBP": 0, "IBB": 0, "POS": "C", "RBI": 1, "Outs": 2, "player": "James McCann", "status": "ACT", "BAT_ORD": "5", "position_category": "C"}, "1122": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 0, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "CF", "RBI": 0, "Outs": 0, "player": "Leury Garcia", "status": "ACT", "BAT_ORD": "2b", "position_category": "OF"}, "1127": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 3, "BB": 1, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 1, "HBP": 0, "IBB": 0, "POS": "SS", "RBI": 0, "Outs": 2, "player": "Tim Anderson", "status": "ACT", "BAT_ORD": "7", "position_category": "IF"}, "1136": {"E": 0, "H": 1, "R": 1, "1B": 0, "2B": 1, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 1, "HBP": 0, "IBB": 0, "POS": "1B", "RBI": 0, "Outs": 3, "player": "Jose Abreu", "status": "ACT", "BAT_ORD": "3", "position_category": "DH"}, "1459": {"E": 0, "H": 1, "R": 0, "1B": 1, "2B": 0, "3B": 0, "AB": 5, "BB": 0, "CS": 0, "HR": 0, "PO": 1, "SB": 0, "SO": 2, "HBP": 0, "IBB": 0, "POS": "3B", "RBI": 1, "Outs": 4, "player": "Yoan Moncada", "status": "ACT", "BAT_ORD": "1", "position_category": "IF"}, "1529": {"E": 0, "H": 1, "R": 1, "1B": 0, "2B": 1, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 0, "IBB": 0, "POS": "2B", "RBI": 0, "Outs": 3, "player": "Yolmer Sanchez", "status": "ACT", "BAT_ORD": "8", "position_category": "IF"}, "1531": {"E": 0, "H": 1, "R": 0, "1B": 1, "2B": 0, "3B": 0, "AB": 3, "BB": 1, "CS": 0, "HR": 0, "PO": 0, "SB": 1, "SO": 2, "HBP": 0, "IBB": 0, "POS": "CF-LF", "RBI": 0, "Outs": 1, "player": "Charles Tilson", "status": "ACT", "BAT_ORD": "6", "position_category": "OF"}, "1624": {"E": 0, "H": 2, "R": 0, "1B": 1, "2B": 1, "3B": 0, "AB": 3, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "RF", "RBI": 0, "Outs": 1, "player": "Ryan Cordell", "status": "ACT", "BAT_ORD": "9", "position_category": "OF"}, "1684": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 3, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 1, "HBP": 0, "IBB": 0, "POS": "LF", "RBI": 0, "Outs": 3, "player": "Nicky Delmonico", "status": "ACT", "BAT_ORD": "2", "position_category": "OF"}}, "pitching": {"833": {"H": 0, "K": 3, "L": 0, "R": 0, "S": 1, "W": 0, "1B": 0, "2B": 0, "3B": 0, "BB": 0, "BK": 0, "BS": 0, "CS": 0, "ER": 0, "HR": 0, "IP": 1.1, "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 0, "POS": "R", "player": "Alex Colome", "status": "ACT", "position_category": "R"}, "1294": {"H": 3, "K": 8, "L": 0, "R": 0, "S": 0, "W": 1, "1B": 2, "2B": 1, "3B": 0, "BB": 3, "BK": 0, "BS": 0, "CS": 1, "ER": 0, "HR": 0, "IP": 7.1, "PO": 0, "SB": 0, "WP": 1, "HBP": 0, "HLD": 0, "IBB": 0, "POS": "S", "player": "Lucas Giolito", "status": "ACT", "position_category": "S"}, "1830": {"H": 2, "K": 0, "L": 0, "R": 0, "S": 0, "W": 0, "1B": 1, "2B": 1, "3B": 0, "BB": 1, "BK": 0, "BS": 0, "CS": 0, "ER": 0, "HR": 0, "IP": 0.1, "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 1, "IBB": 0, "POS": "R", "player": "Jace Fry", "status": "ACT", "position_category": "R"}}}, "home_team": {"batting": {"456": {"E": 0, "H": 3, "R": 0, "1B": 3, "2B": 0, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 1, "HBP": 0, "IBB": 0, "POS": "SS", "RBI": 0, "Outs": 1, "player": "Francisco Lindor", "status": "ACT", "BAT_ORD": "1", "position_category": "IF"}, "457": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 0, "IBB": 0, "POS": "1B", "RBI": 0, "Outs": 4, "player": "Carlos Santana", "status": "ACT", "BAT_ORD": "4", "position_category": "IF"}, "462": {"E": 0, "H": 2, "R": 0, "1B": 0, "2B": 2, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 1, "HBP": 0, "IBB": 0, "POS": "DH", "RBI": 0, "Outs": 2, "player": "Jason Kipnis", "status": "ACT", "BAT_ORD": "2", "position_category": "IF"}, "468": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 2, "BB": 2, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "3B", "RBI": 0, "Outs": 0, "player": "Jose Ramirez", "status": "ACT", "BAT_ORD": "3", "position_category": "IF"}, "505": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 0, "IBB": 0, "POS": "CF", "RBI": 0, "Outs": 4, "player": "Leonys Martin", "status": "ACT", "BAT_ORD": "7", "position_category": "OF"}, "983": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 0, "IBB": 0, "POS": "RF", "RBI": 0, "Outs": 4, "player": "Carlos Gonzalez", "status": "ACT", "BAT_ORD": "5", "position_category": "OF"}, "1192": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 3, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 0, "IBB": 0, "POS": "C", "RBI": 0, "Outs": 3, "player": "Roberto Perez", "status": "ACT", "BAT_ORD": "8", "position_category": "C"}, "1376": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 2, "BB": 1, "CS": 1, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "2B", "RBI": 0, "Outs": 1, "player": "Mike Freeman", "status": "ACT", "BAT_ORD": "9", "position_category": "IF"}, "1811": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 3, "BB": 1, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 1, "HBP": 0, "IBB": 0, "POS": "LF", "RBI": 0, "Outs": 2, "player": "Jake Bauers", "status": "ACT", "BAT_ORD": "6", "position_category": "DH"}}, "pitching": {"312": {"H": 0, "K": 1, "L": 0, "R": 0, "S": 0, "W": 0, "1B": 0, "2B": 0, "3B": 0, "BB": 0, "BK": 0, "BS": 0, "CS": 0, "ER": 0, "HR": 0, "IP": 1, "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 0, "POS": "R", "player": "Tyler Clippard", "status": "ACT", "position_category": "R"}, "448": {"H": 0, "K": 0, "L": 0, "R": 0, "S": 0, "W": 0, "1B": 0, "2B": 0, "3B": 0, "BB": 0, "BK": 0, "BS": 0, "CS": 0, "ER": 0, "HR": 0, "IP": 0.2, "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 0, "POS": "R", "player": "Dan Otero", "status": "ACT", "position_category": "R"}, "599": {"H": 0, "K": 1, "L": 0, "R": 0, "S": 0, "W": 0, "1B": 0, "2B": 0, "3B": 0, "BB": 0, "BK": 0, "BS": 0, "CS": 0, "ER": 0, "HR": 0, "IP": 0.1, "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 0, "POS": "R", "player": "Oliver Perez", "status": "ACT", "position_category": "R"}, "2330": {"H": 7, "K": 6, "L": 1, "R": 2, "S": 0, "W": 0, "1B": 4, "2B": 3, "3B": 0, "BB": 3, "BK": 0, "BS": 0, "CS": 0, "ER": 2, "HR": 0, "IP": 6, "PO": 1, "SB": 1, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 0, "POS": "S", "player": "Jefry Rodriguez", "status": "ACT", "position_category": "S"}, "2334": {"H": 1, "K": 2, "L": 0, "R": 0, "S": 0, "W": 0, "1B": 1, "2B": 0, "3B": 0, "BB": 0, "BK": 0, "BS": 0, "CS": 0, "ER": 0, "HR": 0, "IP": 1, "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 0, "POS": "R", "player": "Adam Cimber", "status": "ACT", "position_category": "R"}}}}, "game_status": "Final", "season_type": "Regular Season", "game_location": "Cleveland, Ohio", "away_team_name": "Chicago White Sox", "home_team_name": "Cleveland Indians"}, {"round": null, "sport": "MLB", "season": 2019, "status": "completed", "game_ID": "20190507-12-13", "full_box": {"away_team": {"abbrv": "MIA", "score": 2, "mascot": "Marlins", "record": "10-25", "team_id": 12, "team_stats": {"E": 0, "H": 9, "R": 2, "2B": 2, "3B": 0, "AB": 37, "BB": 0, "CS": 0, "HR": 0, "SB": 0, "SO": 12, "RBI": 2}, "division_name": "National League - East", "quarter_scores": {"1": 0, "2": 0, "3": 2, "4": 0, "5": 0, "6": 0, "7": 0, "8": 0, "9": 0}}, "home_team": {"abbrv": "CHC", "score": 5, "mascot": "Cubs", "record": "19-13", "team_id": 13, "team_stats": {"E": 2, "H": 7, "R": 5, "2B": 1, "3B": 1, "AB": 30, "BB": 5, "CS": 0, "HR": 2, "SB": 0, "SO": 12, "RBI": 5}, "division_name": "National League - Central", "quarter_scores": {"1": 1, "2": 0, "3": 1, "4": 0, "5": 0, "6": 0, "7": 0, "8": 0, "9": 3}}, "current_box": {"outs": null, "balls": null, "inning": null, "strikes": null, "inning_half": null}}, "game_time": "Wed, 08 May 2019 00:05:00 GMT", "event_name": null, "player_box": {"away_team": {"batting": {"509": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 0, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "P", "RBI": 0, "Outs": 0, "player": "Austin Brice", "status": "ACT", "BAT_ORD": "2a", "position_category": "R"}, "511": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 0, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "P", "RBI": 0, "Outs": 0, "player": "Adam Conley", "status": "ACT", "BAT_ORD": "2b", "position_category": "R"}, "541": {"E": 0, "H": 2, "R": 1, "1B": 1, "2B": 1, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "1B", "RBI": 1, "Outs": 2, "player": "Martin Prado", "status": "ACT", "BAT_ORD": "2", "position_category": "IF"}, "542": {"E": 0, "H": 1, "R": 0, "1B": 1, "2B": 0, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 1, "HBP": 0, "IBB": 0, "POS": "SS", "RBI": 0, "Outs": 3, "player": "Miguel Rojas", "status": "ACT", "BAT_ORD": "6", "position_category": "IF"}, "578": {"E": 0, "H": 1, "R": 0, "1B": 1, "2B": 0, "3B": 0, "AB": 1, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "1B", "RBI": 0, "Outs": 0, "player": "Neil Walker", "status": "ACT", "BAT_ORD": "9a", "position_category": "IF"}, "584": {"E": 0, "H": 1, "R": 1, "1B": 0, "2B": 1, "3B": 0, "AB": 5, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 1, "HBP": 0, "IBB": 0, "POS": "LF", "RBI": 0, "Outs": 3, "player": "Curtis Granderson", "status": "ACT", "BAT_ORD": "1", "position_category": "OF"}, "728": {"E": 0, "H": 1, "R": 0, "1B": 1, "2B": 0, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 1, "HBP": 0, "IBB": 0, "POS": "C", "RBI": 1, "Outs": 3, "player": "Jorge Alfaro", "status": "ACT", "BAT_ORD": "4", "position_category": "C"}, "1178": {"E": 0, "H": 1, "R": 0, "1B": 1, "2B": 0, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "2B", "RBI": 0, "Outs": 3, "player": "Starlin Castro", "status": "ACT", "BAT_ORD": "5", "position_category": "IF"}, "1602": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 3, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 0, "IBB": 0, "POS": "P", "RBI": 0, "Outs": 3, "player": "Caleb Smith", "status": "ACT", "BAT_ORD": "9", "position_category": "S"}, "1823": {"E": 0, "H": 1, "R": 0, "1B": 1, "2B": 0, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 0, "IBB": 0, "POS": "3B", "RBI": 0, "Outs": 3, "player": "Jon Berti", "status": "ACT", "BAT_ORD": "7", "position_category": "IF"}, "1975": {"E": 0, "H": 1, "R": 0, "1B": 1, "2B": 0, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 0, "IBB": 0, "POS": "RF", "RBI": 0, "Outs": 3, "player": "Brian Anderson", "status": "ACT", "BAT_ORD": "3", "position_category": "IF"}, "1979": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 3, "HBP": 0, "IBB": 0, "POS": "CF", "RBI": 0, "Outs": 4, "player": "Isaac Galloway", "status": "ACT", "BAT_ORD": "8", "position_category": "OF"}}, "pitching": {"509": {"H": 1, "K": 1, "L": 0, "R": 0, "S": 0, "W": 0, "1B": 0, "2B": 1, "3B": 0, "BB": 1, "BK": 0, "BS": 0, "CS": 0, "ER": 0, "HR": 0, "IP": 1.1, "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 1, "POS": "R", "player": "Austin Brice", "status": "ACT", "position_category": "R"}, "511": {"H": 1, "K": 0, "L": 1, "R": 3, "S": 0, "W": 0, "1B": 0, "2B": 0, "3B": 0, "BB": 1, "BK": 0, "BS": 0, "CS": 0, "ER": 3, "HR": 1, "IP": 0.2, "PO": 0, "SB": 0, "WP": 0, "HBP": 1, "HLD": 0, "IBB": 0, "POS": "R", "player": "Adam Conley", "status": "ACT", "position_category": "R"}, "1602": {"H": 5, "K": 11, "L": 0, "R": 2, "S": 0, "W": 0, "1B": 3, "2B": 0, "3B": 1, "BB": 3, "BK": 0, "BS": 0, "CS": 0, "ER": 2, "HR": 1, "IP": 6.2, "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 0, "POS": "S", "player": "Caleb Smith", "status": "ACT", "position_category": "S"}}}, "home_team": {"batting": {"283": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 2, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "P", "RBI": 0, "Outs": 2, "player": "Jon Lester", "status": "ACT", "BAT_ORD": "9", "position_category": "S"}, "292": {"E": 0, "H": 1, "R": 0, "1B": 1, "2B": 0, "3B": 0, "AB": 3, "BB": 1, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 0, "IBB": 1, "POS": "C", "RBI": 0, "Outs": 1, "player": "Willson Contreras", "status": "ACT", "BAT_ORD": "5", "position_category": "C"}, "295": {"E": 0, "H": 2, "R": 2, "1B": 0, "2B": 0, "3B": 1, "AB": 5, "BB": 0, "CS": 0, "HR": 1, "PO": 0, "SB": 0, "SO": 1, "HBP": 0, "IBB": 0, "POS": "3B", "RBI": 3, "Outs": 3, "player": "Kris Bryant", "status": "ACT", "BAT_ORD": "2", "position_category": "IF"}, "296": {"E": 0, "H": 2, "R": 0, "1B": 1, "2B": 1, "3B": 0, "AB": 3, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 1, "HBP": 0, "IBB": 0, "POS": "SS", "RBI": 1, "Outs": 1, "player": "Javier Baez", "status": "ACT", "BAT_ORD": "4", "position_category": "IF"}, "300": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 3, "BB": 1, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 0, "IBB": 0, "POS": "1B", "RBI": 0, "Outs": 2, "player": "Anthony Rizzo", "status": "ACT", "BAT_ORD": "3", "position_category": "IF"}, "305": {"E": 0, "H": 2, "R": 2, "1B": 1, "2B": 0, "3B": 0, "AB": 5, "BB": 0, "CS": 0, "HR": 1, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "CF", "RBI": 1, "Outs": 3, "player": "Albert Almora Jr.", "status": "ACT", "BAT_ORD": "1", "position_category": "OF"}, "306": {"E": 1, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 3, "BB": 1, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 0, "IBB": 0, "POS": "RF", "RBI": 0, "Outs": 2, "player": "Jason Heyward", "status": "ACT", "BAT_ORD": "7", "position_category": "OF"}, "472": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 0, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "P", "RBI": 0, "Outs": 0, "player": "Steve Cishek", "status": "ACT", "BAT_ORD": "9d", "position_category": "R"}, "629": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 0, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "P", "RBI": 0, "Outs": 0, "player": "Brad Brach", "status": "ACT", "BAT_ORD": "9c", "position_category": "R"}, "972": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 0, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "PH", "RBI": 0, "Outs": 0, "player": "Daniel Descalso", "status": "ACT", "BAT_ORD": "9e", "position_category": "IF"}, "1069": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 0, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "P", "RBI": 0, "Outs": 0, "player": "Brandon Kintzler", "status": "ACT", "BAT_ORD": "9a", "position_category": "R"}, "1281": {"E": 1, "H": 0, "R": 1, "1B": 0, "2B": 0, "3B": 0, "AB": 2, "BB": 1, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 1, "IBB": 0, "POS": "LF", "RBI": 0, "Outs": 1, "player": "Kyle Schwarber", "status": "ACT", "BAT_ORD": "8", "position_category": "OF"}, "2031": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 0, "BB": 1, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 0, "HBP": 0, "IBB": 0, "POS": "PH", "RBI": 0, "Outs": -1, "player": "Mark Zagunis", "status": "ACT", "BAT_ORD": "9b", "position_category": "OF"}, "2248": {"E": 0, "H": 0, "R": 0, "1B": 0, "2B": 0, "3B": 0, "AB": 4, "BB": 0, "CS": 0, "HR": 0, "PO": 0, "SB": 0, "SO": 2, "HBP": 0, "IBB": 0, "POS": "2B", "RBI": 0, "Outs": 4, "player": "David Bote", "status": "ACT", "BAT_ORD": "6", "position_category": "IF"}}, "pitching": {"283": {"H": 8, "K": 6, "L": 0, "R": 2, "S": 0, "W": 0, "1B": 6, "2B": 2, "3B": 0, "BB": 0, "BK": 0, "BS": 0, "CS": 0, "ER": 0, "HR": 0, "IP": 6, "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 0, "POS": "S", "player": "Jon Lester", "status": "ACT", "position_category": "S"}, "472": {"H": 1, "K": 2, "L": 0, "R": 0, "S": 0, "W": 1, "1B": 1, "2B": 0, "3B": 0, "BB": 0, "BK": 0, "BS": 0, "CS": 0, "ER": 0, "HR": 0, "IP": 1, "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 0, "POS": "R", "player": "Steve Cishek", "status": "ACT", "position_category": "R"}, "629": {"H": 0, "K": 2, "L": 0, "R": 0, "S": 0, "W": 0, "1B": 0, "2B": 0, "3B": 0, "BB": 0, "BK": 0, "BS": 0, "CS": 0, "ER": 0, "HR": 0, "IP": 1, "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 0, "POS": "R", "player": "Brad Brach", "status": "ACT", "position_category": "R"}, "1069": {"H": 0, "K": 2, "L": 0, "R": 0, "S": 0, "W": 0, "1B": 0, "2B": 0, "3B": 0, "BB": 0, "BK": 0, "BS": 0, "CS": 0, "ER": 0, "HR": 0, "IP": 1, "PO": 0, "SB": 0, "WP": 0, "HBP": 0, "HLD": 0, "IBB": 0, "POS": "R", "player": "Brandon Kintzler", "status": "ACT", "position_category": "R"}}}}, "game_status": "Final", "season_type": "Regular Season", "game_location": "Chicago, Illinois", "away_team_name": "Miami Marlins", "home_team_name": "Chicago Cubs"}]}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"MLB": {"type": "array", "items": {"type": "object", "properties": {"round": {"type": "null"}, "sport": {"type": "string"}, "season": {"type": "integer"}, "status": {"type": "string"}, "game_ID": {"type": "string"}, "full_box": {"type": "object", "properties": {"away_team": {"type": "object", "properties": {"abbrv": {"type": "string"}, "score": {"type": "integer"}, "mascot": {"type": "string"}, "record": {"type": "string"}, "team_id": {"type": "integer"}, "team_stats": {"type": "object", "properties": {"E": {"type": "integer"}, "H": {"type": "integer"}, "R": {"type": "integer"}, "2B": {"type": "integer"}, "3B": {"type": "integer"}, "AB": {"type": "integer"}, "BB": {"type": "integer"}, "CS": {"type": "integer"}, "HR": {"type": "integer"}, "SB": {"type": "integer"}, "SO": {"type": "integer"}, "RBI": {"type": "integer"}}}, "division_name": {"type": "string"}, "quarter_scores": {"type": "object", "properties": {"1": {"type": "integer"}, "2": {"type": "integer"}, "3": {"type": "integer"}, "4": {"type": "integer"}, "5": {"type": "integer"}, "6": {"type": "integer"}, "7": {"type": "integer"}, "8": {"type": "integer"}, "9": {"type": "integer"}}}}}, "home_team": {"type": "object", "properties": {"abbrv": {"type": "string"}, "score": {"type": "integer"}, "mascot": {"type": "string"}, "record": {"type": "string"}, "team_id": {"type": "integer"}, "team_stats": {"type": "object", "properties": {"E": {"type": "integer"}, "H": {"type": "integer"}, "R": {"type": "integer"}, "2B": {"type": "integer"}, "3B": {"type": "integer"}, "AB": {"type": "integer"}, "BB": {"type": "integer"}, "CS": {"type": "integer"}, "HR": {"type": "integer"}, "SB": {"type": "integer"}, "SO": {"type": "integer"}, "RBI": {"type": "integer"}}}, "division_name": {"type": "string"}, "quarter_scores": {"type": "object", "properties": {"1": {"type": "integer"}, "2": {"type": "integer"}, "3": {"type": "integer"}, "4": {"type": "integer"}, "5": {"type": "integer"}, "6": {"type": "integer"}, "7": {"type": "integer"}, "8": {"type": "integer"}, "9": {"type": "integer"}}}}}, "current_box": {"type": "object", "properties": {"outs": {"type": "null"}, "balls": {"type": "null"}, "inning": {"type": "null"}, "strikes": {"type": "null"}, "inning_half": {"type": "null"}}}}}, "game_time": {"type": "string"}, "event_name": {"type": "null"}, "player_box": {"type": "object", "properties": {"away_team": {"type": "object", "properties": {"batting": {"type": "object"}, "pitching": {"type": "object"}}}, "home_team": {"type": "object", "properties": {"batting": {"type": "object"}, "pitching": {"type": "object"}}}}}, "game_status": {"type": "string"}, "season_type": {"type": "string"}, "game_location": {"type": "string"}, "away_team_name": {"type": "string"}, "home_team_name": {"type": "string"}}}}}}}} |
88aef697-c0df-41c6-a8a6-e4006585788e/46a8180b-03ab-4660-960b-0175f03e5d89/2/0 | Baseball - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the MLB. | 6.4 | Daily Schedule | Returns season schedule for the specified date or "now" returns current day's schedule. Daily schedule is changed at 10 AM ET. | 200 | New Example | {"data": {"MLB": [{"away_team": "Detroit Tigers", "home_team": "Minnesota Twins", "away_team_ID": 8, "home_team_ID": 15, "game_ID": "20190412-8-15", "game_time": "Sun, 12 May 2019 00:10:00 GMT", "season_type": "Regular Season", "season": "2019", "event_name": null, "round": null, "away_pitcher": {"player_id": 2265, "player": "Gregory Soto"}, "home_pitcher": {"player_id": 2412, "player": "Kohl Stewart"}, "status": "completed", "city": "Minneapolis", "state": "Minnesota", "country": "United States", "postal_code": "55403-1417", "dome": 0, "field": "grass", "latitude": 44.981667, "longitude": -93.278333, "arena": "Target Field"}, {"away_team": "Chicago White Sox", "home_team": "Cleveland Indians", "away_team_ID": 11, "home_team_ID": 10, "game_ID": "20190507-11-10", "game_time": "Tue, 07 May 2019 22:10:00 GMT", "season_type": "Regular Season", "season": "2019", "event_name": null, "round": null, "away_pitcher": {"player": "Lucas Giolito", "player_id": 1294}, "home_pitcher": {"player": "Jefry Rodriguez", "player_id": 2330}, "status": "completed", "city": "Cleveland", "state": "Ohio", "country": "United States", "postal_code": "44115-4003", "dome": 0, "field": "grass", "latitude": 41.495833, "longitude": -81.685278, "arena": "Progressive Field"}, {"away_team": "Miami Marlins", "home_team": "Chicago Cubs", "away_team_ID": 12, "home_team_ID": 13, "game_ID": "20190507-12-13", "game_time": "Wed, 08 May 2019 00:05:00 GMT", "season_type": "Regular Season", "season": "2019", "event_name": null, "round": null, "away_pitcher": {"player": "Caleb Smith", "player_id": 1602}, "home_pitcher": {"player": "Jon Lester", "player_id": 283}, "status": "completed", "city": "Chicago", "state": "Illinois", "country": "United States", "postal_code": "60613-4305", "dome": 0, "field": "grass", "latitude": 41.948038, "longitude": -87.65568, "arena": "Wrigley Field"}]}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"MLB": {"type": "array", "items": {"type": "object", "properties": {"away_team": {"type": "string"}, "home_team": {"type": "string"}, "away_team_ID": {"type": "integer"}, "home_team_ID": {"type": "integer"}, "game_ID": {"type": "string"}, "game_time": {"type": "string"}, "season_type": {"type": "string"}, "season": {"type": "string"}, "event_name": {"type": "null"}, "round": {"type": "null"}, "away_pitcher": {"type": "object"}, "home_pitcher": {"type": "object"}, "status": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "postal_code": {"type": "string"}, "dome": {"type": "integer"}, "field": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "arena": {"type": "string"}}}}}}}} |
88aef697-c0df-41c6-a8a6-e4006585788e/d1c0373e-479b-4a50-9b9e-d2156b9a5055/2/0 | Baseball - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the MLB. | 6.4 | Weekly Schedule | Returns all events from the date specified plus 7 days in advance | 200 | New Example | {"data": {"MLB": [{"away_team": "Detroit Tigers", "home_team": "Minnesota Twins", "away_team_ID": 8, "home_team_ID": 15, "game_ID": "20190412-8-15", "game_time": "Sun, 12 May 2019 00:10:00 GMT", "season_type": "Regular Season", "season": "2019", "event_name": null, "round": null, "away_pitcher": {"player_id": 2265, "player": "Gregory Soto"}, "home_pitcher": {"player_id": 2412, "player": "Kohl Stewart"}, "status": "completed", "city": "Minneapolis", "state": "Minnesota", "country": "United States", "postal_code": "55403-1417", "dome": 0, "field": "grass", "latitude": 44.981667, "longitude": -93.278333, "arena": "Target Field"}, {"away_team": "Chicago White Sox", "home_team": "Cleveland Indians", "away_team_ID": 11, "home_team_ID": 10, "game_ID": "20190507-11-10", "game_time": "Tue, 07 May 2019 22:10:00 GMT", "season_type": "Regular Season", "season": "2019", "event_name": null, "round": null, "away_pitcher": {"player": "Lucas Giolito", "player_id": 1294}, "home_pitcher": {"player": "Jefry Rodriguez", "player_id": 2330}, "status": "completed", "city": "Cleveland", "state": "Ohio", "country": "United States", "postal_code": "44115-4003", "dome": 0, "field": "grass", "latitude": 41.495833, "longitude": -81.685278, "arena": "Progressive Field"}, {"away_team": "Miami Marlins", "home_team": "Chicago Cubs", "away_team_ID": 12, "home_team_ID": 13, "game_ID": "20190507-12-13", "game_time": "Wed, 08 May 2019 00:05:00 GMT", "season_type": "Regular Season", "season": "2019", "event_name": null, "round": null, "away_pitcher": {"player": "Caleb Smith", "player_id": 1602}, "home_pitcher": {"player": "Jon Lester", "player_id": 283}, "status": "completed", "city": "Chicago", "state": "Illinois", "country": "United States", "postal_code": "60613-4305", "dome": 0, "field": "grass", "latitude": 41.948038, "longitude": -87.65568, "arena": "Wrigley Field"}]}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"MLB": {"type": "array", "items": {"type": "object", "properties": {"away_team": {"type": "string"}, "home_team": {"type": "string"}, "away_team_ID": {"type": "integer"}, "home_team_ID": {"type": "integer"}, "game_ID": {"type": "string"}, "game_time": {"type": "string"}, "season_type": {"type": "string"}, "season": {"type": "string"}, "event_name": {"type": "null"}, "round": {"type": "null"}, "away_pitcher": {"type": "object"}, "home_pitcher": {"type": "object"}, "status": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "postal_code": {"type": "string"}, "dome": {"type": "integer"}, "field": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "arena": {"type": "string"}}}}}}}} |
88aef697-c0df-41c6-a8a6-e4006585788e/c9227543-40e8-4840-be50-26182c12dea6/0/0 | Baseball - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the MLB. | 6.4 | Player Information | This endpoint returns player demographic information | 200 | New Example | {"MLB": [{"player_id": 37, "player": "Rafael Ortega", "team": "Atlanta Braves", "team_id": 5, "number": 69, "position": "LF", "position_category": "OF", "status": "ACT", "height": "5' 11\"", "weight": 160, "age": "May 15, 1991", "bats": "L", "throws": "R", "college": null, "all_star": "0"}, {"player_id": 39, "player": "Kevin Chapman", "team": "Atlanta Braves", "team_id": 5, "number": 57, "position": "P", "position_category": "R", "status": "INACT", "height": "6' 3\"", "weight": 230, "age": "February 19, 1988", "bats": "L", "throws": "L", "college": "Florida", "all_star": "0"}, {"player_id": 50, "player": "Dallas Keuchel", "team": "Atlanta Braves", "team_id": 5, "number": 60, "position": "P", "position_category": "S", "status": "ACT", "height": "6' 3\"", "weight": 205, "age": "January 01, 1988", "bats": "L", "throws": "L", "college": "Arkansas", "all_star": "0"}, {"player_id": 121, "player": "R.A. Dickey", "team": "Atlanta Braves", "team_id": 5, "number": 19, "position": "P", "position_category": "R", "status": "INACT", "height": "6'3\"", "weight": 215, "age": "October 29, 1974", "bats": "R", "throws": "R", "college": "Tennessee", "all_star": "0"}]} | {"type": "object", "properties": {"MLB": {"type": "array", "items": {"type": "object"}}}} |
88aef697-c0df-41c6-a8a6-e4006585788e/3793ad29-6b9c-43ed-919c-8d443d929da9/0/0 | Baseball - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the MLB. | 6.4 | Team Information | This endpoint returns team information | 200 | New Example | {"data": {"MLB": [{"team_id": 1, "team": "Baltimore Orioles", "abbrv": "BAL", "mascot": "Orioles", "conf": "American League - East", "location": "Baltimore, Maryland", "city": "Baltimore", "state": "Maryland", "arena": "Oriole Park at Camden Yard", "country": "United States", "latitude": 39.283889, "longitude": -76.621667, "field": "grass", "postal_code": "21201-2435", "dome": 0}, {"team_id": 2, "team": "New York Yankees", "abbrv": "NYY", "mascot": "Yankees", "conf": "American League - East", "location": "Bronx, New York", "city": "Bronx", "state": "New York", "arena": "Yankee Stadium", "country": "United States", "latitude": 40.829167, "longitude": -73.926389, "field": "grass", "postal_code": "10451-2100", "dome": 0}, {"team_id": 3, "team": "New York Mets", "abbrv": "NYM", "mascot": "Mets", "conf": "National League - East", "location": "Queens, New York", "city": "Queens", "state": "New York", "arena": "Citi Field", "country": "United States", "latitude": 40.756944, "longitude": -73.845833, "field": "grass", "postal_code": "11368", "dome": 0}]}} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"MLB": {"type": "array", "items": {"type": "object", "properties": {"team_id": {"type": "integer"}, "team": {"type": "string"}, "abbrv": {"type": "string"}, "mascot": {"type": "string"}, "conf": {"type": "string"}, "location": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "arena": {"type": "string"}, "country": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "field": {"type": "string"}, "postal_code": {"type": "string"}, "dome": {"type": "integer"}}}}}}}} |
68bef50c-5860-4bd2-8824-01a1adf01d23/7d57e7ae-71a5-4243-8ff2-fb6f521961dd/0/0 | PDC Order of Merit | An API showing the latest official PDC Order or Merit, which ranks the best Darts Players of the world. | 0.1 | Get Order of Merit | This Endpoint will return back the current official Order of Merit as published by the PDC. | 200 | Response | [{"position": "1", "name": "Gerwyn Price", "value": "\u00a31,206,750"}, {"position": "2", "name": "Peter Wright", "value": "\u00a31,191,500"}, {"position": "3", "name": "Michael van Gerwen", "value": "\u00a3656,750"}, {"position": "4", "name": "James Wade", "value": "\u00a3564,750"}, {"position": "5", "name": "Michael Smith", "value": "\u00a3540,750"}, {"position": "6", "name": "Gary Anderson", "value": "\u00a3487,500"}, {"position": "7", "name": "Jose de Sousa", "value": "\u00a3429,750"}, {"position": "8", "name": "Jonny Clayton", "value": "\u00a3415,250"}, {"position": "9", "name": "Dimitri Van den Bergh", "value": "\u00a3408,750"}, {"position": "10", "name": "Rob Cross", "value": "\u00a3357,000"}, {"position": "11", "name": "Joe Cullen", "value": "\u00a3313,750"}, {"position": "12", "name": "Krzysztof Ratajski", "value": "\u00a3310,250"}, {"position": "13", "name": "Dave Chisnall", "value": "\u00a3288,000"}, {"position": "14", "name": "Nathan Aspinall", "value": "\u00a3275,000"}, {"position": "15", "name": "Dirk van Duijvenbode", "value": "\u00a3271,750"}, {"position": "16", "name": "Ryan Searle", "value": "\u00a3261,250"}, {"position": "17", "name": "Mervyn King", "value": "\u00a3241,250"}, {"position": "18", "name": "Danny Noppert", "value": "\u00a3233,750"}, {"position": "19", "name": "Luke Humphries", "value": "\u00a3224,500"}, {"position": "20", "name": "Stephen Bunting", "value": "\u00a3224,250"}, {"position": "21", "name": "Gabriel Clemens", "value": "\u00a3218,250"}, {"position": "22", "name": "Daryl Gurney", "value": "\u00a3213,250"}, {"position": "23", "name": "Brendan Dolan", "value": "\u00a3206,000"}, {"position": "24", "name": "Ian White", "value": "\u00a3200,000"}, {"position": "25", "name": "Simon Whitlock", "value": "\u00a3199,750"}, {"position": "26", "name": "Devon Petersen", "value": "\u00a3195,500"}, {"position": "27", "name": "Mensur Suljovic", "value": "\u00a3192,000"}, {"position": "28", "name": "Vincent van der Voort", "value": "\u00a3178,000"}, {"position": "29", "name": "Damon Heta", "value": "\u00a3177,250"}, {"position": "30", "name": "Callan Rydz", "value": "\u00a3175,250"}, {"position": "31", "name": "Glen Durrant", "value": "\u00a3169,500"}, {"position": "32", "name": "Chris Dobey", "value": "\u00a3156,500"}, {"position": "33", "name": "Ross Smith", "value": "\u00a3144,250"}, {"position": "34", "name": "Ryan Joyce", "value": "\u00a3128,000"}, {"position": "35", "name": "Kim Huybrechts", "value": "\u00a3123,000"}, {"position": "36", "name": "Jermaine Wattimena", "value": "\u00a3116,250"}, {"position": "37", "name": "William O'Connor", "value": "\u00a3111,250"}, {"position": "37", "name": "Jamie Hughes", "value": "\u00a3111,250"}, {"position": "39", "name": "Adrian Lewis", "value": "\u00a3106,750"}, {"position": "40", "name": "Martijn Kleermaker", "value": "\u00a3105,500"}, {"position": "41", "name": "Ricky Evans", "value": "\u00a3103,000"}, {"position": "42", "name": "Adam Hunt", "value": "\u00a387,500"}, {"position": "43", "name": "Darius Labanauskas", "value": "\u00a386,000"}, {"position": "44", "name": "Steve Lennon", "value": "\u00a385,000"}, {"position": "45", "name": "Jeffrey De Zwaan", "value": "\u00a382,750"}, {"position": "46", "name": "Jason Lowe", "value": "\u00a380,500"}, {"position": "47", "name": "Luke Woodhouse", "value": "\u00a371,250"}, {"position": "48", "name": "Maik Kuivenhoven", "value": "\u00a370,750"}, {"position": "48", "name": "Madars Razma", "value": "\u00a370,750"}, {"position": "50", "name": "Steve Beaton", "value": "\u00a370,000"}, {"position": "51", "name": "Alan Soutar", "value": "\u00a367,000"}, {"position": "52", "name": "Ron Meulenkamp", "value": "\u00a364,000"}, {"position": "53", "name": "Jeff Smith", "value": "\u00a359,000"}, {"position": "54", "name": "Steve West", "value": "\u00a358,500"}, {"position": "55", "name": "William Borland", "value": "\u00a357,000"}, {"position": "56", "name": "Andy Boulton", "value": "\u00a356,500"}, {"position": "57", "name": "Keegan Brown", "value": "\u00a355,000"}, {"position": "58", "name": "Raymond van Barneveld", "value": "\u00a353,500"}, {"position": "59", "name": "Mike De Decker", "value": "\u00a353,000"}, {"position": "60", "name": "Ryan Meikle", "value": "\u00a352,750"}, {"position": "61", "name": "Boris Krcmar", "value": "\u00a350,000"}, {"position": "62", "name": "Florian Hempel", "value": "\u00a349,000"}, {"position": "63", "name": "John Henderson", "value": "\u00a348,750"}, {"position": "64", "name": "Max Hopp", "value": "\u00a348,000"}, {"position": "65", "name": "Martin Schindler", "value": "\u00a345,500"}, {"position": "66", "name": "Ritchie Edhouse", "value": "\u00a345,250"}, {"position": "67", "name": "Bradley Brooks", "value": "\u00a343,500"}, {"position": "68", "name": "Keane Barry", "value": "\u00a340,250"}, {"position": "69", "name": "Scott Mitchell", "value": "\u00a337,500"}, {"position": "70", "name": "Rusty-Jake Rodriguez", "value": "\u00a336,000"}, {"position": "71", "name": "Lewy Williams", "value": "\u00a335,250"}, {"position": "72", "name": "Joe Murnan", "value": "\u00a335,000"}, {"position": "73", "name": "Jason Heaver", "value": "\u00a332,500"}, {"position": "74", "name": "Jim Williams", "value": "\u00a323,500"}, {"position": "75", "name": "Boris Koltsov", "value": "\u00a323,000"}, {"position": "76", "name": "Gordon Mathers", "value": "\u00a318,000"}, {"position": "77", "name": "Adam Gawlas", "value": "\u00a317,500"}, {"position": "78", "name": "John Michael", "value": "\u00a314,250"}, {"position": "79", "name": "Peter Hudson", "value": "\u00a313,500"}, {"position": "80", "name": "Matt Campbell", "value": "\u00a311,500"}, {"position": "80", "name": "Eddie Lovely", "value": "\u00a311,500"}, {"position": "82", "name": "Niels Zonneveld", "value": "\u00a310,750"}, {"position": "83", "name": "Geert De Vos", "value": "\u00a310,000"}, {"position": "84", "name": "Martin Lukeman", "value": "\u00a39,500"}, {"position": "85", "name": "Danny Baggish", "value": "\u00a38,000"}, {"position": "85", "name": "Andrew Gilding", "value": "\u00a38,000"}, {"position": "85", "name": "Geert Nentjes", "value": "\u00a38,000"}, {"position": "85", "name": "John Brown", "value": "\u00a38,000"}, {"position": "89", "name": "Jack Main", "value": "\u00a37,000"}, {"position": "90", "name": "Jon Worsley", "value": "\u00a36,500"}, {"position": "91", "name": "David Evans", "value": "\u00a36,000"}, {"position": "91", "name": "Berry van Peer", "value": "\u00a36,000"}, {"position": "91", "name": "Zoran Lerchbacher", "value": "\u00a36,000"}, {"position": "94", "name": "Jake Jones", "value": "\u00a33,500"}, {"position": "95", "name": "Michael Unterbuchner", "value": "\u00a31,500"}, {"position": "96", "name": "Shane McGuirk", "value": "\u00a31,000"}] | {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}}}} |
8f368e96-3b88-4a17-acdf-038d421b59fd/d92367c6-f73a-4af8-a6e3-8d9dc0d389ea/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | games/h2h | Get heads to heads between two teams. | 200 | Response | {"get": "games", "parameters": {"h2h": "7-8"}, "errors": [], "results": 6, "response": [{"id": 7, "date": "2020-12-12T00:00:00+00:00", "time": "00:00", "timestamp": 1607731200, "timezone": "UTC", "week": null, "status": {"long": "Finished", "short": "FT"}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "league": {"id": 2, "name": "Copa ACLAV", "type": "Cup", "logo": "https://media.api-sports.io/volley/leagues/2.png", "season": 2020}, "teams": {"home": {"id": 7, "name": "UPCN", "logo": "https://media.api-sports.io/volley/teams/7.png"}, "away": {"id": 8, "name": "UVT San Juan", "logo": "https://media.api-sports.io/volley/teams/8.png"}}, "scores": {"home": 3, "away": 0}, "periods": {"first": {"home": 25, "away": 22}, "second": {"home": 25, "away": 15}, "third": {"home": 25, "away": 20}, "fourth": {"home": null, "away": null}, "fifth": {"home": null, "away": null}}}, {"id": 125, "date": "2021-01-27T00:00:00+00:00", "time": "00:00", "timestamp": 1611705600, "timezone": "UTC", "week": null, "status": {"long": "Finished", "short": "FT"}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "league": {"id": 4, "name": "LVA", "type": "League", "logo": "https://media.api-sports.io/volley/leagues/4.png", "season": 2021}, "teams": {"home": {"id": 8, "name": "UVT San Juan", "logo": "https://media.api-sports.io/volley/teams/8.png"}, "away": {"id": 7, "name": "UPCN", "logo": "https://media.api-sports.io/volley/teams/7.png"}}, "scores": {"home": 0, "away": 3}, "periods": {"first": {"home": 19, "away": 25}, "second": {"home": 18, "away": 25}, "third": {"home": 24, "away": 26}, "fourth": {"home": null, "away": null}, "fifth": {"home": null, "away": null}}}, {"id": 137, "date": "2021-02-20T00:00:00+00:00", "time": "00:00", "timestamp": 1613779200, "timezone": "UTC", "week": null, "status": {"long": "Finished", "short": "FT"}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "league": {"id": 4, "name": "LVA", "type": "League", "logo": "https://media.api-sports.io/volley/leagues/4.png", "season": 2021}, "teams": {"home": {"id": 8, "name": "UVT San Juan", "logo": "https://media.api-sports.io/volley/teams/8.png"}, "away": {"id": 7, "name": "UPCN", "logo": "https://media.api-sports.io/volley/teams/7.png"}}, "scores": {"home": 0, "away": 3}, "periods": {"first": {"home": 15, "away": 25}, "second": {"home": 19, "away": 25}, "third": {"home": 21, "away": 25}, "fourth": {"home": null, "away": null}, "fifth": {"home": null, "away": null}}}, {"id": 162, "date": "2021-03-20T16:30:00+00:00", "time": "16:30", "timestamp": 1616257800, "timezone": "UTC", "week": "Semi-finals", "status": {"long": "Finished", "short": "FT"}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "league": {"id": 4, "name": "LVA", "type": "League", "logo": "https://media.api-sports.io/volley/leagues/4.png", "season": 2021}, "teams": {"home": {"id": 7, "name": "UPCN", "logo": "https://media.api-sports.io/volley/teams/7.png"}, "away": {"id": 8, "name": "UVT San Juan", "logo": "https://media.api-sports.io/volley/teams/8.png"}}, "scores": {"home": 1, "away": 3}, "periods": {"first": {"home": 20, "away": 25}, "second": {"home": 25, "away": 23}, "third": {"home": 19, "away": 25}, "fourth": {"home": 22, "away": 25}, "fifth": {"home": null, "away": null}}}, {"id": 163, "date": "2021-03-22T23:00:00+00:00", "time": "23:00", "timestamp": 1616454000, "timezone": "UTC", "week": "Semi-finals", "status": {"long": "Finished", "short": "FT"}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "league": {"id": 4, "name": "LVA", "type": "League", "logo": "https://media.api-sports.io/volley/leagues/4.png", "season": 2021}, "teams": {"home": {"id": 8, "name": "UVT San Juan", "logo": "https://media.api-sports.io/volley/teams/8.png"}, "away": {"id": 7, "name": "UPCN", "logo": "https://media.api-sports.io/volley/teams/7.png"}}, "scores": {"home": 1, "away": 3}, "periods": {"first": {"home": 17, "away": 25}, "second": {"home": 15, "away": 25}, "third": {"home": 25, "away": 22}, "fourth": {"home": 26, "away": 28}, "fifth": {"home": null, "away": null}}}, {"id": 164, "date": "2021-03-23T23:00:00+00:00", "time": "23:00", "timestamp": 1616540400, "timezone": "UTC", "week": "Semi-finals", "status": {"long": "Finished", "short": "FT"}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "league": {"id": 4, "name": "LVA", "type": "League", "logo": "https://media.api-sports.io/volley/leagues/4.png", "season": 2021}, "teams": {"home": {"id": 7, "name": "UPCN", "logo": "https://media.api-sports.io/volley/teams/7.png"}, "away": {"id": 8, "name": "UVT San Juan", "logo": "https://media.api-sports.io/volley/teams/8.png"}}, "scores": {"home": 3, "away": 0}, "periods": {"first": {"home": 25, "away": 17}, "second": {"home": 25, "away": 18}, "third": {"home": 25, "away": 22}, "fourth": {"home": null, "away": null}, "fifth": {"home": null, "away": null}}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"h2h": {"type": "string"}}, "required": ["h2h"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "time": {"type": "string"}, "timestamp": {"type": "integer"}, "timezone": {"type": "string"}, "week": {"type": ["null", "string"]}, "status": {"type": "object", "properties": {"long": {"type": "string"}, "short": {"type": "string"}}, "required": ["long", "short"]}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "code": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name"]}, "league": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "logo": {"type": "string"}, "season": {"type": "integer"}}, "required": ["id", "logo", "name", "season", "type"]}, "teams": {"type": "object", "properties": {"home": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name"]}, "away": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name"]}}, "required": ["away", "home"]}, "scores": {"type": "object", "properties": {"home": {"type": "integer"}, "away": {"type": "integer"}}, "required": ["away", "home"]}, "periods": {"type": "object", "properties": {"first": {"type": "object", "properties": {"home": {"type": "integer"}, "away": {"type": "integer"}}, "required": ["away", "home"]}, "second": {"type": "object", "properties": {"home": {"type": "integer"}, "away": {"type": "integer"}}, "required": ["away", "home"]}, "third": {"type": "object", "properties": {"home": {"type": "integer"}, "away": {"type": "integer"}}, "required": ["away", "home"]}, "fourth": {"type": "object", "properties": {"home": {"type": ["integer", "null"]}, "away": {"type": ["integer", "null"]}}, "required": ["away", "home"]}, "fifth": {"type": "object", "properties": {"home": {"type": "null"}, "away": {"type": "null"}}, "required": ["away", "home"]}}, "required": ["fifth", "first", "fourth", "second", "third"]}}, "required": ["country", "date", "id", "league", "periods", "scores", "status", "teams", "time", "timestamp", "timezone", "week"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/609d73d8-0587-4998-8038-1c35fc8c8e98/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Search Bets | Get all available bets.
All bets id can be used in endpoint odds as filters | 200 | Response | {"get": "odds", "parameters": [], "errors": [], "results": 31, "response": [{"id": 1, "name": "Home/Away"}, {"id": 2, "name": "Over/Under"}, {"id": 3, "name": "HT/FT Double"}, {"id": 4, "name": "Correct Score"}, {"id": 5, "name": "Total - Home"}, {"id": 6, "name": "Total - Away"}, {"id": 7, "name": "Odd/Even"}, {"id": 8, "name": "Over/Under by Games in Match"}, {"id": 9, "name": "Odd/Even (1st Set)"}, {"id": 10, "name": "Over/Under (1st Set)"}, {"id": 11, "name": "Home/Away (1st Set)"}, {"id": 12, "name": "Asian Handicap (1st Set)"}, {"id": 13, "name": "Asian Handicap (Sets)"}, {"id": 14, "name": "Asian Handicap (Games)"}, {"id": 15, "name": "Over/Under by Games (2nd Set)"}, {"id": 16, "name": "Home/Away (2nd Set)"}, {"id": 17, "name": "Over/Under by Games (3rd Set)"}, {"id": 18, "name": "Odd/Even (2nd Set)"}, {"id": 19, "name": "Home/Away (3rd Set)"}, {"id": 20, "name": "Asian Handicap (3rd Set)"}, {"id": 21, "name": "Odd/Even (3rd Set)"}, {"id": 22, "name": "Asian Handicap (2nd Set)"}, {"id": 23, "name": "Away Team Total (1st Set)"}, {"id": 24, "name": "Away Team Total (2nd Set)"}, {"id": 25, "name": "Away Team Total (3rd Set)"}, {"id": 26, "name": "Home Team Total (1st Set)"}, {"id": 27, "name": "Home Team Total (2nd Set)"}, {"id": 28, "name": "Home Team Total (3rd Set)"}, {"id": 29, "name": "Correct Number of Sets"}, {"id": 30, "name": "Score After 3rd Set"}, {"id": 31, "name": "Score After 2nd Set"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/0370f906-1c6e-49be-9d6a-ac97a869695c/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Search Bookmakers | Get all available bookmakers.
All bookmakers id can be used in endpoint odds as filters | 200 | Response | {"get": "odds", "parameters": [], "errors": [], "results": 17, "response": [{"id": 1, "name": "Bwin"}, {"id": 2, "name": "NordicBet"}, {"id": 3, "name": "10Bet"}, {"id": 4, "name": "Bet365"}, {"id": 5, "name": "Marathon"}, {"id": 6, "name": "Unibet"}, {"id": 7, "name": "Betsson"}, {"id": 8, "name": "1xBet"}, {"id": 9, "name": "Sportingbet"}, {"id": 10, "name": "Betway"}, {"id": 11, "name": "Tipico"}, {"id": 12, "name": "Betcris"}, {"id": 13, "name": "888Sport"}, {"id": 14, "name": "Pinnacle"}, {"id": 15, "name": "Dafabet"}, {"id": 16, "name": "Sbo"}, {"id": 17, "name": "ComeOn"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/850e51d4-e463-478d-83bb-bd2860de38dc/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Search Teams | Get data about teams.
The team id are unique in the API and teams keep it among all the leagues/cups in which they participate.
This endpoint requires at least one parameter.
| 200 | Response | {"get": "teams", "parameters": {"search": "Banfield"}, "errors": [], "results": 1, "response": [{"id": 3, "name": "Banfield", "logo": "https://media.api-sports.io/volley/teams/3.png", "national": false, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}, "national": {"type": "boolean"}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "code": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name"]}}, "required": ["country", "id", "logo", "name", "national"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/4e92941b-2223-4e04-be80-bc9cee0525f6/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Search Countries | Get the list of available countries.
The name, id and code fields can be used in other endpoints as filters.
All the parameters of this endpoint can be used together.
| 200 | Response | {"get": "countries", "parameters": [], "errors": [], "results": 51, "response": [{"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, {"id": 2, "name": "Australia", "code": "AU", "flag": "https://media.api-sports.io/flags/au.svg"}, {"id": 3, "name": "Austria", "code": "AT", "flag": "https://media.api-sports.io/flags/at.svg"}, {"id": 4, "name": "Azerbaijan", "code": "AZ", "flag": "https://media.api-sports.io/flags/az.svg"}, {"id": 5, "name": "Belarus", "code": "BY", "flag": "https://media.api-sports.io/flags/by.svg"}, {"id": 6, "name": "Belgium", "code": "BE", "flag": "https://media.api-sports.io/flags/be.svg"}, {"id": 7, "name": "Bosnia-And-Herzegovina", "code": "BA", "flag": "https://media.api-sports.io/flags/ba.svg"}, {"id": 8, "name": "Brazil", "code": "BR", "flag": "https://media.api-sports.io/flags/br.svg"}, {"id": 9, "name": "Bulgaria", "code": "BG", "flag": "https://media.api-sports.io/flags/bg.svg"}, {"id": 10, "name": "China", "code": "CN", "flag": "https://media.api-sports.io/flags/cn.svg"}, {"id": 11, "name": "Croatia", "code": "HR", "flag": "https://media.api-sports.io/flags/hr.svg"}, {"id": 12, "name": "Cyprus", "code": "CY", "flag": "https://media.api-sports.io/flags/cy.svg"}, {"id": 13, "name": "Czech-Republic", "code": "CZ", "flag": "https://media.api-sports.io/flags/cz.svg"}, {"id": 14, "name": "Denmark", "code": "DK", "flag": "https://media.api-sports.io/flags/dk.svg"}, {"id": 15, "name": "England", "code": "GB", "flag": "https://media.api-sports.io/flags/gb.svg"}, {"id": 16, "name": "Estonia", "code": "EE", "flag": "https://media.api-sports.io/flags/ee.svg"}, {"id": 17, "name": "Finland", "code": "FI", "flag": "https://media.api-sports.io/flags/fi.svg"}, {"id": 18, "name": "France", "code": "FR", "flag": "https://media.api-sports.io/flags/fr.svg"}, {"id": 19, "name": "Germany", "code": "DE", "flag": "https://media.api-sports.io/flags/de.svg"}, {"id": 20, "name": "Greece", "code": "GR", "flag": "https://media.api-sports.io/flags/gr.svg"}, {"id": 21, "name": "Hungary", "code": "HU", "flag": "https://media.api-sports.io/flags/hu.svg"}, {"id": 22, "name": "Iceland", "code": "IS", "flag": "https://media.api-sports.io/flags/is.svg"}, {"id": 23, "name": "Iran", "code": "IR", "flag": "https://media.api-sports.io/flags/ir.svg"}, {"id": 24, "name": "Israel", "code": "IL", "flag": "https://media.api-sports.io/flags/il.svg"}, {"id": 25, "name": "Italy", "code": "IT", "flag": "https://media.api-sports.io/flags/it.svg"}, {"id": 26, "name": "Japan", "code": "JP", "flag": "https://media.api-sports.io/flags/jp.svg"}, {"id": 27, "name": "Kazakhstan", "code": "KZ", "flag": "https://media.api-sports.io/flags/kz.svg"}, {"id": 28, "name": "Latvia", "code": "LV", "flag": "https://media.api-sports.io/flags/lv.svg"}, {"id": 29, "name": "Lebanon", "code": "LB", "flag": "https://media.api-sports.io/flags/lb.svg"}, {"id": 30, "name": "Morocco", "code": "MA", "flag": "https://media.api-sports.io/flags/ma.svg"}, {"id": 31, "name": "Netherlands", "code": "NL", "flag": "https://media.api-sports.io/flags/nl.svg"}, {"id": 32, "name": "Norway", "code": "NO", "flag": "https://media.api-sports.io/flags/no.svg"}, {"id": 33, "name": "Peru", "code": "PE", "flag": "https://media.api-sports.io/flags/pe.svg"}, {"id": 34, "name": "Poland", "code": "PL", "flag": "https://media.api-sports.io/flags/pl.svg"}, {"id": 35, "name": "Portugal", "code": "PT", "flag": "https://media.api-sports.io/flags/pt.svg"}, {"id": 36, "name": "Puerto-Rico", "code": "PR", "flag": "https://media.api-sports.io/flags/pr.svg"}, {"id": 37, "name": "Qatar", "code": "QA", "flag": "https://media.api-sports.io/flags/qa.svg"}, {"id": 38, "name": "Romania", "code": "RO", "flag": "https://media.api-sports.io/flags/ro.svg"}, {"id": 39, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, {"id": 40, "name": "Serbia", "code": "RS", "flag": "https://media.api-sports.io/flags/rs.svg"}, {"id": 41, "name": "Slovakia", "code": "SK", "flag": "https://media.api-sports.io/flags/sk.svg"}, {"id": 42, "name": "Slovenia", "code": "SI", "flag": "https://media.api-sports.io/flags/si.svg"}, {"id": 43, "name": "South-Korea", "code": "KR", "flag": "https://media.api-sports.io/flags/kr.svg"}, {"id": 44, "name": "Spain", "code": "ES", "flag": "https://media.api-sports.io/flags/es.svg"}, {"id": 45, "name": "Sweden", "code": "SE", "flag": "https://media.api-sports.io/flags/se.svg"}, {"id": 46, "name": "Switzerland", "code": "CH", "flag": "https://media.api-sports.io/flags/ch.svg"}, {"id": 47, "name": "Taiwan", "code": "TW", "flag": "https://media.api-sports.io/flags/tw.svg"}, {"id": 48, "name": "Tajikistan", "code": "TJ", "flag": "https://media.api-sports.io/flags/tj.svg"}, {"id": 49, "name": "Turkey", "code": "TR", "flag": "https://media.api-sports.io/flags/tr.svg"}, {"id": 50, "name": "Ukraine", "code": "UA", "flag": "https://media.api-sports.io/flags/ua.svg"}, {"id": 51, "name": "USA", "code": "US", "flag": "https://media.api-sports.io/flags/us.svg"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "code": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/d32f805a-ac8f-4689-9db1-e20663cdaa20/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Odds/bookmakers | Get all available bookmakers.
All bookmakers id can be used in endpoint odds as filters | 200 | Response | {"get": "odds", "parameters": [], "errors": [], "results": 17, "response": [{"id": 1, "name": "Bwin"}, {"id": 2, "name": "NordicBet"}, {"id": 3, "name": "10Bet"}, {"id": 4, "name": "Bet365"}, {"id": 5, "name": "Marathon"}, {"id": 6, "name": "Unibet"}, {"id": 7, "name": "Betsson"}, {"id": 8, "name": "1xBet"}, {"id": 9, "name": "Sportingbet"}, {"id": 10, "name": "Betway"}, {"id": 11, "name": "Tipico"}, {"id": 12, "name": "Betcris"}, {"id": 13, "name": "888Sport"}, {"id": 14, "name": "Pinnacle"}, {"id": 15, "name": "Dafabet"}, {"id": 16, "name": "Sbo"}, {"id": 17, "name": "ComeOn"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/f523604e-25da-4115-9567-f76408b137f3/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Odds/bets | Get all available bets.
All bets id can be used in endpoint odds as filters | 200 | Response | {"get": "odds", "parameters": [], "errors": [], "results": 31, "response": [{"id": 1, "name": "Home/Away"}, {"id": 2, "name": "Over/Under"}, {"id": 3, "name": "HT/FT Double"}, {"id": 4, "name": "Correct Score"}, {"id": 5, "name": "Total - Home"}, {"id": 6, "name": "Total - Away"}, {"id": 7, "name": "Odd/Even"}, {"id": 8, "name": "Over/Under by Games in Match"}, {"id": 9, "name": "Odd/Even (1st Set)"}, {"id": 10, "name": "Over/Under (1st Set)"}, {"id": 11, "name": "Home/Away (1st Set)"}, {"id": 12, "name": "Asian Handicap (1st Set)"}, {"id": 13, "name": "Asian Handicap (Sets)"}, {"id": 14, "name": "Asian Handicap (Games)"}, {"id": 15, "name": "Over/Under by Games (2nd Set)"}, {"id": 16, "name": "Home/Away (2nd Set)"}, {"id": 17, "name": "Over/Under by Games (3rd Set)"}, {"id": 18, "name": "Odd/Even (2nd Set)"}, {"id": 19, "name": "Home/Away (3rd Set)"}, {"id": 20, "name": "Asian Handicap (3rd Set)"}, {"id": 21, "name": "Odd/Even (3rd Set)"}, {"id": 22, "name": "Asian Handicap (2nd Set)"}, {"id": 23, "name": "Away Team Total (1st Set)"}, {"id": 24, "name": "Away Team Total (2nd Set)"}, {"id": 25, "name": "Away Team Total (3rd Set)"}, {"id": 26, "name": "Home Team Total (1st Set)"}, {"id": 27, "name": "Home Team Total (2nd Set)"}, {"id": 28, "name": "Home Team Total (3rd Set)"}, {"id": 29, "name": "Correct Number of Sets"}, {"id": 30, "name": "Score After 3rd Set"}, {"id": 31, "name": "Score After 2nd Set"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/4dc60b43-3ca1-4548-b206-8314e518fd3b/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Odds | Get odds from games or leagues.
We provide pre-match odds between 1 and 7 days before the game.
We keep a 7-day history (The availability of odds may vary according to the leagues, seasons, games and bookmakers)
Odds are updated once a day
| 200 | Response | {"get": "odds", "parameters": {"game": "3546"}, "errors": [], "results": 1, "response": [{"game": {"id": 3546}, "league": {"id": 50, "name": "Volleyligaen", "type": "League", "season": 2021, "logo": "https://media.api-sports.io/volley/leagues/50.png"}, "country": {"id": 14, "name": "Denmark", "code": "DK", "flag": "https://media.api-sports.io/flags/dk.svg"}, "update": "2021-09-27T16:00:09+00:00", "bookmakers": [{"id": 1, "name": "Bwin", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.25"}, {"value": "Away", "odd": "3.60"}]}, {"id": 9, "name": "Odd/Even (1st Set)", "values": [{"value": "Odd", "odd": "2.25"}, {"value": "Even", "odd": "1.57"}]}, {"id": 10, "name": "Over/Under (1st Set)", "values": [{"value": "Over 45.5", "odd": "1.85"}, {"value": "Under 45.5", "odd": "1.85"}]}, {"id": 11, "name": "Home/Away (1st Set)", "values": [{"value": "Home", "odd": "1.40"}, {"value": "Away", "odd": "2.75"}]}]}, {"id": 2, "name": "NordicBet", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.22"}, {"value": "Away", "odd": "3.80"}]}, {"id": 11, "name": "Home/Away (1st Set)", "values": [{"value": "Home", "odd": "1.45"}, {"value": "Away", "odd": "2.60"}]}, {"id": 13, "name": "Asian Handicap (Sets)", "values": [{"value": "Home -1.5", "odd": "1.50"}, {"value": "Away -1.5", "odd": "2.35"}]}]}, {"id": 3, "name": "10Bet", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.22"}, {"value": "Away", "odd": "3.95"}]}, {"id": 2, "name": "Over/Under", "values": [{"value": "Over 3.5", "odd": "1.62"}, {"value": "Under 3.5", "odd": "2.12"}]}, {"id": 8, "name": "Over/Under by Games in Match", "values": [{"value": "Over 176.5", "odd": "1.86"}, {"value": "Under 176.5", "odd": "1.86"}, {"value": "Over 177.5", "odd": "1.86"}, {"value": "Under 177.5", "odd": "1.86"}]}, {"id": 13, "name": "Asian Handicap (Sets)", "values": [{"value": "Home -1.5", "odd": "1.49"}, {"value": "Away -1.5", "odd": "2.38"}, {"value": "Home -2.5", "odd": "2.26"}, {"value": "Away -2.5", "odd": "1.54"}]}, {"id": 14, "name": "Asian Handicap (Games)", "values": [{"value": "Home -11.5", "odd": "1.86"}, {"value": "Away -11.5", "odd": "1.83"}]}]}, {"id": 4, "name": "Bet365", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.25"}, {"value": "Away", "odd": "3.75"}]}, {"id": 4, "name": "Correct Score", "values": [{"value": "3:0", "odd": "2.50"}, {"value": "3:1", "odd": "3.40"}, {"value": "3:2", "odd": "5.50"}, {"value": "0:3", "odd": "12.00"}, {"value": "1:3", "odd": "10.00"}, {"value": "2:3", "odd": "8.50"}]}, {"id": 8, "name": "Over/Under by Games in Match", "values": [{"value": "Over 175.5", "odd": "1.83"}, {"value": "Under 175.5", "odd": "1.83"}, {"value": "Over 176.5", "odd": "1.83"}, {"value": "Under 176.5", "odd": "1.83"}, {"value": "Over 177.5", "odd": "1.83"}, {"value": "Under 177.5", "odd": "1.83"}, {"value": "Over 179.5", "odd": "1.83"}, {"value": "Under 179.5", "odd": "1.83"}, {"value": "Over 180.5", "odd": "1.83"}, {"value": "Under 180.5", "odd": "1.83"}, {"value": "Over 181.5", "odd": "1.83"}, {"value": "Under 181.5", "odd": "1.83"}]}, {"id": 9, "name": "Odd/Even (1st Set)", "values": [{"value": "Odd", "odd": "2.25"}, {"value": "Even", "odd": "1.57"}]}, {"id": 10, "name": "Over/Under (1st Set)", "values": [{"value": "Over 45.5", "odd": "1.83"}, {"value": "Under 45.5", "odd": "1.83"}]}, {"id": 11, "name": "Home/Away (1st Set)", "values": [{"value": "Home", "odd": "1.40"}, {"value": "Away", "odd": "2.75"}]}, {"id": 13, "name": "Asian Handicap (Sets)", "values": [{"value": "Home -1.5", "odd": "1.53"}, {"value": "Away -1.5", "odd": "2.38"}]}]}, {"id": 6, "name": "Unibet", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.25"}, {"value": "Away", "odd": "3.65"}]}, {"id": 11, "name": "Home/Away (1st Set)", "values": [{"value": "Home", "odd": "1.38"}, {"value": "Away", "odd": "2.80"}]}]}, {"id": 7, "name": "Betsson", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.22"}, {"value": "Away", "odd": "3.80"}]}, {"id": 11, "name": "Home/Away (1st Set)", "values": [{"value": "Home", "odd": "1.45"}, {"value": "Away", "odd": "2.60"}]}, {"id": 13, "name": "Asian Handicap (Sets)", "values": [{"value": "Home -1.5", "odd": "1.50"}, {"value": "Away -1.5", "odd": "2.35"}]}]}, {"id": 14, "name": "Pinnacle", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.25"}, {"value": "Away", "odd": "4.09"}]}, {"id": 2, "name": "Over/Under", "values": [{"value": "Over 3.5", "odd": "1.68"}, {"value": "Under 3.5", "odd": "2.21"}, {"value": "Over 4.5", "odd": "3.81"}, {"value": "Under 4.5", "odd": "1.27"}, {"value": "Over 4", "odd": "2.62"}, {"value": "Under 4", "odd": "1.50"}]}, {"id": 10, "name": "Over/Under (1st Set)", "values": [{"value": "Over 45.5", "odd": "1.90"}, {"value": "Under 45.5", "odd": "1.84"}, {"value": "Over 44.5", "odd": "1.55"}, {"value": "Under 44.5", "odd": "2.36"}, {"value": "Over 46.5", "odd": "2.52"}, {"value": "Under 46.5", "odd": "1.48"}, {"value": "Over 46", "odd": "2.22"}, {"value": "Under 46", "odd": "1.61"}, {"value": "Over 45", "odd": "1.68"}, {"value": "Under 45", "odd": "2.10"}]}, {"id": 11, "name": "Home/Away (1st Set)", "values": [{"value": "Home", "odd": "1.38"}, {"value": "Away", "odd": "2.91"}]}, {"id": 12, "name": "Asian Handicap (1st Set)", "values": [{"value": "Home -3", "odd": "1.80"}, {"value": "Away -3", "odd": "1.94"}, {"value": "Home +3", "odd": "1.15"}, {"value": "Away +3", "odd": "4.94"}, {"value": "Home +2.5", "odd": "1.19"}, {"value": "Away +2.5", "odd": "4.36"}, {"value": "Home -2.5", "odd": "1.67"}, {"value": "Away -2.5", "odd": "2.12"}, {"value": "Home -4", "odd": "2.17"}, {"value": "Away -4", "odd": "1.64"}, {"value": "Home -4.5", "odd": "2.23"}, {"value": "Away -4.5", "odd": "1.61"}, {"value": "Home -3.5", "odd": "1.96"}, {"value": "Away -3.5", "odd": "1.79"}]}, {"id": 13, "name": "Asian Handicap (Sets)", "values": [{"value": "Home -1", "odd": "1.31"}, {"value": "Away -1", "odd": "3.49"}, {"value": "Home -1.5", "odd": "1.55"}, {"value": "Away -1.5", "odd": "2.49"}, {"value": "Home -2", "odd": "1.93"}, {"value": "Away -2", "odd": "1.89"}, {"value": "Home -2.5", "odd": "2.55"}, {"value": "Away -2.5", "odd": "1.53"}]}, {"id": 23, "name": "Away Team Total (1st Set)", "values": [{"value": "Over 21.5", "odd": "1.85"}, {"value": "Under 21.5", "odd": "1.81"}, {"value": "Over 22.5", "odd": "1.88"}, {"value": "Under 22.5", "odd": "1.76"}, {"value": "Over 22", "odd": "1.91"}, {"value": "Under 22", "odd": "1.76"}]}, {"id": 26, "name": "Home Team Total (1st Set)", "values": [{"value": "Over 24.5", "odd": "1.29"}, {"value": "Under 24.5", "odd": "3.19"}, {"value": "Over 25", "odd": "3.38"}, {"value": "Under 25", "odd": "1.26"}]}]}, {"id": 8, "name": "1xBet", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.24"}, {"value": "Away", "odd": "3.70"}]}, {"id": 2, "name": "Over/Under", "values": [{"value": "Over 3.5", "odd": "1.54"}, {"value": "Under 3.5", "odd": "2.32"}, {"value": "Over 4.5", "odd": "3.80"}, {"value": "Under 4.5", "odd": "1.23"}, {"value": "Over 4", "odd": "2.70"}, {"value": "Under 4", "odd": "1.40"}]}, {"id": 4, "name": "Correct Score", "values": [{"value": "3:0", "odd": "2.54"}, {"value": "3:1", "odd": "2.94"}, {"value": "3:2", "odd": "4.70"}, {"value": "0:3", "odd": "12.00"}, {"value": "1:3", "odd": "8.50"}, {"value": "2:3", "odd": "7.40"}]}, {"id": 5, "name": "Total - Home", "values": [{"value": "Over 94.5", "odd": "2.01"}, {"value": "Under 94.5", "odd": "1.81"}, {"value": "Over 93.5", "odd": "1.92"}, {"value": "Under 93.5", "odd": "1.89"}, {"value": "Over 92.5", "odd": "1.83"}, {"value": "Under 92.5", "odd": "1.98"}, {"value": "Over 89.5", "odd": "1.79"}, {"value": "Under 89.5", "odd": "2.03"}, {"value": "Over 91.5", "odd": "1.86"}, {"value": "Under 91.5", "odd": "1.95"}]}, {"id": 6, "name": "Total - Away", "values": [{"value": "Over 85.5", "odd": "1.94"}, {"value": "Under 85.5", "odd": "1.87"}, {"value": "Over 86.5", "odd": "1.89"}, {"value": "Under 86.5", "odd": "1.92"}, {"value": "Over 87.5", "odd": "1.96"}, {"value": "Under 87.5", "odd": "1.85"}, {"value": "Over 79.5", "odd": "1.79"}, {"value": "Under 79.5", "odd": "2.03"}, {"value": "Over 81.5", "odd": "1.83"}, {"value": "Under 81.5", "odd": "1.98"}, {"value": "Over 83.5", "odd": "1.96"}, {"value": "Under 83.5", "odd": "1.85"}]}, {"id": 7, "name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.88"}, {"value": "Even", "odd": "1.92"}]}, {"id": 8, "name": "Over/Under by Games in Match", "values": [{"value": "Over 174.5", "odd": "1.79"}, {"value": "Under 174.5", "odd": "2.12"}, {"value": "Over 176.5", "odd": "1.85"}, {"value": "Under 176.5", "odd": "1.85"}, {"value": "Over 177.5", "odd": "1.95"}, {"value": "Under 177.5", "odd": "1.95"}, {"value": "Over 178.5", "odd": "2.01"}, {"value": "Under 178.5", "odd": "1.89"}, {"value": "Over 179.5", "odd": "1.95"}, {"value": "Under 179.5", "odd": "1.95"}, {"value": "Over 180.5", "odd": "2.02"}, {"value": "Under 180.5", "odd": "1.88"}, {"value": "Over 181.5", "odd": "2.02"}, {"value": "Under 181.5", "odd": "1.88"}]}, {"id": 9, "name": "Odd/Even (1st Set)", "values": [{"value": "Odd", "odd": "2.33"}, {"value": "Even", "odd": "1.62"}]}, {"id": 10, "name": "Over/Under (1st Set)", "values": [{"value": "Over 45.5", "odd": "1.95"}, {"value": "Under 45.5", "odd": "1.76"}, {"value": "Over 44.5", "odd": "1.62"}, {"value": "Under 44.5", "odd": "2.15"}]}, {"id": 11, "name": "Home/Away (1st Set)", "values": [{"value": "Home", "odd": "1.43"}, {"value": "Away", "odd": "2.66"}]}, {"id": 12, "name": "Asian Handicap (1st Set)", "values": [{"value": "Home -2.5", "odd": "1.70"}, {"value": "Away -2.5", "odd": "2.03"}]}, {"id": 13, "name": "Asian Handicap (Sets)", "values": [{"value": "Home -1", "odd": "1.29"}, {"value": "Away -1", "odd": "3.24"}, {"value": "Home -1.5", "odd": "1.50"}, {"value": "Away -1.5", "odd": "2.40"}, {"value": "Home -2", "odd": "1.76"}, {"value": "Away -2", "odd": "1.94"}, {"value": "Home -2.5", "odd": "2.65"}, {"value": "Away -2.5", "odd": "1.42"}]}, {"id": 14, "name": "Asian Handicap (Games)", "values": [{"value": "Home -11.5", "odd": "1.88"}, {"value": "Away -11.5", "odd": "1.83"}]}, {"id": 16, "name": "Home/Away (2nd Set)", "values": [{"value": "Home", "odd": "1.37"}, {"value": "Away", "odd": "2.89"}]}]}, {"id": 9, "name": "Sportingbet", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.25"}, {"value": "Away", "odd": "3.60"}]}, {"id": 9, "name": "Odd/Even (1st Set)", "values": [{"value": "Odd", "odd": "2.25"}, {"value": "Even", "odd": "1.57"}]}, {"id": 10, "name": "Over/Under (1st Set)", "values": [{"value": "Over 45.5", "odd": "1.85"}, {"value": "Under 45.5", "odd": "1.85"}]}, {"id": 11, "name": "Home/Away (1st Set)", "values": [{"value": "Home", "odd": "1.40"}, {"value": "Away", "odd": "2.75"}]}]}, {"id": 10, "name": "Betway", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.25"}, {"value": "Away", "odd": "3.55"}]}]}, {"id": 11, "name": "Tipico", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.25"}, {"value": "Away", "odd": "3.60"}]}, {"id": 11, "name": "Home/Away (1st Set)", "values": [{"value": "Home", "odd": "1.37"}, {"value": "Away", "odd": "2.70"}]}]}, {"id": 12, "name": "Betcris", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.23"}, {"value": "Away", "odd": "3.75"}]}, {"id": 8, "name": "Over/Under by Games in Match", "values": [{"value": "Over 176.5", "odd": "1.85"}, {"value": "Under 176.5", "odd": "1.85"}]}, {"id": 10, "name": "Over/Under (1st Set)", "values": [{"value": "Over 45.5", "odd": "1.84"}, {"value": "Under 45.5", "odd": "1.86"}, {"value": "Over 44.5", "odd": "1.53"}, {"value": "Under 44.5", "odd": "2.34"}, {"value": "Over 46.5", "odd": "2.35"}, {"value": "Under 46.5", "odd": "1.53"}]}, {"id": 14, "name": "Asian Handicap (Games)", "values": [{"value": "Home -9.5", "odd": "1.87"}, {"value": "Away -9.5", "odd": "1.84"}, {"value": "Home -8.5", "odd": "1.90"}, {"value": "Away -8.5", "odd": "1.80"}, {"value": "Home -10.5", "odd": "1.90"}, {"value": "Away -10.5", "odd": "1.80"}, {"value": "Home -6.5", "odd": "1.88"}, {"value": "Away -6.5", "odd": "1.82"}, {"value": "Home -11.5", "odd": "1.93"}, {"value": "Away -11.5", "odd": "1.78"}]}, {"id": 29, "name": "Correct Number of Sets", "values": [{"value": "3 Sets", "odd": "2.20"}, {"value": "4 Sets", "odd": "2.55"}, {"value": "5 Sets", "odd": "3.70"}]}]}, {"id": 13, "name": "888Sport", "bets": [{"id": 1, "name": "Home/Away", "values": [{"value": "Home", "odd": "1.25"}, {"value": "Away", "odd": "3.65"}]}, {"id": 11, "name": "Home/Away (1st Set)", "values": [{"value": "Home", "odd": "1.38"}, {"value": "Away", "odd": "2.80"}]}]}, {"id": 15, "name": "Dafabet", "bets": [{"id": 13, "name": "Asian Handicap (Sets)", "values": [{"value": "Home -1.5", "odd": "1.60"}, {"value": "Away -1.5", "odd": "2.28"}]}]}]}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"game": {"type": "string"}}, "required": ["game"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"game": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "league": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "season": {"type": "integer"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name", "season", "type"]}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "code": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name"]}, "update": {"type": "string"}, "bookmakers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "bets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "odd": {"type": "string"}}, "required": ["odd", "value"]}}}, "required": ["id", "name", "values"]}}}, "required": ["bets", "id", "name"]}}}, "required": ["bookmakers", "country", "game", "league", "update"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/3c2b00a0-f66f-4e0d-9347-d81d759da5d4/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Standings/groups | Get the list of available groups for a league to be used in the standings endpoint. | 200 | Response | {"get": "standings", "parameters": {"league": "2", "season": "2020"}, "errors": [], "results": 2, "response": ["Group 1", "Group 2"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "string"}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/2e808fd0-3212-43ac-b3c4-c830beba5f85/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Standings/stages | Get the list of available stages for a league to be used in the standings endpoint. | 200 | Response | {"get": "standings", "parameters": {"league": "2", "season": "2020"}, "errors": [], "results": 1, "response": ["Copa ACLAV - Regular Season"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "string"}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/8ef987f7-6247-4c75-9f0f-8b99d40be134/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Standings | Get the standings for a league.
Return a table of one or more rankings according to the league / cup. Some competitions have several rankings in a year, regular season, pre season etc…
To know the list of available stages or groups you have to use the endpoint standings/stages or standings/groups
Standings are updated every hours
| 200 | Response | {"get": "standings", "parameters": {"league": "2", "season": "2020"}, "errors": [], "results": 1, "response": [[{"position": 1, "stage": "Copa ACLAV - Regular Season", "group": {"name": "Group 1"}, "team": {"id": 6, "name": "Paracao", "logo": "https://media.api-sports.io/volley/teams/6.png"}, "league": {"id": 2, "name": "Copa ACLAV", "type": "cup", "logo": "https://media.api-sports.io/volley/leagues/2.png", "season": 2020}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "games": {"played": 3, "win": {"total": 3, "percentage": "100.00"}, "lose": {"total": 0, "percentage": "0.00"}}, "goals": {"for": 9, "against": 2}, "points": 8, "form": "WWW", "description": "Promotion - Copa ACLAV (Play Offs)"}, {"position": 2, "stage": "Copa ACLAV - Regular Season", "group": {"name": "Group 1"}, "team": {"id": 1, "name": "Obras Pocito", "logo": "https://media.api-sports.io/volley/teams/1.png"}, "league": {"id": 2, "name": "Copa ACLAV", "type": "cup", "logo": "https://media.api-sports.io/volley/leagues/2.png", "season": 2020}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "games": {"played": 3, "win": {"total": 2, "percentage": "66.67"}, "lose": {"total": 1, "percentage": "33.33"}}, "goals": {"for": 6, "against": 7}, "points": 4, "form": "WWL", "description": "Promotion - Copa ACLAV (Play Offs)"}, {"position": 3, "stage": "Copa ACLAV - Regular Season", "group": {"name": "Group 1"}, "team": {"id": 3, "name": "Banfield", "logo": "https://media.api-sports.io/volley/teams/3.png"}, "league": {"id": 2, "name": "Copa ACLAV", "type": "cup", "logo": "https://media.api-sports.io/volley/leagues/2.png", "season": 2020}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "games": {"played": 3, "win": {"total": 1, "percentage": "33.33"}, "lose": {"total": 2, "percentage": "66.67"}}, "goals": {"for": 5, "against": 7}, "points": 4, "form": "LLW", "description": "Promotion - Copa ACLAV (Play Offs)"}, {"position": 4, "stage": "Copa ACLAV - Regular Season", "group": {"name": "Group 1"}, "team": {"id": 4, "name": "Ciudad", "logo": "https://media.api-sports.io/volley/teams/4.png"}, "league": {"id": 2, "name": "Copa ACLAV", "type": "cup", "logo": "https://media.api-sports.io/volley/leagues/2.png", "season": 2020}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "games": {"played": 3, "win": {"total": 0, "percentage": "0.00"}, "lose": {"total": 3, "percentage": "100.00"}}, "goals": {"for": 5, "against": 9}, "points": 2, "form": "LLL", "description": "Promotion - Copa ACLAV (Play Offs)"}, {"position": 1, "stage": "Copa ACLAV - Regular Season", "group": {"name": "Group 2"}, "team": {"id": 7, "name": "UPCN", "logo": "https://media.api-sports.io/volley/teams/7.png"}, "league": {"id": 2, "name": "Copa ACLAV", "type": "cup", "logo": "https://media.api-sports.io/volley/leagues/2.png", "season": 2020}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "games": {"played": 2, "win": {"total": 2, "percentage": "100.00"}, "lose": {"total": 0, "percentage": "0.00"}}, "goals": {"for": 6, "against": 0}, "points": 6, "form": "WW", "description": "Promotion - Copa ACLAV (Play Offs)"}, {"position": 2, "stage": "Copa ACLAV - Regular Season", "group": {"name": "Group 2"}, "team": {"id": 5, "name": "Once Unidos", "logo": "https://media.api-sports.io/volley/teams/5.png"}, "league": {"id": 2, "name": "Copa ACLAV", "type": "cup", "logo": "https://media.api-sports.io/volley/leagues/2.png", "season": 2020}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "games": {"played": 2, "win": {"total": 1, "percentage": "50.00"}, "lose": {"total": 1, "percentage": "50.00"}}, "goals": {"for": 3, "against": 5}, "points": 2, "form": "WL", "description": "Promotion - Copa ACLAV (Play Offs)"}, {"position": 3, "stage": "Copa ACLAV - Regular Season", "group": {"name": "Group 2"}, "team": {"id": 8, "name": "UVT San Juan", "logo": "https://media.api-sports.io/volley/teams/8.png"}, "league": {"id": 2, "name": "Copa ACLAV", "type": "cup", "logo": "https://media.api-sports.io/volley/leagues/2.png", "season": 2020}, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "games": {"played": 2, "win": {"total": 0, "percentage": "0.00"}, "lose": {"total": 2, "percentage": "100.00"}}, "goals": {"for": 2, "against": 6}, "points": 1, "form": "LL", "description": "Promotion - Copa ACLAV (Play Offs)"}]]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "stage": {"type": "string"}, "group": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name"]}, "league": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "logo": {"type": "string"}, "season": {"type": "integer"}}, "required": ["id", "logo", "name", "season", "type"]}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "code": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name"]}, "games": {"type": "object", "properties": {"played": {"type": "integer"}, "win": {"type": "object", "properties": {"total": {"type": "integer"}, "percentage": {"type": "string"}}, "required": ["percentage", "total"]}, "lose": {"type": "object", "properties": {"total": {"type": "integer"}, "percentage": {"type": "string"}}, "required": ["percentage", "total"]}}, "required": ["lose", "played", "win"]}, "goals": {"type": "object", "properties": {"for": {"type": "integer"}, "against": {"type": "integer"}}, "required": ["against", "for"]}, "points": {"type": "integer"}, "form": {"type": "string"}, "description": {"type": "string"}}, "required": ["country", "description", "form", "games", "goals", "group", "league", "points", "position", "stage", "team"]}}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/3622e901-1968-40cc-b6de-92ba6e2ca6ac/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Teams/statistics | Return the statistics for a team according to a league and season | 200 | Response | {"get": "teams", "parameters": {"league": "2", "season": "2020", "team": "7"}, "errors": [], "results": 5, "response": {"country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, "league": {"id": 2, "name": "Copa ACLAV", "type": "cup", "logo": "https://media.api-sports.io/volley/leagues/2.png", "season": 2020}, "team": {"id": 7, "name": "UPCN", "logo": "https://media.api-sports.io/volley/teams/7.png"}, "games": {"played": {"home": 4, "away": 1, "all": 5}, "wins": {"home": {"total": 4, "percentage": "100.00"}, "away": {"total": 1, "percentage": "100.00"}, "all": {"total": 5, "percentage": "100.00"}}, "draws": {"home": {"total": 0, "percentage": "0.00"}, "away": {"total": 0, "percentage": "0.00"}, "all": {"total": 0, "percentage": "0.00"}}, "loses": {"home": {"total": 0, "percentage": "0.00"}, "away": {"total": 0, "percentage": "0.00"}, "all": {"total": 0, "percentage": "0.00"}}}, "goals": {"for": {"total": {"home": 12, "away": 3, "all": 15}, "average": {"home": "3.0", "away": "3.0", "all": "3.0"}}, "against": {"total": {"home": 1, "away": 0, "all": 1}, "average": {"home": "0.3", "away": "0.0", "all": "0.2"}}}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}, "team": {"type": "string"}}, "required": ["league", "season", "team"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "object", "properties": {"country": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "code": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name"]}, "league": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "logo": {"type": "string"}, "season": {"type": "integer"}}, "required": ["id", "logo", "name", "season", "type"]}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name"]}, "games": {"type": "object", "properties": {"played": {"type": "object", "properties": {"home": {"type": "integer"}, "away": {"type": "integer"}, "all": {"type": "integer"}}, "required": ["all", "away", "home"]}, "wins": {"type": "object", "properties": {"home": {"type": "object", "properties": {"total": {"type": "integer"}, "percentage": {"type": "string"}}, "required": ["percentage", "total"]}, "away": {"type": "object", "properties": {"total": {"type": "integer"}, "percentage": {"type": "string"}}, "required": ["percentage", "total"]}, "all": {"type": "object", "properties": {"total": {"type": "integer"}, "percentage": {"type": "string"}}, "required": ["percentage", "total"]}}, "required": ["all", "away", "home"]}, "draws": {"type": "object", "properties": {"home": {"type": "object", "properties": {"total": {"type": "integer"}, "percentage": {"type": "string"}}, "required": ["percentage", "total"]}, "away": {"type": "object", "properties": {"total": {"type": "integer"}, "percentage": {"type": "string"}}, "required": ["percentage", "total"]}, "all": {"type": "object", "properties": {"total": {"type": "integer"}, "percentage": {"type": "string"}}, "required": ["percentage", "total"]}}, "required": ["all", "away", "home"]}, "loses": {"type": "object", "properties": {"home": {"type": "object", "properties": {"total": {"type": "integer"}, "percentage": {"type": "string"}}, "required": ["percentage", "total"]}, "away": {"type": "object", "properties": {"total": {"type": "integer"}, "percentage": {"type": "string"}}, "required": ["percentage", "total"]}, "all": {"type": "object", "properties": {"total": {"type": "integer"}, "percentage": {"type": "string"}}, "required": ["percentage", "total"]}}, "required": ["all", "away", "home"]}}, "required": ["draws", "loses", "played", "wins"]}, "goals": {"type": "object", "properties": {"for": {"type": "object", "properties": {"total": {"type": "object", "properties": {"home": {"type": "integer"}, "away": {"type": "integer"}, "all": {"type": "integer"}}, "required": ["all", "away", "home"]}, "average": {"type": "object", "properties": {"home": {"type": "string"}, "away": {"type": "string"}, "all": {"type": "string"}}, "required": ["all", "away", "home"]}}, "required": ["average", "total"]}, "against": {"type": "object", "properties": {"total": {"type": "object", "properties": {"home": {"type": "integer"}, "away": {"type": "integer"}, "all": {"type": "integer"}}, "required": ["all", "away", "home"]}, "average": {"type": "object", "properties": {"home": {"type": "string"}, "away": {"type": "string"}, "all": {"type": "string"}}, "required": ["all", "away", "home"]}}, "required": ["average", "total"]}}, "required": ["against", "for"]}}, "required": ["country", "games", "goals", "league", "team"]}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/757bc47c-33c8-4143-baac-13f806e6b2f9/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Teams | Get data about teams.
The team id are unique in the API and teams keep it among all the leagues/cups in which they participate.
This endpoint requires at least one parameter.
| 200 | Response | {"get": "teams", "parameters": {"league": "2", "season": "2020"}, "errors": [], "results": 7, "response": [{"id": 3, "name": "Banfield", "logo": "https://media.api-sports.io/volley/teams/3.png", "national": false, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}}, {"id": 4, "name": "Ciudad", "logo": "https://media.api-sports.io/volley/teams/4.png", "national": false, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}}, {"id": 1, "name": "Obras Pocito", "logo": "https://media.api-sports.io/volley/teams/1.png", "national": false, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}}, {"id": 5, "name": "Once Unidos", "logo": "https://media.api-sports.io/volley/teams/5.png", "national": false, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}}, {"id": 6, "name": "Paracao", "logo": "https://media.api-sports.io/volley/teams/6.png", "national": false, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}}, {"id": 7, "name": "UPCN", "logo": "https://media.api-sports.io/volley/teams/7.png", "national": false, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}}, {"id": 8, "name": "UVT San Juan", "logo": "https://media.api-sports.io/volley/teams/8.png", "national": false, "country": {"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}, "national": {"type": "boolean"}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "code": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name"]}}, "required": ["country", "id", "logo", "name", "national"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/433f6517-8c7e-4423-9834-93d226388b33/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Countries | Get the list of available countries.
The name, id and code fields can be used in other endpoints as filters.
All the parameters of this endpoint can be used together.
| 200 | Response | {"get": "countries", "parameters": [], "errors": [], "results": 51, "response": [{"id": 1, "name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, {"id": 2, "name": "Australia", "code": "AU", "flag": "https://media.api-sports.io/flags/au.svg"}, {"id": 3, "name": "Austria", "code": "AT", "flag": "https://media.api-sports.io/flags/at.svg"}, {"id": 4, "name": "Azerbaijan", "code": "AZ", "flag": "https://media.api-sports.io/flags/az.svg"}, {"id": 5, "name": "Belarus", "code": "BY", "flag": "https://media.api-sports.io/flags/by.svg"}, {"id": 6, "name": "Belgium", "code": "BE", "flag": "https://media.api-sports.io/flags/be.svg"}, {"id": 7, "name": "Bosnia-And-Herzegovina", "code": "BA", "flag": "https://media.api-sports.io/flags/ba.svg"}, {"id": 8, "name": "Brazil", "code": "BR", "flag": "https://media.api-sports.io/flags/br.svg"}, {"id": 9, "name": "Bulgaria", "code": "BG", "flag": "https://media.api-sports.io/flags/bg.svg"}, {"id": 10, "name": "China", "code": "CN", "flag": "https://media.api-sports.io/flags/cn.svg"}, {"id": 11, "name": "Croatia", "code": "HR", "flag": "https://media.api-sports.io/flags/hr.svg"}, {"id": 12, "name": "Cyprus", "code": "CY", "flag": "https://media.api-sports.io/flags/cy.svg"}, {"id": 13, "name": "Czech-Republic", "code": "CZ", "flag": "https://media.api-sports.io/flags/cz.svg"}, {"id": 14, "name": "Denmark", "code": "DK", "flag": "https://media.api-sports.io/flags/dk.svg"}, {"id": 15, "name": "England", "code": "GB", "flag": "https://media.api-sports.io/flags/gb.svg"}, {"id": 16, "name": "Estonia", "code": "EE", "flag": "https://media.api-sports.io/flags/ee.svg"}, {"id": 17, "name": "Finland", "code": "FI", "flag": "https://media.api-sports.io/flags/fi.svg"}, {"id": 18, "name": "France", "code": "FR", "flag": "https://media.api-sports.io/flags/fr.svg"}, {"id": 19, "name": "Germany", "code": "DE", "flag": "https://media.api-sports.io/flags/de.svg"}, {"id": 20, "name": "Greece", "code": "GR", "flag": "https://media.api-sports.io/flags/gr.svg"}, {"id": 21, "name": "Hungary", "code": "HU", "flag": "https://media.api-sports.io/flags/hu.svg"}, {"id": 22, "name": "Iceland", "code": "IS", "flag": "https://media.api-sports.io/flags/is.svg"}, {"id": 23, "name": "Iran", "code": "IR", "flag": "https://media.api-sports.io/flags/ir.svg"}, {"id": 24, "name": "Israel", "code": "IL", "flag": "https://media.api-sports.io/flags/il.svg"}, {"id": 25, "name": "Italy", "code": "IT", "flag": "https://media.api-sports.io/flags/it.svg"}, {"id": 26, "name": "Japan", "code": "JP", "flag": "https://media.api-sports.io/flags/jp.svg"}, {"id": 27, "name": "Kazakhstan", "code": "KZ", "flag": "https://media.api-sports.io/flags/kz.svg"}, {"id": 28, "name": "Latvia", "code": "LV", "flag": "https://media.api-sports.io/flags/lv.svg"}, {"id": 29, "name": "Lebanon", "code": "LB", "flag": "https://media.api-sports.io/flags/lb.svg"}, {"id": 30, "name": "Morocco", "code": "MA", "flag": "https://media.api-sports.io/flags/ma.svg"}, {"id": 31, "name": "Netherlands", "code": "NL", "flag": "https://media.api-sports.io/flags/nl.svg"}, {"id": 32, "name": "Norway", "code": "NO", "flag": "https://media.api-sports.io/flags/no.svg"}, {"id": 33, "name": "Peru", "code": "PE", "flag": "https://media.api-sports.io/flags/pe.svg"}, {"id": 34, "name": "Poland", "code": "PL", "flag": "https://media.api-sports.io/flags/pl.svg"}, {"id": 35, "name": "Portugal", "code": "PT", "flag": "https://media.api-sports.io/flags/pt.svg"}, {"id": 36, "name": "Puerto-Rico", "code": "PR", "flag": "https://media.api-sports.io/flags/pr.svg"}, {"id": 37, "name": "Qatar", "code": "QA", "flag": "https://media.api-sports.io/flags/qa.svg"}, {"id": 38, "name": "Romania", "code": "RO", "flag": "https://media.api-sports.io/flags/ro.svg"}, {"id": 39, "name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, {"id": 40, "name": "Serbia", "code": "RS", "flag": "https://media.api-sports.io/flags/rs.svg"}, {"id": 41, "name": "Slovakia", "code": "SK", "flag": "https://media.api-sports.io/flags/sk.svg"}, {"id": 42, "name": "Slovenia", "code": "SI", "flag": "https://media.api-sports.io/flags/si.svg"}, {"id": 43, "name": "South-Korea", "code": "KR", "flag": "https://media.api-sports.io/flags/kr.svg"}, {"id": 44, "name": "Spain", "code": "ES", "flag": "https://media.api-sports.io/flags/es.svg"}, {"id": 45, "name": "Sweden", "code": "SE", "flag": "https://media.api-sports.io/flags/se.svg"}, {"id": 46, "name": "Switzerland", "code": "CH", "flag": "https://media.api-sports.io/flags/ch.svg"}, {"id": 47, "name": "Taiwan", "code": "TW", "flag": "https://media.api-sports.io/flags/tw.svg"}, {"id": 48, "name": "Tajikistan", "code": "TJ", "flag": "https://media.api-sports.io/flags/tj.svg"}, {"id": 49, "name": "Turkey", "code": "TR", "flag": "https://media.api-sports.io/flags/tr.svg"}, {"id": 50, "name": "Ukraine", "code": "UA", "flag": "https://media.api-sports.io/flags/ua.svg"}, {"id": 51, "name": "USA", "code": "US", "flag": "https://media.api-sports.io/flags/us.svg"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "code": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name"]}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/2d347258-ebe8-4b14-912d-df872089653b/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Seasons | All seasons are only 4-digit keys, so for a league whose season is 2018-2019 the season in the API will be 2018.
All seasons can be used in other endpoints as filters.
This endpoint does not require any parameters.
| 200 | Response | {"get": "seasons", "parameters": [], "errors": [], "results": 11, "response": [2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "integer"}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
8f368e96-3b88-4a17-acdf-038d421b59fd/729fb1eb-1e48-489b-ba4d-ea007a09e227/0/0 | API-VOLLEYBALL | +240 Volleyball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/volleyball/v1. Widgets : https://www.api-football.com/widgets | 9.5 | Timezone | Get the list of available timezone to be used in the games endpoint.
This endpoint does not require any parameters.
| 200 | Response | {"get": "timezone", "parameters": [], "errors": [], "results": 425, "response": ["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Africa/Casablanca", "Africa/Ceuta", "Africa/Conakry", "Africa/Dakar", "Africa/Dar_es_Salaam", "Africa/Djibouti", "Africa/Douala", "Africa/El_Aaiun", "Africa/Freetown", "Africa/Gaborone", "Africa/Harare", "Africa/Johannesburg", "Africa/Juba", "Africa/Kampala", "Africa/Khartoum", "Africa/Kigali", "Africa/Kinshasa", "Africa/Lagos", "Africa/Libreville", "Africa/Lome", "Africa/Luanda", "Africa/Lubumbashi", "Africa/Lusaka", "Africa/Malabo", "Africa/Maputo", "Africa/Maseru", "Africa/Mbabane", "Africa/Mogadishu", "Africa/Monrovia", "Africa/Nairobi", "Africa/Ndjamena", "Africa/Niamey", "Africa/Nouakchott", "Africa/Ouagadougou", "Africa/Porto-Novo", "Africa/Sao_Tome", "Africa/Tripoli", "Africa/Tunis", "Africa/Windhoek", "America/Adak", "America/Anchorage", "America/Anguilla", "America/Antigua", "America/Araguaina", "America/Argentina/Buenos_Aires", "America/Argentina/Catamarca", "America/Argentina/Cordoba", "America/Argentina/Jujuy", "America/Argentina/La_Rioja", "America/Argentina/Mendoza", "America/Argentina/Rio_Gallegos", "America/Argentina/Salta", "America/Argentina/San_Juan", "America/Argentina/San_Luis", "America/Argentina/Tucuman", "America/Argentina/Ushuaia", "America/Aruba", "America/Asuncion", "America/Atikokan", "America/Bahia", "America/Bahia_Banderas", "America/Barbados", "America/Belem", "America/Belize", "America/Blanc-Sablon", "America/Boa_Vista", "America/Bogota", "America/Boise", "America/Cambridge_Bay", "America/Campo_Grande", "America/Cancun", "America/Caracas", "America/Cayenne", "America/Cayman", "America/Chicago", "America/Chihuahua", "America/Costa_Rica", "America/Creston", "America/Cuiaba", "America/Curacao", "America/Danmarkshavn", "America/Dawson", "America/Dawson_Creek", "America/Denver", "America/Detroit", "America/Dominica", "America/Edmonton", "America/Eirunepe", "America/El_Salvador", "America/Fort_Nelson", "America/Fortaleza", "America/Glace_Bay", "America/Godthab", "America/Goose_Bay", "America/Grand_Turk", "America/Grenada", "America/Guadeloupe", "America/Guatemala", "America/Guayaquil", "America/Guyana", "America/Halifax", "America/Havana", "America/Hermosillo", "America/Indiana/Indianapolis", "America/Indiana/Knox", "America/Indiana/Marengo", "America/Indiana/Petersburg", "America/Indiana/Tell_City", "America/Indiana/Vevay", "America/Indiana/Vincennes", "America/Indiana/Winamac", "America/Inuvik", "America/Iqaluit", "America/Jamaica", "America/Juneau", "America/Kentucky/Louisville", "America/Kentucky/Monticello", "America/Kralendijk", "America/La_Paz", "America/Lima", "America/Los_Angeles", "America/Lower_Princes", "America/Maceio", "America/Managua", "America/Manaus", "America/Marigot", "America/Martinique", "America/Matamoros", "America/Mazatlan", "America/Menominee", "America/Merida", "America/Metlakatla", "America/Mexico_City", "America/Miquelon", "America/Moncton", "America/Monterrey", "America/Montevideo", "America/Montserrat", "America/Nassau", "America/New_York", "America/Nipigon", "America/Nome", "America/Noronha", "America/North_Dakota/Beulah", "America/North_Dakota/Center", "America/North_Dakota/New_Salem", "America/Ojinaga", "America/Panama", "America/Pangnirtung", "America/Paramaribo", "America/Phoenix", "America/Port-au-Prince", "America/Port_of_Spain", "America/Porto_Velho", "America/Puerto_Rico", "America/Punta_Arenas", "America/Rainy_River", "America/Rankin_Inlet", "America/Recife", "America/Regina", "America/Resolute", "America/Rio_Branco", "America/Santarem", "America/Santiago", "America/Santo_Domingo", "America/Sao_Paulo", "America/Scoresbysund", "America/Sitka", "America/St_Barthelemy", "America/St_Johns", "America/St_Kitts", "America/St_Lucia", "America/St_Thomas", "America/St_Vincent", "America/Swift_Current", "America/Tegucigalpa", "America/Thule", "America/Thunder_Bay", "America/Tijuana", "America/Toronto", "America/Tortola", "America/Vancouver", "America/Whitehorse", "America/Winnipeg", "America/Yakutat", "America/Yellowknife", "Antarctica/Casey", "Antarctica/Davis", "Antarctica/DumontDUrville", "Antarctica/Macquarie", "Antarctica/Mawson", "Antarctica/McMur", "Antarctica/PalmerAnta", "Antarctica/Rothera", "Antarctica/Syowa", "Antarctica/Troll", "Antarctica/Vostok", "Arctic/Longyearbyen", "Asia/Aden", "Asia/Almaty", "Asia/Amman", "Asia/Anadyr", "Asia/Aqtau", "Asia/Aqtobe", "Asia/Ashgabat", "Asia/Atyrau", "Asia/Baghdad", "Asia/Bahrain", "Asia/Baku", "Asia/Bangkok", "Asia/Barnaul", "Asia/Beirut", "Asia/Bishkek", "Asia/Brunei", "Asia/Chita", "Asia/Choibalsan", "Asia/Colombo", "Asia/Damascus", "Asia/Dhaka", "Asia/Dili", "Asia/Dubai", "Asia/Dushanbe", "Asia/Famagusta", "Asia/Gaza", "Asia/Hebron", "Asia/Ho_Chi_Minh", "Asia/Hong_Kong", "Asia/Hovd", "Asia/Irkutsk", "Asia/Jakarta", "Asia/Jayapura", "Asia/Jerusalem", "Asia/Kabul", "Asia/Kamchatka", "Asia/Karachi", "Asia/Kathmandu", "Asia/Khandyga", "Asia/Kolkata", "Asia/Krasnoyarsk", "Asia/Kuala_Lumpur", "Asia/Kuching", "Asia/Kuwait", "Asia/Macau", "Asia/Magadan", "Asia/Makassar", "Asia/Manila", "Asia/Muscat", "Asia/Nicosia", "Asia/Novokuznetsk", "Asia/Novosibirsk", "Asia/Omsk", "Asia/Oral", "Asia/Phnom_Penh", "Asia/Pontianak", "Asia/Pyongyang", "Asia/Qatar", "Asia/Qostanay", "Asia/Qyzylorda", "Asia/Riyadh", "Asia/Sakhalin", "Asia/Samarkand", "Asia/Seoul", "Asia/Shanghai", "Asia/Singapore", "Asia/Srednekolymsk", "Asia/Taipei", "Asia/Tashkent", "Asia/Tbilisi", "Asia/Tehran", "Asia/Thimphu", "Asia/Tokyo", "Asia/Tomsk", "Asia/Ulaanbaatar", "Asia/Urumqi", "Asia/Ust-Nera", "Asia/Vientiane", "Asia/Vladivostok", "Asia/Yakutsk", "Asia/Yangon", "Asia/Yekaterinburg", "Asia/Yerevan", "Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Cape_Verde", "Atlantic/Faroe", "Atlantic/Madeira", "Atlantic/Reykjavik", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley", "Australia/Adelaide", "Australia/Brisbane", "Australia/Broken_Hill", "Australia/Currie", "Australia/Darwin", "Australia/Eucla", "Australia/Hobart", "Australia/Lindeman", "Australia/Lord_Howe", "Australia/Melbourne", "Australia/Perth", "Australia/Sydney", "Europe/Amsterdam", "Europe/Andorra", "Europe/Astrakhan", "Europe/Athens", "Europe/Belgrade", "Europe/Berlin", "Europe/Bratislava", "Europe/Brussels", "Europe/Bucharest", "Europe/Budapest", "Europe/Busingen", "Europe/Chisinau", "Europe/Copenhagen", "Europe/Dublin", "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man", "Europe/Istanbul", "Europe/Jersey", "Europe/Kaliningrad", "Europe/Kiev", "Europe/Kirov", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn", "Europe/Minsk", "Europe/Monaco", "Europe/Moscow", "Europe/Oslo", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/Samara", "Europe/San_Marino", "Europe/Sarajevo", "Europe/Saratov", "Europe/Simferopol", "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Ulyanovsk", "Europe/Uzhgorod", "Europe/Vaduz", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius", "Europe/Volgograd", "Europe/Warsaw", "Europe/Zagreb", "Europe/Zaporozhye", "Europe/Zurich", "Indian/Antananarivo", "Indian/Chagos", "Indian/Christmas", "Indian/Cocos", "Indian/Comoro", "Indian/Kerguelen", "Indian/Mahe", "Indian/Maldives", "Indian/Mauritius", "Indian/Mayotte", "Indian/Reunion", "Pacific/Apia", "Pacific/Auckland", "Pacific/Bougainville", "Pacific/Chatham", "Pacific/Chuuk", "Pacific/Easter", "Pacific/Efate", "Pacific/Enderbury", "Pacific/Fakaofo", "Pacific/Fiji", "Pacific/Funafuti", "Pacific/Galapagos", "Pacific/Gambier", "Pacific/Guadalcanal", "Pacific/Guam", "Pacific/Honolulu", "Pacific/Kiritimati", "Pacific/Kosrae", "Pacific/Kwajalein", "Pacific/Majuro", "Pacific/Marquesas", "Pacific/Midway", "Pacific/Nauru", "Pacific/Niue", "Pacific/Norfolk", "Pacific/Noumea", "Pacific/Pago_Pago", "Pacific/Palau", "Pacific/Pitcairn", "Pacific/Pohnpei", "Pacific/Port_Moresby", "Pacific/Rarotonga", "Pacific/Saipan", "Pacific/Tahiti", "Pacific/Tarawa", "Pacific/Tongatapu", "Pacific/Wake", "Pacific/Wallis"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "string"}}}, "required": ["errors", "get", "parameters", "response", "results"]} |
30022fb0-6be2-4d27-ab6c-c40f1db54728/c4d32ccf-023b-47f8-9c5d-2b82f548b60b/0/0 | Premier League Upcoming Matches | This API will provide you information about future matches of different clubs in Premier League | 7.2 | /fixtures | When making a request to this API, it will return a JSON containing a list of upcoming matches in Premier League | 200 | Response | {"code": 200, "status": "SUCCESS", "results": [{"id": 75249, "competition": {"id": 1, "name": "Premier League", "abbr": "EN_PR", "season": "2022/23", "gameweekRange": [1, 38], "gameweek": 34}, "clubs": [{"name": "Manchester United", "shortName": "Man Utd", "abbr": "MUN", "id": 12}, {"name": "Aston Villa", "shortName": "Aston Villa", "abbr": "AVL", "id": 2}], "kickoffTime": 1682859600000, "behindClosedDoors": false, "neutralGround": false, "extraTime": false, "shootout": false, "ground": {"name": "Old Trafford", "city": "Manchester", "source": "OPTA", "id": 42}}, {"id": 75241, "competition": {"id": 1, "name": "Premier League", "abbr": "EN_PR", "season": "2022/23", "gameweekRange": [1, 38], "gameweek": 34}, "clubs": [{"name": "Arsenal", "shortName": "Arsenal", "abbr": "ARS", "id": 1}, {"name": "Chelsea", "shortName": "Chelsea", "abbr": "CHE", "id": 4}], "kickoffTime": 1683054000000, "behindClosedDoors": false, "neutralGround": false, "extraTime": false, "shootout": false, "ground": {"name": "Emirates Stadium", "city": "London", "source": "OPTA", "id": 52}}, {"id": 75260, "competition": {"id": 1, "name": "Premier League", "abbr": "EN_PR", "season": "2022/23", "gameweekRange": [1, 38], "gameweek": 35}, "clubs": [{"name": "Wolverhampton Wanderers", "shortName": "Wolves", "abbr": "WOL", "id": 38}, {"name": "Aston Villa", "shortName": "Aston Villa", "abbr": "AVL", "id": 2}], "kickoffTime": 1683381600000, "behindClosedDoors": false, "neutralGround": false, "extraTime": false, "shootout": false, "ground": {"name": "Molineux Stadium", "city": "Wolverhampton", "source": "OPTA", "id": 913}}, {"id": 75256, "competition": {"id": 1, "name": "Premier League", "abbr": "EN_PR", "season": "2022/23", "gameweekRange": [1, 38], "gameweek": 35}, "clubs": [{"name": "Newcastle United", "shortName": "Newcastle", "abbr": "NEW", "id": 23}, {"name": "Arsenal", "shortName": "Arsenal", "abbr": "ARS", "id": 1}], "kickoffTime": 1683473400000, "behindClosedDoors": false, "neutralGround": false, "extraTime": false, "shootout": false, "ground": {"name": "St. James' Park", "city": "Newcastle", "source": "OPTA", "id": 27}}, {"id": 75262, "competition": {"id": 1, "name": "Premier League", "abbr": "EN_PR", "season": "2022/23", "gameweekRange": [1, 38], "gameweek": 36}, "clubs": [{"name": "Aston Villa", "shortName": "Aston Villa", "abbr": "AVL", "id": 2}, {"name": "Tottenham Hotspur", "shortName": "Spurs", "abbr": "TOT", "id": 21}], "kickoffTime": 1683986400000, "behindClosedDoors": false, "neutralGround": false, "extraTime": false, "shootout": false, "ground": {"name": "Villa Park", "city": "Birmingham", "source": "OPTA", "id": 1986}}, {"id": 75261, "competition": {"id": 1, "name": "Premier League", "abbr": "EN_PR", "season": "2022/23", "gameweekRange": [1, 38], "gameweek": 36}, "clubs": [{"name": "Arsenal", "shortName": "Arsenal", "abbr": "ARS", "id": 1}, {"name": "Brighton and Hove Albion", "shortName": "Brighton", "abbr": "BHA", "id": 131}], "kickoffTime": 1684078200000, "behindClosedDoors": false, "neutralGround": false, "extraTime": false, "shootout": false, "ground": {"name": "Emirates Stadium", "city": "London", "source": "OPTA", "id": 52}}, {"id": 75274, "competition": {"id": 1, "name": "Premier League", "abbr": "EN_PR", "season": "2022/23", "gameweekRange": [1, 38], "gameweek": 37}, "clubs": [{"name": "Liverpool", "shortName": "Liverpool", "abbr": "LIV", "id": 10}, {"name": "Aston Villa", "shortName": "Aston Villa", "abbr": "AVL", "id": 2}], "kickoffTime": 1684591200000, "behindClosedDoors": false, "neutralGround": false, "extraTime": false, "shootout": false, "ground": {"name": "Anfield", "city": "Liverpool", "source": "OPTA", "id": 901}}, {"id": 75277, "competition": {"id": 1, "name": "Premier League", "abbr": "EN_PR", "season": "2022/23", "gameweekRange": [1, 38], "gameweek": 37}, "clubs": [{"name": "Nottingham Forest", "shortName": "Nott'm Forest", "abbr": "NFO", "id": 15}, {"name": "Arsenal", "shortName": "Arsenal", "abbr": "ARS", "id": 1}], "kickoffTime": 1684600200000, "behindClosedDoors": false, "neutralGround": false, "extraTime": false, "shootout": false, "ground": {"name": "The City Ground", "city": "Nottingham", "source": "OPTA", "id": 2548}}, {"id": 75281, "competition": {"id": 1, "name": "Premier League", "abbr": "EN_PR", "season": "2022/23", "gameweekRange": [1, 38], "gameweek": 38}, "clubs": [{"name": "Arsenal", "shortName": "Arsenal", "abbr": "ARS", "id": 1}, {"name": "Wolverhampton Wanderers", "shortName": "Wolves", "abbr": "WOL", "id": 38}], "kickoffTime": 1685287800000, "behindClosedDoors": false, "neutralGround": false, "extraTime": false, "shootout": false, "ground": {"name": "Emirates Stadium", "city": "London", "source": "OPTA", "id": 52}}, {"id": 75282, "competition": {"id": 1, "name": "Premier League", "abbr": "EN_PR", "season": "2022/23", "gameweekRange": [1, 38], "gameweek": 38}, "clubs": [{"name": "Aston Villa", "shortName": "Aston Villa", "abbr": "AVL", "id": 2}, {"name": "Brighton and Hove Albion", "shortName": "Brighton", "abbr": "BHA", "id": 131}], "kickoffTime": 1685287800000, "behindClosedDoors": false, "neutralGround": false, "extraTime": false, "shootout": false, "ground": {"name": "Villa Park", "city": "Birmingham", "source": "OPTA", "id": 1986}}], "pageInfo": {"page": 0, "numPages": 1, "pageSize": 20, "numEntries": 10}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "competition": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "abbr": {"type": "string"}, "season": {"type": "string"}, "gameweekRange": {"type": "array", "items": {"type": "integer"}}, "gameweek": {"type": "integer"}}, "required": ["abbr", "gameweek", "gameweekRange", "id", "name", "season"]}, "clubs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "shortName": {"type": "string"}, "abbr": {"type": "string"}, "id": {"type": "integer"}}, "required": ["abbr", "id", "name", "shortName"]}}, "kickoffTime": {"type": "integer"}, "behindClosedDoors": {"type": "boolean"}, "neutralGround": {"type": "boolean"}, "extraTime": {"type": "boolean"}, "shootout": {"type": "boolean"}, "ground": {"type": "object", "properties": {"name": {"type": "string"}, "city": {"type": "string"}, "source": {"type": "string"}, "id": {"type": "integer"}}, "required": ["city", "id", "name", "source"]}}, "required": ["behindClosedDoors", "clubs", "competition", "extraTime", "ground", "id", "kickoffTime", "neutralGround", "shootout"]}}, "pageInfo": {"type": "object", "properties": {"page": {"type": "integer"}, "numPages": {"type": "integer"}, "pageSize": {"type": "integer"}, "numEntries": {"type": "integer"}}, "required": ["numEntries", "numPages", "page", "pageSize"]}}, "required": ["code", "pageInfo", "results", "status"]} |
30022fb0-6be2-4d27-ab6c-c40f1db54728/6c971fba-a6fd-4aee-aaea-c755bb16855a/0/0 | Premier League Upcoming Matches | This API will provide you information about future matches of different clubs in Premier League | 7.2 | /competitions | This API will return an array of 5 biggest competitions in which all clubs in Premier League are able to participate | 200 | Response | {"code": 200, "status": "SUCCESS", "results": [{"abbr": "EN_PR", "name": "Premier League", "level": "SEN", "compSeasons": [{"label": "2022/23", "id": 489}, {"label": "2021/22", "id": 418}, {"label": "2020/21", "id": 363}, {"label": "2019/20", "id": 274}, {"label": "2018/19", "id": 210}, {"label": "2017/18", "id": 79}, {"label": "2016/17", "id": 54}, {"label": "2015/16", "id": 42}, {"label": "2014/15", "id": 27}, {"label": "2013/14", "id": 22}, {"label": "2012/13", "id": 21}, {"label": "2011/12", "id": 20}, {"label": "2010/11", "id": 19}, {"label": "2009/10", "id": 18}, {"label": "2008/09", "id": 17}, {"label": "2007/08", "id": 16}, {"label": "2006/07", "id": 15}, {"label": "2005/06", "id": 14}, {"label": "2004/05", "id": 13}, {"label": "2003/04", "id": 12}, {"label": "2002/03", "id": 11}, {"label": "2001/02", "id": 10}, {"label": "2000/01", "id": 9}, {"label": "1999/00", "id": 8}, {"label": "1998/99", "id": 7}, {"label": "1997/98", "id": 6}, {"label": "1996/97", "id": 5}, {"label": "1995/96", "id": 4}, {"label": "1994/95", "id": 3}, {"label": "1993/94", "id": 2}, {"label": "1992/93", "id": 1}], "id": 1}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"abbr": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "compSeasons": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "id": {"type": "integer"}}, "required": ["id", "label"]}}, "id": {"type": "integer"}}, "required": ["abbr", "compSeasons", "id", "level", "name"]}}}, "required": ["code", "results", "status"]} |
30022fb0-6be2-4d27-ab6c-c40f1db54728/bb26b37d-03eb-4345-9ebe-dbca0fb2d7a5/0/0 | Premier League Upcoming Matches | This API will provide you information about future matches of different clubs in Premier League | 7.2 | /clubs | This API will supply client info about all clubs that are playing the First Premier League Competition | 200 | Response | {"code": 200, "status": "SUCCESS", "results": [{"name": "Arsenal", "teamType": "FIRST", "grounds": [{"name": "Emirates Stadium", "city": "London", "capacity": 60272, "location": {"latitude": 51.5548, "longitude": -0.108533}, "source": "OPTA", "id": 52}], "shortName": "Arsenal", "id": 1, "abbr": "ARS"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "teamType": {"type": "string"}, "grounds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "city": {"type": "string"}, "capacity": {"type": "integer"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "source": {"type": "string"}, "id": {"type": "integer"}}, "required": ["capacity", "city", "id", "location", "name", "source"]}}, "shortName": {"type": "string"}, "id": {"type": "integer"}, "abbr": {"type": "string"}}, "required": ["abbr", "grounds", "id", "name", "shortName", "teamType"]}}}, "required": ["code", "results", "status"]} |
24d0b2f0-cde0-4903-b4bc-a23a54aef6e8/5f87b1d7-69c9-4549-89c1-358c820082e8/0/0 | Satellite API | This Read-Only API Allows Users To Access Their Sleeper Fantasy Football Leagues. Lookup Leagues, Check Standings, View Keeper Options And More. | 0 | DIVISION BATTLE | Returns the sum of the player scores in each division for the current week. Optionally post the results to GroupMe. | 200 | Response | [{"id": 2, "week": 11, "name": "HODL", "score": 586.08}, {"id": 1, "week": 11, "name": "To The Moon", "score": 546.52}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "week": {"type": "integer"}, "name": {"type": "string"}, "score": {"type": "number"}}, "required": ["id", "name", "score", "week"]}} |
24d0b2f0-cde0-4903-b4bc-a23a54aef6e8/b1d45f4d-9490-46d8-bdcc-e1f2a83aead8/0/0 | Satellite API | This Read-Only API Allows Users To Access Their Sleeper Fantasy Football Leagues. Lookup Leagues, Check Standings, View Keeper Options And More. | 0 | LOOKUP | Lookup active Sleeper leagues for a given username. | 200 | Response | [{"name": "Sleeper Friends League", "league_id": "863600590339612672", "status": "pre_draft", "season_type": "regular", "season": 2022}, {"name": "Asian American Association", "league_id": "859945285223329792", "status": "in_season", "season_type": "regular", "season": 2022}, {"name": "Dynasty Warriors", "league_id": "784841703210209280", "status": "in_season", "season_type": "regular", "season": 2022}, {"name": "Dynasty 101", "league_id": "782130574860132352", "status": "in_season", "season_type": "regular", "season": 2022}] | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "league_id": {"type": "string"}, "status": {"type": "string"}, "season_type": {"type": "string"}, "season": {"type": "integer"}}}} |
24d0b2f0-cde0-4903-b4bc-a23a54aef6e8/879b039e-94f6-4773-912c-f904c01cb1b2/0/0 | Satellite API | This Read-Only API Allows Users To Access Their Sleeper Fantasy Football Leagues. Lookup Leagues, Check Standings, View Keeper Options And More. | 0 | STANDINGS | Retrieve the league standings. Optionally post the results to GroupMe. | 200 | Response | [{"team_name": "deshine", "wins": 8, "ties": 0, "losses": 2, "points_scored": 1268.52}, {"team_name": "feiyingx", "wins": 7, "ties": 0, "losses": 3, "points_scored": 1337.36}, {"team_name": "tobrepeels", "wins": 7, "ties": 0, "losses": 3, "points_scored": 1275.88}, {"team_name": "idrincwater", "wins": 6, "ties": 0, "losses": 4, "points_scored": 1269.68}, {"team_name": "canzhi", "wins": 5, "ties": 0, "losses": 5, "points_scored": 1233.98}, {"team_name": "Nahele", "wins": 5, "ties": 0, "losses": 5, "points_scored": 1178.4}, {"team_name": "TKO", "wins": 4, "ties": 0, "losses": 6, "points_scored": 1215.98}, {"team_name": "2KSports", "wins": 4, "ties": 0, "losses": 6, "points_scored": 1202.98}, {"team_name": "progamer", "wins": 4, "ties": 0, "losses": 6, "points_scored": 1201.2}, {"team_name": "evbettor", "wins": 4, "ties": 0, "losses": 6, "points_scored": 1186.46}, {"team_name": "akahotcheetos", "wins": 4, "ties": 0, "losses": 6, "points_scored": 1090.8}, {"team_name": "Discarded", "wins": 2, "ties": 0, "losses": 8, "points_scored": 1067.92}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"team_name": {"type": "string"}, "wins": {"type": "integer"}, "ties": {"type": "integer"}, "losses": {"type": "integer"}, "points_scored": {"type": "number"}}, "required": ["losses", "points_scored", "team_name", "ties", "wins"]}} |
24d0b2f0-cde0-4903-b4bc-a23a54aef6e8/e8117186-7f03-43fc-8009-7659f0406cf2/0/0 | Satellite API | This Read-Only API Allows Users To Access Their Sleeper Fantasy Football Leagues. Lookup Leagues, Check Standings, View Keeper Options And More. | 0 | VOLATILITY | Retrieve the standard deviation of each team's weekly scores. Optionally post the results to GroupMe. | 200 | Response | {"TKO": 16.38, "Discarded": 19.59, "akahotcheetos": 20.58, "deshine": 21.42, "canzhi": 22.16, "2KSports": 22.17, "idrincwater": 23.67, "evbettor": 23.79, "progamer": 24.99, "feiyingx": 30.82, "tobrepeels": 33.57, "Nahele": 33.67} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"TKO": {"type": "number"}, "Discarded": {"type": "number"}, "akahotcheetos": {"type": "number"}, "deshine": {"type": "number"}, "canzhi": {"type": "number"}, "2KSports": {"type": "number"}, "idrincwater": {"type": "number"}, "evbettor": {"type": "number"}, "progamer": {"type": "number"}, "feiyingx": {"type": "number"}, "tobrepeels": {"type": "number"}, "Nahele": {"type": "number"}}, "required": ["2KSports", "Discarded", "Nahele", "TKO", "akahotcheetos", "canzhi", "deshine", "evbettor", "feiyingx", "idrincwater", "progamer", "tobrepeels"]} |
24d0b2f0-cde0-4903-b4bc-a23a54aef6e8/c4a77211-1e33-4615-aa74-bc3fffa61502/0/0 | Satellite API | This Read-Only API Allows Users To Access Their Sleeper Fantasy Football Leagues. Lookup Leagues, Check Standings, View Keeper Options And More. | 0 | KEEPERS | Retrieve each teams keeper options for the upcoming draft. Optionally post the results to GroupMe. | 200 | Response | {"kylerep": [{"player_name": "Lamar Jackson", "round_drafted": 1, "keeper": false}, {"player_name": "Jalen Hurts", "round_drafted": 2, "keeper": false}, {"player_name": "Mark Andrews", "round_drafted": 3, "keeper": false}, {"player_name": "Ezekiel Elliott", "round_drafted": 4, "keeper": false}, {"player_name": "DJ Moore", "round_drafted": 5, "keeper": false}, {"player_name": "Brandin Cooks", "round_drafted": 6, "keeper": false}, {"player_name": "Clyde Edwards-Helaire", "round_drafted": 7, "keeper": false}, {"player_name": "DeVonta Smith", "round_drafted": 8, "keeper": false}, {"player_name": "Rhamondre Stevenson", "round_drafted": 9, "keeper": false}, {"player_name": "Mike Williams", "round_drafted": 10, "keeper": true}, {"player_name": "Rondale Moore", "round_drafted": 12, "keeper": false}, {"player_name": "Tyler Allgeier", "round_drafted": 13, "keeper": false}, {"player_name": "Marcus Mariota", "round_drafted": 1000, "keeper": false}, {"player_name": "Harrison Bryant", "round_drafted": 1000, "keeper": false}, {"player_name": "Ben Skowronek", "round_drafted": 1000, "keeper": false}, {"player_name": "Wan'Dale Robinson", "round_drafted": 1000, "keeper": false}], "CarterB": [{"player_name": "Justin Herbert", "round_drafted": 1, "keeper": false}, {"player_name": "Stefon Diggs", "round_drafted": 2, "keeper": false}, {"player_name": "Deebo Samuel", "round_drafted": 3, "keeper": false}, {"player_name": "James Conner", "round_drafted": 4, "keeper": false}, {"player_name": "Dallas Goedert", "round_drafted": 8, "keeper": true}, {"player_name": "Devin Singletary", "round_drafted": 9, "keeper": false}, {"player_name": "Justin Fields", "round_drafted": 9, "keeper": true}, {"player_name": "Marquez Valdes-Scantling", "round_drafted": 10, "keeper": false}, {"player_name": "Melvin Gordon", "round_drafted": 11, "keeper": false}, {"player_name": "Hunter Henry", "round_drafted": 13, "keeper": false}, {"player_name": "Julio Jones", "round_drafted": 13, "keeper": false}, {"player_name": "Joshua Palmer", "round_drafted": 14, "keeper": false}, {"player_name": "Raheem Mostert", "round_drafted": 1000, "keeper": false}, {"player_name": "Foster Moreau", "round_drafted": 1000, "keeper": false}, {"player_name": "Jack Stoll", "round_drafted": 1000, "keeper": false}, {"player_name": "Isaiah Likely", "round_drafted": 1000, "keeper": false}], "BigChungFanClub": [{"player_name": "Jonathan Taylor", "round_drafted": 1, "keeper": false}, {"player_name": "Tom Brady", "round_drafted": 2, "keeper": false}, {"player_name": "Matthew Stafford", "round_drafted": 3, "keeper": false}, {"player_name": "Tee Higgins", "round_drafted": 4, "keeper": false}, {"player_name": "Jaylen Waddle", "round_drafted": 5, "keeper": false}, {"player_name": "Antonio Gibson", "round_drafted": 6, "keeper": false}, {"player_name": "Kareem Hunt", "round_drafted": 7, "keeper": false}, {"player_name": "Jarvis Landry", "round_drafted": 8, "keeper": true}, {"player_name": "Zach Ertz", "round_drafted": 9, "keeper": false}, {"player_name": "Alec Pierce", "round_drafted": 10, "keeper": false}, {"player_name": "Nyheim Hines", "round_drafted": 11, "keeper": false}, {"player_name": "Hayden Hurst", "round_drafted": 14, "keeper": false}, {"player_name": "Jacoby Brissett", "round_drafted": 16, "keeper": false}, {"player_name": "Jerick McKinnon", "round_drafted": 1000, "keeper": false}, {"player_name": "Robbie Anderson", "round_drafted": 1000, "keeper": false}, {"player_name": "Evan Engram", "round_drafted": 1000, "keeper": false}], "difranag": [{"player_name": "Russell Wilson", "round_drafted": 1, "keeper": false}, {"player_name": "Aaron Rodgers", "round_drafted": 2, "keeper": false}, {"player_name": "Travis Etienne", "round_drafted": 3, "keeper": false}, {"player_name": "J.K. Dobbins", "round_drafted": 4, "keeper": false}, {"player_name": "Allen Robinson", "round_drafted": 5, "keeper": false}, {"player_name": "Chris Godwin", "round_drafted": 6, "keeper": false}, {"player_name": "Drake London", "round_drafted": 7, "keeper": false}, {"player_name": "Courtland Sutton", "round_drafted": 8, "keeper": true}, {"player_name": "Pat Freiermuth", "round_drafted": 9, "keeper": false}, {"player_name": "Christian Watson", "round_drafted": 11, "keeper": false}, {"player_name": "Carson Wentz", "round_drafted": 12, "keeper": false}, {"player_name": "Mecole Hardman", "round_drafted": 13, "keeper": false}, {"player_name": "Romeo Doubs", "round_drafted": 16, "keeper": false}, {"player_name": "Zay Jones", "round_drafted": 1000, "keeper": false}, {"player_name": "Tyler Conklin", "round_drafted": 1000, "keeper": false}, {"player_name": "Donovan Peoples-Jones", "round_drafted": 1000, "keeper": false}, {"player_name": "Kyren Williams", "round_drafted": 1000, "keeper": false}], "stechsbj": [{"player_name": "Josh Allen", "round_drafted": 1, "keeper": false}, {"player_name": "Davante Adams", "round_drafted": 2, "keeper": false}, {"player_name": "Kyle Pitts", "round_drafted": 3, "keeper": false}, {"player_name": "A.J. Brown", "round_drafted": 4, "keeper": false}, {"player_name": "Terry McLaurin", "round_drafted": 5, "keeper": false}, {"player_name": "DeAndre Hopkins", "round_drafted": 6, "keeper": false}, {"player_name": "Tony Pollard", "round_drafted": 7, "keeper": false}, {"player_name": "Elijah Moore", "round_drafted": 8, "keeper": false}, {"player_name": "Isiah Pacheco", "round_drafted": 10, "keeper": false}, {"player_name": "Michael Carter", "round_drafted": 11, "keeper": false}, {"player_name": "Davis Mills", "round_drafted": 15, "keeper": false}, {"player_name": "Khalil Herbert", "round_drafted": 15, "keeper": false}, {"player_name": "Curtis Samuel", "round_drafted": 16, "keeper": false}, {"player_name": "Taylor Heinicke", "round_drafted": 1000, "keeper": false}, {"player_name": "Kenyan Drake", "round_drafted": 1000, "keeper": false}, {"player_name": "Eno Benjamin", "round_drafted": 1000, "keeper": false}], "KBBlessed": [{"player_name": "Joe Burrow", "round_drafted": 1, "keeper": false}, {"player_name": "Joe Mixon", "round_drafted": 2, "keeper": false}, {"player_name": "Nick Chubb", "round_drafted": 3, "keeper": false}, {"player_name": "Dalton Schultz", "round_drafted": 4, "keeper": false}, {"player_name": "DK Metcalf", "round_drafted": 5, "keeper": false}, {"player_name": "Jerry Jeudy", "round_drafted": 6, "keeper": false}, {"player_name": "Mac Jones", "round_drafted": 7, "keeper": false}, {"player_name": "Miles Sanders", "round_drafted": 8, "keeper": false}, {"player_name": "Tyler Boyd", "round_drafted": 10, "keeper": false}, {"player_name": "Mike Gesicki", "round_drafted": 10, "keeper": false}, {"player_name": "George Pickens", "round_drafted": 12, "keeper": false}, {"player_name": "Jakobi Meyers", "round_drafted": 13, "keeper": false}, {"player_name": "Amon-Ra St. Brown", "round_drafted": 14, "keeper": true}, {"player_name": "Jared Goff", "round_drafted": 15, "keeper": false}, {"player_name": "Phillip Dorsett", "round_drafted": 1000, "keeper": false}, {"player_name": "DeAndre Carter", "round_drafted": 1000, "keeper": false}], "znunz": [{"player_name": "Kyler Murray", "round_drafted": 1, "keeper": false}, {"player_name": "Derrick Henry", "round_drafted": 2, "keeper": false}, {"player_name": "Dak Prescott", "round_drafted": 3, "keeper": false}, {"player_name": "Mike Evans", "round_drafted": 4, "keeper": false}, {"player_name": "Cam Akers", "round_drafted": 5, "keeper": false}, {"player_name": "Darnell Mooney", "round_drafted": 6, "keeper": false}, {"player_name": "Adam Thielen", "round_drafted": 7, "keeper": false}, {"player_name": "Treylon Burks", "round_drafted": 8, "keeper": false}, {"player_name": "Kenneth Walker", "round_drafted": 9, "keeper": false}, {"player_name": "Leonard Fournette", "round_drafted": 10, "keeper": true}, {"player_name": "Darrell Henderson", "round_drafted": 12, "keeper": false}, {"player_name": "Rachaad White", "round_drafted": 14, "keeper": false}, {"player_name": "Tyler Higbee", "round_drafted": 15, "keeper": false}, {"player_name": "Latavius Murray", "round_drafted": 1000, "keeper": false}, {"player_name": "Parris Campbell", "round_drafted": 1000, "keeper": false}, {"player_name": "Devin Duvernay", "round_drafted": 1000, "keeper": false}], "zebalsinger": [{"player_name": "Austin Ekeler", "round_drafted": 1, "keeper": false}, {"player_name": "Cooper Kupp", "round_drafted": 2, "keeper": false}, {"player_name": "CeeDee Lamb", "round_drafted": 3, "keeper": false}, {"player_name": "Saquon Barkley", "round_drafted": 4, "keeper": false}, {"player_name": "Diontae Johnson", "round_drafted": 5, "keeper": false}, {"player_name": "Elijah Mitchell", "round_drafted": 6, "keeper": false}, {"player_name": "T.J. Hockenson", "round_drafted": 7, "keeper": false}, {"player_name": "Christian Kirk", "round_drafted": 9, "keeper": false}, {"player_name": "Dameon Pierce", "round_drafted": 10, "keeper": false}, {"player_name": "Ryan Tannehill", "round_drafted": 11, "keeper": false}, {"player_name": "Michael Gallup", "round_drafted": 11, "keeper": false}, {"player_name": "Daniel Jones", "round_drafted": 12, "keeper": false}, {"player_name": "Garrett Wilson", "round_drafted": 12, "keeper": false}, {"player_name": "Gabe Davis", "round_drafted": 14, "keeper": true}, {"player_name": "David Njoku", "round_drafted": 16, "keeper": false}, {"player_name": "Jamaal Williams", "round_drafted": 16, "keeper": false}, {"player_name": "Andy Dalton", "round_drafted": 1000, "keeper": false}], "Congosteam": [{"player_name": "Ja'Marr Chase", "round_drafted": 1, "keeper": false}, {"player_name": "Travis Kelce", "round_drafted": 2, "keeper": false}, {"player_name": "George Kittle", "round_drafted": 3, "keeper": false}, {"player_name": "Aaron Jones", "round_drafted": 4, "keeper": false}, {"player_name": "Matt Ryan", "round_drafted": 5, "keeper": false}, {"player_name": "Amari Cooper", "round_drafted": 6, "keeper": false}, {"player_name": "Cordarrelle Patterson", "round_drafted": 7, "keeper": false}, {"player_name": "Trevor Lawrence", "round_drafted": 7, "keeper": false}, {"player_name": "Chris Olave", "round_drafted": 8, "keeper": false}, {"player_name": "Michael Pittman", "round_drafted": 9, "keeper": true}, {"player_name": "Baker Mayfield", "round_drafted": 11, "keeper": false}, {"player_name": "Odell Beckham", "round_drafted": 13, "keeper": false}, {"player_name": "Deshaun Watson", "round_drafted": 14, "keeper": false}, {"player_name": "Logan Thomas", "round_drafted": 1000, "keeper": false}, {"player_name": "Chris Moore", "round_drafted": 1000, "keeper": false}, {"player_name": "Taysom Hill", "round_drafted": 1000, "keeper": false}], "ChocolateySaltyBalls": [{"player_name": "Justin Jefferson", "round_drafted": 1, "keeper": false}, {"player_name": "Dalvin Cook", "round_drafted": 2, "keeper": false}, {"player_name": "Darren Waller", "round_drafted": 4, "keeper": false}, {"player_name": "Josh Jacobs", "round_drafted": 5, "keeper": false}, {"player_name": "Marquise Brown", "round_drafted": 6, "keeper": false}, {"player_name": "Damien Harris", "round_drafted": 7, "keeper": false}, {"player_name": "Tua Tagovailoa", "round_drafted": 8, "keeper": true}, {"player_name": "Tyler Lockett", "round_drafted": 9, "keeper": false}, {"player_name": "Chase Claypool", "round_drafted": 11, "keeper": false}, {"player_name": "Kenny Pickett", "round_drafted": 16, "keeper": false}, {"player_name": "Geno Smith", "round_drafted": 1000, "keeper": false}, {"player_name": "Jeff Wilson", "round_drafted": 1000, "keeper": false}, {"player_name": "Colt McCoy", "round_drafted": 1000, "keeper": false}, {"player_name": "Justin Watson", "round_drafted": 1000, "keeper": false}, {"player_name": "Darius Slayton", "round_drafted": 1000, "keeper": false}, {"player_name": "Juwan Johnson", "round_drafted": 1000, "keeper": false}, {"player_name": "Tyquan Thornton", "round_drafted": 1000, "keeper": false}], "camroth6": [{"player_name": "Patrick Mahomes", "round_drafted": 1, "keeper": false}, {"player_name": "Najee Harris", "round_drafted": 2, "keeper": false}, {"player_name": "Alvin Kamara", "round_drafted": 3, "keeper": false}, {"player_name": "Tyreek Hill", "round_drafted": 4, "keeper": false}, {"player_name": "David Montgomery", "round_drafted": 5, "keeper": false}, {"player_name": "JuJu Smith-Schuster", "round_drafted": 6, "keeper": false}, {"player_name": "Michael Thomas", "round_drafted": 7, "keeper": false}, {"player_name": "Dawson Knox", "round_drafted": 8, "keeper": false}, {"player_name": "Rashaad Penny", "round_drafted": 9, "keeper": false}, {"player_name": "Robert Woods", "round_drafted": 10, "keeper": false}, {"player_name": "Kadarius Toney", "round_drafted": 11, "keeper": false}, {"player_name": "James Robinson", "round_drafted": 12, "keeper": false}, {"player_name": "Sammy Watkins", "round_drafted": 13, "keeper": false}, {"player_name": "Derek Carr", "round_drafted": 13, "keeper": true}, {"player_name": "PJ Walker", "round_drafted": 1000, "keeper": false}, {"player_name": "Jauan Jennings", "round_drafted": 1000, "keeper": false}, {"player_name": "Jaylen Warren", "round_drafted": 1000, "keeper": false}], "ADietz03": [{"player_name": "Christian McCaffrey", "round_drafted": 1, "keeper": false}, {"player_name": "D'Andre Swift", "round_drafted": 2, "keeper": false}, {"player_name": "Kirk Cousins", "round_drafted": 4, "keeper": false}, {"player_name": "Keenan Allen", "round_drafted": 5, "keeper": false}, {"player_name": "Brandon Aiyuk", "round_drafted": 8, "keeper": false}, {"player_name": "Allen Lazard", "round_drafted": 9, "keeper": false}, {"player_name": "Cole Kmet", "round_drafted": 9, "keeper": false}, {"player_name": "D'Onta Foreman", "round_drafted": 10, "keeper": false}, {"player_name": "AJ Dillon", "round_drafted": 10, "keeper": true}, {"player_name": "Brian Robinson", "round_drafted": 12, "keeper": false}, {"player_name": "Isaiah McKenzie", "round_drafted": 14, "keeper": false}, {"player_name": "Gus Edwards", "round_drafted": 15, "keeper": false}, {"player_name": "Zach Wilson", "round_drafted": 15, "keeper": false}, {"player_name": "Van Jefferson", "round_drafted": 16, "keeper": false}, {"player_name": "Jimmy Garoppolo", "round_drafted": 1000, "keeper": false}, {"player_name": "Greg Dulcich", "round_drafted": 1000, "keeper": false}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"kylerep": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "round_drafted": {"type": "integer"}, "keeper": {"type": "boolean"}}, "required": ["keeper", "player_name", "round_drafted"]}}, "CarterB": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "round_drafted": {"type": "integer"}, "keeper": {"type": "boolean"}}, "required": ["keeper", "player_name", "round_drafted"]}}, "BigChungFanClub": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "round_drafted": {"type": "integer"}, "keeper": {"type": "boolean"}}, "required": ["keeper", "player_name", "round_drafted"]}}, "difranag": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "round_drafted": {"type": "integer"}, "keeper": {"type": "boolean"}}, "required": ["keeper", "player_name", "round_drafted"]}}, "stechsbj": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "round_drafted": {"type": "integer"}, "keeper": {"type": "boolean"}}, "required": ["keeper", "player_name", "round_drafted"]}}, "KBBlessed": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "round_drafted": {"type": "integer"}, "keeper": {"type": "boolean"}}, "required": ["keeper", "player_name", "round_drafted"]}}, "znunz": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "round_drafted": {"type": "integer"}, "keeper": {"type": "boolean"}}, "required": ["keeper", "player_name", "round_drafted"]}}, "zebalsinger": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "round_drafted": {"type": "integer"}, "keeper": {"type": "boolean"}}, "required": ["keeper", "player_name", "round_drafted"]}}, "Congosteam": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "round_drafted": {"type": "integer"}, "keeper": {"type": "boolean"}}, "required": ["keeper", "player_name", "round_drafted"]}}, "ChocolateySaltyBalls": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "round_drafted": {"type": "integer"}, "keeper": {"type": "boolean"}}, "required": ["keeper", "player_name", "round_drafted"]}}, "camroth6": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "round_drafted": {"type": "integer"}, "keeper": {"type": "boolean"}}, "required": ["keeper", "player_name", "round_drafted"]}}, "ADietz03": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "round_drafted": {"type": "integer"}, "keeper": {"type": "boolean"}}, "required": ["keeper", "player_name", "round_drafted"]}}}, "required": ["ADietz03", "BigChungFanClub", "CarterB", "ChocolateySaltyBalls", "Congosteam", "KBBlessed", "camroth6", "difranag", "kylerep", "stechsbj", "zebalsinger", "znunz"]} |
24d0b2f0-cde0-4903-b4bc-a23a54aef6e8/74147903-c8f0-4246-933d-c61a4b42783f/0/0 | Satellite API | This Read-Only API Allows Users To Access Their Sleeper Fantasy Football Leagues. Lookup Leagues, Check Standings, View Keeper Options And More. | 0 | REMAINING SCHEDULE | Retrieve the remaining schedule for each team. Optionally post the results to GroupMe. | 200 | Response | {"SocialMediaGuy": [{"opponent": "akahotcheetos", "week": 12}, {"opponent": "chrisc0015", "week": 13}, {"opponent": "bbirt", "week": 14}], "feiyingx": [{"opponent": "idrincwater", "week": 12}, {"opponent": "tradewtk", "week": 13}, {"opponent": "mattSleeper", "week": 14}], "JGropp731": [{"opponent": "chill", "week": 12}, {"opponent": "ahhhshmatthew", "week": 13}, {"opponent": "2KSports", "week": 14}], "2KSports": [{"opponent": "ahhhshmatthew", "week": 12}, {"opponent": "chill", "week": 13}, {"opponent": "JGropp731", "week": 14}], "chill": [{"opponent": "JGropp731", "week": 12}, {"opponent": "2KSports", "week": 13}, {"opponent": "ahhhshmatthew", "week": 14}], "ahhhshmatthew": [{"opponent": "2KSports", "week": 12}, {"opponent": "JGropp731", "week": 13}, {"opponent": "chill", "week": 14}], "bbirt": [{"opponent": "chrisc0015", "week": 12}, {"opponent": "akahotcheetos", "week": 13}, {"opponent": "SocialMediaGuy", "week": 14}], "akahotcheetos": [{"opponent": "SocialMediaGuy", "week": 12}, {"opponent": "bbirt", "week": 13}, {"opponent": "chrisc0015", "week": 14}], "idrincwater": [{"opponent": "feiyingx", "week": 12}, {"opponent": "mattSleeper", "week": 13}, {"opponent": "tradewtk", "week": 14}], "mattSleeper": [{"opponent": "tradewtk", "week": 12}, {"opponent": "idrincwater", "week": 13}, {"opponent": "feiyingx", "week": 14}], "chrisc0015": [{"opponent": "bbirt", "week": 12}, {"opponent": "SocialMediaGuy", "week": 13}, {"opponent": "akahotcheetos", "week": 14}], "tradewtk": [{"opponent": "mattSleeper", "week": 12}, {"opponent": "feiyingx", "week": 13}, {"opponent": "idrincwater", "week": 14}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"SocialMediaGuy": {"type": "array", "items": {"type": "object", "properties": {"opponent": {"type": "string"}, "week": {"type": "integer"}}, "required": ["opponent", "week"]}}, "feiyingx": {"type": "array", "items": {"type": "object", "properties": {"opponent": {"type": "string"}, "week": {"type": "integer"}}, "required": ["opponent", "week"]}}, "JGropp731": {"type": "array", "items": {"type": "object", "properties": {"opponent": {"type": "string"}, "week": {"type": "integer"}}, "required": ["opponent", "week"]}}, "2KSports": {"type": "array", "items": {"type": "object", "properties": {"opponent": {"type": "string"}, "week": {"type": "integer"}}, "required": ["opponent", "week"]}}, "chill": {"type": "array", "items": {"type": "object", "properties": {"opponent": {"type": "string"}, "week": {"type": "integer"}}, "required": ["opponent", "week"]}}, "ahhhshmatthew": {"type": "array", "items": {"type": "object", "properties": {"opponent": {"type": "string"}, "week": {"type": "integer"}}, "required": ["opponent", "week"]}}, "bbirt": {"type": "array", "items": {"type": "object", "properties": {"opponent": {"type": "string"}, "week": {"type": "integer"}}, "required": ["opponent", "week"]}}, "akahotcheetos": {"type": "array", "items": {"type": "object", "properties": {"opponent": {"type": "string"}, "week": {"type": "integer"}}, "required": ["opponent", "week"]}}, "idrincwater": {"type": "array", "items": {"type": "object", "properties": {"opponent": {"type": "string"}, "week": {"type": "integer"}}, "required": ["opponent", "week"]}}, "mattSleeper": {"type": "array", "items": {"type": "object", "properties": {"opponent": {"type": "string"}, "week": {"type": "integer"}}, "required": ["opponent", "week"]}}, "chrisc0015": {"type": "array", "items": {"type": "object", "properties": {"opponent": {"type": "string"}, "week": {"type": "integer"}}, "required": ["opponent", "week"]}}, "tradewtk": {"type": "array", "items": {"type": "object", "properties": {"opponent": {"type": "string"}, "week": {"type": "integer"}}, "required": ["opponent", "week"]}}}, "required": ["2KSports", "JGropp731", "SocialMediaGuy", "ahhhshmatthew", "akahotcheetos", "bbirt", "chill", "chrisc0015", "feiyingx", "idrincwater", "mattSleeper", "tradewtk"]} |
24d0b2f0-cde0-4903-b4bc-a23a54aef6e8/43c405c8-f3b8-4e99-b5e2-686f8f426d1b/0/0 | Satellite API | This Read-Only API Allows Users To Access Their Sleeper Fantasy Football Leagues. Lookup Leagues, Check Standings, View Keeper Options And More. | 0 | INACTIVE | Retrieves the players that are questionable or inactive but are still in a starting lineup . Optionally post the results to GroupMe. | 200 | Response | {"evbettor": [{"name": "Mike Williams", "injury_status": "Questionable", "practice_participation": null}, {"name": "Davante Adams", "injury_status": "Questionable", "practice_participation": null}], "TKO": [{"name": "DeAndre Hopkins", "injury_status": "Questionable", "practice_participation": null}], "progamer": [{"name": "Leonard Fournette", "injury_status": "Doubtful", "practice_participation": null}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"evbettor": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "injury_status": {"type": "string"}, "practice_participation": {"type": "null"}}, "required": ["injury_status", "name", "practice_participation"]}}, "TKO": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "injury_status": {"type": "string"}, "practice_participation": {"type": "null"}}, "required": ["injury_status", "name", "practice_participation"]}}, "progamer": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "injury_status": {"type": "string"}, "practice_participation": {"type": "null"}}, "required": ["injury_status", "name", "practice_participation"]}}}, "required": ["TKO", "evbettor", "progamer"]} |
24d0b2f0-cde0-4903-b4bc-a23a54aef6e8/affc5384-5d9e-44a6-9c09-4f1bc59a6f44/0/0 | Satellite API | This Read-Only API Allows Users To Access Their Sleeper Fantasy Football Leagues. Lookup Leagues, Check Standings, View Keeper Options And More. | 0 | MATCHUP PREDICTION | Runs a Monte Carlo simulation to predict the match-ups for the upcoming week. Optionally post the results to GroupMe. | 200 | Response | [{"team": "progamer", "opponent": "tobrepeels", "team_win_probability": 46.65, "opponent_win_probability": 53.35}, {"team": "evbettor", "opponent": "TKO", "team_win_probability": 48.36, "opponent_win_probability": 51.64}, {"team": "2KSports", "opponent": "akahotcheetos", "team_win_probability": 52.46, "opponent_win_probability": 47.54}, {"team": "deshine", "opponent": "Discarded", "team_win_probability": 57.32, "opponent_win_probability": 42.68}, {"team": "Nahele", "opponent": "idrincwater", "team_win_probability": 45.63, "opponent_win_probability": 54.37}, {"team": "feiyingx", "opponent": "canzhi", "team_win_probability": 50.59, "opponent_win_probability": 49.41}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"team": {"type": "string"}, "opponent": {"type": "string"}, "team_win_probability": {"type": "number"}, "opponent_win_probability": {"type": "number"}}, "required": ["opponent", "opponent_win_probability", "team", "team_win_probability"]}} |
24d0b2f0-cde0-4903-b4bc-a23a54aef6e8/5b924772-8b53-439b-8cc2-0d0738e616f9/0/0 | Satellite API | This Read-Only API Allows Users To Access Their Sleeper Fantasy Football Leagues. Lookup Leagues, Check Standings, View Keeper Options And More. | 0 | PLAYOFF PREDICTION | Runs a Monte Carlo simulation to predict the end of season standings. Optionally post the results to GroupMe. | 200 | Response | {"deshine": 9.67, "tobrepeels": 8.57, "feiyingx": 8.55, "idrincwater": 7.58, "canzhi": 6.48, "Nahele": 6.39, "TKO": 5.52, "2KSports": 5.51, "evbettor": 5.49, "progamer": 5.42, "akahotcheetos": 5.4, "Discarded": 3.42} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"deshine": {"type": "number"}, "tobrepeels": {"type": "number"}, "feiyingx": {"type": "number"}, "idrincwater": {"type": "number"}, "canzhi": {"type": "number"}, "Nahele": {"type": "number"}, "TKO": {"type": "number"}, "2KSports": {"type": "number"}, "evbettor": {"type": "number"}, "progamer": {"type": "number"}, "akahotcheetos": {"type": "number"}, "Discarded": {"type": "number"}}, "required": ["2KSports", "Discarded", "Nahele", "TKO", "akahotcheetos", "canzhi", "deshine", "evbettor", "feiyingx", "idrincwater", "progamer", "tobrepeels"]} |
24d0b2f0-cde0-4903-b4bc-a23a54aef6e8/e4c914e6-b4e8-4de4-bd62-53029e1f89d3/0/0 | Satellite API | This Read-Only API Allows Users To Access Their Sleeper Fantasy Football Leagues. Lookup Leagues, Check Standings, View Keeper Options And More. | 0 | FAAB | Retrieve the remaining free agent acquisition budget for each team in the league. Optionally post the results to GroupMe. | 200 | Response | [{"team_name": "akahotcheetos", "faab_remaining": 100}, {"team_name": "Nahele", "faab_remaining": 100}, {"team_name": "TKO", "faab_remaining": 100}, {"team_name": "Discarded", "faab_remaining": 93}, {"team_name": "evbettor", "faab_remaining": 87}, {"team_name": "canzhi", "faab_remaining": 87}, {"team_name": "2KSports", "faab_remaining": 78}, {"team_name": "tobrepeels", "faab_remaining": 74}, {"team_name": "feiyingx", "faab_remaining": 36}, {"team_name": "progamer", "faab_remaining": 19}, {"team_name": "deshine", "faab_remaining": 0}, {"team_name": "idrincwater", "faab_remaining": 0}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"team_name": {"type": "string"}, "faab_remaining": {"type": "integer"}}, "required": ["faab_remaining", "team_name"]}} |
75bcd626-f48f-471e-8491-86efe6df3944/dc16c638-cb94-41be-85b6-b7b7330daf48/0/0 | LaLiga Standings | Spanish LaLiga Standings & Table | 7.9 | LaLiga Standings | LaLiga Standings | 200 | Response | [{"team": {"name": "Real Madrid", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/86.png", "abbreviation": "MAD"}, "stats": {"wins": 26, "losses": 4, "ties": 8, "gamesPlayed": 38, "goalsFor": 80, "goalsAgainst": 31, "points": 86, "rank": 1, "goalDifference": 49}}, {"team": {"name": "Barcelona", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/83.png", "abbreviation": "BAR"}, "stats": {"wins": 21, "losses": 7, "ties": 10, "gamesPlayed": 38, "goalsFor": 68, "goalsAgainst": 38, "points": 73, "rank": 2, "goalDifference": 30}}, {"team": {"name": "Atletico Madrid", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/1068.png", "abbreviation": "ATL"}, "stats": {"wins": 21, "losses": 9, "ties": 8, "gamesPlayed": 38, "goalsFor": 65, "goalsAgainst": 43, "points": 71, "rank": 3, "goalDifference": 22}}, {"team": {"name": "Sevilla", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/243.png", "abbreviation": "SEV"}, "stats": {"wins": 18, "losses": 4, "ties": 16, "gamesPlayed": 38, "goalsFor": 53, "goalsAgainst": 30, "points": 70, "rank": 4, "goalDifference": 23}}, {"team": {"name": "Real Betis", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/244.png", "abbreviation": "BET"}, "stats": {"wins": 19, "losses": 11, "ties": 8, "gamesPlayed": 38, "goalsFor": 62, "goalsAgainst": 40, "points": 65, "rank": 5, "goalDifference": 22}}, {"team": {"name": "Real Sociedad", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/89.png", "abbreviation": "RSO"}, "stats": {"wins": 17, "losses": 10, "ties": 11, "gamesPlayed": 38, "goalsFor": 40, "goalsAgainst": 37, "points": 62, "rank": 6, "goalDifference": 3}}, {"team": {"name": "Villarreal", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/102.png", "abbreviation": "VIL"}, "stats": {"wins": 16, "losses": 11, "ties": 11, "gamesPlayed": 38, "goalsFor": 63, "goalsAgainst": 37, "points": 59, "rank": 7, "goalDifference": 26}}, {"team": {"name": "Athletic Club", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/93.png", "abbreviation": "ATH"}, "stats": {"wins": 14, "losses": 11, "ties": 13, "gamesPlayed": 38, "goalsFor": 43, "goalsAgainst": 36, "points": 55, "rank": 8, "goalDifference": 7}}, {"team": {"name": "Valencia", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/94.png", "abbreviation": "VAL"}, "stats": {"wins": 11, "losses": 12, "ties": 15, "gamesPlayed": 38, "goalsFor": 48, "goalsAgainst": 53, "points": 48, "rank": 9, "goalDifference": -5}}, {"team": {"name": "Osasuna", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/97.png", "abbreviation": "OSA"}, "stats": {"wins": 12, "losses": 15, "ties": 11, "gamesPlayed": 38, "goalsFor": 37, "goalsAgainst": 51, "points": 47, "rank": 10, "goalDifference": -14}}, {"team": {"name": "Celta Vigo", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/85.png", "abbreviation": "CEL"}, "stats": {"wins": 12, "losses": 16, "ties": 10, "gamesPlayed": 38, "goalsFor": 43, "goalsAgainst": 43, "points": 46, "rank": 11, "goalDifference": 0}}, {"team": {"name": "Rayo Vallecano", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/101.png", "abbreviation": "RAY"}, "stats": {"wins": 11, "losses": 18, "ties": 9, "gamesPlayed": 38, "goalsFor": 39, "goalsAgainst": 50, "points": 42, "rank": 12, "goalDifference": -11}}, {"team": {"name": "Elche", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/3751.png", "abbreviation": "ELC"}, "stats": {"wins": 11, "losses": 18, "ties": 9, "gamesPlayed": 38, "goalsFor": 40, "goalsAgainst": 52, "points": 42, "rank": 13, "goalDifference": -12}}, {"team": {"name": "Espanyol", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/88.png", "abbreviation": "ESP"}, "stats": {"wins": 10, "losses": 16, "ties": 12, "gamesPlayed": 38, "goalsFor": 40, "goalsAgainst": 53, "points": 42, "rank": 14, "goalDifference": -13}}, {"team": {"name": "Getafe", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/2922.png", "abbreviation": "GET"}, "stats": {"wins": 8, "losses": 15, "ties": 15, "gamesPlayed": 38, "goalsFor": 33, "goalsAgainst": 41, "points": 39, "rank": 15, "goalDifference": -8}}, {"team": {"name": "Mallorca", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/84.png", "abbreviation": "MLL"}, "stats": {"wins": 10, "losses": 19, "ties": 9, "gamesPlayed": 38, "goalsFor": 36, "goalsAgainst": 63, "points": 39, "rank": 16, "goalDifference": -27}}, {"team": {"name": "C\u00e1diz", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/3842.png", "abbreviation": "CAD"}, "stats": {"wins": 8, "losses": 15, "ties": 15, "gamesPlayed": 38, "goalsFor": 35, "goalsAgainst": 51, "points": 39, "rank": 17, "goalDifference": -16}}, {"team": {"name": "Granada", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/3747.png", "abbreviation": "GCF"}, "stats": {"wins": 8, "losses": 16, "ties": 14, "gamesPlayed": 38, "goalsFor": 44, "goalsAgainst": 61, "points": 38, "rank": 18, "goalDifference": -17}}, {"team": {"name": "Levante", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/1538.png", "abbreviation": "LEV"}, "stats": {"wins": 8, "losses": 19, "ties": 11, "gamesPlayed": 38, "goalsFor": 51, "goalsAgainst": 76, "points": 35, "rank": 19, "goalDifference": -25}}, {"team": {"name": "Alav\u00e9s", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/96.png", "abbreviation": "ALV"}, "stats": {"wins": 8, "losses": 23, "ties": 7, "gamesPlayed": 38, "goalsFor": 31, "goalsAgainst": 65, "points": 31, "rank": 20, "goalDifference": -34}}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"team": {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["abbreviation", "logo", "name"]}, "stats": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "ties": {"type": "integer"}, "gamesPlayed": {"type": "integer"}, "goalsFor": {"type": "integer"}, "goalsAgainst": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "goalDifference": {"type": "integer"}}, "required": ["gamesPlayed", "goalDifference", "goalsAgainst", "goalsFor", "losses", "points", "rank", "ties", "wins"]}}, "required": ["stats", "team"]}} |
d03310ec-aa85-462e-8dd3-d005d21199ff/734e7986-9cc3-4c6f-b132-c9ec1c75a388/0/0 | Baseball | Major League Baseball (MLB) Sports API that provides information on Leagues and Cups with Livescore, Odds, Statistics, Historical Data, and more ... Checkout our Hockey (NHL) API: https://rapidapi.com/sparior/api/hockey1 | 9.1 | v1/games-matrix | Query Baseball (MLB) scores, stats, betting information etc... | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": {"game": {"gamePk": 633282, "gameGuid": "151b2de5-9939-4305-849c-41b8a806d5a1", "gameType": "R", "season": "2021", "gameDate": "2021-07-11T17:05:00Z", "officialDate": "2021-07-11", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 54, "losses": 35, "pct": ".607"}, "score": 7, "team": {"id": 145, "name": "Chicago White Sox"}, "isWinner": true, "probablePitcher": {"id": 656302, "fullName": "Dylan Cease"}, "splitSquad": false, "seriesNumber": 29}, "home": {"leagueRecord": {"wins": 28, "losses": 61, "pct": ".315"}, "score": 5, "team": {"id": 110, "name": "Baltimore Orioles"}, "isWinner": false, "probablePitcher": {"id": 657093, "fullName": "Spenser Watkins"}, "splitSquad": false, "seriesNumber": 29}}, "venue": {"id": 2, "name": "Oriole Park at Camden Yards"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633282-2021-07-11", "seasonDisplay": "2021", "dayNight": "day", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 3, "seriesGameNumber": 3, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game", "gameId": "2021/07/11/chamlb-balmlb-1"}, "leftFieldSacFlyProbability": [], "centerFieldSacFlyProbability": [], "rightFieldSacFlyProbability": [], "homeWinProbability": 0, "awayWinProbability": 100}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "object", "properties": {"game": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "probablePitcher": {"type": "object", "properties": {"id": {"type": "integer"}, "fullName": {"type": "string"}}, "required": ["fullName", "id"]}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "probablePitcher", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "probablePitcher": {"type": "object", "properties": {"id": {"type": "integer"}, "fullName": {"type": "string"}}, "required": ["fullName", "id"]}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "probablePitcher", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}, "gameId": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameId", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "leftFieldSacFlyProbability": {"type": "array"}, "centerFieldSacFlyProbability": {"type": "array"}, "rightFieldSacFlyProbability": {"type": "array"}, "homeWinProbability": {"type": "integer"}, "awayWinProbability": {"type": "integer"}}, "required": ["awayWinProbability", "centerFieldSacFlyProbability", "game", "homeWinProbability", "leftFieldSacFlyProbability", "rightFieldSacFlyProbability"]}}, "required": ["body", "meta"]} |
d03310ec-aa85-462e-8dd3-d005d21199ff/0ffaebd3-637b-4194-89c0-574e2697efd3/0/0 | Baseball | Major League Baseball (MLB) Sports API that provides information on Leagues and Cups with Livescore, Odds, Statistics, Historical Data, and more ... Checkout our Hockey (NHL) API: https://rapidapi.com/sparior/api/hockey1 | 9.1 | v1/teams-coaches | Get Baseball (MLB) team coaches by team ID | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": {"roster": [{"person": {"id": 437073, "fullName": "Pedro Grifol"}, "jerseyNumber": "5", "job": "Manager", "jobId": "MNGR", "title": "Manager"}, {"person": {"id": 119271, "fullName": "Charlie Montoyo"}, "jerseyNumber": "75", "job": "Bench Coach", "jobId": "COAB", "title": "Bench Coach"}, {"person": {"id": 446363, "fullName": "Ethan Katz"}, "jerseyNumber": "21", "job": "Pitching Coach", "jobId": "COAP", "title": "Pitching Coach"}, {"person": {"id": 427434, "fullName": "Eddie Rodriguez"}, "jerseyNumber": "18", "job": "Third Base Coach", "jobId": "COA3", "title": "Third Base Coach"}, {"person": {"id": 544838, "fullName": "Miguel Gonzalez"}, "jerseyNumber": "98", "job": "Bullpen Catcher", "jobId": "BCAT", "title": "Bullpen Catcher"}, {"person": {"id": 465058, "fullName": "Luis Sierra"}, "jerseyNumber": "96", "job": "Bullpen Catcher", "jobId": "BCAT", "title": "Bullpen Catcher"}, {"person": {"id": 503354, "fullName": "Mike Tosar"}, "jerseyNumber": "37", "job": "Major League Field Coordinator", "jobId": "MLFC", "title": "Major League Field Coordinator"}], "teamId": 145, "rosterType": "coach"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "object", "properties": {"roster": {"type": "array", "items": {"type": "object", "properties": {"person": {"type": "object", "properties": {"id": {"type": "integer"}, "fullName": {"type": "string"}}, "required": ["fullName", "id"]}, "jerseyNumber": {"type": "string"}, "job": {"type": "string"}, "jobId": {"type": "string"}, "title": {"type": "string"}}, "required": ["jerseyNumber", "job", "jobId", "person", "title"]}}, "teamId": {"type": "integer"}, "rosterType": {"type": "string"}}, "required": ["roster", "rosterType", "teamId"]}}, "required": ["body", "meta"]} |
d03310ec-aa85-462e-8dd3-d005d21199ff/09a14ac2-8f6e-4e03-a1ea-6151240ba26e/0/0 | Baseball | Major League Baseball (MLB) Sports API that provides information on Leagues and Cups with Livescore, Odds, Statistics, Historical Data, and more ... Checkout our Hockey (NHL) API: https://rapidapi.com/sparior/api/hockey1 | 9.1 | v1/teams-affiliates | Get Baseball (MLB) team affiliates by team ID | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": {"teams": [{"springLeague": {"id": 114, "name": "Cactus League", "abbreviation": "CL"}, "allStarStatus": "N", "id": 145, "name": "Chicago White Sox", "season": 2023, "venue": {"id": 4, "name": "Guaranteed Rate Field"}, "springVenue": {"id": 3809}, "teamCode": "cha", "fileCode": "cws", "abbreviation": "CWS", "teamName": "White Sox", "locationName": "Chicago", "firstYearOfPlay": "1901", "league": {"id": 103, "name": "American League"}, "division": {"id": 202, "name": "American League Central"}, "sport": {"id": 1, "name": "Major League Baseball"}, "shortName": "Chi White Sox", "franchiseName": "Chicago", "clubName": "White Sox", "active": true}, {"allStarStatus": "N", "id": 247, "name": "Birmingham Barons", "season": 2023, "venue": {"id": 4529, "name": "Regions Field"}, "teamCode": "bir", "fileCode": "t247", "abbreviation": "BIR", "teamName": "Barons", "locationName": "Birmingham", "firstYearOfPlay": "1932", "league": {"id": 111, "name": "Southern League"}, "division": {"id": 239, "name": "Southern League North"}, "sport": {"id": 12, "name": "Double-A"}, "shortName": "Birmingham", "parentOrgName": "Chicago White Sox", "parentOrgId": 145, "franchiseName": "Birmingham", "clubName": "Barons", "active": true}, {"allStarStatus": "N", "id": 580, "name": "Winston-Salem Dash", "season": 2023, "venue": {"id": 4089, "name": "Truist Stadium"}, "teamCode": "wsm", "fileCode": "t580", "abbreviation": "WS", "teamName": "Dash", "locationName": "Winston-Salem", "firstYearOfPlay": "1945", "league": {"id": 116, "name": "South Atlantic League"}, "division": {"id": 238, "name": "South Atlantic League South"}, "sport": {"id": 13, "name": "High-A"}, "shortName": "Winston-Salem", "parentOrgName": "Chicago White Sox", "parentOrgId": 145, "franchiseName": "Winston-Salem", "clubName": "Dash", "active": true}, {"allStarStatus": "N", "id": 487, "name": "Kannapolis Cannon Ballers", "season": 2023, "venue": {"id": 2764, "name": "Atrium Health Ballpark"}, "teamCode": "kan", "fileCode": "t487", "abbreviation": "KAN", "teamName": "Cannon Ballers", "locationName": "Kannapolis", "firstYearOfPlay": "1995", "league": {"id": 122, "name": "Carolina League"}, "division": {"id": 211, "name": "Carolina League South"}, "sport": {"id": 14, "name": "Single-A"}, "shortName": "Kannapolis", "parentOrgName": "Chicago White Sox", "parentOrgId": 145, "franchiseName": "Kannapolis", "clubName": "Cannon Ballers", "active": true}, {"allStarStatus": "N", "id": 3306, "name": "White Sox Alternate Training Site", "season": 2023, "venue": {"id": 5471, "name": "Boomers Stadium"}, "teamCode": "cws", "fileCode": "t3306", "abbreviation": "CWS", "teamName": "White Sox Alt. Site", "firstYearOfPlay": "2001", "league": {"id": 5468, "name": "Extended Spring Training"}, "sport": {"id": 21, "name": "Minor League Baseball"}, "shortName": "White Sox Alternate Training Site", "parentOrgName": "Chicago White Sox", "parentOrgId": 145, "active": true}, {"allStarStatus": "O", "id": 3307, "name": "White Sox Organization", "season": 2023, "venue": {"id": 4, "name": "Guaranteed Rate Field"}, "teamCode": "cwo", "fileCode": "t3307", "abbreviation": "CWS", "teamName": "White Sox Org.", "locationName": "Chicago", "firstYearOfPlay": "2001", "league": [], "sport": {"id": 21, "name": "Minor League Baseball"}, "shortName": "White Sox Organization", "parentOrgName": "Chicago White Sox", "parentOrgId": 145, "franchiseName": "White Sox Organization", "clubName": "White Sox Organization", "active": true}, {"allStarStatus": "N", "id": 494, "name": "Charlotte Knights", "season": 2023, "venue": {"id": 4670, "name": "Truist Field"}, "teamCode": "chr", "fileCode": "t494", "abbreviation": "CLT", "teamName": "Knights", "locationName": "Charlotte", "firstYearOfPlay": "1954", "league": {"id": 117, "name": "International League"}, "division": {"id": 219, "name": "International League East"}, "sport": {"id": 11, "name": "Triple-A"}, "shortName": "Charlotte", "parentOrgName": "Chicago White Sox", "parentOrgId": 145, "franchiseName": "Charlotte", "clubName": "Knights", "active": true}, {"allStarStatus": "N", "id": 1997, "name": "ACL White Sox", "season": 2023, "venue": {"id": 3809, "name": "Camelback Ranch"}, "teamCode": "wsx", "fileCode": "t1997", "abbreviation": "WSX", "teamName": "ACL White Sox", "locationName": "Glendale", "firstYearOfPlay": "1998", "league": {"id": 121, "name": "Arizona Complex League"}, "division": {"id": 561, "name": "Arizona Complex League West"}, "sport": {"id": 16, "name": "Rookie"}, "shortName": "ACL White Sox", "parentOrgName": "Chicago White Sox", "parentOrgId": 145, "franchiseName": "ACL White Sox", "clubName": "ACL White Sox", "active": true}, {"allStarStatus": "N", "id": 633, "name": "DSL White Sox", "season": 2023, "venue": {"id": 401, "name": "TBD"}, "teamCode": "dws", "fileCode": "t633", "abbreviation": "DSL WSX", "teamName": "DSL White Sox", "locationName": "United States", "firstYearOfPlay": "1987", "league": {"id": 130, "name": "Dominican Summer League"}, "division": {"id": 250, "name": "Dominican Summer League Baseball City"}, "sport": {"id": 16, "name": "Rookie"}, "shortName": "DSL White Sox", "parentOrgName": "Chicago White Sox", "parentOrgId": 145, "franchiseName": "DSL White Sox", "clubName": "DSL White Sox", "active": true}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "object", "properties": {"teams": {"type": "array", "items": {"type": "object", "properties": {"springLeague": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["abbreviation", "id", "name"]}, "allStarStatus": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "season": {"type": "integer"}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "springVenue": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "teamCode": {"type": "string"}, "fileCode": {"type": "string"}, "abbreviation": {"type": "string"}, "teamName": {"type": "string"}, "locationName": {"type": "string"}, "firstYearOfPlay": {"type": "string"}, "league": {"anyOf": [{"type": "array"}, {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}]}, "division": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "shortName": {"type": "string"}, "franchiseName": {"type": "string"}, "clubName": {"type": "string"}, "active": {"type": "boolean"}, "parentOrgName": {"type": "string"}, "parentOrgId": {"type": "integer"}}, "required": ["abbreviation", "active", "allStarStatus", "fileCode", "firstYearOfPlay", "id", "league", "name", "season", "shortName", "sport", "teamCode", "teamName", "venue"]}}}, "required": ["teams"]}}, "required": ["body", "meta"]} |
d03310ec-aa85-462e-8dd3-d005d21199ff/44b554a3-41b3-4b72-beb3-4abbec66b05f/0/0 | Baseball | Major League Baseball (MLB) Sports API that provides information on Leagues and Cups with Livescore, Odds, Statistics, Historical Data, and more ... Checkout our Hockey (NHL) API: https://rapidapi.com/sparior/api/hockey1 | 9.1 | v1/teams-personnel | Get Baseball (MLB) team history by team ID | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": {"roster": [{"person": {"id": 580104, "fullName": "Geoff Head"}, "jerseyNumber": "", "job": "Director of Conditioning", "jobId": "DCON", "title": "Senior Director of Sports Performance"}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "object", "properties": {"roster": {"type": "array", "items": {"type": "object", "properties": {"person": {"type": "object", "properties": {"id": {"type": "integer"}, "fullName": {"type": "string"}}, "required": ["fullName", "id"]}, "jerseyNumber": {"type": "string"}, "job": {"type": "string"}, "jobId": {"type": "string"}, "title": {"type": "string"}}, "required": ["jerseyNumber", "job", "jobId", "person", "title"]}}}, "required": ["roster"]}}, "required": ["body", "meta"]} |
d03310ec-aa85-462e-8dd3-d005d21199ff/40184079-f1d9-48cb-9bd8-84611c79fc97/0/0 | Baseball | Major League Baseball (MLB) Sports API that provides information on Leagues and Cups with Livescore, Odds, Statistics, Historical Data, and more ... Checkout our Hockey (NHL) API: https://rapidapi.com/sparior/api/hockey1 | 9.1 | v1/teams-history | Query Baseball (MLB) team history by ID | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"allStarStatus": "N", "id": 145, "name": "Chicago White Sox", "season": 1991, "venue": {"id": 4, "name": "Comiskey Park"}, "teamCode": "cha", "fileCode": "cws", "abbreviation": "CWS", "teamName": "White Sox", "locationName": "Chicago", "firstYearOfPlay": "1901", "league": {"id": 103, "name": "American League"}, "sport": {"id": 1, "name": "Major League Baseball"}, "shortName": "Chi White Sox", "franchiseName": "Chicago", "clubName": "White Sox", "active": true}, {"allStarStatus": "N", "id": 145, "name": "Chicago White Sox", "season": 1910, "venue": {"id": 3119, "name": "Comiskey Park"}, "teamCode": "cha", "fileCode": "cws", "abbreviation": "CWS", "teamName": "White Sox", "locationName": "Chicago", "firstYearOfPlay": "1901", "league": {"id": 103, "name": "American League"}, "sport": {"id": 1, "name": "Major League Baseball"}, "shortName": "Chi White Sox", "franchiseName": "Chicago", "clubName": "White Sox", "active": true}, {"allStarStatus": "N", "id": 145, "name": "Chicago White Sox", "season": 1901, "venue": {"id": 3148, "name": "South Side Park "}, "teamCode": "cha", "fileCode": "cws", "abbreviation": "CWS", "teamName": "White Sox", "locationName": "Chicago", "firstYearOfPlay": "1901", "league": {"id": 103, "name": "American League"}, "sport": {"id": 1, "name": "Major League Baseball"}, "shortName": "Chi White Sox", "franchiseName": "Chicago", "clubName": "White Sox", "active": true}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"allStarStatus": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "season": {"type": "integer"}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "teamCode": {"type": "string"}, "fileCode": {"type": "string"}, "abbreviation": {"type": "string"}, "teamName": {"type": "string"}, "locationName": {"type": "string"}, "firstYearOfPlay": {"type": "string"}, "league": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "shortName": {"type": "string"}, "franchiseName": {"type": "string"}, "clubName": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["abbreviation", "active", "allStarStatus", "clubName", "fileCode", "firstYearOfPlay", "franchiseName", "id", "league", "locationName", "name", "season", "shortName", "sport", "teamCode", "teamName", "venue"]}}}, "required": ["body", "meta"]} |
d03310ec-aa85-462e-8dd3-d005d21199ff/04b2abf5-cb60-446e-8c90-c11e8aa4b557/0/0 | Baseball | Major League Baseball (MLB) Sports API that provides information on Leagues and Cups with Livescore, Odds, Statistics, Historical Data, and more ... Checkout our Hockey (NHL) API: https://rapidapi.com/sparior/api/hockey1 | 9.1 | v1/teams-roster | Query Baseball (MLB) team roster by team ID | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": {"roster": [{"person": {"id": 607481, "fullName": "Aaron Bummer"}, "jerseyNumber": "39", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 656514, "fullName": "Adam Haseley"}, "jerseyNumber": "51", "position": {"code": "9", "name": "Outfielder", "type": "Outfielder", "abbreviation": "RF"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 666208, "fullName": "Alex Speas"}, "jerseyNumber": "", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 643217, "fullName": "Andrew Benintendi"}, "jerseyNumber": "23", "position": {"code": "7", "name": "Outfielder", "type": "Outfielder", "abbreviation": "LF"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 683734, "fullName": "Andrew Vaughn"}, "jerseyNumber": "25", "position": {"code": "3", "name": "First Base", "type": "Infielder", "abbreviation": "1B"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 682868, "fullName": "Bryan Ramos"}, "jerseyNumber": "82", "position": {"code": "4", "name": "Second Base", "type": "Infielder", "abbreviation": "2B"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 543766, "fullName": "Bryan Shaw"}, "jerseyNumber": "41", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 656024, "fullName": "Carlos Perez"}, "jerseyNumber": "36", "position": {"code": "2", "name": "Catcher", "type": "Catcher", "abbreviation": "C"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 640449, "fullName": "Clint Frazier"}, "jerseyNumber": "15", "position": {"code": "9", "name": "Outfielder", "type": "Outfielder", "abbreviation": "RF"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 663436, "fullName": "Davis Martin"}, "jerseyNumber": "65", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 686539, "fullName": "Declan Cronin"}, "jerseyNumber": "59", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 665620, "fullName": "Deivi Garcia"}, "jerseyNumber": "64", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 656302, "fullName": "Dylan Cease"}, "jerseyNumber": "84", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 679346, "fullName": "Edgar Navarro"}, "jerseyNumber": "66", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 650391, "fullName": "Eloy Jimenez"}, "jerseyNumber": "74", "position": {"code": "10", "name": "Designated Hitter", "type": "Hitter", "abbreviation": "DH"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 462101, "fullName": "Elvis Andrus"}, "jerseyNumber": "1", "position": {"code": "6", "name": "Shortstop", "type": "Infielder", "abbreviation": "SS"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 676979, "fullName": "Garrett Crochet"}, "jerseyNumber": "45", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 657757, "fullName": "Gavin Sheets"}, "jerseyNumber": "32", "position": {"code": "9", "name": "Outfielder", "type": "Outfielder", "abbreviation": "RF"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 666619, "fullName": "Gregory Santos"}, "jerseyNumber": "60", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 669947, "fullName": "Jesse Scholtens"}, "jerseyNumber": "62", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 679563, "fullName": "Jose Rodriguez"}, "jerseyNumber": "55", "position": {"code": "6", "name": "Shortstop", "type": "Infielder", "abbreviation": "SS"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 570632, "fullName": "Jose Urena"}, "jerseyNumber": "54", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 686676, "fullName": "Korey Lee"}, "jerseyNumber": "26", "position": {"code": "2", "name": "Catcher", "type": "Catcher", "abbreviation": "C"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 682010, "fullName": "Lane Ramsey"}, "jerseyNumber": "68", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 672820, "fullName": "Lenyn Sosa"}, "jerseyNumber": "50", "position": {"code": "4", "name": "Second Base", "type": "Infielder", "abbreviation": "2B"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 672715, "fullName": "Luis Patino"}, "jerseyNumber": "77", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 673357, "fullName": "Luis Robert Jr."}, "jerseyNumber": "88", "position": {"code": "8", "name": "Outfielder", "type": "Outfielder", "abbreviation": "CF"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 656629, "fullName": "Michael Kopech"}, "jerseyNumber": "34", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 605182, "fullName": "Mike Clevinger"}, "jerseyNumber": "52", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 656820, "fullName": "Nicholas Padilla"}, "jerseyNumber": "61", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 693049, "fullName": "Oscar Colas"}, "jerseyNumber": "22", "position": {"code": "9", "name": "Outfielder", "type": "Outfielder", "abbreviation": "RF"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 671111, "fullName": "Sammy Peralta"}, "jerseyNumber": "67", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 621383, "fullName": "Tanner Banks"}, "jerseyNumber": "57", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 641313, "fullName": "Tim Anderson"}, "jerseyNumber": "7", "position": {"code": "6", "name": "Shortstop", "type": "Infielder", "abbreviation": "SS"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 657053, "fullName": "Touki Toussaint"}, "jerseyNumber": "47", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 572204, "fullName": "Trayce Thompson"}, "jerseyNumber": "43", "position": {"code": "8", "name": "Outfielder", "type": "Outfielder", "abbreviation": "CF"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 518735, "fullName": "Yasmani Grandal"}, "jerseyNumber": "24", "position": {"code": "2", "name": "Catcher", "type": "Catcher", "abbreviation": "C"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 660162, "fullName": "Yoan Moncada"}, "jerseyNumber": "10", "position": {"code": "5", "name": "Third Base", "type": "Infielder", "abbreviation": "3B"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 670990, "fullName": "Yohan Ramirez"}, "jerseyNumber": "48", "position": {"code": "1", "name": "Pitcher", "type": "Pitcher", "abbreviation": "P"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}, {"person": {"id": 621545, "fullName": "Zach Remillard"}, "jerseyNumber": "28", "position": {"code": "4", "name": "Second Base", "type": "Infielder", "abbreviation": "2B"}, "status": {"code": "A", "description": "Active"}, "parentTeamId": 145}], "teamId": 145, "rosterType": "active"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "object", "properties": {"roster": {"type": "array", "items": {"type": "object", "properties": {"person": {"type": "object", "properties": {"id": {"type": "integer"}, "fullName": {"type": "string"}}, "required": ["fullName", "id"]}, "jerseyNumber": {"type": "string"}, "position": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["abbreviation", "code", "name", "type"]}, "status": {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}}, "required": ["code", "description"]}, "parentTeamId": {"type": "integer"}}, "required": ["jerseyNumber", "parentTeamId", "person", "position", "status"]}}, "teamId": {"type": "integer"}, "rosterType": {"type": "string"}}, "required": ["roster", "rosterType", "teamId"]}}, "required": ["body", "meta"]} |
d03310ec-aa85-462e-8dd3-d005d21199ff/d714d7f6-ca95-4376-a0f3-24541ab24469/0/0 | Baseball | Major League Baseball (MLB) Sports API that provides information on Leagues and Cups with Livescore, Odds, Statistics, Historical Data, and more ... Checkout our Hockey (NHL) API: https://rapidapi.com/sparior/api/hockey1 | 9.1 | v1/teams | Get all Baseball (MLB) teams in the league. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"allStarStatus": "N", "id": 4164, "name": "Monmouth Hawks", "season": 2011, "venue": {"id": 401, "name": "TBD"}, "teamCode": "mou", "fileCode": "t4164", "abbreviation": "MON", "teamName": "Hawks", "locationName": "United States", "firstYearOfPlay": "2011", "league": {"id": 107, "name": "College Baseball"}, "sport": {"id": 22, "name": "College Baseball"}, "shortName": "Monmouth", "parentOrgName": "Office of the Commissioner", "parentOrgId": 11, "franchiseName": "Monmouth", "clubName": "Hawks", "active": true}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"allStarStatus": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "season": {"type": "integer"}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "teamCode": {"type": "string"}, "fileCode": {"type": "string"}, "abbreviation": {"type": "string"}, "teamName": {"type": "string"}, "locationName": {"type": "string"}, "firstYearOfPlay": {"type": "string"}, "league": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "shortName": {"type": "string"}, "parentOrgName": {"type": "string"}, "parentOrgId": {"type": "integer"}, "franchiseName": {"type": "string"}, "clubName": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["abbreviation", "active", "allStarStatus", "clubName", "fileCode", "firstYearOfPlay", "franchiseName", "id", "league", "locationName", "name", "parentOrgId", "parentOrgName", "season", "shortName", "sport", "teamCode", "teamName", "venue"]}}}, "required": ["body", "meta"]} |
d03310ec-aa85-462e-8dd3-d005d21199ff/dc1360dc-35e4-4b11-9fc2-3f7842555b47/0/0 | Baseball | Major League Baseball (MLB) Sports API that provides information on Leagues and Cups with Livescore, Odds, Statistics, Historical Data, and more ... Checkout our Hockey (NHL) API: https://rapidapi.com/sparior/api/hockey1 | 9.1 | v1/schedule | Baseball (MLB) schedule | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "date": "2021-07-30", "totalEvents": 0, "totalGames": 15, "totalGamesInProgress": 0}, "body": {"0": {"gamePk": 633094, "gameGuid": "cedf2489-1963-4910-b66a-ea0f2d0206d3", "gameType": "R", "season": "2021", "gameDate": "2021-07-30T23:05:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 50, "losses": 55, "pct": ".476"}, "score": 3, "team": {"id": 112, "name": "Chicago Cubs"}, "isWinner": false, "splitSquad": false, "seriesNumber": 34}, "home": {"leagueRecord": {"wins": 48, "losses": 55, "pct": ".466"}, "score": 4, "team": {"id": 120, "name": "Washington Nationals"}, "isWinner": true, "splitSquad": false, "seriesNumber": 34}}, "venue": {"id": 3309, "name": "Nationals Park"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633094-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 3, "seriesGameNumber": 1, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "1": {"gamePk": 633108, "gameGuid": "0acb3765-eeee-48db-8949-c1f5916a961a", "gameType": "R", "season": "2021", "gameDate": "2021-07-30T23:05:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 51, "losses": 52, "pct": ".495"}, "score": 0, "team": {"id": 143, "name": "Philadelphia Phillies"}, "isWinner": false, "splitSquad": false, "seriesNumber": 35}, "home": {"leagueRecord": {"wins": 39, "losses": 64, "pct": ".379"}, "score": 7, "team": {"id": 134, "name": "Pittsburgh Pirates"}, "isWinner": true, "splitSquad": false, "seriesNumber": 33}}, "venue": {"id": 31, "name": "PNC Park"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633108-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 3, "seriesGameNumber": 1, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "2": {"gamePk": 633091, "gameGuid": "26eb3ad2-a7c1-463b-a21b-2f00d4e63588", "gameType": "R", "season": "2021", "gameDate": "2021-07-30T23:07:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 45, "losses": 57, "pct": ".441"}, "score": 4, "team": {"id": 118, "name": "Kansas City Royals"}, "isWinner": false, "splitSquad": false, "seriesNumber": 34}, "home": {"leagueRecord": {"wins": 52, "losses": 48, "pct": ".520"}, "score": 6, "team": {"id": 141, "name": "Toronto Blue Jays"}, "isWinner": true, "splitSquad": false, "seriesNumber": 34}}, "venue": {"id": 14, "name": "Rogers Centre"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633091-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "gamesInSeries": 3, "seriesGameNumber": 1, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "3": {"gamePk": 633107, "gameGuid": "0b32f088-6b99-47a8-bfba-412d0df6315b", "gameType": "R", "season": "2021", "gameDate": "2021-07-30T23:10:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 36, "losses": 66, "pct": ".353"}, "score": 4, "team": {"id": 110, "name": "Baltimore Orioles"}, "isWinner": true, "splitSquad": false, "seriesNumber": 34}, "home": {"leagueRecord": {"wins": 50, "losses": 56, "pct": ".472"}, "score": 3, "team": {"id": 116, "name": "Detroit Tigers"}, "isWinner": false, "splitSquad": false, "seriesNumber": 33}}, "venue": {"id": 2394, "name": "Comerica Park"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633107-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 4, "seriesGameNumber": 2, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "4": {"gamePk": 633100, "gameGuid": "deadac0f-9774-4573-9adb-3ebf719fadca", "gameType": "R", "season": "2021", "gameDate": "2021-07-30T23:10:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 55, "losses": 49, "pct": ".529"}, "score": 6, "team": {"id": 113, "name": "Cincinnati Reds"}, "isWinner": true, "splitSquad": false, "seriesNumber": 34}, "home": {"leagueRecord": {"wins": 55, "losses": 48, "pct": ".534"}, "score": 2, "team": {"id": 121, "name": "New York Mets"}, "isWinner": false, "splitSquad": false, "seriesNumber": 33}}, "venue": {"id": 3289, "name": "Citi Field"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633100-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 3, "seriesGameNumber": 1, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "5": {"gamePk": 633165, "gameGuid": "69cab21a-e774-49a9-9ca4-a2c8bea18cc6", "gameType": "R", "season": "2021", "gameDate": "2021-07-30T23:10:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 63, "losses": 42, "pct": ".600"}, "score": 3, "team": {"id": 111, "name": "Boston Red Sox"}, "isWinner": false, "splitSquad": false, "seriesNumber": 35}, "home": {"leagueRecord": {"wins": 62, "losses": 42, "pct": ".596"}, "score": 7, "team": {"id": 139, "name": "Tampa Bay Rays"}, "isWinner": true, "splitSquad": false, "seriesNumber": 34}}, "venue": {"id": 12, "name": "Tropicana Field"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633165-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 3, "seriesGameNumber": 1, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "6": {"gamePk": 633073, "gameGuid": "cf55c356-d10e-4e1b-b82c-9668c27af57f", "gameType": "R", "season": "2021", "gameDate": "2021-07-30T23:10:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 54, "losses": 48, "pct": ".529"}, "score": 3, "team": {"id": 147, "name": "New York Yankees"}, "isWinner": true, "splitSquad": false, "seriesNumber": 34}, "home": {"leagueRecord": {"wins": 44, "losses": 60, "pct": ".423"}, "score": 1, "team": {"id": 146, "name": "Miami Marlins"}, "isWinner": false, "splitSquad": false, "seriesNumber": 35}}, "venue": {"id": 4169, "name": "loanDepot park"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633073-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 3, "seriesGameNumber": 1, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "7": {"gamePk": 633131, "gameGuid": "8673b215-e998-4ba9-8609-f5086f565809", "gameType": "R", "season": "2021", "gameDate": "2021-07-30T23:20:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 62, "losses": 42, "pct": ".596"}, "score": 9, "team": {"id": 158, "name": "Milwaukee Brewers"}, "isWinner": true, "splitSquad": false, "seriesNumber": 33}, "home": {"leagueRecord": {"wins": 51, "losses": 54, "pct": ".486"}, "score": 5, "team": {"id": 144, "name": "Atlanta Braves"}, "isWinner": false, "splitSquad": false, "seriesNumber": 34}}, "venue": {"id": 4705, "name": "Truist Park"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633131-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 3, "seriesGameNumber": 1, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "8": {"gamePk": 633116, "gameGuid": "ea7962fb-be4c-462c-a006-c6707b0a38b2", "gameType": "R", "season": "2021", "gameDate": "2021-07-31T00:05:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 56, "losses": 48, "pct": ".538"}, "score": 9, "team": {"id": 136, "name": "Seattle Mariners"}, "isWinner": true, "splitSquad": false, "seriesNumber": 33}, "home": {"leagueRecord": {"wins": 36, "losses": 67, "pct": ".350"}, "score": 5, "team": {"id": 140, "name": "Texas Rangers"}, "isWinner": false, "splitSquad": false, "seriesNumber": 34}}, "venue": {"id": 5325, "name": "Globe Life Field"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633116-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 3, "seriesGameNumber": 1, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "9": {"gamePk": 633128, "gameGuid": "c13ad28f-ba72-496e-8a35-f6a87c7297f6", "gameType": "R", "season": "2021", "gameDate": "2021-07-31T00:10:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 50, "losses": 50, "pct": ".500"}, "score": 4, "team": {"id": 114, "name": "Cleveland Indians"}, "isWinner": false, "splitSquad": false, "seriesNumber": 34}, "home": {"leagueRecord": {"wins": 61, "losses": 43, "pct": ".587"}, "score": 6, "team": {"id": 145, "name": "Chicago White Sox"}, "isWinner": true, "splitSquad": false, "seriesNumber": 34}}, "venue": {"id": 4, "name": "Guaranteed Rate Field"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633128-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 3, "seriesGameNumber": 1, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "10": {"gamePk": 633119, "gameGuid": "09eff1e0-a5bf-45fb-9dd8-7199e4c47044", "gameType": "R", "season": "2021", "gameDate": "2021-07-31T00:15:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 43, "losses": 61, "pct": ".413"}, "score": 1, "team": {"id": 142, "name": "Minnesota Twins"}, "isWinner": false, "splitSquad": false, "seriesNumber": 34}, "home": {"leagueRecord": {"wins": 52, "losses": 51, "pct": ".505"}, "score": 5, "team": {"id": 138, "name": "St. Louis Cardinals"}, "isWinner": true, "splitSquad": false, "seriesNumber": 34}}, "venue": {"id": 2889, "name": "Busch Stadium"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633119-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 3, "seriesGameNumber": 1, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "11": {"gamePk": 633118, "gameGuid": "afd07ed6-8c0c-4e89-b38f-cf243326bc76", "gameType": "R", "season": "2021", "gameDate": "2021-07-31T01:38:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 59, "losses": 46, "pct": ".562"}, "score": 2, "team": {"id": 133, "name": "Oakland Athletics"}, "isWinner": true, "splitSquad": false, "seriesNumber": 34}, "home": {"leagueRecord": {"wins": 51, "losses": 52, "pct": ".495"}, "score": 0, "team": {"id": 108, "name": "Los Angeles Angels"}, "isWinner": false, "splitSquad": false, "seriesNumber": 34}}, "venue": {"id": 1, "name": "Angel Stadium"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633118-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 4, "seriesGameNumber": 2, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "12": {"gamePk": 633102, "gameGuid": "3f061e53-a46d-416b-a560-a2da08a871d7", "gameType": "R", "season": "2021", "gameDate": "2021-07-31T01:40:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 62, "losses": 43, "pct": ".590"}, "score": 5, "team": {"id": 119, "name": "Los Angeles Dodgers"}, "isWinner": false, "splitSquad": false, "seriesNumber": 34}, "home": {"leagueRecord": {"wins": 33, "losses": 71, "pct": ".317"}, "score": 6, "team": {"id": 109, "name": "Arizona Diamondbacks"}, "isWinner": true, "splitSquad": false, "seriesNumber": 34}}, "venue": {"id": 15, "name": "Chase Field"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633102-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 3, "seriesGameNumber": 1, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "13": {"gamePk": 633120, "gameGuid": "21e6d90f-36fa-4339-b25e-f2797d781ec7", "gameType": "R", "season": "2021", "gameDate": "2021-07-31T01:45:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 64, "losses": 40, "pct": ".615"}, "score": 9, "team": {"id": 117, "name": "Houston Astros"}, "isWinner": true, "splitSquad": false, "seriesNumber": 34}, "home": {"leagueRecord": {"wins": 64, "losses": 39, "pct": ".621"}, "score": 6, "team": {"id": 137, "name": "San Francisco Giants"}, "isWinner": false, "splitSquad": false, "seriesNumber": 34}}, "venue": {"id": 2395, "name": "Oracle Park"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633120-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 3, "seriesGameNumber": 1, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "14": {"gamePk": 633112, "gameGuid": "5823459e-ee87-4479-8062-f6b16c79a2b0", "gameType": "R", "season": "2021", "gameDate": "2021-07-31T02:10:00Z", "officialDate": "2021-07-30", "status": {"abstractGameState": "Final", "codedGameState": "F", "detailedState": "Final", "statusCode": "F", "startTimeTBD": false, "abstractGameCode": "F"}, "teams": {"away": {"leagueRecord": {"wins": 45, "losses": 59, "pct": ".433"}, "score": 9, "team": {"id": 115, "name": "Colorado Rockies"}, "isWinner": true, "splitSquad": false, "seriesNumber": 34}, "home": {"leagueRecord": {"wins": 61, "losses": 46, "pct": ".570"}, "score": 4, "team": {"id": 135, "name": "San Diego Padres"}, "isWinner": false, "splitSquad": false, "seriesNumber": 34}}, "venue": {"id": 2680, "name": "Petco Park"}, "content": [], "isTie": false, "gameNumber": 1, "publicFacing": true, "doubleHeader": "N", "gamedayType": "P", "tiebreaker": "N", "calendarEventID": "14-633112-2021-07-30", "seasonDisplay": "2021", "dayNight": "night", "scheduledInnings": 9, "reverseHomeAwayStatus": false, "inningBreakLength": 120, "gamesInSeries": 4, "seriesGameNumber": 2, "seriesDescription": "Regular Season", "recordSource": "S", "ifNecessary": "N", "ifNecessaryDescription": "Normal Game"}, "events": []}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "date": {"type": "string"}, "totalEvents": {"type": "integer"}, "totalGames": {"type": "integer"}, "totalGamesInProgress": {"type": "integer"}}, "required": ["copywrite", "date", "status", "totalEvents", "totalGames", "totalGamesInProgress", "version"]}, "body": {"type": "object", "properties": {"0": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "1": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "2": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "3": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "4": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "5": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "6": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "7": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "8": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "9": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "10": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "11": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "12": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "13": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "14": {"type": "object", "properties": {"gamePk": {"type": "integer"}, "gameGuid": {"type": "string"}, "gameType": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "officialDate": {"type": "string"}, "status": {"type": "object", "properties": {"abstractGameState": {"type": "string"}, "codedGameState": {"type": "string"}, "detailedState": {"type": "string"}, "statusCode": {"type": "string"}, "startTimeTBD": {"type": "boolean"}, "abstractGameCode": {"type": "string"}}, "required": ["abstractGameCode", "abstractGameState", "codedGameState", "detailedState", "startTimeTBD", "statusCode"]}, "teams": {"type": "object", "properties": {"away": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}, "home": {"type": "object", "properties": {"leagueRecord": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "pct": {"type": "string"}}, "required": ["losses", "pct", "wins"]}, "score": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "isWinner": {"type": "boolean"}, "splitSquad": {"type": "boolean"}, "seriesNumber": {"type": "integer"}}, "required": ["isWinner", "leagueRecord", "score", "seriesNumber", "splitSquad", "team"]}}, "required": ["away", "home"]}, "venue": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "content": {"type": "array"}, "isTie": {"type": "boolean"}, "gameNumber": {"type": "integer"}, "publicFacing": {"type": "boolean"}, "doubleHeader": {"type": "string"}, "gamedayType": {"type": "string"}, "tiebreaker": {"type": "string"}, "calendarEventID": {"type": "string"}, "seasonDisplay": {"type": "string"}, "dayNight": {"type": "string"}, "scheduledInnings": {"type": "integer"}, "reverseHomeAwayStatus": {"type": "boolean"}, "inningBreakLength": {"type": "integer"}, "gamesInSeries": {"type": "integer"}, "seriesGameNumber": {"type": "integer"}, "seriesDescription": {"type": "string"}, "recordSource": {"type": "string"}, "ifNecessary": {"type": "string"}, "ifNecessaryDescription": {"type": "string"}}, "required": ["calendarEventID", "content", "dayNight", "doubleHeader", "gameDate", "gameGuid", "gameNumber", "gamePk", "gameType", "gamedayType", "gamesInSeries", "ifNecessary", "ifNecessaryDescription", "inningBreakLength", "isTie", "officialDate", "publicFacing", "recordSource", "reverseHomeAwayStatus", "scheduledInnings", "season", "seasonDisplay", "seriesDescription", "seriesGameNumber", "status", "teams", "tiebreaker", "venue"]}, "events": {"type": "array"}}, "required": ["0", "1", "10", "11", "12", "13", "14", "2", "3", "4", "5", "6", "7", "8", "9", "events"]}}, "required": ["body", "meta"]} |
d03310ec-aa85-462e-8dd3-d005d21199ff/8d391e91-36fc-404e-88ff-ddf2805c9b7e/0/0 | Baseball | Major League Baseball (MLB) Sports API that provides information on Leagues and Cups with Livescore, Odds, Statistics, Historical Data, and more ... Checkout our Hockey (NHL) API: https://rapidapi.com/sparior/api/hockey1 | 9.1 | v1/seasons | Baseball (MLB) seasons | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"seasonId": "2021", "hasWildcard": true, "preSeasonStartDate": "2021-01-01", "preSeasonEndDate": "2021-02-27", "seasonStartDate": "2021-02-28", "springStartDate": "2021-02-28", "springEndDate": "2021-03-30", "regularSeasonStartDate": "2021-04-01", "lastDate1stHalf": "2021-07-11", "allStarDate": "2021-07-13", "firstDate2ndHalf": "2021-07-15", "regularSeasonEndDate": "2021-10-03", "postSeasonStartDate": "2021-10-04", "postSeasonEndDate": "2021-11-02", "seasonEndDate": "2021-11-02", "offseasonStartDate": "2021-11-03", "offSeasonEndDate": "2021-12-31", "seasonLevelGamedayType": "P", "gameLevelGamedayType": "P", "qualifierPlateAppearances": 3.1, "qualifierOutsPitched": 3}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"seasonId": {"type": "string"}, "hasWildcard": {"type": "boolean"}, "preSeasonStartDate": {"type": "string"}, "preSeasonEndDate": {"type": "string"}, "seasonStartDate": {"type": "string"}, "springStartDate": {"type": "string"}, "springEndDate": {"type": "string"}, "regularSeasonStartDate": {"type": "string"}, "lastDate1stHalf": {"type": "string"}, "allStarDate": {"type": "string"}, "firstDate2ndHalf": {"type": "string"}, "regularSeasonEndDate": {"type": "string"}, "postSeasonStartDate": {"type": "string"}, "postSeasonEndDate": {"type": "string"}, "seasonEndDate": {"type": "string"}, "offseasonStartDate": {"type": "string"}, "offSeasonEndDate": {"type": "string"}, "seasonLevelGamedayType": {"type": "string"}, "gameLevelGamedayType": {"type": "string"}, "qualifierPlateAppearances": {"type": "number"}, "qualifierOutsPitched": {"type": "integer"}}, "required": ["allStarDate", "firstDate2ndHalf", "gameLevelGamedayType", "hasWildcard", "lastDate1stHalf", "offSeasonEndDate", "offseasonStartDate", "postSeasonEndDate", "postSeasonStartDate", "preSeasonEndDate", "preSeasonStartDate", "qualifierOutsPitched", "qualifierPlateAppearances", "regularSeasonEndDate", "regularSeasonStartDate", "seasonEndDate", "seasonId", "seasonLevelGamedayType", "seasonStartDate", "springEndDate", "springStartDate"]}}}, "required": ["body", "meta"]} |
d03310ec-aa85-462e-8dd3-d005d21199ff/5b02e976-9ef4-40b9-996d-51ac24b5cb91/0/0 | Baseball | Major League Baseball (MLB) Sports API that provides information on Leagues and Cups with Livescore, Odds, Statistics, Historical Data, and more ... Checkout our Hockey (NHL) API: https://rapidapi.com/sparior/api/hockey1 | 9.1 | v1/leagues | Get baseball league information. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"id": 103, "name": "American League", "abbreviation": "AL", "nameShort": "American", "seasonState": "postseason", "hasWildCard": true, "hasSplitSeason": false, "numGames": 162, "hasPlayoffPoints": false, "numTeams": 15, "numWildcardTeams": 3, "seasonDateInfo": {"seasonId": "2023", "preSeasonStartDate": "2023-01-01", "preSeasonEndDate": "2023-02-23", "seasonStartDate": "2023-02-24", "springStartDate": "2023-02-24", "springEndDate": "2023-03-28", "regularSeasonStartDate": "2023-03-30", "lastDate1stHalf": "2023-07-09", "allStarDate": "2023-07-11", "firstDate2ndHalf": "2023-07-14", "regularSeasonEndDate": "2023-10-01", "postSeasonStartDate": "2023-10-03", "postSeasonEndDate": "2023-11-04", "seasonEndDate": "2023-11-04", "offseasonStartDate": "2023-11-05", "offSeasonEndDate": "2023-12-31", "seasonLevelGamedayType": "P", "gameLevelGamedayType": "P", "qualifierPlateAppearances": 3.1, "qualifierOutsPitched": 3}, "season": "2023", "orgCode": "AL", "conferencesInUse": false, "divisionsInUse": true, "sport": {"id": 1}, "sortOrder": 21, "active": true}, {"id": 104, "name": "National League", "abbreviation": "NL", "nameShort": "National", "seasonState": "postseason", "hasWildCard": true, "hasSplitSeason": false, "numGames": 162, "hasPlayoffPoints": false, "numTeams": 15, "numWildcardTeams": 3, "seasonDateInfo": {"seasonId": "2023", "preSeasonStartDate": "2023-01-01", "preSeasonEndDate": "2023-02-23", "seasonStartDate": "2023-02-24", "springStartDate": "2023-02-24", "springEndDate": "2023-03-28", "regularSeasonStartDate": "2023-03-30", "lastDate1stHalf": "2023-07-09", "allStarDate": "2023-07-11", "firstDate2ndHalf": "2023-07-14", "regularSeasonEndDate": "2023-10-02", "postSeasonStartDate": "2023-10-03", "postSeasonEndDate": "2023-11-04", "seasonEndDate": "2023-11-04", "offseasonStartDate": "2023-11-05", "offSeasonEndDate": "2023-12-31", "seasonLevelGamedayType": "P", "gameLevelGamedayType": "P", "qualifierPlateAppearances": 3.1, "qualifierOutsPitched": 3}, "season": "2023", "orgCode": "NL", "conferencesInUse": false, "divisionsInUse": true, "sport": {"id": 1}, "sortOrder": 31, "active": true}, {"id": 114, "name": "Cactus League", "abbreviation": "CL", "nameShort": "Cactus", "seasonState": "offseason", "hasWildCard": false, "hasSplitSeason": false, "hasPlayoffPoints": false, "seasonDateInfo": {"seasonId": "2023", "preSeasonStartDate": "2023-03-17", "preSeasonEndDate": "2023-02-23", "seasonStartDate": "2023-02-24", "springStartDate": "2023-02-24", "springEndDate": "2023-03-28", "offseasonStartDate": "2023-03-29", "offSeasonEndDate": "2023-12-31", "seasonLevelGamedayType": "F", "gameLevelGamedayType": "F"}, "season": "2023", "orgCode": "CL", "conferencesInUse": false, "divisionsInUse": false, "sortOrder": 51, "active": true}, {"id": 115, "name": "Grapefruit League", "abbreviation": "GL", "nameShort": "Grapefruit", "seasonState": "offseason", "hasWildCard": false, "hasSplitSeason": false, "hasPlayoffPoints": false, "seasonDateInfo": {"seasonId": "2023", "preSeasonStartDate": "2023-03-17", "preSeasonEndDate": "2023-02-23", "seasonStartDate": "2023-02-24", "springStartDate": "2023-02-24", "springEndDate": "2023-03-28", "offseasonStartDate": "2023-03-29", "offSeasonEndDate": "2023-12-31", "seasonLevelGamedayType": "F", "gameLevelGamedayType": "F"}, "season": "2023", "orgCode": "GL", "conferencesInUse": false, "divisionsInUse": false, "sortOrder": 52, "active": true}, {"id": 100, "name": "American Association", "abbreviation": "AA", "seasonState": "offseason", "hasWildCard": false, "hasSplitSeason": false, "numTeams": 9, "seasonDateInfo": {"seasonId": "1891", "preSeasonStartDate": "1891-01-01", "seasonStartDate": "1891-04-08", "regularSeasonStartDate": "1891-04-08", "regularSeasonEndDate": "1891-10-06", "seasonEndDate": "1891-10-06", "offseasonStartDate": "1891-10-04", "offSeasonEndDate": "1891-12-21", "seasonLevelGamedayType": "S", "gameLevelGamedayType": "S"}, "season": "1891", "orgCode": "AA", "conferencesInUse": false, "divisionsInUse": false, "sport": {"id": 1}, "sortOrder": 2811, "active": false}, {"id": 105, "name": "Players League", "abbreviation": "PL", "seasonState": "offseason", "hasWildCard": false, "hasSplitSeason": false, "numTeams": 8, "seasonDateInfo": {"seasonId": "1890", "preSeasonStartDate": "1890-01-01", "seasonStartDate": "1890-04-19", "regularSeasonStartDate": "1890-04-19", "regularSeasonEndDate": "1890-10-04", "seasonEndDate": "1890-10-04", "offseasonStartDate": "1890-10-05", "offSeasonEndDate": "1890-12-21", "seasonLevelGamedayType": "S", "gameLevelGamedayType": "S"}, "season": "1890", "orgCode": "PL", "conferencesInUse": false, "divisionsInUse": false, "sport": {"id": 1}, "sortOrder": 2831, "active": false}, {"id": 101, "name": "Union Association", "abbreviation": "UA", "seasonState": "offseason", "hasWildCard": false, "hasSplitSeason": false, "numTeams": 12, "seasonDateInfo": {"seasonId": "1884", "preSeasonStartDate": "1884-01-01", "seasonStartDate": "1884-04-17", "regularSeasonStartDate": "1884-04-17", "regularSeasonEndDate": "1884-10-19", "seasonEndDate": "1884-10-19", "offseasonStartDate": "1884-10-16", "offSeasonEndDate": "1884-12-21", "seasonLevelGamedayType": "S", "gameLevelGamedayType": "S"}, "season": "1884", "orgCode": "UA", "conferencesInUse": false, "divisionsInUse": false, "sport": {"id": 1}, "sortOrder": 2841, "active": false}, {"id": 106, "name": "Federal League", "abbreviation": "FL", "seasonState": "offseason", "hasWildCard": false, "hasSplitSeason": false, "numGames": 154, "numTeams": 8, "seasonDateInfo": {"seasonId": "1915", "preSeasonStartDate": "1915-01-01", "seasonStartDate": "1915-04-10", "regularSeasonStartDate": "1915-04-10", "regularSeasonEndDate": "1915-10-03", "postSeasonStartDate": "1915-10-08", "postSeasonEndDate": "1915-10-13", "seasonEndDate": "1915-10-13", "offseasonStartDate": "1915-10-14", "offSeasonEndDate": "1915-12-21", "seasonLevelGamedayType": "S", "gameLevelGamedayType": "B"}, "season": "1915", "orgCode": "FL", "conferencesInUse": false, "divisionsInUse": false, "sport": {"id": 1}, "sortOrder": 2851, "active": false}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "nameShort": {"type": "string"}, "seasonState": {"type": "string"}, "hasWildCard": {"type": "boolean"}, "hasSplitSeason": {"type": "boolean"}, "numGames": {"type": "integer"}, "hasPlayoffPoints": {"type": "boolean"}, "numTeams": {"type": "integer"}, "numWildcardTeams": {"type": "integer"}, "seasonDateInfo": {"type": "object", "properties": {"seasonId": {"type": "string"}, "preSeasonStartDate": {"type": "string"}, "preSeasonEndDate": {"type": "string"}, "seasonStartDate": {"type": "string"}, "springStartDate": {"type": "string"}, "springEndDate": {"type": "string"}, "regularSeasonStartDate": {"type": "string"}, "lastDate1stHalf": {"type": "string"}, "allStarDate": {"type": "string"}, "firstDate2ndHalf": {"type": "string"}, "regularSeasonEndDate": {"type": "string"}, "postSeasonStartDate": {"type": "string"}, "postSeasonEndDate": {"type": "string"}, "seasonEndDate": {"type": "string"}, "offseasonStartDate": {"type": "string"}, "offSeasonEndDate": {"type": "string"}, "seasonLevelGamedayType": {"type": "string"}, "gameLevelGamedayType": {"type": "string"}, "qualifierPlateAppearances": {"type": "number"}, "qualifierOutsPitched": {"type": "integer"}}, "required": ["gameLevelGamedayType", "offSeasonEndDate", "offseasonStartDate", "preSeasonStartDate", "seasonId", "seasonLevelGamedayType", "seasonStartDate"]}, "season": {"type": "string"}, "orgCode": {"type": "string"}, "conferencesInUse": {"type": "boolean"}, "divisionsInUse": {"type": "boolean"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "sortOrder": {"type": "integer"}, "active": {"type": "boolean"}}, "required": ["abbreviation", "active", "conferencesInUse", "divisionsInUse", "hasSplitSeason", "hasWildCard", "id", "name", "orgCode", "season", "seasonDateInfo", "seasonState", "sortOrder"]}}}, "required": ["body", "meta"]} |
8ae5bd09-1c61-433f-9364-2114ff68960c/f41b9fc2-38ef-4528-bd29-0026ce3f9477/0/0 | Star Selector Cricket Live Scores | Get all required API's to create an amazing cricket live score application. | null | players/info | Get the details of the player | 200 | Example_1 | {"code": 200, "status": "Success", "data": [{"id": 46, "country_id": 153732, "firstname": "Virat", "lastname": "Kohli", "fullname": "Virat Kohli", "image_path": "https://cdn.sportmonks.com/images/cricket/players/14/46.png", "dateofbirth": "1988-11-05", "gender": "m", "battingstyle": "right-hand-bat", "bowlingstyle": "right-arm-fast-medium", "positionresource": "positions", "positionid": 1, "positionname": "Batsman"}], "message": "Success"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "country_id": {"type": "integer"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}, "fullname": {"type": "string"}, "image_path": {"type": "string"}, "dateofbirth": {"type": "string"}, "gender": {"type": "string"}, "battingstyle": {"type": "string"}, "bowlingstyle": {"type": "string"}, "positionresource": {"type": "string"}, "positionid": {"type": "integer"}, "positionname": {"type": "string"}}, "required": ["battingstyle", "bowlingstyle", "country_id", "dateofbirth", "firstname", "fullname", "gender", "id", "image_path", "lastname", "positionid", "positionname", "positionresource"]}}, "message": {"type": "string"}}, "required": ["code", "data", "message", "status"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.