3 <title>OpenStreetMap Testing APIs</title>
6 <h1>OpenStreetMap Testing APIs</h1>
7 <p>This server hosts several versions of the OSM APIs for use by anyone
8 for testing clients against or as a data sandbox.</p>
11 <th align="left">Name</th>
12 <th align="left">Repository</th>
13 <th align="left">Revision</th>
15 <% node[:dev][:rails].each do |name,details| -%>
17 <td><a href="http://<%= name %>.apis.dev.openstreetmap.org/"><%= name %></a></td>
18 <td><%= details[:repository] %></td>
19 <td><%= details[:revision] %></td>
23 <p>These APIs are updated every half hour. The last update was at
24 <%= Time.now.strftime("%Y-%m-%d %H:%M:%S") %></p>