Required parameters
- key. Value: your api key
- action. Value: popular-pronounced-words
-
format. Values:
- xml
- json (for jsonp, use param: callback/function_name)
Optional parameters
- language. To get only the words in the given language. Check all the values in this languages codes list.
- limit. Values: any integer number. Max. word returned. Default is 1000.
Examples
Get popular words (XML format)
https://apifree.forvo.com/key/your-key-here/format/xml/action/popular-pronounced-words
Get 50 popular Spanish words
https://apifree.forvo.com/key/your-key-here/format/xml/action/popular-pronounced-words/language/es/limit/50