WordsAPI

ÜCRETSİZ PREMIUM
Verified
Taraf dpventures | Güncelleyen 1ヶ月前 | Data
Popülerlik

9.9 / 10

Gecikme

175ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

How do I use this API with JSON promises?

Rapid account: Blagonation
blagonation
6年前

If I have a custom mashape key, where in the GET request url would i put it? Currently I only have their base url which is “https://wordsapiv1.p.mashape.com/words/example/definitions”; but this doesn’t return anything

Rapid account: Kruchy 1980
Kruchy1980 Commented 4年前

Hwy Pablion thanks for giving solution had the same problem but now works fine thanks

Rapid account: Pablion
Pablion Commented 4年前

in JAVACRIPT/fetch
console.log(response);
should be changed to :

response.json().then((data) => {
        console.log(data);
    });

according to this:
https://stackoverflow.com/questions/45366789/trying-to-access-response-data-using-fetch

Rapid account: Pablion
Pablion Commented 4年前

same peoblem.

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

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