Words search

What it makes: gets words starting with a pattern alphabetically ordered.

Required parameters

  • key. Value: your api key
  • action. Value: words-search
  • format. Values:
    • xml
    • json (for jsonp, use param: callback/function_name)
  • search. The pattern you want to search.
Optional parameters
  • language. To get only the words in the given language. Check all the values in this languages codes list.
  • pagesize. Values: any integer number between 1-100. Set the page size in results. Default is 20.
  • page. Values: any integer number. Set the page results you want to retrieve. Default is 1.

Examples

Search words from bar (XML format)

https://apifree.forvo.com/key/your-key-here/format/xml/action/words-search/search/bar


Search words from bar in Spanish setting a pagesize in 25 and retrieving the 2nd page (XML format)

https://apifree.forvo.com/key/your-key-here/format/xml/action/words-search/search/bar/language/es/pagesize/25/page/2


More examples? Test our demo