This API provides access to country data sorted by country names and FIFA codes. A glossary of country names and FIFA codes can be found here
https://api.msmc.cc/api
This endpoint lets you pull country data by the countries name.
/country/name/:country
GET
:country - the name of the country/country/name/united states of america
{
"FIFA": "USA",
"Dial": "1",
"ISO3166-1-Alpha-3": "USA",
"MARC": "xxu",
"is_independent": "Yes",
"ISO3166-1-numeric": "840",
"FIPS": "US",
"WMO": "US",
"ISO3166-1-Alpha-2": "US",
"ITU": "USA",
"IOC": "USA",
"DS": "USA",
"ISO4217-currency_name": "US Dollar",
"Capital": "Washington",
"Continent": ".us",
"TLD": "6252001",
"Geoname ID": null,
"name": "United States of America"
}
This endpoint allows you to pull a countries data based on its FIFA code.
``/country/fifa/:code
GET
:code - the fifa code for the country/country/fifa/usa
{
"FIFA": "USA",
"Dial": "1",
"ISO3166-1-Alpha-3": "USA",
"MARC": "xxu",
"is_independent": "Yes",
"ISO3166-1-numeric": "840",
"FIPS": "US",
"WMO": "US",
"ISO3166-1-Alpha-2": "US",
"ITU": "USA",
"IOC": "USA",
"DS": "USA",
"ISO4217-currency_name": "US Dollar",
"Capital": "Washington",
"Continent": ".us",
"TLD": "6252001",
"Geoname ID": null,
"name": "United States of America"
}
For support, email [email protected]