Website reputation
Check website safety and reputation online with Web Of Trust, a community-powered service for safe browsing.
import requests
url_to_check = 'example.com'
api_key = 'YOUR_API_KEY'
api_url = f'https://scorecard.api.mywot.com/v2/urls?target={url_to_check}&key={api_key}'
response = requests.get(api_url)
response.raise_for_status() # Raise an exception for HTTP errors
print(response.json())Last 50 checks (10 min intervals)