Resolved Hi can someone give me an example of how to interact with an API through get requests?

Socks93

Active member
Joined
Oct 22, 2021
Messages
29
Programming Experience
Beginner
It should be able to send different parameters to the API (OpenAQ - Swagger UI ), and display the air quality results for a given city. I Just need a bit of guidance/example to go off

I would really appreciate it!

Thanks
 
Sure...
Go to this URL:

Then click on "Try it out". Tada! You've interacted with the API.

Alternatively, paste the following URL into your browser's address bar:
C#:
https://u50g7n0cbj.execute-api.us-east-1.amazonaws.com/ping

Tada! You've interacted with the API.
 
Back
Top Bottom