Ruby

Below is an example of making an HTTP request to Kernstatt Waechter from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://waechter.kernstatt.de/ping/your-uuid-here'))