Basetrip · Example Payload

Costinfo

CitiesCountriesHealthSafetyTravelVisa

Costinfo 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

countrycurrencybudgetPerDaymidRangePerDayluxuryPerDay

Example Payload

Raw ↑
{
  "country": "example",
  "currency": "example",
  "budgetPerDay": 0.0,
  "midRangePerDay": 0.0,
  "luxuryPerDay": 0.0
}