Open data
Static JSON files, regenerated on every build. Free to use under CC BY 4.0 with a link back to this site.
/api/slides.jsonβ 51 slides with park, country, coordinates, type, manufacturer, height, length, speed, opening year, status, records/api/parks.jsonβ 39 parks with coordinates, opening year, visitor numbers/api/types.jsonβ 30 slide types/api/manufacturers.jsonβ 18 manufacturers/api/records.jsonβ current rankings: tallest, longest, fastest, newest/api/geo.jsonβ GeoJSON FeatureCollection of all parks and slides for maps/rss.xmlβ news feed
Example
fetch('https://xobiswaterslides.com/api/records.json').then(r => r.json()).then(d => console.log(d.tallest[0].name))