Basetrip · Example Payload

Safetyinfo

CitiesCountriesHealthSafetyTravelVisa

Safetyinfo is an example object payload from Basetrip, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

countryoverallRatingadvisoryLevelcategoriesnotes

Example Payload

Raw ↑
{
  "country": "example",
  "overallRating": "example",
  "advisoryLevel": 0,
  "categories": {},
  "notes": "example"
}