🏅 notruffa.it Badge

Show your customers that your phone number or website is verified and not reported as a scam.

Preview

Method 1 — Automatic widget (recommended)

Paste this code into your site. The badge updates automatically.

<!-- Replace with your number or domain -->
<div data-notruffa="3291234567"></div>
<script src="https://notruffa.it/badge.js" async></script>

You can use phone numbers, URLs or email addresses:

<div data-notruffa="tuosito.it"></div>
<div data-notruffa="info@tuosito.it"></div>

Method 2 — Direct embed

If you cannot use JavaScript, embed the badge as a direct HTML link:

<a href="https://notruffa.it/risultato.php?q=3291234567"
   target="_blank" rel="noopener"
   style="display:inline-flex;align-items:center;gap:6px;background:#2dc653;
          color:#fff;text-decoration:none;font-family:sans-serif;font-size:13px;
          font-weight:600;padding:6px 12px;border-radius:6px;">
  ✓ Verified on notruffa.it</a>

Method 3 — API (for developers)

Use our public API to build custom badges in your technology stack.

GET https://notruffa.it/badge.php?q=3291234567&format=json&lang=en
{
  "query": "3291234567",
  "stato": "non_trovato",
  "label": "✓ Not reported as scam",
  "colore": "#2dc653",
  "url": "https://notruffa.it/risultato.php?q=3291234567",
  "lang": "en"
}

Parameters

Parameter Values Default Description
qanyNumber, URL or email to verify (required)
formathtml jsonhtmlResponse format
langit en de es fr ptitBadge label language

Important notes

The badge is free for personal and commercial use. Citing notruffa.it is mandatory (already included in the badge). Data is updated daily. Badge cache is 6 hours.

Do not use the badge to certify safety in medical, legal or financial contexts where formal certification is required.

← Back to search  |  API for developers