Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jsnuff1

macrumors 6502a
Original poster
Oct 4, 2003
730
340
NY
How do apps like currency converters and weather apps etc get their data from the internet?

Is there a certain API that you just type in the web address and it returns the data in some type of format that you display? Do you have to set up your own server with this data or are there free places where you can get it?

Thanks!
 

imPoddible

macrumors member
Jul 13, 2008
42
0
How do apps like currency converters and weather apps etc get their data from the internet?
Thanks!

I'd like to find out the same thing. These apps which give you local information - like restaurants and stuff. Where do they get the information from?

Anyone have a clue?

Thanks in advance

imPoddible
 

johnnybluejeans

macrumors 6502
Jan 16, 2006
294
0
New York, NY
Is there a certain API that you just type in the web address and it returns the data in some type of format that you display? Do you have to set up your own server with this data or are there free places where you can get it?

Hmm.. I would say the answer is all of the above. There are a number of classes dedicated to various networking communication, from lower level socket communication to higher level html and xml communication.

Some applications may pull live data off the net from private sources, some may pull from public sources. If creating a "for-pay" application, you would need to find out the terms of use for any source you pull from.
 

aphexii

macrumors 6502
Feb 22, 2006
349
0
I don't see any commercial use weather API's on the Google Site, anyone know of any?
 

aphexii

macrumors 6502
Feb 22, 2006
349
0
The Weather Underground API supports both commercial and private weather station data. Also supports look-up via Latitude/Longitude.

http://wiki.wunderground.com/index.php/API_-_XML

Thanks! I ran across the WeatherBug one above, but didn't really care much for the revenue sharing program they established as weather really isn't the primary focus for my app, just an afterthought.

I didn't see anything from a quick read, but does wunderground have any restrictions/fees/approvals for commercial use?
 

Encryptic

macrumors member
Jul 27, 2008
46
0
Thanks! I ran across the WeatherBug one above, but didn't really care much for the revenue sharing program they established as weather really isn't the primary focus for my app, just an afterthought.

I didn't see anything from a quick read, but does wunderground have any restrictions/fees/approvals for commercial use?

The only projects I have used for have never left my hands. I would check with them before publishing anything.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.