WordsAPI

फ्रीमियम
Verified
द्वारा dpventures | अपडेट किया गया 25 days ago | Data
लोकप्रियता

9.9 / 10

लेटेंसी

178ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

get a word with multiple details (details and synonyms)

Rapid account: Akrapovich 31
akrapovich31
2 years ago

How can i get a word with multiple details, for example this doesnt work:

examples:

//BOTH DONT WORK

let params = new HttpParams().set(‘hasDetails’, ‘definitions’).append(‘hasDetails’, ‘synonyms’).set(‘random’, ‘true’)
return this.httpClient.get(“https://wordsapiv1.p.rapidapi.com/words/”, { headers: headers, params: params });

OR

let params = new HttpParams().set('hasDetails', 'definitions,examples').set('random', 'true')
return this.httpClient.get("https://wordsapiv1.p.rapidapi.com/words/", { headers: headers, params: params });
	
	
	You wrote in the documentation:
	To find words with more than one type of detail, send a comma       separated list, but i get an error 500

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें