Country
GET /search/countryParameters
Parameter
Required
Description
Example
curl "https://api.uwuapps.org/search/country?q=Singapore"Response
{
"success": true,
"countries": [
{
"name": "Singapore",
"official": "Republic of Singapore",
"capital": "Singapore",
"region": "Asia",
"subregion": "South-Eastern Asia",
"population": 5850342,
"area": 710,
"currencies": { "SGD": { "name": "Singapore dollar", "symbol": "$" } },
"languages": { "eng": "English", "msa": "Malay", "tam": "Tamil", "zho": "Chinese" },
"flag": "🇸🇬",
"cca2": "SG",
"cca3": "SGP"
}
]
}Notes
Last updated
Was this helpful?
