JSON feeds example
[
{
"id": 87736,
"player": {
"id": "PHIL-FODEN",
"name": "Phil Foden",
"gender": "male",
"position": "midfielder"
},
"from_team": {
"id": "MANCHESTER-CITY",
"name": "Manchester City",
"type": "club",
"gender": "male"
},
"to_team": {
"id": "ARSENAL",
"name": "Arsenal",
"type": "club",
"gender": "male"
},
"type": {
"id": "1",
"name": "Transfer"
},
"date_confirmed": "2024-06-30",
"contract": {
"date_from": "2024-06-30",
"date_to": "2026-06-30"
},
"fee": {
"type": {
"id": 1,
"name": "Confirmed amount"
},
"amount": 27000000,
"currency": "EUR"
},
"updated_at": "2024-09-17T17:54:56Z",
"is_deleted": false
}
]
You can check our full documentation right here.