Getting started
Overview
Section titled “Overview”The Travel Planner API allows clients to stream travel results between two coordinates in real time. It uses WebSocket for continuous communication and Protocol Buffers (Protobuf) for efficient data serialization.
Key advantages:
Section titled “Key advantages:”- Low‑latency responses for dynamic routing.
- Compact binary messages (5–10× smaller than JSON).
- Strongly typed schemas, version‑safe.
- Bidirectional: send new requests instantly without re‑connecting.
Base endpoint:
Section titled “Base endpoint:”wss://api.planner.moopmoop.com/ws/plannermixer/protoProtocol: application/protobuf
No authentication is required.