| | 34 | You can also use the URL format of osm.org: |
| | 35 | |
| | 36 | * for a node the URL is `https://www.openstreetmap.org/node/123456789` (replace `123456789` with the node id) |
| | 37 | * for a way the URL is `https://www.openstreetmap.org/way/123456789` (replace `123456789` with the way id) |
| | 38 | * for a relation the URL is `https://www.openstreetmap.org/relation/123456789` (replace `123456789` with the relation id) |
| | 39 | * for all objects belonging to a changeset the URL is `https://www.openstreetmap.org/changeset/123456789` (replace `123456789` with the changeset id) |
| | 40 | * for an area the URL is `https://www.openstreetmap.org/#map=18/46.20140/4.27022` |
| | 41 | |