Current Leagues by Team ID

GET https://soccer.sportmonks.com/api/v2.0/teams/:TEAM_ID/current

Introduction

Return all the current leagues a given team participates in.

Pagination

NO - Indicates if this endpoint contains pagination.

Nested Includes

0 - You can add a maximum of 0 levels of nested includes.

Includes Options

No includes available for this endpoint.

Request Params

KeyDatatypeRequiredDescription
rangenullA range of 2 dates separated by a comma. format should be YYYY-MM-DD.

RESPONSES

status: OK

{"data":[{"id":17328,"name":"2020/2021","league_id":271,"is_current_season":true,"current_round_id":199447,"current_stage_id":77447994,"league":{"data":{"id":271,"active":true,"type":"domestic","legacy_id":43,"country_id":320,"logo_path":"https://cdn.sportmonks.com/images/soccer/leagues/271.png","name":"Superliga","is_cup":false,"current_season_id":17328,"current_round_id":199447,"current_stage_id":77447994,"live_standings":true,"coverage":{"predictions":true,"topscorer_goals":true,"topscorer_assists":true,"topscorer_cards":true}}}}],"meta":{"subscription":{"started_at":{"date":"2019-09-02 09:52:14.000000","timezone_type":3,"timezone":"UTC"},"trial_ends_at":{"date":"2019-09-16 09:52:10.000000","timezone_type":3,"timezone":"UTC"},"ends_at":null},"plan":{"name":"PostMan Plan","price":"25.00","request_limit":"2000,60"},"sports":[{"id":1,"name":"Soccer","current":true}]}}