URL Info

GET {{baseUrl}}/url-info?url=<string>&fetch-content=false&ignore-certificate-errors=false&timeout=60&retry=0

Parse, analyze and retrieve content from the supplied URL

Request Params

KeyDatatypeRequiredDescription
urlstring(Required) The URL to probe
fetch-contentbooleanIf this URL responds with html, text, json or xml then return the response. This option is useful if you want to perform further processing on the URL content (e.g. with the HTML Extract or HTML Clean APIs)
ignore-certificate-errorsbooleanIgnore any TLS/SSL certificate errors and load the URL anyway
timeoutnumberTimeout in seconds. Give up if still trying to load the URL after this number of seconds
retrynumberIf the request fails for any reason try again this many times

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;http-status-message&quot;:&quot;\u003cstring\u003e&quot;,&quot;server-region&quot;:&quot;\u003cstring\u003e&quot;,&quot;query&quot;:{&quot;ipsum_4d&quot;:&quot;\u003cstring\u003e&quot;},&quot;server-name&quot;:&quot;\u003cstring\u003e&quot;,&quot;url-port&quot;:&quot;\u003cinteger\u003e&quot;,&quot;server-country&quot;:&quot;\u003cstring\u003e&quot;,&quot;real&quot;:&quot;\u003cboolean\u003e&quot;,&quot;server-city&quot;:&quot;\u003cstring\u003e&quot;,&quot;url-path&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;,&quot;valid&quot;:&quot;\u003cboolean\u003e&quot;,&quot;server-hostname&quot;:&quot;\u003cstring\u003e&quot;,&quot;load-time&quot;:&quot;\u003cnumber\u003e&quot;,&quot;http-ok&quot;:&quot;\u003cboolean\u003e&quot;,&quot;content-size&quot;:&quot;\u003cinteger\u003e&quot;,&quot;http-status&quot;:&quot;\u003cinteger\u003e&quot;,&quot;server-country-code&quot;:&quot;\u003cstring\u003e&quot;,&quot;content-encoding&quot;:&quot;\u003cstring\u003e&quot;,&quot;server-ip&quot;:&quot;\u003cstring\u003e&quot;,&quot;url-protocol&quot;:&quot;\u003cstring\u003e&quot;,&quot;content-type&quot;:&quot;\u003cstring\u003e&quot;,&quot;http-redirect&quot;:&quot;\u003cboolean\u003e&quot;,&quot;content&quot;:&quot;\u003cstring\u003e&quot;,&quot;is-timeout&quot;:&quot;\u003cboolean\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;language-code&quot;:&quot;\u003cstring\u003e&quot;,&quot;is-error&quot;:&quot;\u003cboolean\u003e&quot;}