Documentation de l'API
Diagnostic réseau distribué depuis plus de 65 nœuds globaux — Ping, MTR, DNS, HTTP, TCP et UDP — ainsi que les métadonnées d'hôte, WHOIS et rapports historiques. Chaque endpoint ci-dessous est modifiable et exécutable dans votre navigateur contre l'API en production.
À quoi ça sert ?
L'usage anonyme suffit dans la plupart des cas. Des limites raisonnables par IP et par cible s'appliquent — voir le tableau complet sur /about si vous voulez les chiffres exacts.
Une clé API (au format UUID) relève ces limites avec un quota mensuel par clé. Les clés sont gratuites — Check-Host est un projet à but non lucratif et les limites n'existent que pour empêcher les abus, pas pour monétiser. Si vous avez un cas d'usage légitime qui dépasse le niveau anonyme, contactez le support.
Vie privée : la clé reste uniquement dans le localStorage de votre navigateur sur cette page et n'est envoyée qu'à api.check-host.cc.
Démarrage rapide
Lancer un check est asynchrone : (1) POST sur un endpoint de monitoring pour obtenir un UUID, (2) interrogez /report/{uuid} jusqu'à ce que chaque nœud ait répondu. La plupart des checks aboutissent en 1 à 10 secondes. Les endpoints ci-dessous font le polling pour vous quand vous cliquez sur Exécuter.
# 1. Dispatch a check, capture the UUID
UUID=$(curl -s -X POST https://api.check-host.cc/ping \
-H 'Content-Type: application/json' \
-d '{"target":"check-host.cc","region":["DE"]}' | jq -r .uuid)
# 2. Poll until at least one node has reported
until curl -s "https://api.check-host.cc/report/$UUID" \
| jq -e '.data | length >= 1' > /dev/null; do sleep 1; done
curl -s "https://api.check-host.cc/report/$UUID" | jq .
Recherches
7 endpointsIP, géolocalisation, WHOIS et la liste des nœuds en direct.
Renvoie l'adresse IPv4 ou IPv6 publique du client qui effectue la requête. Pratique pour identifier le client avant des appels authentifiés.
Réponse
—Réponses possibles
{
"status": 200,
"message": "Your current IP is: 34.36.183.77",
"ip": "34.36.183.77",
"success": true
}
Même structure de réponse que /info/{target}, mais résolue contre l'IP du client qui appelle.
Réponse
—Réponses possibles
{
"ip": "34.36.183.77",
"privacy": {
"isAbuser": false,
"isAnonymous": false,
"isBogon": false,
"isHosting": true,
"isIcloudRelay": false,
"isProxy": false,
"isTor": false,
"isVpn": false
},
"country": "United States",
"countryCode": "US",
"isEu": false,
"city": "Kansas City",
"continent": "North America",
"latitude": 39.09973,
"longitude": -94.57857,
"timeZone": "America/Chicago",
"postalCode": "64101",
"subdivision": "Missouri",
"currencyCode": "USD",
"callingCode": "1",
"network": null,
"asn": {
"asn": "AS396982",
"route": "34.32.0.0/11",
"netname": "GOOGLE-CLOUD-PLATFORM",
"name": "Google LLC",
"countryCode": "US",
"domain": "google.com",
"type": "hosting",
"rir": "ARIN"
},
"company": {
"name": "Google LLC",
"domain": "google.com",
"countryCode": "US",
"type": "hosting"
},
"hosting": null,
"abuse": {
"address": "1600 Amphitheatre Parkway, Mountain View, CA, 94043, US",
"countryCode": "US",
"email": "google-cloud-compliance@google.com",
"name": "Google LLC",
"network": "34.4.5.0 - 34.63.255.255",
"phone": "+1-650-253-0000"
},
"raw": {
"ip": "34.36.183.77",
"country": "United States",
"country_code": "US",
"is_eu": false,
"city": "Kansas City",
"continent": "North America",
"latitude": 39.09973,
"longitude": -94.57857,
"time_zone": "America/Chicago",
"postal_code": "64101",
"subdivision": "Missouri",
"currency_code": "USD",
"calling_code": "1",
"is_anycast": true,
"is_satellite": false,
"asn": {
"asn": "AS396982",
"route": "34.32.0.0/11",
"netname": "GOOGLE-CLOUD-PLATFORM",
"name": "Google LLC",
"country_code": "US",
"domain": "google.com",
"type": "hosting",
"rir": "ARIN"
},
"privacy": {
"is_abuser": false,
"is_anonymous": false,
"is_bogon": false,
"is_hosting": true,
"is_icloud_relay": false,
"is_proxy": false,
"is_tor": false,
"is_vpn": false
},
"company": {
"name": "Google LLC",
"domain": "google.com",
"country_code": "US",
"type": "hosting"
},
"abuse": {
"address": "1600 Amphitheatre Parkway, Mountain View, CA, 94043, US",
"country_code": "US",
"email": "google-cloud-compliance@google.com",
"name": "Google LLC",
"network": "34.4.5.0 - 34.63.255.255",
"phone": "+1-650-253-0000"
}
},
"reverse": "77.183.36.34.bc.googleusercontent.com",
"success": true
}
Renvoie tous les nœuds en ligne. Utilisez la valeur locationname (par ex. DE-NBG-Hetzner) dans le tableau region de toute requête de monitoring.
Réponse
—Réponses possibles
{
"status": 200,
"CountryCodes": "Only supported where Locations are! Take from locationlist",
"Continents": [
"EU"
],
"locationlist": [
{
"continent": "EU",
"country": "Albania",
"countryCode": "AL",
"city": "Tirana",
"asn": "AS197706",
"isp": "Keminet SHPK",
"datacenter": "Keminet SHPK",
"monitoring_allowed": 1,
"hostname": null,
"locationname": "AL-TIR-Keminet",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null
},
{
"continent": "AU",
"country": "Australia",
"countryCode": "AU",
"city": "Sydney",
"asn": "AS152900",
"isp": "Onidel Pty Ltd",
"datacenter": "Equinix SY3",
"monitoring_allowed": 0,
"hostname": "au-syd-oni.check-host.eu",
"locationname": "AU-SYD-Onidel",
"sponsor": "Onidel",
"sponsor_url": "https://onidel.com",
"latitude": -33.86785,
"longitude": 151.20732
},
{
"continent": "EU",
"country": "Bosnia and Herzegovina",
"countryCode": "BA",
"city": "Novi Travnik",
"asn": "AS200698",
"isp": "Globalhost",
"datacenter": "Globalhost",
"monitoring_allowed": 0,
"hostname": "ba-nov-glo.check-host.eu",
"locationname": "BA-NOV-Globalhost",
"sponsor": "Globalhost d.o.o. - Web Hosting Solutions",
"sponsor_url": "https://global.ba/",
"latitude": null,
"longitude": null
},
"\u2026 60 total \u2014 truncated for docs"
],
"success": true
}
Géolocalisation, ASN, données de privacy et d'abus pour n'importe quel hôte ou IP. Utilisez POST si la cible peut contenir des caractères réservés d'URL ; la variante GET ci-dessous convient pour des cibles simples.
Paramètres du corps
target
string
Hostname or IP address.
Réponse
—Réponses possibles
{
"ip": "34.36.183.77",
"privacy": {
"isAbuser": false,
"isAnonymous": false,
"isBogon": false,
"isHosting": true,
"isIcloudRelay": false,
"isProxy": false,
"isTor": false,
"isVpn": false
},
"country": "United States",
"countryCode": "US",
"isEu": false,
"city": "Kansas City",
"continent": "North America",
"latitude": 39.09973,
"longitude": -94.57857,
"timeZone": "America/Chicago",
"postalCode": "64101",
"subdivision": "Missouri",
"currencyCode": "USD",
"callingCode": "1",
"network": null,
"asn": {
"asn": "AS396982",
"route": "34.32.0.0/11",
"netname": "GOOGLE-CLOUD-PLATFORM",
"name": "Google LLC",
"countryCode": "US",
"domain": "google.com",
"type": "hosting",
"rir": "ARIN"
},
"company": {
"name": "Google LLC",
"domain": "google.com",
"countryCode": "US",
"type": "hosting"
},
"hosting": null,
"abuse": {
"address": "1600 Amphitheatre Parkway, Mountain View, CA, 94043, US",
"countryCode": "US",
"email": "google-cloud-compliance@google.com",
"name": "Google LLC",
"network": "34.4.5.0 - 34.63.255.255",
"phone": "+1-650-253-0000"
},
"raw": {
"ip": "34.36.183.77",
"country": "United States",
"country_code": "US",
"is_eu": false,
"city": "Kansas City",
"continent": "North America",
"latitude": 39.09973,
"longitude": -94.57857,
"time_zone": "America/Chicago",
"postal_code": "64101",
"subdivision": "Missouri",
"currency_code": "USD",
"calling_code": "1",
"is_anycast": true,
"is_satellite": false,
"asn": {
"asn": "AS396982",
"route": "34.32.0.0/11",
"netname": "GOOGLE-CLOUD-PLATFORM",
"name": "Google LLC",
"country_code": "US",
"domain": "google.com",
"type": "hosting",
"rir": "ARIN"
},
"privacy": {
"is_abuser": false,
"is_anonymous": false,
"is_bogon": false,
"is_hosting": true,
"is_icloud_relay": false,
"is_proxy": false,
"is_tor": false,
"is_vpn": false
},
"company": {
"name": "Google LLC",
"domain": "google.com",
"country_code": "US",
"type": "hosting"
},
"abuse": {
"address": "1600 Amphitheatre Parkway, Mountain View, CA, 94043, US",
"country_code": "US",
"email": "google-cloud-compliance@google.com",
"name": "Google LLC",
"network": "34.4.5.0 - 34.63.255.255",
"phone": "+1-650-253-0000"
}
},
"reverse": "77.183.36.34.bc.googleusercontent.com",
"success": true
}
{
"status": 400,
"error": "No target provided",
"success": false
}
{
"success": false,
"error": "Invalid or inactive API key."
}
Même réponse que POST /info — raccourci pratique pour des hostnames ou IPs simples qui ne nécessitent pas d'encodage URL.
Paramètres de chemin
target
string
Hostname or IP address.
Réponse
—Réponses possibles
{
"ip": "34.36.183.77",
"privacy": {
"isAbuser": false,
"isAnonymous": false,
"isBogon": false,
"isHosting": true,
"isIcloudRelay": false,
"isProxy": false,
"isTor": false,
"isVpn": false
},
"country": "United States",
"countryCode": "US",
"isEu": false,
"city": "Kansas City",
"continent": "North America",
"latitude": 39.09973,
"longitude": -94.57857,
"timeZone": "America/Chicago",
"postalCode": "64101",
"subdivision": "Missouri",
"currencyCode": "USD",
"callingCode": "1",
"network": null,
"asn": {
"asn": "AS396982",
"route": "34.32.0.0/11",
"netname": "GOOGLE-CLOUD-PLATFORM",
"name": "Google LLC",
"countryCode": "US",
"domain": "google.com",
"type": "hosting",
"rir": "ARIN"
},
"company": {
"name": "Google LLC",
"domain": "google.com",
"countryCode": "US",
"type": "hosting"
},
"hosting": null,
"abuse": {
"address": "1600 Amphitheatre Parkway, Mountain View, CA, 94043, US",
"countryCode": "US",
"email": "google-cloud-compliance@google.com",
"name": "Google LLC",
"network": "34.4.5.0 - 34.63.255.255",
"phone": "+1-650-253-0000"
},
"raw": {
"ip": "34.36.183.77",
"country": "United States",
"country_code": "US",
"is_eu": false,
"city": "Kansas City",
"continent": "North America",
"latitude": 39.09973,
"longitude": -94.57857,
"time_zone": "America/Chicago",
"postal_code": "64101",
"subdivision": "Missouri",
"currency_code": "USD",
"calling_code": "1",
"is_anycast": true,
"is_satellite": false,
"asn": {
"asn": "AS396982",
"route": "34.32.0.0/11",
"netname": "GOOGLE-CLOUD-PLATFORM",
"name": "Google LLC",
"country_code": "US",
"domain": "google.com",
"type": "hosting",
"rir": "ARIN"
},
"privacy": {
"is_abuser": false,
"is_anonymous": false,
"is_bogon": false,
"is_hosting": true,
"is_icloud_relay": false,
"is_proxy": false,
"is_tor": false,
"is_vpn": false
},
"company": {
"name": "Google LLC",
"domain": "google.com",
"country_code": "US",
"type": "hosting"
},
"abuse": {
"address": "1600 Amphitheatre Parkway, Mountain View, CA, 94043, US",
"country_code": "US",
"email": "google-cloud-compliance@google.com",
"name": "Google LLC",
"network": "34.4.5.0 - 34.63.255.255",
"phone": "+1-650-253-0000"
}
},
"reverse": "77.183.36.34.bc.googleusercontent.com",
"success": true
}
Renvoie l'enregistrement RDAP en amont pour un domaine ou un bloc IP (titulaire, registrar, dates, serveurs de noms, contact abus). La structure varie selon le registry.
Paramètres du corps
target
string
Domain name or IP block.
Réponse
—Réponses possibles
{
"objectClassName": "domain",
"handle": "167044666_DOMAIN_CC-VRSN",
"ldhName": "CHECK-HOST.CC",
"links": [
{
"value": "https://tld-rdap.verisign.com/cc/v1/domain/CHECK-HOST.CC",
"rel": "self",
"href": "https://tld-rdap.verisign.com/cc/v1/domain/CHECK-HOST.CC",
"type": "application/rdap+json"
},
{
"value": "https://rdap.ovh.com/domain/CHECK-HOST.CC",
"rel": "related",
"href": "https://rdap.ovh.com/domain/CHECK-HOST.CC",
"type": "application/rdap+json"
}
],
"status": [
"client delete prohibited",
"client transfer prohibited"
],
"entities": [
{
"objectClassName": "entity",
"handle": "433",
"roles": [
"registrar"
],
"links": [
{
"href": "http://www.ovh.com",
"type": "text/html",
"value": "https://rdap.ovh.com/",
"rel": "about"
}
],
"publicIds": [
{
"type": "IANA Registrar ID",
"identifier": "433"
}
],
"vcardArray": [
"vcard",
[
[
"version",
[],
"text",
"4.0"
],
[
"fn",
[],
"text",
"OVH sas"
]
]
],
"entities": [
{
"objectClassName": "entity",
"roles": [
"abuse"
],
"vcardArray": [
"vcard",
[
[
"version",
[],
"text",
"4.0"
],
[
"fn",
[],
"text",
""
],
[
"tel",
{
"type": "voice"
},
"uri",
"tel:+33.972101007"
],
[
"email",
[],
"text",
"abuse@ovh.net"
]
]
]
}
]
}
],
"events": [
{
"eventAction": "registration",
"eventDate": "2021-11-20T20:21:05Z"
},
{
"eventAction": "expiration",
"eventDate": "2030-11-20T20:21:05Z"
},
{
"eventAction": "last changed",
"eventDate": "2026-01-13T13:54:30Z"
},
{
"eventAction": "last update of RDAP database",
"eventDate": "2026-05-12T00:30:06Z"
}
],
"secureDNS": {
"delegationSigned": false
},
"nameservers": [
{
"objectClassName": "nameserver",
"ldhName": "PEYTON.NS.CLOUDFLARE.COM"
},
{
"objectClassName": "nameserver",
"ldhName": "SUNNY.NS.CLOUDFLARE.COM"
}
],
"rdapConformance": [
"rdap_level_0",
"icann_rdap_technical_implementation_guide_1",
"icann_rdap_response_profile_1"
],
"notices": [
{
"title": "Terms of Service",
"description": [
"Service subject to Terms of Use."
],
"links": [
{
"href": "https://www.verisign.com/domain-names/registration-data-access-protocol/terms-service/index.xhtml",
"type": "text/html",
"value": "https://tld-rdap.verisign.com/cc/v1/domain/check-host.cc",
"rel": "terms-of-service"
}
]
},
{
"title": "Status Codes",
"description": [
"For more information on domain status codes, please visit https://icann.org/epp"
],
"links": [
{
"href": "https://icann.org/epp",
"type": "text/html"
}
]
},
{
"title": "RDDS Inaccuracy Complaint Form",
"description": [
"URL of the ICANN RDDS Inaccuracy Complaint Form: https://icann.org/wicf"
],
"links": [
{
"href": "https://icann.org/wicf",
"type": "text/html",
"value": "https://tld-rdap.verisign.com/cc/v1/domain/check-host.cc",
"rel": "help"
}
]
}
]
}
Raccourci GET pour des cibles simples — même réponse que POST /whois.
Paramètres de chemin
target
string
Réponse
—Réponses possibles
{
"objectClassName": "domain",
"handle": "167044666_DOMAIN_CC-VRSN",
"ldhName": "CHECK-HOST.CC",
"links": [
{
"value": "https://tld-rdap.verisign.com/cc/v1/domain/CHECK-HOST.CC",
"rel": "self",
"href": "https://tld-rdap.verisign.com/cc/v1/domain/CHECK-HOST.CC",
"type": "application/rdap+json"
},
{
"value": "https://rdap.ovh.com/domain/CHECK-HOST.CC",
"rel": "related",
"href": "https://rdap.ovh.com/domain/CHECK-HOST.CC",
"type": "application/rdap+json"
}
],
"status": [
"client delete prohibited",
"client transfer prohibited"
],
"entities": [
{
"objectClassName": "entity",
"handle": "433",
"roles": [
"registrar"
],
"links": [
{
"href": "http://www.ovh.com",
"type": "text/html",
"value": "https://rdap.ovh.com/",
"rel": "about"
}
],
"publicIds": [
{
"type": "IANA Registrar ID",
"identifier": "433"
}
],
"vcardArray": [
"vcard",
[
[
"version",
[],
"text",
"4.0"
],
[
"fn",
[],
"text",
"OVH sas"
]
]
],
"entities": [
{
"objectClassName": "entity",
"roles": [
"abuse"
],
"vcardArray": [
"vcard",
[
[
"version",
[],
"text",
"4.0"
],
[
"fn",
[],
"text",
""
],
[
"tel",
{
"type": "voice"
},
"uri",
"tel:+33.972101007"
],
[
"email",
[],
"text",
"abuse@ovh.net"
]
]
]
}
]
}
],
"events": [
{
"eventAction": "registration",
"eventDate": "2021-11-20T20:21:05Z"
},
{
"eventAction": "expiration",
"eventDate": "2030-11-20T20:21:05Z"
},
{
"eventAction": "last changed",
"eventDate": "2026-01-13T13:54:30Z"
},
{
"eventAction": "last update of RDAP database",
"eventDate": "2026-05-12T00:30:06Z"
}
],
"secureDNS": {
"delegationSigned": false
},
"nameservers": [
{
"objectClassName": "nameserver",
"ldhName": "PEYTON.NS.CLOUDFLARE.COM"
},
{
"objectClassName": "nameserver",
"ldhName": "SUNNY.NS.CLOUDFLARE.COM"
}
],
"rdapConformance": [
"rdap_level_0",
"icann_rdap_technical_implementation_guide_1",
"icann_rdap_response_profile_1"
],
"notices": [
{
"title": "Terms of Service",
"description": [
"Service subject to Terms of Use."
],
"links": [
{
"href": "https://www.verisign.com/domain-names/registration-data-access-protocol/terms-service/index.xhtml",
"type": "text/html",
"value": "https://tld-rdap.verisign.com/cc/v1/domain/check-host.cc",
"rel": "terms-of-service"
}
]
},
{
"title": "Status Codes",
"description": [
"For more information on domain status codes, please visit https://icann.org/epp"
],
"links": [
{
"href": "https://icann.org/epp",
"type": "text/html"
}
]
},
{
"title": "RDDS Inaccuracy Complaint Form",
"description": [
"URL of the ICANN RDDS Inaccuracy Complaint Form: https://icann.org/wicf"
],
"links": [
{
"href": "https://icann.org/wicf",
"type": "text/html",
"value": "https://tld-rdap.verisign.com/cc/v1/domain/check-host.cc",
"rel": "help"
}
]
}
]
}
Checks globaux
11 endpointsLancez un check Ping / TCP / UDP / HTTP / DNS / MTR depuis plus de 65 nœuds globaux — chaque appel renvoie un UUID, puis fait du polling automatique sur /report/{uuid}.
Envoie des echos ICMP depuis chaque nœud sélectionné pour mesurer la latence et la perte de paquets. Mettez repeatchecks ≥ 10 pour le mode live (sondage continu pendant ~repeatchecks secondes).
Paramètres du corps
target
string
Hostname or IP to ping.
region
array
JSON array of country codes (e.g. ["DE","NL","ES"]), continent codes (EU, NA, AS, SA, AF, OC), or specific node names from /locations. Omit entirely to fan out to every node worldwide.
repeatchecks
integer
0 = single shot. ≥10 = live mode.
Réponse
—
Polling automatique /report/{uuid}
…
Réponses possibles
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "ping",
"repeatchecks": 0,
"region": [
"DE",
"NL",
"ES"
],
"uuid": "b8078339-1168-4830-ba30-21bf74285a5c",
"reportURL": "https://check-host.cc/report/b8078339-1168-4830-ba30-21bf74285a5c",
"apiURL": "https://api.check-host.cc/report/b8078339-1168-4830-ba30-21bf74285a5c",
"og-imageURL": "https://api.check-host.cc/report/b8078339-1168-4830-ba30-21bf74285a5c/og-image",
"autodelete": "12-05-2036",
"message": "Broadcasted task to all slaves.",
"port": null,
"query": null,
"payload": null
}
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "ping",
"query": null,
"repeatchecks": 0,
"created_at": "2026-05-12T02:05:34.000000Z",
"delete_at": "2036-05-12 04:05:34",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 8,
"slave_id": 1,
"repeat": 0,
"connectiontime": 4,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 10,
"slave_id": 8,
"repeat": 0,
"connectiontime": 0,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 12,
"slave_id": 2,
"repeat": 0,
"connectiontime": 0,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 16,
"slave_id": 10,
"repeat": 0,
"connectiontime": 1,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 62,
"slave_id": 54,
"repeat": 0,
"connectiontime": 0,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": [
{
"location_id": 73,
"slave_id": 65,
"repeat": 0,
"connectiontime": 3,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": [
{
"location_id": 86,
"slave_id": 78,
"repeat": 0,
"connectiontime": 0,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
}
}
}
{
"status": 422,
"error": "The target field is required.",
"success": false
}
{
"success": false,
"error": "Invalid or inactive API key."
}
Tente un handshake TCP en 3 étapes sur target:port. Vérifie les règles de pare-feu et la disponibilité du service.
Paramètres du corps
target
string
port
integer
region
array
repeatchecks
integer
≥10 enables live mode.
Réponse
—
Polling automatique /report/{uuid}
…
Réponses possibles
{
"status": 200,
"success": true,
"target": "check-host.cc:443",
"method": "tcp",
"repeatchecks": 0,
"region": [
"DE",
"NL",
"ES"
],
"uuid": "ca9f3340-1071-4e6d-9717-5fe16072741d",
"reportURL": "https://check-host.cc/report/ca9f3340-1071-4e6d-9717-5fe16072741d",
"apiURL": "https://api.check-host.cc/report/ca9f3340-1071-4e6d-9717-5fe16072741d",
"og-imageURL": "https://api.check-host.cc/report/ca9f3340-1071-4e6d-9717-5fe16072741d/og-image",
"autodelete": "12-05-2036",
"message": "Broadcasted task to all slaves.",
"port": 443,
"query": null,
"payload": null
}
{
"status": 200,
"success": true,
"target": "check-host.cc:443",
"method": "tcp",
"query": null,
"repeatchecks": 0,
"created_at": "2026-05-12T02:05:35.000000Z",
"delete_at": "2036-05-12 04:05:35",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 8,
"slave_id": 1,
"repeat": 0,
"connectiontime": 4,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 10,
"slave_id": 8,
"repeat": 0,
"connectiontime": 1,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 12,
"slave_id": 2,
"repeat": 0,
"connectiontime": 0,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 16,
"slave_id": 10,
"repeat": 0,
"connectiontime": 2,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 62,
"slave_id": 54,
"repeat": 0,
"connectiontime": 0,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": [
{
"location_id": 73,
"slave_id": 65,
"repeat": 0,
"connectiontime": 5,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": [
{
"location_id": 86,
"slave_id": 78,
"repeat": 0,
"connectiontime": 1,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
}
}
}
{
"status": 422,
"error": "The port field is required when query is not present.",
"success": false
}
Envoie une sonde UDP vers target:port. Si payload est omis, le serveur injecte un défaut sensé pour les ports connus (DNS, NTP, SNMP, RIP, OpenVPN, WireGuard, Quake, Minecraft, …).
Paramètres du corps
target
string
port
integer
region
array
payload
string
Optional. Hex (0x…) or printable ASCII, max 2048 bytes.
repeatchecks
integer
Réponse
—
Polling automatique /report/{uuid}
…
Réponses possibles
{
"status": 200,
"success": true,
"target": "1.1.1.1:53",
"method": "udp",
"repeatchecks": 0,
"region": [
"DE",
"NL",
"ES"
],
"uuid": "851eacb2-985c-4d6c-80c7-861141a673e8",
"reportURL": "https://check-host.cc/report/851eacb2-985c-4d6c-80c7-861141a673e8",
"apiURL": "https://api.check-host.cc/report/851eacb2-985c-4d6c-80c7-861141a673e8",
"og-imageURL": "https://api.check-host.cc/report/851eacb2-985c-4d6c-80c7-861141a673e8/og-image",
"autodelete": "12-05-2036",
"message": "Broadcasted task to all slaves.",
"port": 53,
"query": null,
"payload": "0x241a010000010000000000000377777706676f6f676c6503636f6d0000010001"
}
{
"status": 200,
"success": true,
"target": "1.1.1.1:53",
"method": "udp",
"query": null,
"repeatchecks": 0,
"created_at": "2026-05-12T02:05:35.000000Z",
"delete_at": "2036-05-12 04:05:35",
"payload": "0x241a010000010000000000000377777706676f6f676c6503636f6d0000010001",
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 8,
"slave_id": 1,
"repeat": 0,
"connectiontime": 5,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 10,
"slave_id": 8,
"repeat": 0,
"connectiontime": 1,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 12,
"slave_id": 2,
"repeat": 0,
"connectiontime": 2,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 16,
"slave_id": 10,
"repeat": 0,
"connectiontime": 2,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 62,
"slave_id": 54,
"repeat": 0,
"connectiontime": 1,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": [
{
"location_id": 73,
"slave_id": 65,
"repeat": 0,
"connectiontime": 2,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": [
{
"location_id": 86,
"slave_id": 78,
"repeat": 0,
"connectiontime": 1,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
}
}
}
Fait un GET HTTP(S) vers la cible et enregistre le code de statut, le texte de statut, l'IP cible et le temps de connexion. Accepte une URL complète ou juste un hôte (https par défaut).
Paramètres du corps
target
string
region
array
repeatchecks
integer
≥10 enables live mode — each node issues repeatchecks+1 sequential requests.
Réponse
—
Polling automatique /report/{uuid}
…
Réponses possibles
{
"status": 200,
"success": true,
"target": "https://check-host.cc",
"method": "http",
"repeatchecks": 0,
"region": [
"DE",
"NL",
"ES"
],
"uuid": "9956b063-b987-4199-a938-15e13359f6d0",
"reportURL": "https://check-host.cc/report/9956b063-b987-4199-a938-15e13359f6d0",
"apiURL": "https://api.check-host.cc/report/9956b063-b987-4199-a938-15e13359f6d0",
"og-imageURL": "https://api.check-host.cc/report/9956b063-b987-4199-a938-15e13359f6d0/og-image",
"autodelete": "12-05-2036",
"message": "Broadcasted task to all slaves.",
"port": null,
"query": null,
"payload": null
}
{
"status": 200,
"success": true,
"target": "https://check-host.cc",
"method": "http",
"query": null,
"repeatchecks": 0,
"created_at": "2026-05-12T02:05:35.000000Z",
"delete_at": "2036-05-12 04:05:35",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 8,
"slave_id": 1,
"repeat": 0,
"connectiontime": 35,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 10,
"slave_id": 8,
"repeat": 0,
"connectiontime": 25,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 12,
"slave_id": 2,
"repeat": 0,
"connectiontime": 22,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 16,
"slave_id": 10,
"repeat": 0,
"connectiontime": 28,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 62,
"slave_id": 54,
"repeat": 0,
"connectiontime": 25,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": [
{
"location_id": 73,
"slave_id": 65,
"repeat": 0,
"connectiontime": 56,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": [
{
"location_id": 86,
"slave_id": 78,
"repeat": 0,
"connectiontime": 20,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
}
}
}
Interroge le type d'enregistrement DNS demandé auprès du resolver local de chaque nœud. Avec querymethod=PTR une IP est acceptée ; sinon, target doit être un domaine.
Paramètres du corps
target
string
querymethod
enum
region
array
Réponse
—
Polling automatique /report/{uuid}
…
Réponses possibles
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "dns",
"repeatchecks": 0,
"region": [
"DE",
"NL",
"ES"
],
"uuid": "fce45bed-f863-4940-86d3-3fa681166770",
"reportURL": "https://check-host.cc/report/fce45bed-f863-4940-86d3-3fa681166770",
"apiURL": "https://api.check-host.cc/report/fce45bed-f863-4940-86d3-3fa681166770",
"og-imageURL": "https://api.check-host.cc/report/fce45bed-f863-4940-86d3-3fa681166770/og-image",
"autodelete": "12-05-2036",
"message": "Broadcasted task to all slaves.",
"port": null,
"query": "A/AAAA",
"payload": null
}
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "dns",
"query": "A",
"repeatchecks": 0,
"created_at": "2026-05-12T02:05:36.000000Z",
"delete_at": "2036-05-12 04:05:36",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 8,
"slave_id": 1,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 10,
"slave_id": 8,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 12,
"slave_id": 2,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 16,
"slave_id": 10,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": {
"location_id": 62,
"slave_id": 54,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": {
"location_id": 73,
"slave_id": 65,
"data": [
{
"ttl": 202,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": {
"location_id": 86,
"slave_id": 78,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
}
}
}
{
"status": 422,
"error": "Only domain names are allowed for DNS checks, or use PTR for IPs.",
"success": false
}
Analyse saut par saut du chemin réseau. Protocole par défaut ICMP — utilisez forceProtocol pour contourner les pare-feux qui bloquent ICMP.
Paramètres du corps
target
string
repeatchecks
integer
Packets per hop.
forceIPversion
enum
Force IPv4 or IPv6.
forceProtocol
enum
Default ICMP. Use udp/tcp when ICMP is filtered.
region
array
Réponse
—
Polling automatique /report/{uuid}
…
Réponses possibles
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "mtr",
"repeatchecks": 5,
"region": [
"DE",
"NL",
"ES"
],
"uuid": "0fa83d50-7fc2-4f45-bbb3-aadc7f8fa939",
"reportURL": "https://check-host.cc/report/0fa83d50-7fc2-4f45-bbb3-aadc7f8fa939",
"apiURL": "https://api.check-host.cc/report/0fa83d50-7fc2-4f45-bbb3-aadc7f8fa939",
"og-imageURL": "https://api.check-host.cc/report/0fa83d50-7fc2-4f45-bbb3-aadc7f8fa939/og-image",
"autodelete": "12-05-2036",
"message": "Broadcasted task to all slaves.",
"port": null,
"query": null,
"payload": null
}
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "mtr",
"query": null,
"repeatchecks": 5,
"created_at": "2026-05-12T02:05:36.000000Z",
"delete_at": "2036-05-12 04:05:36",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 8,
"slave_id": 1,
"data": {
"mtr": {
"src": "e6a6076aff2d",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.19.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.143,
"Avg": 0.156,
"Best": 0.121,
"Wrst": 0.185,
"StDev": 0.026,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "172.31.1.1",
"Loss%": 0,
"Snt": 5,
"Last": 3.583,
"Avg": 3.737,
"Best": 2.002,
"Wrst": 5.875,
"StDev": 1.494,
"ASN": "-",
"PTR": "-"
},
{
"count": 3,
"host": "116.203.161.165",
"Loss%": 0,
"Snt": 5,
"Last": 0.377,
"Avg": 1.422,
"Best": 0.377,
"Wrst": 4.689,
"StDev": 1.854,
"PTR": "12936.your-cloud.host",
"ASN": "AS24940"
},
{
"count": 4,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 5,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 6,
"host": "213.239.239.122",
"Loss%": 0,
"Snt": 5,
"Last": 0.659,
"Avg": 0.757,
"Best": 0.488,
"Wrst": 1.36,
"StDev": 0.354,
"PTR": "core-spine-rdev2.cloud1.nbg1.hetzner.com",
"ASN": "AS24940"
},
{
"count": 7,
"host": "213.239.239.141",
"Loss%": 0,
"Snt": 5,
"Last": 0.592,
"Avg": 0.732,
"Best": 0.516,
"Wrst": 1.389,
"StDev": 0.368,
"PTR": "core12.nbg1.hetzner.com",
"ASN": "AS24940"
},
{
"count": 8,
"host": "213.239.224.238",
"Loss%": 0,
"Snt": 5,
"Last": 4.224,
"Avg": 3.991,
"Best": 3.577,
"Wrst": 4.488,
"StDev": 0.365,
"PTR": "core5.fra.hetzner.com",
"ASN": "AS24940"
},
{
"count": 9,
"host": "213.239.239.118",
"Loss%": 0,
"Snt": 5,
"Last": 3.892,
"Avg": 4.653,
"Best": 3.777,
"Wrst": 7.801,
"StDev": 1.759,
"PTR": "213-239-239-118.clients.your-server.de",
"ASN": "AS24940"
},
{
"count": 10,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 3.995,
"Avg": 4.624,
"Best": 3.95,
"Wrst": 7.175,
"StDev": 1.425,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 10,
"slave_id": 8,
"data": {
"mtr": {
"src": "733fe59073f9",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.055,
"Avg": 0.062,
"Best": 0.055,
"Wrst": 0.078,
"StDev": 0.009,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "5.230.225.209",
"Loss%": 0,
"Snt": 5,
"Last": 0.584,
"Avg": 0.494,
"Best": 0.383,
"Wrst": 0.612,
"StDev": 0.1,
"ASN": "AS12586",
"PTR": "-"
},
{
"count": 3,
"host": "193.189.83.197",
"Loss%": 0,
"Snt": 5,
"Last": 0.638,
"Avg": 0.679,
"Best": 0.566,
"Wrst": 0.778,
"StDev": 0.08,
"PTR": "google.equinix.kleyrex.net",
"ASN": "-"
},
{
"count": 4,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 0.647,
"Avg": 0.644,
"Best": 0.577,
"Wrst": 0.703,
"StDev": 0.044,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 12,
"slave_id": 2,
"data": {
"mtr": {
"src": "b3250ccf9b97",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.19.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.076,
"Avg": 0.076,
"Best": 0.065,
"Wrst": 0.1,
"StDev": 0.013,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "45.95.53.1",
"Loss%": 0,
"Snt": 5,
"Last": 1.281,
"Avg": 1.78,
"Best": 0.389,
"Wrst": 4.25,
"StDev": 1.645,
"ASN": "AS200303",
"PTR": "-"
},
{
"count": 3,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "72.14.195.116",
"Loss%": 0,
"Snt": 5,
"Last": 0.786,
"Avg": 0.69,
"Best": 0.641,
"Wrst": 0.786,
"StDev": 0.057,
"ASN": "AS15169",
"PTR": "-"
},
{
"count": 5,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 0.685,
"Avg": 0.684,
"Best": 0.651,
"Wrst": 0.724,
"StDev": 0.029,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 16,
"slave_id": 10,
"data": {
"mtr": {
"src": "bf7afe2a25f8",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.082,
"Avg": 0.082,
"Best": 0.065,
"Wrst": 0.117,
"StDev": 0.019,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "141.95.3.252",
"Loss%": 0,
"Snt": 5,
"Last": 0.667,
"Avg": 0.708,
"Best": 0.616,
"Wrst": 0.967,
"StDev": 0.145,
"ASN": "AS16276",
"PTR": "-"
},
{
"count": 3,
"host": "10.164.25.238",
"Loss%": 0,
"Snt": 5,
"Last": 0.688,
"Avg": 0.688,
"Best": 0.57,
"Wrst": 0.86,
"StDev": 0.108,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "10.17.248.22",
"Loss%": 0,
"Snt": 5,
"Last": 0.784,
"Avg": 0.752,
"Best": 0.64,
"Wrst": 0.981,
"StDev": 0.138,
"ASN": "-",
"PTR": "-"
},
{
"count": 5,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 6,
"host": "172.18.12.0",
"Loss%": 0,
"Snt": 5,
"Last": 4.114,
"Avg": 3.575,
"Best": 3.018,
"Wrst": 4.171,
"StDev": 0.539,
"ASN": "-",
"PTR": "-"
},
{
"count": 7,
"host": "57.128.121.50",
"Loss%": 0,
"Snt": 5,
"Last": 1.93,
"Avg": 1.942,
"Best": 1.776,
"Wrst": 2.131,
"StDev": 0.145,
"PTR": "fra-fr5-sbb1-nc5.de.eu",
"ASN": "AS16276"
},
{
"count": 8,
"host": "10.200.0.39",
"Loss%": 0,
"Snt": 5,
"Last": 4.459,
"Avg": 3.772,
"Best": 2.321,
"Wrst": 4.459,
"StDev": 0.867,
"ASN": "-",
"PTR": "-"
},
{
"count": 9,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 10,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 1.66,
"Avg": 1.655,
"Best": 1.608,
"Wrst": 1.683,
"StDev": 0.029,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": {
"location_id": 62,
"slave_id": 54,
"data": {
"mtr": {
"src": "711c1b61d3d4",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.09,
"Avg": 0.115,
"Best": 0.09,
"Wrst": 0.145,
"StDev": 0.022,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "2.56.247.1",
"Loss%": 0,
"Snt": 5,
"Last": 3.703,
"Avg": 4.079,
"Best": 2.236,
"Wrst": 8.841,
"StDev": 2.712,
"PTR": "dnsrelay.network",
"ASN": "AS213850"
},
{
"count": 3,
"host": "100.68.20.1",
"Loss%": 0,
"Snt": 5,
"Last": 1.067,
"Avg": 1.012,
"Best": 0.89,
"Wrst": 1.093,
"StDev": 0.083,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "92.242.166.5",
"Loss%": 0,
"Snt": 5,
"Last": 1.199,
"Avg": 2.916,
"Best": 1.199,
"Wrst": 4.731,
"StDev": 1.256,
"PTR": "irb5.rt-qfx10k-fkt2.de.eu.smartnet.network",
"ASN": "AS203446"
},
{
"count": 5,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 0.468,
"Avg": 0.473,
"Best": 0.412,
"Wrst": 0.561,
"StDev": 0.055,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": {
"location_id": 73,
"slave_id": 65,
"data": {
"mtr": {
"src": "74f611c62144",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.103,
"Avg": 0.127,
"Best": 0.096,
"Wrst": 0.161,
"StDev": 0.03,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "5.175.223.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.314,
"Avg": 0.321,
"Best": 0.22,
"Wrst": 0.437,
"StDev": 0.078,
"PTR": "nextregister.eu",
"ASN": "AS204464"
},
{
"count": 3,
"host": "10.47.235.16",
"Loss%": 0,
"Snt": 5,
"Last": 0.435,
"Avg": 0.44,
"Best": 0.352,
"Wrst": 0.549,
"StDev": 0.073,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "213.202.209.97",
"Loss%": 0,
"Snt": 5,
"Last": 1.406,
"Avg": 1.463,
"Best": 1.401,
"Wrst": 1.589,
"StDev": 0.078,
"PTR": "lag57-h535e.edge3-dus3.bb.wiit.network",
"ASN": "AS24961"
},
{
"count": 5,
"host": "89.163.136.254",
"Loss%": 0,
"Snt": 5,
"Last": 0.507,
"Avg": 0.537,
"Best": 0.471,
"Wrst": 0.583,
"StDev": 0.047,
"PTR": "lag8-h544e.agr3-dus3.bb.wiit.network",
"ASN": "AS24961"
},
{
"count": 6,
"host": "62.141.47.193",
"Loss%": 0,
"Snt": 5,
"Last": 3.832,
"Avg": 3.75,
"Best": 3.439,
"Wrst": 4.032,
"StDev": 0.215,
"PTR": "lag0-vl1002.core1-ams-eq3.bb.wiit.network",
"ASN": "AS24961"
},
{
"count": 7,
"host": "142.250.174.42",
"Loss%": 0,
"Snt": 5,
"Last": 5.16,
"Avg": 4.135,
"Best": 3.807,
"Wrst": 5.16,
"StDev": 0.575,
"ASN": "AS15169",
"PTR": "-"
},
{
"count": 8,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 3.517,
"Avg": 3.569,
"Best": 3.517,
"Wrst": 3.639,
"StDev": 0.05,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": {
"location_id": 86,
"slave_id": 78,
"data": {
"mtr": {
"src": "1a53a83ea59f",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.114,
"Avg": 0.12,
"Best": 0.092,
"Wrst": 0.162,
"StDev": 0.026,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "62.192.153.49",
"Loss%": 0,
"Snt": 5,
"Last": 0.479,
"Avg": 4.027,
"Best": 0.451,
"Wrst": 12.612,
"StDev": 5.069,
"PTR": "49.153.192.62.dataforest.net",
"ASN": "AS58212"
},
{
"count": 3,
"host": "212.87.204.21",
"Loss%": 0,
"Snt": 5,
"Last": 0.858,
"Avg": 17.266,
"Best": 0.728,
"Wrst": 53.402,
"StDev": 21.544,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 5,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 0.53,
"Avg": 0.554,
"Best": 0.486,
"Wrst": 0.64,
"StDev": 0.056,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
}
}
}
Raccourcis GET rapides
URLs prêtes à l'emploi pour des checks simples — pas de ciblage par région ni de mode live (utilisez POST ci-dessus pour cela).
Raccourci GET — même réponse que POST /ping. Diffusion mondiale (pas de ciblage par région en GET) ; utilisez POST pour la région ou le mode live.
Paramètres de chemin
target
string
Réponse
—
Polling automatique /report/{uuid}
…
Réponses possibles
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "ping",
"repeatchecks": 0,
"region": [
"DE",
"NL",
"ES"
],
"uuid": "b8078339-1168-4830-ba30-21bf74285a5c",
"reportURL": "https://check-host.cc/report/b8078339-1168-4830-ba30-21bf74285a5c",
"apiURL": "https://api.check-host.cc/report/b8078339-1168-4830-ba30-21bf74285a5c",
"og-imageURL": "https://api.check-host.cc/report/b8078339-1168-4830-ba30-21bf74285a5c/og-image",
"autodelete": "12-05-2036",
"message": "Broadcasted task to all slaves.",
"port": null,
"query": null,
"payload": null
}
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "ping",
"query": null,
"repeatchecks": 0,
"created_at": "2026-05-12T02:05:34.000000Z",
"delete_at": "2036-05-12 04:05:34",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 8,
"slave_id": 1,
"repeat": 0,
"connectiontime": 4,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 10,
"slave_id": 8,
"repeat": 0,
"connectiontime": 0,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 12,
"slave_id": 2,
"repeat": 0,
"connectiontime": 0,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 16,
"slave_id": 10,
"repeat": 0,
"connectiontime": 1,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 62,
"slave_id": 54,
"repeat": 0,
"connectiontime": 0,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": [
{
"location_id": 73,
"slave_id": 65,
"repeat": 0,
"connectiontime": 3,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": [
{
"location_id": 86,
"slave_id": 78,
"repeat": 0,
"connectiontime": 0,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
}
}
}
Raccourci GET. Utilisez POST /tcp pour cibler une région ou le mode live.
Paramètres de chemin
target
string
port
integer
Réponse
—
Polling automatique /report/{uuid}
…
Réponses possibles
{
"status": 200,
"success": true,
"target": "check-host.cc:443",
"method": "tcp",
"repeatchecks": 0,
"region": [
"DE",
"NL",
"ES"
],
"uuid": "ca9f3340-1071-4e6d-9717-5fe16072741d",
"reportURL": "https://check-host.cc/report/ca9f3340-1071-4e6d-9717-5fe16072741d",
"apiURL": "https://api.check-host.cc/report/ca9f3340-1071-4e6d-9717-5fe16072741d",
"og-imageURL": "https://api.check-host.cc/report/ca9f3340-1071-4e6d-9717-5fe16072741d/og-image",
"autodelete": "12-05-2036",
"message": "Broadcasted task to all slaves.",
"port": 443,
"query": null,
"payload": null
}
{
"status": 200,
"success": true,
"target": "check-host.cc:443",
"method": "tcp",
"query": null,
"repeatchecks": 0,
"created_at": "2026-05-12T02:05:35.000000Z",
"delete_at": "2036-05-12 04:05:35",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 8,
"slave_id": 1,
"repeat": 0,
"connectiontime": 4,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 10,
"slave_id": 8,
"repeat": 0,
"connectiontime": 1,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 12,
"slave_id": 2,
"repeat": 0,
"connectiontime": 0,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 16,
"slave_id": 10,
"repeat": 0,
"connectiontime": 2,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 62,
"slave_id": 54,
"repeat": 0,
"connectiontime": 0,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": [
{
"location_id": 73,
"slave_id": 65,
"repeat": 0,
"connectiontime": 5,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": [
{
"location_id": 86,
"slave_id": 78,
"repeat": 0,
"connectiontime": 1,
"errortext": "",
"target_ip": "34.36.183.77",
"status": 1
}
]
}
}
}
Variante GET — les paramètres passent dans la query string au lieu du corps.
Paramètres de requête
target
string
port
integer
payload
string
Optional. Hex (0x…) or printable ASCII, max 2048 bytes.
Réponse
—
Polling automatique /report/{uuid}
…
Réponses possibles
{
"status": 200,
"success": true,
"target": "1.1.1.1:53",
"method": "udp",
"repeatchecks": 0,
"region": [
"DE",
"NL",
"ES"
],
"uuid": "851eacb2-985c-4d6c-80c7-861141a673e8",
"reportURL": "https://check-host.cc/report/851eacb2-985c-4d6c-80c7-861141a673e8",
"apiURL": "https://api.check-host.cc/report/851eacb2-985c-4d6c-80c7-861141a673e8",
"og-imageURL": "https://api.check-host.cc/report/851eacb2-985c-4d6c-80c7-861141a673e8/og-image",
"autodelete": "12-05-2036",
"message": "Broadcasted task to all slaves.",
"port": 53,
"query": null,
"payload": "0x241a010000010000000000000377777706676f6f676c6503636f6d0000010001"
}
{
"status": 200,
"success": true,
"target": "1.1.1.1:53",
"method": "udp",
"query": null,
"repeatchecks": 0,
"created_at": "2026-05-12T02:05:35.000000Z",
"delete_at": "2036-05-12 04:05:35",
"payload": "0x241a010000010000000000000377777706676f6f676c6503636f6d0000010001",
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 8,
"slave_id": 1,
"repeat": 0,
"connectiontime": 5,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 10,
"slave_id": 8,
"repeat": 0,
"connectiontime": 1,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 12,
"slave_id": 2,
"repeat": 0,
"connectiontime": 2,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 16,
"slave_id": 10,
"repeat": 0,
"connectiontime": 2,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 62,
"slave_id": 54,
"repeat": 0,
"connectiontime": 1,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": [
{
"location_id": 73,
"slave_id": 65,
"repeat": 0,
"connectiontime": 2,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": [
{
"location_id": 86,
"slave_id": 78,
"repeat": 0,
"connectiontime": 1,
"errortext": "",
"target_ip": "1.1.1.1",
"status": 1
}
]
}
}
}
Raccourci GET. Le paramètre de chemin method accepte les mêmes types d'enregistrement que querymethod dans la variante POST.
Paramètres de chemin
target
string
method
enum
Réponse
—
Polling automatique /report/{uuid}
…
Réponses possibles
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "dns",
"repeatchecks": 0,
"region": [
"DE",
"NL",
"ES"
],
"uuid": "fce45bed-f863-4940-86d3-3fa681166770",
"reportURL": "https://check-host.cc/report/fce45bed-f863-4940-86d3-3fa681166770",
"apiURL": "https://api.check-host.cc/report/fce45bed-f863-4940-86d3-3fa681166770",
"og-imageURL": "https://api.check-host.cc/report/fce45bed-f863-4940-86d3-3fa681166770/og-image",
"autodelete": "12-05-2036",
"message": "Broadcasted task to all slaves.",
"port": null,
"query": "A/AAAA",
"payload": null
}
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "dns",
"query": "A",
"repeatchecks": 0,
"created_at": "2026-05-12T02:05:36.000000Z",
"delete_at": "2036-05-12 04:05:36",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 8,
"slave_id": 1,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 10,
"slave_id": 8,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 12,
"slave_id": 2,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 16,
"slave_id": 10,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": {
"location_id": 62,
"slave_id": 54,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": {
"location_id": 73,
"slave_id": 65,
"data": [
{
"ttl": 202,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": {
"location_id": 86,
"slave_id": 78,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
}
}
}
Raccourci GET. Utilisez POST /mtr pour cibler une région, personnaliser le nombre de paquets ou changer de protocole.
Paramètres de chemin
target
string
Réponse
—
Polling automatique /report/{uuid}
…
Réponses possibles
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "mtr",
"repeatchecks": 5,
"region": [
"DE",
"NL",
"ES"
],
"uuid": "0fa83d50-7fc2-4f45-bbb3-aadc7f8fa939",
"reportURL": "https://check-host.cc/report/0fa83d50-7fc2-4f45-bbb3-aadc7f8fa939",
"apiURL": "https://api.check-host.cc/report/0fa83d50-7fc2-4f45-bbb3-aadc7f8fa939",
"og-imageURL": "https://api.check-host.cc/report/0fa83d50-7fc2-4f45-bbb3-aadc7f8fa939/og-image",
"autodelete": "12-05-2036",
"message": "Broadcasted task to all slaves.",
"port": null,
"query": null,
"payload": null
}
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "mtr",
"query": null,
"repeatchecks": 5,
"created_at": "2026-05-12T02:05:36.000000Z",
"delete_at": "2036-05-12 04:05:36",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 8,
"slave_id": 1,
"data": {
"mtr": {
"src": "e6a6076aff2d",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.19.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.143,
"Avg": 0.156,
"Best": 0.121,
"Wrst": 0.185,
"StDev": 0.026,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "172.31.1.1",
"Loss%": 0,
"Snt": 5,
"Last": 3.583,
"Avg": 3.737,
"Best": 2.002,
"Wrst": 5.875,
"StDev": 1.494,
"ASN": "-",
"PTR": "-"
},
{
"count": 3,
"host": "116.203.161.165",
"Loss%": 0,
"Snt": 5,
"Last": 0.377,
"Avg": 1.422,
"Best": 0.377,
"Wrst": 4.689,
"StDev": 1.854,
"PTR": "12936.your-cloud.host",
"ASN": "AS24940"
},
{
"count": 4,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 5,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 6,
"host": "213.239.239.122",
"Loss%": 0,
"Snt": 5,
"Last": 0.659,
"Avg": 0.757,
"Best": 0.488,
"Wrst": 1.36,
"StDev": 0.354,
"PTR": "core-spine-rdev2.cloud1.nbg1.hetzner.com",
"ASN": "AS24940"
},
{
"count": 7,
"host": "213.239.239.141",
"Loss%": 0,
"Snt": 5,
"Last": 0.592,
"Avg": 0.732,
"Best": 0.516,
"Wrst": 1.389,
"StDev": 0.368,
"PTR": "core12.nbg1.hetzner.com",
"ASN": "AS24940"
},
{
"count": 8,
"host": "213.239.224.238",
"Loss%": 0,
"Snt": 5,
"Last": 4.224,
"Avg": 3.991,
"Best": 3.577,
"Wrst": 4.488,
"StDev": 0.365,
"PTR": "core5.fra.hetzner.com",
"ASN": "AS24940"
},
{
"count": 9,
"host": "213.239.239.118",
"Loss%": 0,
"Snt": 5,
"Last": 3.892,
"Avg": 4.653,
"Best": 3.777,
"Wrst": 7.801,
"StDev": 1.759,
"PTR": "213-239-239-118.clients.your-server.de",
"ASN": "AS24940"
},
{
"count": 10,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 3.995,
"Avg": 4.624,
"Best": 3.95,
"Wrst": 7.175,
"StDev": 1.425,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 10,
"slave_id": 8,
"data": {
"mtr": {
"src": "733fe59073f9",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.055,
"Avg": 0.062,
"Best": 0.055,
"Wrst": 0.078,
"StDev": 0.009,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "5.230.225.209",
"Loss%": 0,
"Snt": 5,
"Last": 0.584,
"Avg": 0.494,
"Best": 0.383,
"Wrst": 0.612,
"StDev": 0.1,
"ASN": "AS12586",
"PTR": "-"
},
{
"count": 3,
"host": "193.189.83.197",
"Loss%": 0,
"Snt": 5,
"Last": 0.638,
"Avg": 0.679,
"Best": 0.566,
"Wrst": 0.778,
"StDev": 0.08,
"PTR": "google.equinix.kleyrex.net",
"ASN": "-"
},
{
"count": 4,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 0.647,
"Avg": 0.644,
"Best": 0.577,
"Wrst": 0.703,
"StDev": 0.044,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 12,
"slave_id": 2,
"data": {
"mtr": {
"src": "b3250ccf9b97",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.19.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.076,
"Avg": 0.076,
"Best": 0.065,
"Wrst": 0.1,
"StDev": 0.013,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "45.95.53.1",
"Loss%": 0,
"Snt": 5,
"Last": 1.281,
"Avg": 1.78,
"Best": 0.389,
"Wrst": 4.25,
"StDev": 1.645,
"ASN": "AS200303",
"PTR": "-"
},
{
"count": 3,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "72.14.195.116",
"Loss%": 0,
"Snt": 5,
"Last": 0.786,
"Avg": 0.69,
"Best": 0.641,
"Wrst": 0.786,
"StDev": 0.057,
"ASN": "AS15169",
"PTR": "-"
},
{
"count": 5,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 0.685,
"Avg": 0.684,
"Best": 0.651,
"Wrst": 0.724,
"StDev": 0.029,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 16,
"slave_id": 10,
"data": {
"mtr": {
"src": "bf7afe2a25f8",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.082,
"Avg": 0.082,
"Best": 0.065,
"Wrst": 0.117,
"StDev": 0.019,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "141.95.3.252",
"Loss%": 0,
"Snt": 5,
"Last": 0.667,
"Avg": 0.708,
"Best": 0.616,
"Wrst": 0.967,
"StDev": 0.145,
"ASN": "AS16276",
"PTR": "-"
},
{
"count": 3,
"host": "10.164.25.238",
"Loss%": 0,
"Snt": 5,
"Last": 0.688,
"Avg": 0.688,
"Best": 0.57,
"Wrst": 0.86,
"StDev": 0.108,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "10.17.248.22",
"Loss%": 0,
"Snt": 5,
"Last": 0.784,
"Avg": 0.752,
"Best": 0.64,
"Wrst": 0.981,
"StDev": 0.138,
"ASN": "-",
"PTR": "-"
},
{
"count": 5,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 6,
"host": "172.18.12.0",
"Loss%": 0,
"Snt": 5,
"Last": 4.114,
"Avg": 3.575,
"Best": 3.018,
"Wrst": 4.171,
"StDev": 0.539,
"ASN": "-",
"PTR": "-"
},
{
"count": 7,
"host": "57.128.121.50",
"Loss%": 0,
"Snt": 5,
"Last": 1.93,
"Avg": 1.942,
"Best": 1.776,
"Wrst": 2.131,
"StDev": 0.145,
"PTR": "fra-fr5-sbb1-nc5.de.eu",
"ASN": "AS16276"
},
{
"count": 8,
"host": "10.200.0.39",
"Loss%": 0,
"Snt": 5,
"Last": 4.459,
"Avg": 3.772,
"Best": 2.321,
"Wrst": 4.459,
"StDev": 0.867,
"ASN": "-",
"PTR": "-"
},
{
"count": 9,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 10,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 1.66,
"Avg": 1.655,
"Best": 1.608,
"Wrst": 1.683,
"StDev": 0.029,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": {
"location_id": 62,
"slave_id": 54,
"data": {
"mtr": {
"src": "711c1b61d3d4",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.09,
"Avg": 0.115,
"Best": 0.09,
"Wrst": 0.145,
"StDev": 0.022,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "2.56.247.1",
"Loss%": 0,
"Snt": 5,
"Last": 3.703,
"Avg": 4.079,
"Best": 2.236,
"Wrst": 8.841,
"StDev": 2.712,
"PTR": "dnsrelay.network",
"ASN": "AS213850"
},
{
"count": 3,
"host": "100.68.20.1",
"Loss%": 0,
"Snt": 5,
"Last": 1.067,
"Avg": 1.012,
"Best": 0.89,
"Wrst": 1.093,
"StDev": 0.083,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "92.242.166.5",
"Loss%": 0,
"Snt": 5,
"Last": 1.199,
"Avg": 2.916,
"Best": 1.199,
"Wrst": 4.731,
"StDev": 1.256,
"PTR": "irb5.rt-qfx10k-fkt2.de.eu.smartnet.network",
"ASN": "AS203446"
},
{
"count": 5,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 0.468,
"Avg": 0.473,
"Best": 0.412,
"Wrst": 0.561,
"StDev": 0.055,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": {
"location_id": 73,
"slave_id": 65,
"data": {
"mtr": {
"src": "74f611c62144",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.103,
"Avg": 0.127,
"Best": 0.096,
"Wrst": 0.161,
"StDev": 0.03,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "5.175.223.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.314,
"Avg": 0.321,
"Best": 0.22,
"Wrst": 0.437,
"StDev": 0.078,
"PTR": "nextregister.eu",
"ASN": "AS204464"
},
{
"count": 3,
"host": "10.47.235.16",
"Loss%": 0,
"Snt": 5,
"Last": 0.435,
"Avg": 0.44,
"Best": 0.352,
"Wrst": 0.549,
"StDev": 0.073,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "213.202.209.97",
"Loss%": 0,
"Snt": 5,
"Last": 1.406,
"Avg": 1.463,
"Best": 1.401,
"Wrst": 1.589,
"StDev": 0.078,
"PTR": "lag57-h535e.edge3-dus3.bb.wiit.network",
"ASN": "AS24961"
},
{
"count": 5,
"host": "89.163.136.254",
"Loss%": 0,
"Snt": 5,
"Last": 0.507,
"Avg": 0.537,
"Best": 0.471,
"Wrst": 0.583,
"StDev": 0.047,
"PTR": "lag8-h544e.agr3-dus3.bb.wiit.network",
"ASN": "AS24961"
},
{
"count": 6,
"host": "62.141.47.193",
"Loss%": 0,
"Snt": 5,
"Last": 3.832,
"Avg": 3.75,
"Best": 3.439,
"Wrst": 4.032,
"StDev": 0.215,
"PTR": "lag0-vl1002.core1-ams-eq3.bb.wiit.network",
"ASN": "AS24961"
},
{
"count": 7,
"host": "142.250.174.42",
"Loss%": 0,
"Snt": 5,
"Last": 5.16,
"Avg": 4.135,
"Best": 3.807,
"Wrst": 5.16,
"StDev": 0.575,
"ASN": "AS15169",
"PTR": "-"
},
{
"count": 8,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 3.517,
"Avg": 3.569,
"Best": 3.517,
"Wrst": 3.639,
"StDev": 0.05,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": {
"location_id": 86,
"slave_id": 78,
"data": {
"mtr": {
"src": "1a53a83ea59f",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.114,
"Avg": 0.12,
"Best": 0.092,
"Wrst": 0.162,
"StDev": 0.026,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "62.192.153.49",
"Loss%": 0,
"Snt": 5,
"Last": 0.479,
"Avg": 4.027,
"Best": 0.451,
"Wrst": 12.612,
"StDev": 5.069,
"PTR": "49.153.192.62.dataforest.net",
"ASN": "AS58212"
},
{
"count": 3,
"host": "212.87.204.21",
"Loss%": 0,
"Snt": 5,
"Last": 0.858,
"Avg": 17.266,
"Best": 0.728,
"Wrst": 53.402,
"StDev": 21.544,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 5,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 0.53,
"Avg": 0.554,
"Best": 0.486,
"Wrst": 0.64,
"StDev": 0.056,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
}
}
}
Network Intelligence
2 endpointsDispatch deep, multi-stage scans (port + banner + body + TLS + threat-intel) of an IP, CIDR, domain or ASN. Asynchronous: submit, then poll the status endpoint. Open to guests, with per-IP and per-target hourly quotas.
Dispatches a deep, multi-stage scan of a target (IP, CIDR, domain or ASN). The Manager classifies the target, fans out typed sub-jobs to dedicated workers (resolve / portscan / banner / body-fetch / threat-intel) and aggregates results into the public report at /fullscan/{uuid}. The request returns immediately with status=pending — poll GET /fullscan/{uuid} for progress.
Paramètres du corps
target
string
IPv4/IPv6 address, CIDR block (e.g. 1.1.1.0/24), domain name or AS number. Anonymous CIDR submissions are capped at /24 (v4) / /120 (v6); API keys raise that to /20 / /112.
scope
enum
basic = top-100 ports + banner; deep (default) = full TCP/UDP port range, TLS, body capture, threat-intel; full = same as deep plus subdomain enumeration on domains.
apikey
string
Optional UUID API key. Anonymous scans share per-IP / per-target hourly quotas; an API key raises them and unlocks the probes parameter.
probes
array
Optional. Up to 10 user-defined HTTP probe recipes ran in addition to the default endpoint-leak set (nginx_status, /metrics, .env, …). Each entry is {name, path, expect} — see Custom Probes below. Requires an API key.
Réponse
—Réponses possibles
{
"success": true,
"uuid": "9f2c8a14-3b6d-4e21-9a55-71b0c2d8e4f0",
"target": "check-host.cc",
"target_type": "domain",
"scope": "deep",
"status": "pending",
"subjobs_total": 0,
"subjobs_done": 0,
"subjobs_failed": 0,
"error": null,
"created_at": "2026-05-26T11:42:08+00:00",
"completed_at": null,
"report_url": "https://check-host.cc/fullscan/9f2c8a14-3b6d-4e21-9a55-71b0c2d8e4f0",
"api_url": "https://api.check-host.cc/fullscan/9f2c8a14-3b6d-4e21-9a55-71b0c2d8e4f0"
}
{
"message": "The target field is required. (and 1 more error)",
"errors": {
"target": [
"The target field is required."
],
"tos": [
"The tos field must be accepted."
]
}
}
{
"success": false,
"error": "Fullscan is not enabled on this deployment."
}
Returns the current state of a previously submitted fullscan job. Workers update subjobs_done as they complete; the job moves to status=complete (all sub-jobs done) or partial (some failed). Result data is rendered on /fullscan/{uuid} — this endpoint is for clients that want machine-readable progress.
Paramètres de chemin
uuid
string
UUID returned by POST /fullscan.
Réponse
—Réponses possibles
{
"success": true,
"job": {
"uuid": "9f2c8a14-3b6d-4e21-9a55-71b0c2d8e4f0",
"target": "check-host.cc",
"target_type": "domain",
"scope": "deep",
"status": "running",
"subjobs_total": 5,
"subjobs_done": 2,
"subjobs_failed": 0,
"error": null,
"created_at": "2026-05-26T11:42:08+00:00",
"completed_at": null,
"report_url": "https://check-host.cc/fullscan/9f2c8a14-3b6d-4e21-9a55-71b0c2d8e4f0",
"api_url": "https://api.check-host.cc/fullscan/9f2c8a14-3b6d-4e21-9a55-71b0c2d8e4f0"
}
}
{
"success": true,
"job": {
"uuid": "9f2c8a14-3b6d-4e21-9a55-71b0c2d8e4f0",
"target": "check-host.cc",
"target_type": "domain",
"scope": "deep",
"status": "complete",
"subjobs_total": 5,
"subjobs_done": 5,
"subjobs_failed": 0,
"error": null,
"created_at": "2026-05-26T11:42:08+00:00",
"completed_at": "2026-05-26T11:44:31+00:00",
"report_url": "https://check-host.cc/fullscan/9f2c8a14-3b6d-4e21-9a55-71b0c2d8e4f0",
"api_url": "https://api.check-host.cc/fullscan/9f2c8a14-3b6d-4e21-9a55-71b0c2d8e4f0"
}
}
{
"success": false,
"error": "Job not found."
}
Rapports
3 endpointsRécupérez le rapport JSON ou les images de statut rendues pour un check déjà lancé.
Renvoie le rapport JSON d'un check précédemment lancé. La map data est indexée par locationname ; le champ checks de chaque entrée est un tableau pour ping/tcp/udp/http et un objet unique pour dns/mtr. Les rapports ne changent plus une fois finaux et sont mis en cache 1 an.
Paramètres de chemin
uuid
string
UUID returned by any monitoring endpoint.
Réponse
—Réponses possibles
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "ping",
"query": null,
"repeatchecks": 0,
"created_at": "2026-05-12T02:05:34.000000Z",
"delete_at": "2036-05-12 04:05:34",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 8,
"slave_id": 1,
"repeat": 0,
"connectiontime": 4,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 10,
"slave_id": 8,
"repeat": 0,
"connectiontime": 0,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 12,
"slave_id": 2,
"repeat": 0,
"connectiontime": 0,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 16,
"slave_id": 10,
"repeat": 0,
"connectiontime": 1,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 62,
"slave_id": 54,
"repeat": 0,
"connectiontime": 0,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": [
{
"location_id": 73,
"slave_id": 65,
"repeat": 0,
"connectiontime": 3,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": [
{
"location_id": 86,
"slave_id": 78,
"repeat": 0,
"connectiontime": 0,
"target_ip": "34.36.183.77",
"errortext": "",
"status": 1
}
]
}
}
}
{
"status": 200,
"success": true,
"target": "https://check-host.cc",
"method": "http",
"query": null,
"repeatchecks": 0,
"created_at": "2026-05-12T02:05:35.000000Z",
"delete_at": "2036-05-12 04:05:35",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 8,
"slave_id": 1,
"repeat": 0,
"connectiontime": 35,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 10,
"slave_id": 8,
"repeat": 0,
"connectiontime": 25,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 12,
"slave_id": 2,
"repeat": 0,
"connectiontime": 22,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 16,
"slave_id": 10,
"repeat": 0,
"connectiontime": 28,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": [
{
"location_id": 62,
"slave_id": 54,
"repeat": 0,
"connectiontime": 25,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": [
{
"location_id": 73,
"slave_id": 65,
"repeat": 0,
"connectiontime": 56,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": [
{
"location_id": 86,
"slave_id": 78,
"repeat": 0,
"connectiontime": 20,
"http_status": 200,
"http_statustext": "OK",
"target_ip": "34.36.183.77",
"status": 1
}
]
}
}
}
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "dns",
"query": "A",
"repeatchecks": 0,
"created_at": "2026-05-12T02:05:36.000000Z",
"delete_at": "2036-05-12 04:05:36",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 8,
"slave_id": 1,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 10,
"slave_id": 8,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 12,
"slave_id": 2,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 16,
"slave_id": 10,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": {
"location_id": 62,
"slave_id": 54,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": {
"location_id": 73,
"slave_id": 65,
"data": [
{
"ttl": 202,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": {
"location_id": 86,
"slave_id": 78,
"data": [
{
"ttl": 300,
"address": "34.36.183.77"
},
{
"ttl": 300,
"address": "2600:1901::6760:0:0:0:0"
}
],
"errortext": "",
"status": 1
}
}
}
}
{
"status": 200,
"success": true,
"target": "check-host.cc",
"method": "mtr",
"query": null,
"repeatchecks": 5,
"created_at": "2026-05-12T02:05:36.000000Z",
"delete_at": "2036-05-12 04:05:36",
"payload": null,
"data": {
"DE-NBG-Hetzner": {
"id": 8,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Nuernberg",
"isp": "Hetzner Online GmbH",
"asn": "AS24940",
"datacenter": "Hetzner",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-NBG-Hetzner",
"locationname": "DE-NBG-Hetzner",
"hostname": "de-nbg-het.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 8,
"slave_id": 1,
"data": {
"mtr": {
"src": "e6a6076aff2d",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.19.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.143,
"Avg": 0.156,
"Best": 0.121,
"Wrst": 0.185,
"StDev": 0.026,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "172.31.1.1",
"Loss%": 0,
"Snt": 5,
"Last": 3.583,
"Avg": 3.737,
"Best": 2.002,
"Wrst": 5.875,
"StDev": 1.494,
"ASN": "-",
"PTR": "-"
},
{
"count": 3,
"host": "116.203.161.165",
"Loss%": 0,
"Snt": 5,
"Last": 0.377,
"Avg": 1.422,
"Best": 0.377,
"Wrst": 4.689,
"StDev": 1.854,
"PTR": "12936.your-cloud.host",
"ASN": "AS24940"
},
{
"count": 4,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 5,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 6,
"host": "213.239.239.122",
"Loss%": 0,
"Snt": 5,
"Last": 0.659,
"Avg": 0.757,
"Best": 0.488,
"Wrst": 1.36,
"StDev": 0.354,
"PTR": "core-spine-rdev2.cloud1.nbg1.hetzner.com",
"ASN": "AS24940"
},
{
"count": 7,
"host": "213.239.239.141",
"Loss%": 0,
"Snt": 5,
"Last": 0.592,
"Avg": 0.732,
"Best": 0.516,
"Wrst": 1.389,
"StDev": 0.368,
"PTR": "core12.nbg1.hetzner.com",
"ASN": "AS24940"
},
{
"count": 8,
"host": "213.239.224.238",
"Loss%": 0,
"Snt": 5,
"Last": 4.224,
"Avg": 3.991,
"Best": 3.577,
"Wrst": 4.488,
"StDev": 0.365,
"PTR": "core5.fra.hetzner.com",
"ASN": "AS24940"
},
{
"count": 9,
"host": "213.239.239.118",
"Loss%": 0,
"Snt": 5,
"Last": 3.892,
"Avg": 4.653,
"Best": 3.777,
"Wrst": 7.801,
"StDev": 1.759,
"PTR": "213-239-239-118.clients.your-server.de",
"ASN": "AS24940"
},
{
"count": 10,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 3.995,
"Avg": 4.624,
"Best": 3.95,
"Wrst": 7.175,
"StDev": 1.425,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FFM-KRK": {
"id": 10,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "GHOSTnet GmbH",
"asn": "AS12586",
"datacenter": "GHOSTnet",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-KRK",
"locationname": "DE-FFM-KRK",
"hostname": "de-ffm-krk.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 10,
"slave_id": 8,
"data": {
"mtr": {
"src": "733fe59073f9",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.055,
"Avg": 0.062,
"Best": 0.055,
"Wrst": 0.078,
"StDev": 0.009,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "5.230.225.209",
"Loss%": 0,
"Snt": 5,
"Last": 0.584,
"Avg": 0.494,
"Best": 0.383,
"Wrst": 0.612,
"StDev": 0.1,
"ASN": "AS12586",
"PTR": "-"
},
{
"count": 3,
"host": "193.189.83.197",
"Loss%": 0,
"Snt": 5,
"Last": 0.638,
"Avg": 0.679,
"Best": 0.566,
"Wrst": 0.778,
"StDev": 0.08,
"PTR": "google.equinix.kleyrex.net",
"ASN": "-"
},
{
"count": 4,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 0.647,
"Avg": 0.644,
"Best": 0.577,
"Wrst": 0.703,
"StDev": 0.044,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FFM-Lumaserv": {
"id": 12,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Lumaserv",
"asn": "AS200303",
"datacenter": "Digital Realty",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-FFM-Lumaserv",
"locationname": "DE-FFM-Lumaserv",
"hostname": "de-ffm-lum.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 12,
"slave_id": 2,
"data": {
"mtr": {
"src": "b3250ccf9b97",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.19.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.076,
"Avg": 0.076,
"Best": 0.065,
"Wrst": 0.1,
"StDev": 0.013,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "45.95.53.1",
"Loss%": 0,
"Snt": 5,
"Last": 1.281,
"Avg": 1.78,
"Best": 0.389,
"Wrst": 4.25,
"StDev": 1.645,
"ASN": "AS200303",
"PTR": "-"
},
{
"count": 3,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "72.14.195.116",
"Loss%": 0,
"Snt": 5,
"Last": 0.786,
"Avg": 0.69,
"Best": 0.641,
"Wrst": 0.786,
"StDev": 0.057,
"ASN": "AS15169",
"PTR": "-"
},
{
"count": 5,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 0.685,
"Avg": 0.684,
"Best": 0.651,
"Wrst": 0.724,
"StDev": 0.029,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-LIM-OVH": {
"id": 16,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Limburg",
"isp": "OVH SAS",
"asn": "AS16276",
"datacenter": "OVH SAS",
"monitoring_allowed": 1,
"rabbitmq_queue": "DE-LIM-OVH",
"locationname": "DE-LIM-OVH",
"hostname": "de-lim-ovh.check-host.eu",
"sponsor": null,
"sponsor_url": null,
"latitude": null,
"longitude": null,
"checks": {
"location_id": 16,
"slave_id": 10,
"data": {
"mtr": {
"src": "bf7afe2a25f8",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.082,
"Avg": 0.082,
"Best": 0.065,
"Wrst": 0.117,
"StDev": 0.019,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "141.95.3.252",
"Loss%": 0,
"Snt": 5,
"Last": 0.667,
"Avg": 0.708,
"Best": 0.616,
"Wrst": 0.967,
"StDev": 0.145,
"ASN": "AS16276",
"PTR": "-"
},
{
"count": 3,
"host": "10.164.25.238",
"Loss%": 0,
"Snt": 5,
"Last": 0.688,
"Avg": 0.688,
"Best": 0.57,
"Wrst": 0.86,
"StDev": 0.108,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "10.17.248.22",
"Loss%": 0,
"Snt": 5,
"Last": 0.784,
"Avg": 0.752,
"Best": 0.64,
"Wrst": 0.981,
"StDev": 0.138,
"ASN": "-",
"PTR": "-"
},
{
"count": 5,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 6,
"host": "172.18.12.0",
"Loss%": 0,
"Snt": 5,
"Last": 4.114,
"Avg": 3.575,
"Best": 3.018,
"Wrst": 4.171,
"StDev": 0.539,
"ASN": "-",
"PTR": "-"
},
{
"count": 7,
"host": "57.128.121.50",
"Loss%": 0,
"Snt": 5,
"Last": 1.93,
"Avg": 1.942,
"Best": 1.776,
"Wrst": 2.131,
"StDev": 0.145,
"PTR": "fra-fr5-sbb1-nc5.de.eu",
"ASN": "AS16276"
},
{
"count": 8,
"host": "10.200.0.39",
"Loss%": 0,
"Snt": 5,
"Last": 4.459,
"Avg": 3.772,
"Best": 2.321,
"Wrst": 4.459,
"StDev": 0.867,
"ASN": "-",
"PTR": "-"
},
{
"count": 9,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 10,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 1.66,
"Avg": 1.655,
"Best": 1.608,
"Wrst": 1.683,
"StDev": 0.029,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FRA-PacketsDecreaser": {
"id": 62,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "Marc Fischer - Packets-Decreaser",
"asn": "AS214243",
"datacenter": "Equinix FR7",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-PacketsDecreaser",
"locationname": "DE-FRA-PacketsDecreaser",
"hostname": "de-fra-packets.check-host.eu",
"sponsor": "Packets-Decreaser Hosting",
"sponsor_url": "https://packets-decreaser.net/",
"latitude": null,
"longitude": null,
"checks": {
"location_id": 62,
"slave_id": 54,
"data": {
"mtr": {
"src": "711c1b61d3d4",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.09,
"Avg": 0.115,
"Best": 0.09,
"Wrst": 0.145,
"StDev": 0.022,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "2.56.247.1",
"Loss%": 0,
"Snt": 5,
"Last": 3.703,
"Avg": 4.079,
"Best": 2.236,
"Wrst": 8.841,
"StDev": 2.712,
"PTR": "dnsrelay.network",
"ASN": "AS213850"
},
{
"count": 3,
"host": "100.68.20.1",
"Loss%": 0,
"Snt": 5,
"Last": 1.067,
"Avg": 1.012,
"Best": 0.89,
"Wrst": 1.093,
"StDev": 0.083,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "92.242.166.5",
"Loss%": 0,
"Snt": 5,
"Last": 1.199,
"Avg": 2.916,
"Best": 1.199,
"Wrst": 4.731,
"StDev": 1.256,
"PTR": "irb5.rt-qfx10k-fkt2.de.eu.smartnet.network",
"ASN": "AS203446"
},
{
"count": 5,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 0.468,
"Avg": 0.473,
"Best": 0.412,
"Wrst": 0.561,
"StDev": 0.055,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FAL-Nexthost": {
"id": 73,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Duesseldorf",
"isp": "Justin Franke",
"asn": "AS204464",
"datacenter": "myLoc",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FAL-Nexthost",
"locationname": "DE-FAL-Nexthost",
"hostname": "de-dus-nexthost.check-host.eu",
"sponsor": "NextHost",
"sponsor_url": "https://nsxt.eu",
"latitude": 50.4777,
"longitude": 12.3649,
"checks": {
"location_id": 73,
"slave_id": 65,
"data": {
"mtr": {
"src": "74f611c62144",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.103,
"Avg": 0.127,
"Best": 0.096,
"Wrst": 0.161,
"StDev": 0.03,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "5.175.223.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.314,
"Avg": 0.321,
"Best": 0.22,
"Wrst": 0.437,
"StDev": 0.078,
"PTR": "nextregister.eu",
"ASN": "AS204464"
},
{
"count": 3,
"host": "10.47.235.16",
"Loss%": 0,
"Snt": 5,
"Last": 0.435,
"Avg": 0.44,
"Best": 0.352,
"Wrst": 0.549,
"StDev": 0.073,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "213.202.209.97",
"Loss%": 0,
"Snt": 5,
"Last": 1.406,
"Avg": 1.463,
"Best": 1.401,
"Wrst": 1.589,
"StDev": 0.078,
"PTR": "lag57-h535e.edge3-dus3.bb.wiit.network",
"ASN": "AS24961"
},
{
"count": 5,
"host": "89.163.136.254",
"Loss%": 0,
"Snt": 5,
"Last": 0.507,
"Avg": 0.537,
"Best": 0.471,
"Wrst": 0.583,
"StDev": 0.047,
"PTR": "lag8-h544e.agr3-dus3.bb.wiit.network",
"ASN": "AS24961"
},
{
"count": 6,
"host": "62.141.47.193",
"Loss%": 0,
"Snt": 5,
"Last": 3.832,
"Avg": 3.75,
"Best": 3.439,
"Wrst": 4.032,
"StDev": 0.215,
"PTR": "lag0-vl1002.core1-ams-eq3.bb.wiit.network",
"ASN": "AS24961"
},
{
"count": 7,
"host": "142.250.174.42",
"Loss%": 0,
"Snt": 5,
"Last": 5.16,
"Avg": 4.135,
"Best": 3.807,
"Wrst": 5.16,
"StDev": 0.575,
"ASN": "AS15169",
"PTR": "-"
},
{
"count": 8,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 3.517,
"Avg": 3.569,
"Best": 3.517,
"Wrst": 3.639,
"StDev": 0.05,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
},
"DE-FRA-VMHEAVEN": {
"id": 86,
"continent": "EU",
"country": "Germany",
"countryCode": "DE",
"city": "Frankfurt am Main",
"isp": "VMHeaven",
"asn": "AS215607",
"datacenter": "FFM",
"monitoring_allowed": 0,
"rabbitmq_queue": "DE-FRA-VMHEAVEN",
"locationname": "DE-FRA-VMHEAVEN",
"hostname": "de-fra-vmheaven.check-host.eu",
"sponsor": "VMHeaven",
"sponsor_url": "https://vmheaven.io",
"latitude": 50.0845,
"longitude": 8.4719,
"checks": {
"location_id": 86,
"slave_id": 78,
"data": {
"mtr": {
"src": "1a53a83ea59f",
"dst": "34.36.183.77",
"tos": 0,
"tests": 5,
"psize": "64",
"bitpattern": "0x00"
},
"hubs": [
{
"count": 1,
"host": "172.18.0.1",
"Loss%": 0,
"Snt": 5,
"Last": 0.114,
"Avg": 0.12,
"Best": 0.092,
"Wrst": 0.162,
"StDev": 0.026,
"ASN": "-",
"PTR": "-"
},
{
"count": 2,
"host": "62.192.153.49",
"Loss%": 0,
"Snt": 5,
"Last": 0.479,
"Avg": 4.027,
"Best": 0.451,
"Wrst": 12.612,
"StDev": 5.069,
"PTR": "49.153.192.62.dataforest.net",
"ASN": "AS58212"
},
{
"count": 3,
"host": "212.87.204.21",
"Loss%": 0,
"Snt": 5,
"Last": 0.858,
"Avg": 17.266,
"Best": 0.728,
"Wrst": 53.402,
"StDev": 21.544,
"ASN": "-",
"PTR": "-"
},
{
"count": 4,
"host": "-",
"Loss%": 100,
"Snt": 5,
"Last": 0,
"Avg": 0,
"Best": 0,
"Wrst": 0,
"StDev": 0,
"ASN": "-",
"PTR": "-"
},
{
"count": 5,
"host": "34.36.183.77",
"Loss%": 0,
"Snt": 5,
"Last": 0.53,
"Avg": 0.554,
"Best": 0.486,
"Wrst": 0.64,
"StDev": 0.056,
"PTR": "77.183.36.34.bc.googleusercontent.com",
"ASN": "AS396982"
}
],
"target_ip": "34.36.183.77",
"success": 1
},
"errortext": "",
"status": 1
}
}
}
}
Carte Open Graph montrant le statut par continent (vert / orange / rouge / inactif). Adaptée à <meta property="og:image">.
Paramètres de chemin
uuid
string
Réponse
—Mappemonde colorée par pays. SVG par défaut, ou PNG avec ?format=png.
Paramètres de chemin
uuid
string
Paramètres de requête
format
enum
res
enum
PNG only. low=800px / med=1200px / high=2000px wide.