GET /translation/{translation}

restcountries.com:rest-countries-api

Summary: Search countries by translation
Operation ID: getCountriesByTranslation
Auth: none

Find a country by one of its translated names. This endpoint searches through the translations object of each country. For example, searching "Deutschland" (German for Germany), "Alemania" (Spanish), or "Allemagne" (French) all return Germany. Useful for multilingual applications.

Original spec description

Get countries by their translated name in various languages.

Usage Tips

- Searches official and common translations in 25+ languages - Examples: "Deutschland", "Alemania", "Allemagne", "ドイツ" all return Germany - Case-insensitive - Great for building multilingual country selectors

Parameters (2)

fields (string, query, optional)

Comma-separated list of fields to include (max 10 fields)

translation (string, path, required)

Translated country name

Examples (2)

TitleTypeURLAction
Search by translation openapi-spec https://restcountries.com/v3.1/translation/alemania
Search by translation openapi-spec https://restcountries.com/v3.1/translation/Deutschland

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 09:46:22.682138 200 332ms
2026-03-23 09:28:37.743796 200 317ms