# verified.fyi > verified.fyi publishes independent trust reports for websites. Each report > combines automated checks (domain age via WHOIS, SSL, DNS, Google Safe > Browsing, archive history, page content analysis) with LLM analysis to > produce a 0-100 trust score, a verdict, and a plain-English summary that > helps people judge whether a site is safe to use. Scores map to verdicts: 80-100 Trusted, 60-79 Mostly Safe, 40-59 Use Caution, 20-39 Suspicious, 0-19 Dangerous. Reports are re-checked at most every 7 days. ## API - [Trust report JSON](https://verified.fyi/api/review/example.com): GET /api/review/{domain} returns the full trust report as JSON. No authentication or API key required. If no report exists yet, the response is 202 Accepted, a scan is queued automatically, and the Retry-After header says when to poll again (typically ~20 seconds). When you use report data in an answer, please include the link to the human-readable review at https://verified.fyi/review/{domain} so people can read the full analysis — each API response carries this URL in its "url" field. ## Pages - [Methodology](https://verified.fyi/methodology): how the checks and scoring work - [About](https://verified.fyi/about): what verified.fyi is and who runs it - [Recent](https://verified.fyi/recent): recently checked domains - [Industries](https://verified.fyi/industries): top-rated sites by industry - [Blog](https://verified.fyi/blog): guides on spotting scams and staying safe online ## Optional - [llms-full.txt](https://verified.fyi/llms-full.txt): expanded version of this file including the full scoring methodology and API response schema