GET /mashup/travel/safety
Generer en omfattende rejsesikkerhedsrapport for ethvert destinationsland, der kombinerer sundhedsindikatorer, jordskælvsrisiko, vejrforhold, politisk stabilitetsdata og helligdagsinformation. Sammenligner destinationens sikkerhedsprofil med dit hjemland. Returnerer en samlet sikkerhedsscore med kategoriopdelinger for sundhed, naturkatastroferisiko og sikkerhed. Perfekt til rejseforsikringsapps, virksomheders rejsestyringsværktøjer og turplanlægningsplatforme, der skal informere rejsende om destinationsrisici.
destination
påkrævet
Destination country code
home
valgfri
standard: US
Home country code for comparison
| Navn | Påkrævet | Standard | Beskrivelse |
|---|---|---|---|
destination |
Ja | - | Destination country code |
home |
Nej | 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
}