Add a live travel-risk badge to your site
Drop a small, self-updating risk badge into any destination guide, blog post, or itinerary. It shows the current Travel Risk Calculator score and tier for a city or country, refreshes automatically every day, and links back to the full risk file. Free, no API key, no tracking.
What it looks like
Get the code
Pick any city or country, then paste one line of HTML. Replace the slugs in the snippet with your destination (the slugs are the same as in any /destinations/… URL on this site).
City badge
<a href="https://www.travelriskcalculator.com/destinations/japan/tokyo">
<img src="https://www.travelriskcalculator.com/badge/japan/tokyo.svg"
alt="Tokyo travel risk score" width="240" height="64">
</a>
Country badge
<a href="https://www.travelriskcalculator.com/destinations/kenya">
<img src="https://www.travelriskcalculator.com/badge/kenya.svg"
alt="Kenya travel risk score" width="240" height="64">
</a>
How it works & terms
The badge is a plain SVG image served from this site — no JavaScript, no cookies, nothing loaded onto your visitors. It reflects the current composite risk score (it re-reads the score when fetched, cached for 24 hours at the edge), so it stays accurate as conditions change. You're free to use it on any site, commercial or not; we just ask that you keep the link to the destination page intact so readers can see the full breakdown and the data sources behind the number. The score is an estimate for planning, not an official advisory — see our methodology.
Browse all destinations for slugs → · Travel Risk Index → · High-risk countries right now →