// get_settings.php - API endpoint to get current settings

{"id":"1","period":"1","period_time":"480","enable_shot_clock":"1","shot_clock_time":"30","home_team_name":"Blauw","guest_team_name":"Wit","home_team_score":"3","guest_team_score":"2","clock_running":"0","shot_clock_running":"0","time_remaining":"0","shot_time_remaining":"30","last_updated":"2025-04-22 15:31:43"}

// update_settings.php - API endpoint to update a single setting

{"status":"update_settings.php is working"}