Open futseller opened 5 years ago
Is there another source available? According to this document the ea database will not be available anymore for fifa 20
Fut database is available again
where?
https://www.easports.com/ru/fifa/ultimate-team/fut/database https://www.easports.com/ru/fifa/ultimate-team/api/fut/item
That contains only fut19 cards, but they definationIds is same
Fifa 20 Players Meta - https://www.easports.com/fifa/ultimate-team/web-app/content/20C1B296-B15C-4F72-AF0F-882F187EC2C9/2020/fut/items/web/players_meta.json
Do anyone know how to read this? Which fields have which meaning?
@TrevorMcCormick Unfortunately, some values are missing? Does anyone know where they stand?
@nicklog not all players have surnames, so that may be the missing values you're seeing. otherwise, not sure what you mean. let me know and i'll help
@TheYellowKrato ratings, stats, club, nation, meta information like weak foot, skill moves, birthday and so on.
Thank you for your help :)
Hello everybody. Please what is exactly the number "20C1B296-B15C-4F72-AF0F-882F187EC2C9" in the FIFA 20 Players Json ? Thank you
Has anyone managed to decipher the fields in players_meta.json yet? Is it possible to get the nation from players.json or players_meta.json?
Hello everybody. Please what is exactly the number "20C1B296-B15C-4F72-AF0F-882F187EC2C9" in the FIFA 20 Players Json ? Thank you
That is a unique ID that EA uses to identify the version of the database I suppose. it can be found inside the web app source code.
Has anyone managed to decipher the fields in players_meta.json yet? Is it possible to get the nation from players.json or players_meta.json?
Not yet. So far I have managed to decipher the main fields, but for instance for Alan Shearer I can'r decipher the following fields:
Can anybody provide some help?
Thanks
Anyone knows how to get players info? players.json
and players_meta.json
don't contain all info such as clubs or ratings
@ricocrescenzio95 , Did you mean this kind of url ?
@S1M0N38 nice those too; not sure if players_meta.json
contains info of players like ratings, club, rarity type and so on.
The first element of that json is
"41": {
"b": 453081600,
"f": 1,
"h": 171,
"pt": [
84025604,
0
],
"s": 3,
"w": 4,
"wr": [
2,
0
]
}
Which is missing a lot of info...
Don't know, this is what I found in a quick search. I suspect that to obtain more information you need to combine all those json with more urls ends points. Take a look yourself; open chrome dev tools, disable debugger breakpoint and follow the request and their data.
Where can I get the current player database? and is it possible to get images to each of them?