Flights, hotels, places, AI chat, voice, moderation, trip planning, and 2.5M curated photos. One billing surface, one SDK, EU‑hosted infrastructure. Powers GoGlobe.Live across 195 countries.
GoGlobe.Live is a production consumer travel app — flight booking, hotel search, a 3D globe, trip planning, AI chat — and every one of its calls goes through the same GlobeAPI you would use. The numbers below are live counts from that platform, not projections.
See it running at goglobe.liveSame auth, same response shape, same SDK across every product. Open any card to see an example response.
Tell me about the Pyramids of Giza.
The Great Pyramid is the oldest of the seven wonders — built circa 2560 BC. Visit at sunrise; the crowds arrive by ten.
Five embeddable widgets — Seol AI Chat, Eist Voice, Globe Gallery, Trip Planner, and Súil Content — each loaded with one <script> tag. No build tools, no npm. Paste the snippet, set your key, ship.
A live, multimodal chat widget powered by Seol — text, photos, voice. Customise the bot name, accent colour, position and welcome message.
<script src="https://goglobe.live/widget/seol.js"></script>
<script>
SeolWidget.init({
apiKey: "YOUR_API_KEY",
theme: "light",
accentColor: "#E8A04F",
position: "bottom-right",
welcomeMessage:"Hi — I'm Seol, your AI travel assistant.",
botName: "Seol",
});
</script>Most travel apps are five contracts in a trench coat: a flight provider, a places API, a vision model, a translation service, and an image library — each with their own SDK, billing, and legal review. We bundle them.
Three endpoints, four languages. The payloads below are real response bodies from our API, replayed here as examples — copy the request and run it against your own key to get the live one. Full reference is in the docs, no signup required.
curl -X GET \ "https://api.globeapi.com/v1/places/search\ ?query=sushi+in+Tokyo&limit=3" \ -H "X-API-Key: gapi_prod_..."
Six plans. No seat fees. Every plan runs on two monthly pools: included credit that comes with the plan, then flex credit equal to the plan price for anything beyond it — both spent at the same standard per-call rates, on any product.
| Plan | Price / mo, billed yearly | Included credit / mo | Flex credit / mo | ~AI chats / mo | |
|---|---|---|---|---|---|
| Explorer | €0 €0 billed monthly | €0.60 | — | 1 | |
| Solo Dev | €7 €9 billed monthly | €4.50 | €9 | 20 | |
| Starter | €23 €29 billed monthly | €14.50 | €29 | 65 | |
| GrowthMost popular | €79 €99 billed monthly | €29 | €99 | 130 | |
| Scale | €239 €299 billed monthly | €69 | €299 | 200 | |
| Enterprise | €999-€2,999/mo | ∞ | ∞ | ∞ |
Dedicated GPU capacity, owned infrastructure, fine-tuned model to your brief. No tenancy with anyone else.
Same prices for everyone. Pay only for the calls you make — no minimums, no opaque fees.
City search, airport lookups, IATA codes
POI discovery, restaurants, attractions
Reverse geocoding, coordinate lookups
AI multi-day itinerary generation
10 categories, 9-stage pipeline — NSFW, nudity, violence, weapons, child safety, deepfake, AI-generated, hate symbols, offensive text, sensitive docs. API bills per option, à la carte; the Súil widget always adds child safety.
Speech-to-text in 30+ languages. Billed on the audio duration you send — the same clip costs the same however much text comes out of it. Clips shorter than 15 seconds are billed as 15 seconds.
Text translation, billed on source characters like every major translation API. Short strings cost fractions of a cent; you are never charged a flat fee for a two-word label.
Curated destination photos (2.5M catalog)
Place photos within generated itineraries
Real-time flight search across 300+ airlines (€0.01/search). Ships together with ticket issuance.
Live hotel availability & pricing (€0.01/search). Ships together with hotel booking.
Issue flight tickets through GlobeAPI.
Confirm hotel bookings through GlobeAPI.
Text-based travel AI assistant.
Photo analysis & recognition.
Video analysis & recognition.
Live multi-source ADS-B fusion. Our own receivers + community feeds, deduped, streamed.
Per-aircraft and per-country threat scoring — proximity, sanctions, conflict-zone overlap.
Live geo-tagged incidents from 8 official sources — earthquakes, wildfires, storms, alerts.
Country and station-level AQI — OpenAQ, WAQI, OpenWeatherMap, US EPA, NASA satellite NO₂.
Live observation, not licensed schedules. What aircraft are actually doing right now — sanctions-screened, anomaly-flagged, replay-ready.
Observed flight behaviour for ops centres + analysts
One key opens every door. Sign up, copy your key, ship.
$npm install globeapi$pip install globeapiHi — I’m the actual chat widget. Want to see how I’d look on your site?