Is the Yahoo Weather API required for API users?

I want to get data from the weather API to find out the forecast of a specific region. Using YQL Query, I can get the endpoint URL that returns the information I need, this does not require the consumer key to work correctly.

I want to know if this is legal, and if not, what is the way to use my consumer key using a YQL query.

This information will be used in the iOS application, and, as you know, it takes more than 8 days to consider it ... The last thing I want is to reject my application because of this.

Thanks, advice.

0
source share
1 answer

, < YQL can be used for commercial purposes, with Yahoo approval. "

API . :

- without API Key  - 2,000 requests/hour per IP
- with API Key     - 20,000 requests/hour per IP

https://developer.yahoo.com/yql/guide/usage_info_limits.html

+3

All Articles