Skip to content
GuidesPlaygroundDashboard

Elements

Get feature by type and ID
GET/api/v1/features/{type}/{id}
Fetch multiple features by type and ID
POST/api/v1/features/batch
Find features near a geographic point
GET/api/v1/features/nearby
ModelsExpand Collapse
BatchRequest = object { elements }
elements: array of object { id, type }
id: number
type: "node" or "way" or "relation"
One of the following:
"node"
"way"
"relation"