WordsAPI

ÜCRETSİZ PREMIUM
Verified
Taraf dpventures | Güncelleyen hace 25 días | Data
Popülerlik

9.9 / 10

Gecikme

178ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

get a word with multiple details (details and synonyms)

Rapid account: Akrapovich 31
akrapovich31
hace 2 años

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

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun