Skip to main content
POST /check-link Detects malicious links

Headers

NameValue
apikey28-Character API Key

Body

NameTypeDescription
urlstringThe url to check

Response

  {
    "url": "http://testsafebrowsing.appspot.com/apiv4/ANY_PLATFORM/MALWARE/URL/",
    "is_malicious": true,
    "threat_details": [
      "MALWARE"
    ],
    "timestamp": "2026-02-03T21:05:57.000Z",
    "database": "Google Safe Browsing"
  }