GET /mashup/travel/safety
Generieren Sie eine comprehensive travel safety report for any destination country, combining health indicators, earthquake risk, Wetterbedingungen, political stability data, und holiday information. Compares the destination safety profile against your home country. Liefert ein overall safety score with category breakdowns for health, natural disaster risk, und security. Ideal für travel insurance apps, corporate travel management tools, und trip planning platforms that need to inform travelers about destination risks.
destination
erforderlich
Destination country code
home
optional
Standard: US
Home country code for comparison
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
destination |
Ja | - | Destination country code |
home |
Nein | 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
}