Cricket API
SportMonks
Contact
Football API
Search…
Welcome
Getting Started
Getting started
All endpoints
Enriching your response
Our API
Introduction to our API
Continents
Countries
Leagues
Seasons
Fixtures
Livescores
Teams
Players
Officials
GET All Officials
GET Official by ID
Venues
Positions
Stages
Team Rankings
Standings
Scores
Relationships
Scoreboards
Official/Umpries
Results
API References
API Reference Guide
API Rate limit
Statuses and definitions
Demo response files
General
SportMonks
Plans & Pricing
FAQ
Contact
Powered By
GitBook
GET Official by ID
GET
Official by ID
1
https://cricket.sportmonks.com/api/v2.0/officials/{ID}
Copied!
Endpoint details
​
Authorization
API Key
Pagination
NO
Parameters
Available parameters
​
fields[object]
Only return fields you are interested in. Simply add
&fields[object]=id,name,code
to your request url.
sort
One or comma separated list of fields to sort on. Can be used by adding
&sort=
to your request url.
Sort
You can sort on all fields.
Example response
Request
Response
1
https://cricket.sportmonks.com/api/v2.0/officials/1?api_token={API_TOKEN}
Copied!
1
"data"
:
{
2
"resource"
:
"officials"
,
3
"id"
:
1
,
4
"country_id"
:
146
,
5
"firstname"
:
"Maraise"
,
6
"lastname"
:
"Erasmus"
,
7
"fullname"
:
"Maraise Erasmus"
,
8
"dateofbirth"
:
"1964-02-27"
,
9
"gender"
:
"m"
,
10
"updated_at"
:
"2018-10-11T09:38:55.000000Z"
11
}
Copied!
Previous
GET All Officials
Next - Our API
Venues
Last modified
10mo ago
Copy link
Contents
GET Official by ID