Scroll down and click on questions link
You can paste an api endpoint as a url to see the JSON
/2.3/questions?order=desc&sort=activity&site=stackoverflow
If you click it on this page, it will open in a new tab
Notice that the json uses the enpoint with the beginning URL
https://api.stackexchange.com/
then
2.3/questions?order=desc&sort=activity&site=stackoverflow
Use Postman at https://www.postman.com/
Click get started and paste in the FULL endponit
https://api.stackexchange.com/2.3/questions?order=desc&sort=activity&site=stackoverflow
You can get the app on your computer but just use site for now