Competitor Merge Mappings
GET {{baseUrl}}/:locale/competitors/merge_mappings.{{format}}?offset=0&start=5&limit=5
Provides team id mapping between the Global Basketball API and other basketball APIs.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | The number of items to skip before starting to collect the result set. Default: 0 | |
start | number | The number of items to skip before starting to collect the result set. Default: 0 | |
limit | number | The numbers of items to return. Maximum: 200 |
RESPONSES
status: OK
{"generated_at":"2022-08-23T14:26:04.969Z","mappings":[{"merged_id":"string","name":"string","retained_id":"string"}]}