Required parameters
- key. Value: your api key
- action. Value: language-list
-
format. Values:
- xml
- json (for jsonp, use param: callback/function_name)
Optional parameters
- language. Values: Language code or "native" to get the language list with the names of the languages in their native languages. Default is English (en).
- order. Values: "name" or "code". Default is name.
- min-pronunciations. Values: any integer number. To get only the languagues with, at least, the given number of pronunciations.
Examples
Get language list order by english name (XML format)
https://apifree.forvo.com/key/your-key-here/format/xml/action/language-list/order/name
Get language list with, at least, 500 pronunciations (XML format)
https://apifree.forvo.com/key/your-key-here/format/xml/action/language-list/min-pronunciations/500