FC25 Player API

Overview

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.

Base URL

https://api.msmc.cc/api

Endpoints

Pull Players

1. Pull player by name

Info

Endpoint: /fc25/player/name/:name
Method: GET

Parameters
  1. :name - Players name
Example URL

https://api.msmc.cc/api/fc25/player/name/kylian mbappé or https://api.msmc.cc/api/fc25/player/name/kylian%20mbapp%C3%A9

Response

Responses available in responses.md

2. Pull player by ID

Info

Endpoint: /fc25/player/id/:id
Method: GET

Parameters
  1. :id - Players ID
Example URL

https://api.msmc.cc/api/fc25/player/id/19

Response

Responses available in responses.md

3. Pull player by Rank

Info

Endpoint: /fc25/player/rank/:rank
Method: GET

Parameters
  1. :rank - Players rank
Example URL

https://api.msmc.cc/api/fc25/player/rank/5

Response

Responses available in responses.md

Pull Teams

1. Pull a team

Info

Endpoint: /fc25/team/:club/:gender
Method: GET

Parameters
  1. :club - club name
  2. :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.
Example URL

https://api.msmc.cc/api/fc25/team/nottingham forest

Response

Responses available in responses.md

Pull random players

Info

Endpoint: /fc25/random/:gender
Method: GET

Prameters (OPTIONAL)

  1. :gender - specify a gender to pull from (M or m for men and F or f for women)

Example URL

https://api.msmc.cc/api/fc25/random

Response

Responses available in responses.md

Response Structure

{
  "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": ""
}

Support

For support, email [email protected]