Weather API with date parameter [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am looking for a weather api that I can query by latlng and date. The date seems to be the hard part. All the APIs seem to only return the weather at he current day and/or week. I also need it to work worldwide and not just in the US.
Can anybody suggest one? Ideally i'd like to use Google or Yahoo but i don't think they provide this functionality or at least it is not documented

The Forecast.io API provides exactly the functionality you require. You can query by coordinates and any time in the past and future. It's available globally wherever there are weather data sources.

You might find some answers here: https://stackoverflow.com/questions/507441/best-weather-apis

Not sure about querying by date but you can query the Wunderground Data Feed by latlong, see http://wiki.wunderground.com/index.php/API_-_XML for all the details.

Related

Historical Depth Data MtGox with higher granularity [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I was doing some research and a need arized to get mtgox historic depth data, their api was not giving a lot of good info, it gives around ~6k bids and asks and most of them in last 3-4 months, while all of the dataset starts around 2010. I was looking for bid ask data with higher granularity, preferably for more currencies than just btc to usd.
Any help would be really appreciated.
You can access MtGox's full historical trade data via Google BigQuery.
See here for more information:
https://bitcointalk.org/index.php?topic=218980.0
I haven't seen anywhere that you could get the full order book history though. That would be an absolutely massive data set if it existed, so I doubt if anyone has such a thing available.
There is currently a new software developed to download all historical data from various exchanges and currencies. The release date expected is October 2013.
More details here: https://bitcointalk.org/index.php?topic=282154.0
The latest source for MtGox's data feed is: https://en.bitcoin.it/wiki/MtGox/API/Pubnub
And PubNub's Bitcoin Exchange Solution Kit based on the above: http://rtbitcoin.co/

google api for glorious info box? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm guessing this info is privileged since I couldn't find anything on Google's listed APIs. In fact I'd be amazed if it wasn't proprietary securely fastened Google magic, but thought I'd ask anyway.
Is there an Google API for the information appearing when you do a basic search for say an Actress or Rockband? You know the box that appears to the right of the results if google figures out exactly what you're looking for. (I'm specifically interested in musicians despite the example below)
I.e.
https://www.google.com/search?q=woody+allen
I can get similar milage using Freebase, but Google's is always better. For example, It'll even pull upcoming events if it's a Musician, etc.
The Freebase Topic API contains the bulk of what you're looking for.
e.g. https://www.googleapis.com/freebase/v1/topic/en/woody_allen

Objective-C Weather API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
How do I fetch current weather-temperature (based on ZipCode), using XCode with Objective-C? Is there an API (framework/library)? I can't seem to find one using Google. With the project I'm working on right now, all I need to do is simply fetch an integer (e.g., degrees fahrenheit).
**This is for Mac OS X, not iOS.
Here are five different ones you can look into.
http://blog.programmableweb.com/2009/04/15/5-weather-apis-from-weatherbug-to-weather-channel/
Do any fit your needs?
I use World Weather Online. It's free and pretty comprehensive. It will fit your needs, of course. Here is the local weather API, where you can input zip codes.
OpenWeatherMap gets my vote. I wrote a wrapper for it so that you don't have to touch the JSON. The link is here if it helps - http://jonathanfield.me/objective-c-openweathermap-api-wrapper/

Foursquare venue stats - all in one shot [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I have a list of managed venues.
There is a Venue Stats endpoint, which allows me to get statistics for given venue.
Is there an API (existing or planned) for getting such stats for all managed venues, in one shot?
It is easy to hit rate limit if you have more than several hundreds of venues.
And the files output is not what we like - we would prefer to use the API.
There is no way, currently, to access aggregated stats for a group of venues, but that's a great suggestion and I'll ask the relevant team if they can look into supporting this behavior. Thanks for the feedback!

Weather for specific date? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any weather api that supports query weather for a specific date(or date range)?
In my application, i need to show weather for today but last year.
I can store weather in DB for aech day since now, and next year i'll be able to show last year's data. But it's not "sexy" solutions.
Any ideas?
You could try Wolfram Alpha for Developers:
http://www.wolframalpha.com/developers.html
There's something called the
National Digital Forecast Database (NDFD) Simple Object Access Protocol (SOAP) Web Service
Try saying that 3 times.