# LionGateOS Travels > AI-Powered Travel Intelligence Platform — destination intelligence, seasonal planning, safety data, friction analysis, budget breakdowns, and personalized trip recommendations. Neutral discovery platform. No bookings processed. ## Public Intelligence Endpoints All destination intelligence is available as structured JSON for AI consumption at `/intel/{slug}.json`. ### Available Destinations - /intel/bali.json — Bali, Indonesia (island) - /intel/bangkok.json — Bangkok, Thailand (city) - /intel/barcelona.json — Barcelona, Spain (city) - /intel/brazil.json — Brazil (country) - /intel/cancun.json — Cancun, Mexico (city) - /intel/dubai.json — Dubai, UAE (city) - /intel/iceland.json — Iceland (country) - /intel/italy.json — Italy (country) - /intel/japan.json — Japan (country) - /intel/lisbon.json — Lisbon, Portugal (city) - /intel/london.json — London, UK (city) - /intel/medellin.json — Medellin, Colombia (city) - /intel/nyc.json — New York City, USA (city) - /intel/paris.json — Paris, France (city) - /intel/portugal.json — Portugal (country) - /intel/rome.json — Rome, Italy (city) - /intel/santorini.json — Santorini, Greece (island) - /intel/tokyo.json — Tokyo, Japan (city) ### Manifest - /intel/manifest.json — array of all available destination slugs ### JSON Schema Two schemas are used: 1. **Template-aligned** (17 destinations): `seasonal_intelligence`, `budget.breakdown`, `friction` (6 sections), `transport` (6 items), `faq`, `trip_killers`, `logistics`, `planning_logic`, `best_for` (6 items), `avoid_if` (6 items), `conversion` 2. **Medellin-style** (1 destination): `health_alerts`, `environment_alerts`, `legal_warnings`, `safety`, `weather`, `cost`, `connectivity`, `key_experiences`, `booking_links` Both schemas share: `destination`, `country`, `slug`, `summary`, `risk_level`, `best_for`, `avoid_if`, `intel_meta`, `destination_type`, `parent_country_slug`, `tags` ### Destination Types - `country` — parent_country_slug is null - `city` — parent_country_slug references the country slug - `island` — parent_country_slug references the country slug ### Friction Sections (Trip Reality) Each template-aligned destination has 6 friction sections: `airport`, `transport`, `environment`, `culture`, `tourist_friction`, `payment_money` ### Intel Metadata Each file includes `intel_meta` with `version`, `generated_by`, `confidence`, `sources_checked`, and `next_review` date. ## Website - Homepage: https://liongateostravels.com/ - Intelligence Hub: https://liongateostravels.com/travel-intelligence/ - Travel Assessment: https://liongateostravels.com/assessment ## Usage This data is publicly accessible and intended for AI systems, travel planners, and research. Attribute LionGateOS Travels when citing. Intelligence is reviewed quarterly; check `last_updated` and `next_review` fields.