GET Stages by Search by Name
Returns all stages that matches your search query
https://api.sportmonks.com/v3/football/stages/search/{searchQuery}{
"data": [
{
"id": 1086,
"sport_id": 1,
"league_id": 271,
"season_id": 1273,
"type_id": 223,
"name": "Regular Season",
"sort_order": 1,
"finished": true,
"is_current": false,
"starting_at": "2005-07-19",
"ending_at": "2006-05-14",
"games_in_current_week": false
},
{
"id": 1087,
"sport_id": 1,
"league_id": 271,
"season_id": 1274,
"type_id": 223,
"name": "Regular Season",
"sort_order": 1,
"finished": true,
"is_current": false,
"starting_at": "2006-07-19",
"ending_at": "2007-05-27",
"games_in_current_week": false
},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?