Map coach IDs between providers
Translates coach/manager ids from one provider (from) into one or many target
providers (to). Up to 100 ids per request. Covers managers/coaches only, not
every staff role.
Provider keys:
transfermarktwyscout
Your token grants a subset of these providers; a from or to outside it is
rejected with 401.
Example request: GET /coaches?ids=28002&from=transfermarkt&to=wyscout&token=XXX
Query Parameters
Comma-separated coach ids in the source provider (max 100)
Source provider key (single value, see the provider keys above)
Comma-separated target provider keys (see the provider keys above)
Response Body
application/json
application/json
application/json
Authorization
token In: query
curl -X GET "https://example.com/coaches?ids=string&from=string&to=string"{ "matching": [ { "name": "Hansi Flick", "transfermarkt": 67, "wyscout": 641303 } ]}{ "error": "string"}{ "success": true, "message": "string"}Matching API
BoxToBox Matching API: translate player, team, coach, match, competition and season ids between football data providers.
Map competition IDs between providers GET
Translates competition ids from one provider (`from`) into one or many target providers (`to`). Up to 25 ids per request. Provider keys: - `transfermarkt` (string ids) - `wyscout` - `noisefeed` - `skillcorner` - `statsbomb` - `impect` - `sofascore` - `capology` (string ids) - `sportsinteractive` - `soccerway` Your token grants a subset of these providers; a `from` or `to` outside it is rejected with 401. Example request: GET /competitions?ids=IT1,GB1,L1&from=transfermarkt&to=wyscout,statsbomb,skillcorner,sofascore&token=XXX