Get one random
Method: GET
Get a random country from our countries list.
api/countries/random
Response:
{
"random_country": {
"name": "Uganda",
"flag": "πΊπ¬",
"code": "+256",
"currency": "UGX",
"capital": "Kampala",
"languages": [
"en",
"sw"
],
"nativeName": "Uganda"
}
}