GET Last Updated Coaches
Returns all the coaches that have received updates in the past two hours.
https://api.sportmonks.com/v3/football/coaches/latest{
"data": [
{
"id": 50,
"player_id": 50,
"sport_id": 1,
"country_id": 462,
"nationality_id": null,
"city_id": null,
"common_name": "S. Gerrard",
"firstname": "Steven",
"lastname": "Gerrard",
"name": "Steven Gerrard",
"display_name": "Steven Gerrard",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/18/50.png",
"height": 183,
"weight": 83,
"date_of_birth": "1980-05-30",
"gender": "male"
}
],Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Definition of “Latest Updated”
Frequency of updates & no-change responses
Polling frequency & rate limits
Caching strategy & best practices
Filters
Pagination
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?