OpenTripMap · Schema
SimpleFeature
TravelPoints of InterestPOITourismMapsGeospatialOpenStreetMapWikipediaAttractionsRestaurantHotelsMuseumsREST API
Properties
| Name | Type | Description |
|---|---|---|
| xid | string | Unique identifier of the object in OpenTripMap |
| name | string | The name of the object |
| kinds | string | Comma-separated list of categories. [see List of categories](https://dev.opentripmap.com/en/catalog.tree.json) |
| osm | string | OpenStreetMap identifier of the object |
| wikidata | string | Wikidata identifier of the object |
| dist | number | Distance in meters from selected point (for radius query) |
| point | object | Point location of the object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/opentripmap/refs/heads/main/json-schema/simplefeature.json",
"title": "SimpleFeature",
"required": [
"xid",
"name",
"kinds",
"point"
],
"type": "object",
"properties": {
"xid": {
"description": "Unique identifier of the object in OpenTripMap",
"type": "string"
},
"name": {
"description": "The name of the object",
"type": "string"
},
"kinds": {
"description": "Comma-separated list of categories. [see List of categories](https://dev.opentripmap.com/en/catalog.tree.json)",
"type": "string"
},
"osm": {
"description": "OpenStreetMap identifier of the object",
"type": "string"
},
"wikidata": {
"description": "Wikidata identifier of the object",
"type": "string"
},
"dist": {
"description": "Distance in meters from selected point (for radius query)",
"type": "number",
"format": "double"
},
"point": {
"type": "object",
"description": "Point location of the object",
"properties": {
"lon": {
"description": "Longitude",
"type": "number",
"format": "double"
},
"lat": {
"description": "Latitude",
"type": "number",
"format": "double"
}
}
}
},
"example": {
"name": "Oakland City Hall",
"osm": "relation/4682064",
"xid": "R4682064",
"wikidata": "Q932794",
"kind": "architecture,other_buildings_and_structures,historic_architecture,interesting_places",
"point": {
"lon": -122.272705,
"lat": 37.80513
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/simplefeature"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.