Skip to content
GuidesPlaygroundDashboard

Elements

Query features by bounding box or H3 cell
FeatureCollection Elements.Query(ElementQueryParams?parameters, CancellationTokencancellationToken = default)
GET/api/v1/features
Get feature by type and ID
GeoJsonFeature Elements.Retrieve(ElementRetrieveParamsparameters, CancellationTokencancellationToken = default)
GET/api/v1/features/{type}/{id}
Fetch multiple features by type and ID
FeatureCollection Elements.Batch(ElementBatchParamsparameters, CancellationTokencancellationToken = default)
POST/api/v1/features/batch
Find features near a geographic point
FeatureCollection Elements.Nearby(ElementNearbyParamsparameters, CancellationTokencancellationToken = default)
GET/api/v1/features/nearby
ModelsExpand Collapse
class BatchRequest:
required IReadOnlyList<Element> Elements
required Long ID
required Type Type
One of the following:
"node"Node
"way"Way
"relation"Relation