12 lines
394 B
PHP
12 lines
394 B
PHP
<?php
|
|
$eventname = "Sport am Tankumsee 2026";
|
|
|
|
$rennplanJson = file_get_contents('https://api.sat.regattatech.de/api/v1/rennplan/3/');
|
|
|
|
$bootJson = file_get_contents('https://api.sat.regattatech.de/api/v1/boot/');
|
|
|
|
$ergebnisseJson = file_get_contents('https://api.sat.regattatech.de/api/v1/results/current/');
|
|
|
|
$pagerApi = "https://sat.regattatech.de/api/v1/page/";
|
|
|
|
$pagerApiSecret = "foobar"; |