GeoDB Cities

ÜCRETSİZ PREMIUM
Verified
Taraf Michael Mogley | Güncelleyen 16日前 | Data
Popülerlik

9.9 / 10

Gecikme

59ms

Hizmet Düzeyi

100%

Health Check

100%

Tüm Tartışmalara Dön

How to find out which city has which name in which language?

Rapid account: Fleet Admiral Jakob

Hi, I have an application where you can change the language. I want to show the user, base on which language he chose the city in his language. How is this achievable with this API?

Rapid account: Wirefreethought
wirefreethought Commented 20日前

Hi sorry for the late reply. I didn’t receive a notification for your question and just seeing it now.

Every country/region/city/place endpoint takes an optional languageCode param which currently can have one of the following values:

  • de (German)
  • en (English - DEFAULT)
  • es (Spanish)
  • fr (French)
  • it (Italian)
  • ru (Russian)
  • pt (Portuguese)
  • pt_BR (Portuguese - Brazil)

For example, to get cities in French:

GET /v/geo/places?types=CITY&languageCode=fr

Note that results in languages other than English are currently not fully guaranteed, but they should exist for major cities. In cases where the requested language translation isn’t available, the service will default the result to English.

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun