Yahoo API Weather sometimes responds, sometimes not

1

Good morning, good afternoon. I'm using the yahoo weather API in an application but I have a problem.

This is the query I do to do the GET Maybe I'll return data, maybe not, that's my problem. Is there any ip limitation to access several times in a short time? In Yahoo it says that there is a limit per ip of 2000 requests per day, but I do not see anything else ...

Is there an api key? This has not been clear to me either.

Yahoo weather API

Thank you!

    
asked by Pablo Cegarra 07.01.2017 в 13:50
source

1 answer

1

It says that you have to add an API Key , although it does not indicate how to add it to the request (possibly explained in the page where the API Key is requested).

Without a Key , you may be using by default , which means that you stick to the limit of 2000 daily requests shared with everyone else using the > Key by default.

    
answered by 07.01.2017 / 15:37
source