Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

player database fifa 19 #456

Open
futseller opened this issue Jul 30, 2019 · 16 comments
Open

player database fifa 19 #456

futseller opened this issue Jul 30, 2019 · 16 comments

Comments

@futseller
Copy link

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

@nicklog
Copy link

nicklog commented Sep 13, 2019

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

@fkulakov
Copy link

Fut database is available again

@fkulakov
Copy link

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

@nicklog
Copy link

nicklog commented Oct 23, 2019

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
Copy link
Contributor

@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
Copy link

nicklog commented Oct 23, 2019

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

Thank you for your help :)

@ghost
Copy link

ghost commented Oct 30, 2019

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

@jonlondonwork
Copy link

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
Copy link

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
Copy link

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
Copy link

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

@ricocrescenzio95
Copy link

@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
Copy link

S1M0N38 commented Nov 18, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants