LogoLogo
Cricket APISportMonksContactFootball API
  • Welcome
  • Getting Started
    • Getting started
    • All endpoints
    • Enriching your response
  • Our API
    • Introduction to our API
    • Continents
      • GET All Continents
      • GET Continent by ID
    • Countries
      • GET All Countries
      • GET Country by ID
    • Leagues
      • GET All Leagues
      • GET League by ID
    • Seasons
      • GET All Seasons
      • GET Season by ID
    • Fixtures
      • GET All Fixtures
      • GET Fixture by ID
    • Livescores
      • GET All Livescores
    • Teams
      • GET All Teams
      • GET Team by ID
      • GET Squad by Team and Season ID
    • Players
      • GET All Players
      • GET Player by ID
    • Officials
      • GET All Officials
      • GET Official by ID
    • Venues
      • GET All Venues
      • GET Venue by ID
    • Positions
      • GET All Positions
      • GET Position by ID
    • Stages
      • GET All Stages
      • GET Stage by ID
    • Team Rankings
      • GET Global Team Rankings
    • Standings
      • GET Standings by Season ID
      • GET Standings by Stage ID
    • Scores
      • GET All Scores
      • GET Score by ID
  • Relationships
    • Scoreboards
    • Official/Umpries
    • Results
  • API References
  • API Reference Guide
  • API Rate limit
  • Statuses and definitions
  • Demo response files
  • Events
  • Statistics
  • General
  • SportMonks
  • Plans & Pricing
  • FAQ
  • Contact
  • Changelog
    • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. Our API
  2. Officials

GET Official by ID

GET Official by ID

https://cricket.sportmonks.com/api/v2.0/officials/{ID}

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

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"
    }
PreviousGET All OfficialsNextVenues

Last updated 3 years ago

Was this helpful?