List maps
list_mapsDiscover available maps for world, continents, countries, subdivisions, and US ZIP areas. Search by query to get map IDs, region counts, and layer options for rendering.
Instructions
List the maps Ultimaps can render: the world, continents, countries subdivided into states, provinces, counties or departments, and US ZIP code areas.
Each row is {id, title, regionType, layers, regionCount, labels}. id is the mapId for render_map and get_map_regions; it is the map's slug on ultimaps.com (the last path segment, not the whole URL) and always means the current edition.
regionCount is how many region keys a complete dataset needs. labels: false means the map has no region labels, so style.labels does nothing there. layers are the ids render_map's layers can turn on.
Pass query to search ids, titles, region types and categories (e.g. "counties", "germany", "africa").
Only call this when you don't know the id: common ids such as world, united-states and europe just work, and an unknown id usually comes back with the closest ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search map ids, titles, region types and categories, e.g. "counties", "germany", "africa". Omit to list every map. |