# BTC Map API Documentation This documentation describes the BTC Map API, including available interfaces and usage guidelines. ## Available Interfaces - **[REST](rest/README.md)** – An HTTP-based API used by all BTC Map client apps. - Provides places, areas, and supplementary entities. - Supports incremental sync (caching recommended where applicable). - **[RPC](rpc/README.md)** – A JSON-RPC interface for admin tasks. - **Note:** Work in progress; use only in coordination with the core team.