Skip to content

Get API versions

Returns a list of available API versions supported by this instance.

Request

/api/versions

Response

1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<osm generator="OpenStreetMap server" copyright="OpenStreetMap and contributors" attribution="http://www.openstreetmap.org/copyright" license="http://opendatacommons.org/licenses/odbl/1-0/">
    <api>
        <version>0.6</version>
    </api>
</osm>