[SOLVED]404 issue of API

Hi

I am tried to learn and use dictionary api. It looked straight forward, I did watch Tatian’s video however, I am stuck on step 1 . I get 404 /undefined status message. Can someone please help,

This is the api link what is in that text box…
https://api.dictionaryapi.dev/api/v2/entries/en/bug

image

Response screen

Try calling the API’s Get command (not Post).

When you do that, you should be able to display the green ‘response’ block as text (I usually put it in a text input so I can easily copy it to paste on the forums).

From there, you’ll need to get properties of the object.

1 Like

That did work… thank you very much

1 Like