This API allows you to access player data from the game EA SPORTS FC™ 25. It allows users to search for players by id, name, or rank, pull an entire club, and pull any random player, or refine to male and female. See responses.md for example responses, and glossary.md for a player glossary.
https://api.msmc.cc/api
Endpoint: /fc25/player/name/:name
Method: GET
:name - Players namehttps://api.msmc.cc/api/fc25/player/name/kylian mbappé or https://api.msmc.cc/api/fc25/player/name/kylian%20mbapp%C3%A9
Responses available in responses.md
Endpoint: /fc25/player/id/:id
Method: GET
:id - Players IDhttps://api.msmc.cc/api/fc25/player/id/19
Responses available in responses.md
Endpoint: /fc25/player/rank/:rank
Method: GET
:rank - Players rankhttps://api.msmc.cc/api/fc25/player/rank/5
Responses available in responses.md
Endpoint: /fc25/team/:club/:gender
Method: GET
:club - club name:gender - only use this parameter if your team uses the same team name for both Mens and Womens teams. For example, Manchester United’s Mens team is known as Man Utd while their Womens team is known as Manchester Utd. Refer to glossary.md for team names.https://api.msmc.cc/api/fc25/team/nottingham forest
Responses available in responses.md
Endpoint: /fc25/random/:gender
Method: GET
:gender - specify a gender to pull from (M or m for men and F or f for women)https://api.msmc.cc/api/fc25/random
Responses available in responses.md
{
"ID": "",
"Rank": "",
"Name": "",
"GENDER": "",
"OVR": "",
"PAC": "",
"SHO": "",
"PAS": "",
"DRI": "",
"DEF": "",
"PHY": "",
"Acceleration": "",
"Sprint Speed": "",
"Positioning": "",
"Finishing": "",
"Shot Power": "",
"Long Shots": "",
"Volleys": "",
"Penalties": "",
"Vision": "",
"Crossing": "",
"Free Kick Accuracy": "",
"Short Passing": "",
"Long Passing": "",
"Curve": "",
"Dribbling": "",
"Agility": "",
"Balance": "",
"Reactions": "",
"Ball Control": "",
"Composure": "",
"Interceptions": "",
"Heading Accuracy": "",
"Def Awareness": "",
"Standing Tackle": "",
"Sliding Tackle": "",
"Jumping": "",
"Stamina": "",
"Strength": "",
"Aggression": "",
"Position": "",
"Weak foot": "",
"Skill moves": "",
"Preferred foot": "",
"Height": "",
"Weight": "",
"Alternative positions": "",
"Age": "",
"Nation": "",
"League": "",
"Team": "",
"play style": "",
"url": "",
"GK Diving": "",
"GK Handling": "",
"GK Kicking": "",
"GK Positioning": "",
"GK Reflexes": ""
"card": ""
}
For support, email [email protected]