# InterCity > InterCity is a carpooling marketplace for Namibia, South Africa, and Botswana — passengers book seats or parcel space on driver-published trips. Sharing the journey, sharing the cost. Canonical website: https://intercity.com.na API: https://servercity.azurewebsites.net The product UI is a JavaScript SPA. Prefer the API and the files below over scraping HTML. For full auth, trip search, and booking instructions in one document, read `llms-full.txt`. Country codes: `NA` (Namibia), `ZA` (South Africa), `BW` (Botswana). Towns are identified by numeric IDs (see `/towns`). ## API - [Full API guide for agents](https://intercity.com.na/llms-full.txt): Authenticate, list upcoming trips, resolve towns, create and cancel bookings - [API guide (Markdown)](https://intercity.com.na/docs/api.md): Same content as llms-full.txt for tools that prefer `.md` URLs - [Public upcoming trips](https://servercity.azurewebsites.net/trips/public?countryId=NA): Unauthenticated list of active future trips - [Towns (Namibia)](https://servercity.azurewebsites.net/towns?countryId=NA): Town IDs and names for filtering - [Top routes (Namibia)](https://servercity.azurewebsites.net/routes/top?countryId=NA&limit=10): Popular departure/destination pairs ## Product pages - [Home](https://intercity.com.na/): Search entry and upcoming trips - [Search trips](https://intercity.com.na/search): Filter by from, to, and date (`?from=&to=&date=`) - [About](https://intercity.com.na/about): What InterCity is - [Pricing](https://intercity.com.na/pricing): Subscription / payment plans - [Contact](https://intercity.com.na/contact): Support - [Sign in](https://intercity.com.na/login): Firebase Auth (Google, Apple, email) ## Optional - [Terms of service](https://intercity.com.na/terms) - [Privacy policy](https://intercity.com.na/privacy-policy) - [Cookies policy](https://intercity.com.na/cookies-policy) - [Payment terms](https://intercity.com.na/payment-terms) - [Sitemap](https://intercity.com.na/sitemap.xml) - [iOS App Store](https://apps.apple.com/app/id1446738324)