Is there any API that can provide photos of city and data about that city (like latitude and longitude)? And it's not Google API
And also ANY free cities APIs links(especially with images) would be really helpful.
And also I want to know if there's any APIs that gives something like interesting facts about places or something like that.
No more service Topia and Teleport free service. That web site turns to charged service.
Using TELEPORT PUBLIC APIS
It provides the city image and location(latitude and longitude).
Example: Paris
#1 Find Paris id https://api.teleport.org/api/cities?search=paris
"https://api.teleport.org/api/cities/geonameid:2988507/"
#2 Get location https://api.teleport.org/api/cities/geonameid:2988507
"location": {
"geohash": "u09tvmqrep8np02g7x9y",
"latlon": {
"latitude": 48.85341,
"longitude": 2.3488
}
}
#3 Get Image https://api.teleport.org/api/urban_areas/slug:paris/images/
"image": {
"mobile": "https://d13k13wj6adfdf.cloudfront.net/urban_areas/paris-0ae0bb626e.jpg",
"web": "https://d13k13wj6adfdf.cloudfront.net/urban_areas/paris_web-0a3c7314a5.jpg"
}
They support API Explorer
http://developers.teleport.org/api/reference/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With