Finally there is a good way to get data from FUT. You can integrate our API into your bots, applications or tools with little effort.
FutDB is a small API that provide data of FUT such as players, prices, clubs, nations, leagues ect..
JSON REST-API
We offer a complete, easy to understand JSON REST API. All you need is an API key. Create one now for free. You can find the documentation here.
Full Database
FutDB has a complete database of players, prices, nations, leagues, clubs and card-types.
Free to use for everyone.
Community Talk
Talk to other people who use FutDB, and share your knowledge or demonstrate, what you have already achieved.
Real time statistics of our players that a stored at the moment in our database.
Here do you see examples for api requests. Please take a look
{
"count": 20,
"count_total": 16603,
"page": 1,
"page_total": 831,
"items_per_page": 20,
"items": [
{
"id": 184,
"resource_id": 208722,
"name": "Sadio Mané",
"age": 28,
"resource_base_id": 208722,
"fut_bin_id": 518,
"fut_wiz_id": 317,
"first_name": "Sadio",
"last_name": "Mané",
"common_name": "Mané",
"height": 175,
"weight": 69,
"birth_date": "1992-10-04",
"league": 13,
"nation": 136,
"club": 9,
"rarity": 1,
"traits": [],
"specialities": [],
"tradeable": true,
"position": "LW",
"skill_moves": 4,
"weak_foot": 4,
"foot": "Right",
"attack_work_rate": "High",
"defense_work_rate": "Med",
"total_stats": null,
"total_stats_in_game": null,
"rating": 90,
"rating_average": 78,
"pace": 94,
"shooting": 85,
"passing": 80,
"dribbling": 90,
"defending": 44,
"physicality": 76,
"pace_attributes": {
"acceleration": 95,
"sprint_speed": 93
},
"shooting_attributes": {
"positioning": 92,
"finishing": 90,
"shot_power": 84,
"long_shots": 78,
"volleys": 75,
"penalties": 71
},
"passing_attributes": {
"vision": 85,
"crossing": 76,
"free_kick_accuracy": 64,
"short_passing": 85,
"long_passing": 71,
"curve": 76
},
"dribbling_attributes": {
"agility": 93,
"balance": 86,
"reactions": 93,
"ball_control": 89,
"dribbling": 91,
"composure": 84
},
"defending_attributes": {
"interceptions": 35,
"heading_accuracy": 84,
"standing_tackle": 42,
"sliding_tackle": 38
},
"physicality_attributes": {
"jumping": 86,
"stamina": 88,
"strength": 70,
"aggression": 75
},
"goalkeeper_attributes": {
"diving": 10,
"handling": 10,
"kicking": 15,
"positioning": 7,
"reflexes": 14
}
}
]
}
{
"item": {
"id": 246,
"resource_id": 237603,
"name": "Juan Sebasti\u00e1n Ver\u00f3n",
"age": 44,
"resource_base_id": 237603,
"fut_bin_id": 13164,
"fut_wiz_id": null,
"first_name": null,
"last_name": null,
"common_name": "Ver\u00f3n",
"image": "http://futdb.app/media/default/0/e/0e7edf6ccc1e291e294d0de97880a20274a55e64.png",
"height": 186,
"weight": 80,
"birth_date": "1975-09-03",
"league": 2118,
"nation": 52,
"club": 112658,
"rarity": 12,
"traits": [],
"specialities": [],
"tradeable": true,
"position": "CM",
"skill_moves": 3,
"weak_foot": 4,
"foot": "Right",
"attack_work_rate": "Med",
"defense_work_rate": "Med",
"total_stats": 469,
"total_stats_in_game": 2280,
"rating": 86,
"rating_average": 78,
"pace": 70,
"shooting": 80,
"passing": 85,
"dribbling": 81,
"defending": 74,
"physicality": 79,
"pace_attributes": {
"acceleration": 70,
"sprint_speed": 70
},
"shooting_attributes": {
"positioning": 81,
"finishing": 72,
"shot_power": 89,
"long_shots": 88,
"volleys": 72,
"penalties": 90
},
"passing_attributes": {
"vision": 88,
"crossing": 78,
"free_kick_accuracy": 84,
"short_passing": 88,
"long_passing": 85,
"curve": 85
},
"dribbling_attributes": {
"agility": 65,
"balance": 70,
"reactions": 84,
"ball_control": 87,
"dribbling": 80,
"composure": 91
},
"defending_attributes": {
"interceptions": 82,
"heading_accuracy": 65,
"standing_tackle": 74,
"sliding_tackle": 59
},
"physicality_attributes": {
"jumping": 63,
"stamina": 78,
"strength": 78,
"aggression": 88
},
"goalkeeper_attributes": {
"diving": null,
"handling": null,
"kicking": null,
"positioning": null,
"reflexes": null
}
}
}
{
"count": 5,
"count_total": 639,
"page": 1,
"page_total": 128,
"items_per_page": 5,
"items": [
{
"id": 1,
"name": "Arsenal",
"league": {
"id": 13,
"name": "Premier League"
}
},
{
"id": 2,
"name": "Aston Villa",
"league": {
"id": 14,
"name": "EFL Championship"
}
},
{
"id": 3,
"name": "Blackburn Rovers",
"league": {
"id": 14,
"name": "EFL Championship"
}
},
{
"id": 4,
"name": "Bolton Wanderers",
"league": {
"id": 14,
"name": "EFL Championship"
}
},
{
"id": 5,
"name": "Chelsea",
"league": {
"id": 13,
"name": "Premier League"
}
}
]
}
{
"item": {
"id": 1,
"name": "Arsenal",
"league": {
"id": 13,
"name": "Premier League"
}
}
}
{
"count": 5,
"count_total": 156,
"page": 1,
"page_total": 32,
"items_per_page": 5,
"items": [
{
"id": 1,
"name": "Albania"
},
{
"id": 3,
"name": "Armenia"
}
]
}
{
"item": {
"id": 1,
"name": "Albania"
}
}
{
"count": 5,
"count_total": 43,
"page": 1,
"page_total": 9,
"items_per_page": 5,
"items": [
{
"id": 1,
"name": "Superliga"
},
{
"id": 4,
"name": "Belgium Pro League"
}
]
}
{
"item": {
"id": 1,
"name": "Superliga"
}
}
{
"count": 5,
"count_total": 59,
"page": 1,
"page_total": 12,
"items_per_page": 5,
"items": [
{
"id": 0,
"name": "Non-Rare"
},
{
"id": 1,
"name": "Rare"
}
]
}
{
"item": {
"id": 0,
"name": "Non-Rare"
}
}
Easy means easy. So we only offer one paid plan.
We want that you only pay for what you really use.
Do you need more or unlimited requests? Please contact us per email or contact us on Discord. We find a solution together.