vote up 2 vote down star

I know that the USPS provides an handy XML over HTTP webservice for address information. What other webservices do you know of and use? What webservices do you wish you could access but can't find?

flag

52% accept rate
subjective question – Florian Bösch Sep 23 '08 at 15:35
and before I hear the usual complain from the author about blah blah yadda yadda etc. go read the FAQ stackoverflow.com/faq QFT: "Avoid asking questions that are subjective..." – Florian Bösch Sep 23 '08 at 15:37
I don't think it is subjective at all... I'm asking for concrete data lookups, not some opinion. – dacracot Sep 23 '08 at 15:39
What webservices do you use regularly? (there's no "right" answer tot that). What webservices do you wish where available? (there's no "right" answer for that either). Simple, it's subjective. – Florian Bösch Sep 23 '08 at 15:40
The right answer is a factual statement of what services you use. How is that an opinion or subjective. – dacracot Sep 23 '08 at 15:46
show 8 more comments

2 Answers

vote up 0 vote down check

I've used geocoding services from both Google and Yahoo to find lat/long coordinates for cases that I post on my web site. (I use both because I've found a number of cases where one can find a place and the other can't. Since I geocode interactively as I prepare the data for the site, its easy enough to have both available and try each out as needed).

I'm not sure you'd call it an XML-over-HTTP service since what it returns is not XML, but I like the Google Static Maps API as well. I use that to create those thumbnail maps you see on my site. Very simple, you cram everything you want into the URL and HTTP returns the graphic file as the content body.

link|flag
vote up 0 vote down

This one's pretty simple, but Google hosts all the major JavaScript libraries along with an efficient way to import them. Assuming people use it, it's more out of the cache. You should probably check that the files exist before relying on them without a backup plan, though. I don't trust Google that much.

Also, could you link up to the USPS utility?

link|flag
usps.com/webtools – dacracot Sep 23 '08 at 22:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.