Skip to content

Getting started

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.

  • 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
wss://api.planner.moopmoop.com/ws/plannermixer/proto

Protocol: application/protobuf

No authentication is required.