/ Capability · Generate

Generate an OSMPID

Assemble a persistent ID from an element type and id, with optional tags. The service resolves the current version and the latest child timestamp from live OSM, then returns a string built to grammar — ready to store or validate.

ElementGET / generate
element_type*
Determines recursion depth. Nodes have no children, so they carry no timestamp.
element_id* The OSM source-local numeric id. Resolved against current OSM state.
tags optional url-encoded key, with or without a value. Pins the object's semantic meaning.
Generated OSMPID

Set an element type and id, then generate to resolve the current version and timestamp from OSM.

Components
element_type required
element_id required
version required
latest_child_timestamp conditional
tags optional