GET Last Updated Players
This endpoint returns all the players that have received updates in the past two hours.
https://api.sportmonks.com/v3/football/players/latest/{
"data": [
{
"id": 758,
"sport_id": 1,
"country_id": 462,
"nationality_id": 462,
"city_id": null,
"position_id": 25,
"detailed_position_id": 154,
"type_id": 25,
"common_name": "J. Tavernier",
"firstname": "James",
"lastname": "Tavernier",
"name": "James Tavernier",
"display_name": "James Tavernier",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/22/758.png",
"height": 182,
"weight": 75,
"date_of_birth": "1991-10-31",
"gender": "male"
}
],Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Definition of “Last Updated”
Frequency of updates & no-change responses
Polling frequency & rate limits
Caching strategy & best practices
Filters
Pagination
Parameters
Parameter
Required
Description
Example
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?