EAFC 26 Player Database API

Overview

This API gives users access to a complete player database for EAFC26. The data was last updated on November 24th, 2025.

Base URL

https://api.msmc.cc/api/fc26

Parameters

Endpoints

Player Endpoints

Get Player by ID

Endpoint: /player/id/:id <br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/player/id/241788 <br>

Get Player by Rank

Endpoint: /player/rank/:rank <br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/player/rank/44 <br>

Get Player by Name

Endpoint: /player/name/:name <br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/player/name/gavi <br>

Get a Random Player

Endpoint: /random <br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/random <br>

Get a Random Player with Gender Filter

Endpoint: /random/:gender <br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/random/F <br>

Team Endpoints

Get All Players From a Team

Endpoint: /team/:team <br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/team/Nott'm Forest <br>

Get All Players From a Team with Gender Filter

Endpoint: /team/:team/:gender <br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/team/Manchester Utd/F <br>

Get a Random Player From a Team

Endpoint: /random/team/:team <br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/random/team/Wolves <br>

Get a Random Player From a Team with Gender Filter

Endpoint: /random/team/:team/:gender <br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/random/team/FC Barcelona/F <br>

Nation Endpoints

Get All Players From a Nation

Endpoint: /nation/:nation<br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/nation/england <br>

Get All Players From a Nation with Gender Filter

Endpoint: /nation/:nation/:gender <br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/nation/United States/M <br>

Get a Random Player From a Nation

Endpoint: /random/nation/:nation <br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/random/nation/spain <br>

Get a Random Player From a Nation with Gender Filter

Endpoint: /random/nation/:nation/:gender <br>
Method: GET <br>
Example: https://api.msmc.cc/api/fc26/random/nation/italy/M <br>

Support

For support, email [email protected]