TIPP Cross Reference API

This API provides player details if it exists. It has following methods:

URL Route Method Type Request Header Output
https://tipp.itfdataservices.com /api/PlayerById POST
  • player_id
  • public_key
  • signature
jSon object = { "GivenName": "Andy",
"FamilyName": "Murray",
"Gender": "M",
"BirthDate": "1987-05-15T00:00:00",
"NationalityCode": "GBR",
"ITF_PlayerID": "800233481",
"TennisBody_PlayerID": "MC10"
"Success": "true"
"Error": ""
}
Contact Us