{"id":16790314,"url":"https://github.com/cerivitos/fifa-scrape","last_synced_at":"2025-06-11T20:34:17.493Z","repository":{"id":102365001,"uuid":"462773229","full_name":"cerivitos/fifa-scrape","owner":"cerivitos","description":"Transfer history of all FIFA players","archived":false,"fork":false,"pushed_at":"2022-03-15T14:05:25.000Z","size":12975,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T11:17:02.443Z","etag":null,"topics":["fifa","scraping","sofifa"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cerivitos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-23T14:37:25.000Z","updated_at":"2022-02-23T14:48:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ef5744e-45fb-416f-8336-78bc0cf7992e","html_url":"https://github.com/cerivitos/fifa-scrape","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerivitos%2Ffifa-scrape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerivitos%2Ffifa-scrape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerivitos%2Ffifa-scrape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerivitos%2Ffifa-scrape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cerivitos","download_url":"https://codeload.github.com/cerivitos/fifa-scrape/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955700,"owners_count":20374373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fifa","scraping","sofifa"],"created_at":"2024-10-13T08:29:26.703Z","updated_at":"2025-03-17T01:20:52.081Z","avatar_url":"https://github.com/cerivitos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FIFA transfer history\n\n## Data\nThis repo contains data scraped from [SoFIFA](https://sofifa.com) and all data belongs to their respective owners.\n\n## What this is\nThe file `final/allPlayers.json` is a json file of all players to have appeared in FIFA07 - FIFA22 in the following data structure:\n```\n{\n  playerName: string,\n  playerId: number,\n  playerImg: string,\n  history: [\n      teamId: string,\n      teamName: string,\n      teamImg: string\n    ]\n}\n```\nNote that `teamId` is a concatenation of the unique FIFA team ID and the season. Eg. If the player played for Celta Vigo in season 2008/2009, the `teamId` will be `450-2008/2009`.\n\nOther files are just intermediate scraping files and node scripts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcerivitos%2Ffifa-scrape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcerivitos%2Ffifa-scrape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcerivitos%2Ffifa-scrape/lists"}