GET Coaches Search by Name
Returns all the coaches that match your search query.
https://api.sportmonks.com/v3/football/coaches/search/{search_query}{
"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
Filters
Pagination
Parameters
Parameter
Required
Description
Example
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?