This is an error 404
There are `0` results
preferences:
175.54 ms | 945 KiB | 7 Q<?php$date = date('Y/m/d');$variable = file_get_contents('https://rooster.hva.nl/m/api/timetable?start='.$date.'+00%3A00&limit=3&key=2014!location!TTH+01A04A+MEDIALOUNGE');$decoded = json_decode($variable);foreach($decoded->data as $item) { echo(date_i18n('l j F H:i', $item->startDate / 1000)); echo(' - '); echo(date_i18n( 'H:i', $item->endDate / 1000)); echo(' : '); echo('<br/>'); echo(' - '); echo($item->activityDescription); echo('<br/>'); }?>