The API uses environment variables to launch API calls: {{USERNAME}} and {{TOKEN}}. You can set them from TRY IT OUT
curl --location -g --request GET '/v2.2/teams/?user={{USERNAME}}&token={{TOKEN}}&t=transfers&id=111'{
"data": {
"arrivals": [
{
"player": {
"id": null,
"name": "Luis Díaz"
},
"team_left": {
"id": 1,
"name": "Liverpool FC"
},
"type": "Buy",
"date": null,
"fee": "€70.00m"
},
{
"player": {
"id": null,
"name": "Nicolas Jackson"
},
"team_left": {
"id": 20,
"name": "Chelsea FC"
},
"type": "Loan",
"date": null,
"fee": "€16.50m"
},
{
"player": {
"id": null,
"name": "Jonathan Tah"
},
"team_left": {
"id": 114,
"name": "Bayer 04 Leverkusen"
},
"type": "Buy",
"date": null,
"fee": "€2.00m"
},
{
"player": {
"id": null,
"name": "Tom Bischof"
},
"team_left": {
"id": 2818,
"name": "TSG 1899 Hoffenheim"
},
"type": "Buy",
"date": null,
"fee": "€300k"
},
{
"player": {
"id": null,
"name": "Jonah Kusi-Asare"
},
"team_left": {
"id": 3846,
"name": "FC Bayern Munich II"
},
"type": "",
"date": null,
"fee": "-"
},
{
"player": {
"id": null,
"name": "Lennart Karl"
},
"team_left": {
"id": 5225,
"name": "FC Bayern Munich U19"
},
"type": "",
"date": null,
"fee": "-"
},
{
"player": {
"id": null,
"name": "Mathys Tel"
},
"team_left": {
"id": 13,
"name": "Tottenham Hotspur"
},
"type": "",
"date": null,
"fee": "-"
},
{
"player": {
"id": null,
"name": "Paul Wanner"
},
"team_left": {
"id": 2856,
"name": "1. FC Heidenheim 1846"
},
"type": "",
"date": null,
"fee": "-"
},
{
"player": {
"id": null,
"name": "Bryan Zaragoza"
},
"team_left": {
"id": 122,
"name": "CA Osasuna"
},
"type": "",
"date": null,
"fee": "-"
},
{
"player": {
"id": null,
"name": "Arijon Ibrahimovic"
},
"team_left": {
"id": 398,
"name": "SS Lazio Roma"
},
"type": "",
"date": null,
"fee": "-"
},
{
"player": {
"id": null,
"name": "Frans Krätzig"
},
"team_left": {
"id": 2856,
"name": "1. FC Heidenheim 1846"
},
"type": "",
"date": null,
"fee": "-"
},
{
"player": {
"id": null,
"name": "Lovro Zvonarek"
},
"team_left": {
"id": 2874,
"name": "SK Sturm Graz"
},
"type": "",
"date": null,
"fee": "-"
}
],
"departures": null
},
"meta": {
"requests_left": 968331,
"user": "soccersapi2",
"plan": "Soccer API +1000",
"pages": 1,
"page": 1,
"count": 1
}
}