OpenTripMap · Example Payload

Geoname Response

TravelPoints of InterestPOITourismMapsGeospatialOpenStreetMapWikipediaAttractionsRestaurantsHotelsMuseumsREST API

Geoname Response is an example object payload from OpenTripMap, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namecountrylonlattimezonepopulationstatus

Example Payload

Raw ↑
{
  "name": "Paris",
  "country": "FR",
  "lon": 2.3488,
  "lat": 48.8534,
  "timezone": "Europe/Paris",
  "population": 2138551,
  "status": "ok"
}