OpenTripMap · Example Payload

Place Detail Response

TravelPoints of InterestPOITourismMapsGeospatialOpenStreetMapWikipediaAttractionsRestaurantHotelsMuseumsREST API

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

Top-level fields

xidnamekindsosmwikidatarateotmsourcespointbboximagepreviewwikipedia_extractsurladdress

Example Payload

Raw ↑
{
  "xid": "N6274014481",
  "name": "Eiffel Tower",
  "kinds": "architecture,towers,interesting_places,tourist_facilities",
  "osm": "node/6274014481",
  "wikidata": "Q243",
  "rate": "7",
  "otm": "https://opentripmap.com/en/card/N6274014481",
  "sources": {
    "geometry": "osm",
    "attributes": ["wikidata", "wikipedia"]
  },
  "point": {
    "lon": 2.29448,
    "lat": 48.85837
  },
  "bbox": {
    "lon_min": 2.29131,
    "lon_max": 2.29767,
    "lat_min": 48.85547,
    "lat_max": 48.86018
  },
  "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Camponotus_flavomarginatus_ant.jpg/320px-Camponotus_flavomarginatus_ant.jpg",
  "preview": {
    "source": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Eiffel_Tower_Flickr.jpg/400px-Eiffel_Tower_Flickr.jpg",
    "height": 400,
    "width": 266
  },
  "wikipedia_extracts": {
    "title": "Eiffel Tower",
    "text": "The Eiffel Tower is a wrought-iron lattice tower on the Champ de Mars in Paris, France. It is named after the engineer Gustave Eiffel, whose company designed and built the tower from 1887 to 1889.",
    "html": "<p>The Eiffel Tower is a wrought-iron lattice tower on the Champ de Mars in Paris, France.</p>"
  },
  "url": "https://en.wikipedia.org/wiki/Eiffel_Tower",
  "address": {
    "country": "France",
    "country_code": "fr",
    "county": "Paris",
    "city": "Paris",
    "postcode": "75007",
    "road": "Avenue Gustave Eiffel"
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/place-detail-response"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.