futapi / fut

fut is a simple library for managing Fifa 19 Ultimate Team.
GNU General Public License v3.0
317 stars 138 forks source link

player database fifa 19 #456

Open futseller opened 5 years ago

futseller commented 5 years ago

Where can I get the current player database? and is it possible to get images to each of them?

fkulakov commented 5 years ago

https://www.easports.com/ru/fifa/ultimate-team/fut/database https://www.easports.com/ru/fifa/ultimate-team/api/fut/item

nicklog commented 5 years ago

Is there another source available? According to this document the ea database will not be available anymore for fifa 20

fkulakov commented 5 years ago

Fut database is available again

fkulakov commented 5 years ago

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

TrevorMcCormick commented 5 years ago

Fifa20 Players json - https://www.easports.com/fifa/ultimate-team/web-app/content/20C1B296-B15C-4F72-AF0F-882F187EC2C9/2020/fut/items/web/players.json

nicklog commented 5 years ago

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?

TrevorMcCormick commented 5 years ago

@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

nicklog commented 5 years ago

@TheYellowKrato ratings, stats, club, nation, meta information like weak foot, skill moves, birthday and so on.

Thank you for your help :)

ghost commented 5 years ago

Hello everybody. Please what is exactly the number "20C1B296-B15C-4F72-AF0F-882F187EC2C9" in the FIFA 20 Players Json ? Thank you

jonlondonwork commented 4 years ago

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?

PasqualePuzio commented 4 years ago

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.

PasqualePuzio commented 4 years ago

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:

image

Can anybody provide some help?

Thanks

ricocrescenzio95 commented 4 years ago

Anyone knows how to get players info? players.json and players_meta.json don't contain all info such as clubs or ratings

S1M0N38 commented 4 years ago

@ricocrescenzio95 , Did you mean this kind of url ?

ricocrescenzio95 commented 4 years ago

@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...

S1M0N38 commented 4 years ago

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.