GET Official by ID
GET Official by ID
GET Official by IDhttps://cricket.sportmonks.com/api/v2.0/officials/{ID}Parameters
Example response
https://cricket.sportmonks.com/api/v2.0/officials/1?api_token={API_TOKEN} "data": {
"resource": "officials",
"id": 1,
"country_id": 146,
"firstname": "Maraise",
"lastname": "Erasmus",
"fullname": "Maraise Erasmus",
"dateofbirth": "1964-02-27",
"gender": "m",
"updated_at": "2018-10-11T09:38:55.000000Z"
}Last updated
Was this helpful?