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.
destination
required
Destination country code
home
optional
default: US
Home country code for comparison
| Name | Required | Default | Description |
|---|---|---|---|
destination |
Yes | - | Destination country code |
home |
No | US | Home country code for comparison |
curl "https://nordapi.ee/api/v1/mashup/travel/safety?destination=JP"
curl "https://nordapi.ee/api/v1/mashup/travel/safety?destination=JP"
curl "https://nordapi.ee/api/v1/mashup/travel/safety?destination=TH&home=NO"
curl "https://nordapi.ee/api/v1/mashup/travel/safety?destination=BR"
HTTP 404: {
"error": "Destination not found",
"success": false
}