/v1/providers
Registered dVPN providers
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/sentinel-api/v1/providers" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/sentinel-api/v1/providers", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/sentinel-api/v1/providers");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/sentinel-api/v1/providers",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"chain": "sentinelhub-2",
"count": 20,
"providers": [
{
"name": "阿什本",
"status": "active",
"address": "sentprov1zfu2zfdf9a0tcjf5y0f3mxp0j45e9unf2vex4y",
"website": null,
"identity": null,
"status_at": "2026-05-26T06:12:01.884031131Z",
"description": null
},
{
"name": "dVPN Application",
"status": "active",
"address": "sentprov1r9shmfdk0285xgpseulqsxjs9yqke7lgch4npy",
"website": null,
"identity": null,
"status_at": "2026-04-25T02:50:26.353143334Z",
"description": null
},
{
"name": "Test 33",
"status": "active",
"address": "sentprov19df0lg5pnmpd56muyuqwdffaxk68w9vs098r09",
"website": null,
"identity": null,
"status_at": "2026-04-26T01:05:54.039346377Z",
"description": null
},
{
"name": "gg",
"status": "active",
"address": "sentprov197ezwa9qw7naxvkm54mw04jrpt5tp70jslqu26",
"website": null,
"identity": null,
"status_at": "2026-05-19T05:59:34.001674547Z",
"description": null
},
{
"name": "TEST100",
"status": "active",
"address": "sentprov1xdnmldd4eqlpvt28y2ze0pjrz23axhz07pzaqd",
"website": null,
"identity": null,
"status_at": "2026-04-27T20:00:37.794212183Z",
"description": null
},
{
"name": "SOLAR dVPN",
"status": "active",
"address": "sentprov1gjkdw8arm54sv7xdhjxnx30lcya4alhfktuxyy",
"website": "https://labs.solar",
"identity": "6257A55EA42BA680",
"status_at": "2023-08-18T12:10:36.572027592Z",
"description": "SOLAR dVPN"
},
{
"name": "apiVPN (Staging)",
"status": "active",
"address": "sentprov1gatdlpdc4fadckccypjfnam2a4rcmum55q46zn",
"website": "https://apivpn.io",
"identity": "sentprov12kyhkw2xsc8g3t8dtz569c6fn2qejmzs92s07h",
"status_at": "2023-12-29T07:24:24.274968530Z",
"description": null
},
{
"name": "Test Provider",
"status": "active",
"address": "sentprov12qy4pjugqqkq7llnt393zhats6u2zshfxfs9c7",
"website": null,
"identity": null,
"status_at": "2026-04-25T09:05:08.264296817Z",
"description": null
},
{
"name":
…