Skip to main content

ResultByToolEnvelope

okbooleanrequired

Possible values: [true]

request_idstringrequired
Example: req_01HXYZABC123
data objectrequired
toolResultsToolrequired

Possible values: [probe, seo, ssl, wcag, whois, domain, security, stress]

result objectrequired
oneOf
idstringnullable
jobstringnullable
response_timestring
secureboolean
serverstring
titlestring
faviconstringnullable
ipv4string[]
ipv6string[]
geo object
latnumberrequired
lonnumberrequired
country_namestringrequired
country_codestringrequired
citystringnullable
zipstringnullable
cdn objectnullable
namestring
typestring
techstring[]
wp_pluginsstring[]
wp_themesstring[]
property name*any
ResultByToolEnvelope
{
"ok": true,
"request_id": "req_01HXYZABC123",
"data": {
"tool": "probe",
"result": {
"id": "string",
"job": "string",
"response_time": "string",
"secure": true,
"server": "string",
"title": "string",
"favicon": "string",
"ipv4": [
"string"
],
"ipv6": [
"string"
],
"geo": {
"lat": 0,
"lon": 0,
"country_name": "string",
"country_code": "string",
"city": "string",
"zip": "string"
},
"cdn": {
"name": "string",
"type": "string"
},
"tech": [
"string"
],
"wp_plugins": [
"string"
],
"wp_themes": [
"string"
]
}
}
}