← Intelligence Mashups

Travel Safety Report

GET /mashup/travel/safety

Generate a comprehensive travel safety report for any destination country, combining health indicators, earthquake risk, weather conditions, political stability data, and holiday information. Compares the destination safety profile against your home country. Returns an overall safety score with category breakdowns for health, natural disaster risk, and security. Perfect for travel insurance apps, corporate travel management tools, and trip planning platforms that need to inform travelers about destination risks.

Parameters

destination required

Destination country code

home optional default: US

Home country code for comparison

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/mashup/travel/safety?destination=JP"
Safety report for Japan
curl "https://nordapi.ee/api/v1/mashup/travel/safety?destination=JP"
Safety report for Thailand from Norway
curl "https://nordapi.ee/api/v1/mashup/travel/safety?destination=TH&home=NO"
Safety report for Brazil
curl "https://nordapi.ee/api/v1/mashup/travel/safety?destination=BR"

Live Response

HTTP 404: {
  "error": "Destination not found",
  "success": false
}