The capital city to search for
Optional
The options
The fields to keep in the response
The matching countries
Search among the countries by their capital city
const countries = await searchByCapital('washington');const countries = await searchByCapital('washington', { fields: ['name', 'capital'] }); Copy
const countries = await searchByCapital('washington');const countries = await searchByCapital('washington', { fields: ['name', 'capital'] });
The capital city to search for