Skip to content
GuidesBlogPlaygroundDashboard

Elements

Query features by spatial predicate, bounding box, or H3 cell
$ plaza elements query
GET/api/v1/features
Query features by spatial predicate, bounding box, or H3 cell
$ plaza elements query-post
POST/api/v1/features
Get feature by type and ID
$ plaza elements retrieve
GET/api/v1/features/{type}/{id}
Get feature by type and ID
$ plaza elements lookup
POST/api/v1/features/lookup
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
Find features near a geographic point
$ plaza elements nearby-post
POST/api/v1/features/nearby
ModelsExpand Collapse
batch_request: object { elements }

Fetch multiple OSM elements by their type and ID in a single request. Maximum 100 elements per batch.

elements: array of object { id, type }

Array of element references to fetch

id: number

OSM element ID

type: "node" or "way" or "relation"

OSM element type

"node"
"way"
"relation"