Debugging
While developing, look at user_input
object that returns all of your parameters. If you made a mistake or some characters were not correctly parsed because of the URL encoding, you will see that.
language
format
language
formatYou should use ISO 639-1 — 2 letter code.
For example, English - en
Important: We distinguish Chinese (China) and Chinese (Taiwan) languages, cn
and tw
accordingly. That is the only difference between us and ISO 639-1 code.
The list of languages we support:
countries
format
countries
formatYou should use ISO 3166-1 alpha-2 code.
For example, France - FR
You can find the entire list on the ISO standards website
Last updated