The Fantasy Player Credit Point API gives the player credit value. The player credit point is calculated based on the player's historical performance stats & recent performance stats. Roanuz Football API has dedicated AI system to control & calculate the credit points.
Request URL Path: https://rest.cricketapi.com/rest/v3/fantasy-match-credits/{MATCH_KEY})/
Method: GET
Parameters:
access_token
- Required
MATCH_KEY
- Required. Match key
fantasy_points - list of object. List of all Player's Fantasy points in the match
players - list of object. List of all players in the match
$ GET https://rest.cricketapi.com/rest/v3/fantasy-match-credits/triseries_2018_g1/?access_token=ACCESSTOKEN Response:
{
"cache_key": "football|recent_tournaments",
"data": {
"tournaments": [
{
"competition": {
"key": "1002227289838194689",
"name": "FIFA World Cup",
"short_name": null
},
"end_date": {
"gmt": "2018-07-15T00:00:00",
"timestamp": 1531612800
},
"key": "1002227289901109249",
"name": "FIFA World Cup 2018",
"short_name": "FIFA 2018",
"start_date": {
"gmt": "2018-06-14T00:00:00",
"timestamp": 1528934400
}
}
]
},
"expires": 1531861089,
"status": true,
"status_code": 200,
"version": "1.0.0"
}