v1
latestSwagger 2.02026-07-132830204.5 KBWWW
URL Info
Parse, analyze and retrieve content from the supplied URL
get/url-info
Query parameters
urlstring required
The URL to probe
fetch-contentboolean
If 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-errorsboolean
Ignore any TLS/SSL certificate errors and load the URL anyway
timeoutinteger
Timeout in seconds. Give up if still trying to load the URL after this number of seconds
retryinteger
If the request fails for any reason try again this many times
Response
OK
Example response
{
"content": "",
"content-encoding": "gzip",
"content-size": 104334,
"content-type": "text/html; charset=UTF-8",
"http-ok": true,
"http-redirect": false,
"http-status": 200,
"http-status-message": "OK",
"is-error": false,
"is-timeout": false,
"language-code": "en",
"load-time": 0.351411411,
"query": {},
"real": true,
"server-city": "Kansas City",
"server-country": "United States of America",
"server-country-code": "US",
"server-hostname": "139.243.244.35.bc.googleusercontent.com",
"server-ip": "35.244.243.139",
"server-name": "nginx",
"server-region": "Missouri",
"title": "Neutrino API: The general-purpose API",
"url": "https://www.neutrinoapi.com/",
"url-path": "/",
"url-port": 443,
"url-protocol": "https",
"valid": true
}