GET Players by Search by Name
This endpoint returns all the players that match your search query. The query returns only the players that have played matches in leagues that are part of your subscription.
https://api.sportmonks.com/v3/football/players/search/{search_query}{
"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
Filters
Pagination
Parameters
Parameter
Required
Description
Example
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?