/osm/elements
Get a raw OpenStreetMap element (node/way/relation) by type and id, with tags and metadata
Price: 1 credit
💡 AI Hint: Get a single raw OpenStreetMap object by element_type (node/way/relation) and numeric id. Returns raw OSM tags, edit metadata (version, changeset, user, updated_at), and geometry references. Set full=true to resolve a way’s/relation’s child node coordinates into the geometry.
⚠️ Common errors: 412: Element not found
Authorizations
API token from the dashboard
Headers
Body
OSM element type
node, way, relation "node"
"way"
"relation"
Numeric OSM element id
1"34633854"
"13306330095"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500For ways/relations, also resolve child node coordinates into the geometry
Response
Successful Response