Skip to content
GuidesPlaygroundDashboard

Elements

Query features by bounding box or H3 cell
$ plaza elements query
GET/api/v1/features
Get feature by type and ID
$ plaza elements retrieve
GET/api/v1/features/{type}/{id}
Fetch multiple features by type and ID
$ plaza elements batch
POST/api/v1/features/batch
Find features near a geographic point
$ plaza elements nearby
GET/api/v1/features/nearby
ModelsExpand Collapse
batch_request: object { elements }
elements: array of object { id, type }
id: number
type: "node" or "way" or "relation"
"node"
"way"
"relation"