Good day good evening. I am using the yahoo weather API in an application but I have a problem.
This is the query I do to do the GET . Maybe it returns data, maybe it doesn't, that's my problem. Is there any IP limitation for accessing several times in a short time? In yahoo it says that there is a limit per ip of 2000 daily requests, but I don't see anything else...
Do I have to add an api key? This is also not clear to me.
Thank you!
Right there it says that you have to add an API Key , although it does not indicate how to add it to the request (possibly explained on the page where the API Key is requested ).
Without a Key , it's probably using the default , which means you're sticking to the limit of 2000 daily requests shared with everyone else using the default Key .