Skip to main content
Baato versions its API in the URL path, so a request always states which version it expects. Existing versions keep working when a new one ships — your integration never changes behaviour underneath you.

Baato API v1

The current version. Every endpoint is prefixed with:
Version 1 covers all six services: Search, Reverse Search, Places, Nearby Places, Directions and Map Styles.

Setting the version in a client library

The client libraries default to v1, so you rarely need to set it. When you do, each exposes it as an explicit option:
Pin the version explicitly in production code. It costs one line and makes the upgrade path visible when v2 arrives.