Basetrip · Example Payload

City

CitiesCountriesHealthSafetyTravelVisa

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

Top-level fields

nameslugcountry

Example Payload

Raw ↑
{
  "name": "example",
  "slug": "example",
  "country": "example"
}