Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Verifica la disponibilità del servizio API
curl https://api.mycentralino.com/v1/ping
<?php $response = file_get_contents('https://api.mycentralino.com/v1/ping'); $data = json_decode($response, true); print_r($data);
import requests response = requests.get('https://api.mycentralino.com/v1/ping') print(response.json())
{ "status": "ok", "timestamp": "2024-03-15 14:32:10" }
status
ok
timestamp