API & Service for City name, Country lookups [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 6 years ago.
Improve this question
Is there a public City lookup and API (RESTful) available somewhere?
As opposed to holding our own City list.

This API looks comprehensive:
Geobytes.com free ajax cities API

Related

Corporate bond CUSIP lookup 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 3 days ago.
Improve this question
Is there a free API to lookup the CUSIPs of actively traded corporate bonds? For example, I want all the CUSIPs for Apple bonds.
I'm using the FastTrack API to get my bond data but it requires a CUSIP as a parameter. This API does not provide a CUSIP lookup.
Thanks

API for getting movie soundtrack list [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 free API for getting the list of soundtracks from a given movie?
Thanks
IMDB seems to be the best place for soundtrack lists.
This might be what you want:
http://www.deanclatworthy.com/imdb/

API to find local business/place using phone number [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
Looking for an API that will give me a venue/place/local business based on a phone number as input. I checked out the google place/foursquare/simple geo API's but they don't seem to have this functionality. Any ideas?
Try Yelp at http://www.yelp.com/developers/documentation/phone_api

Awesome API for getting wind data? [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
Looking for a good API for getting wind data for a location, whats the best free one out there?
Try with this one
http://openweathermap.org/API
You can also fetch info from the Yahoo weather API or request a Wunderground APi too.

Which Google Maps API can be used to convert zip codes to long./lat.? [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 3 years ago.
Improve this question
What Google Maps API can I use to translate zip codes to longitude and latitude?
You want the Geocoding API http://code.google.com/apis/maps/documentation/geocoding/, pass the zip as the address parameter.