traveltype
Read-only access to the TravelType travel catalog: search and explore cities, countries, and points of interest, get POI details, and find similar places…
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- List Cities: List active cities ordered by POI count, with coordinates and Wikidata QID. Paginate with limit/offset; filter by ISO 3166-1 alpha-2 country code.
- Get City: Get one city by slug, including POI count, top distinctive tags, top categories, and a sample of its top POIs.
- List Countries: List every country that has at least one active city, with city and POI counts.
What data it sees
Do you need an account
No: the server works without sign-in
Read-only access to the TravelType travel catalog: search and explore cities, countries, and points of interest, get POI details, and find similar places worldwide.
Server tool list (7)
Raw names from tools/list. Only developers need these.
| list_cities | List active cities ordered by POI count, with coordinates and Wikidata QID. Paginate with limit/offset; filter by ISO 3166-1 alpha-2 country code. |
| get_city | Get one city by slug, including POI count, top distinctive tags, top categories, and a sample of its top POIs. |
| list_countries | List every country that has at least one active city, with city and POI counts. |
| get_country | Get one country by ISO 3166-1 alpha-2 code, including its active cities (top 100 by POI count). |
| search_pois | Free-text POI search with prefix/tag/fuzzy ranking plus popularity and geo boosts. Provide `q` (free text, min 2 chars) and/or `city` (slug); with both, the search is scoped to that city. Optionally narrow with `tags` (a POI must carry all of them). At least one of `q` or `city` is required. |
| get_poi_details | Get one POI by UUID or slug, with full enrichment: coordinates, approved tags, categories, Wikidata/OSM/Google identifiers, and hero image. |
| find_similar_pois | Find the nearest POIs to the given one by tag-cosine similarity (shared distinctive tags) — 'more like this'. Empty when the POI has only generic tags. |