You can access Ubidiums' data via an API based on Protocol Buffers / gRPC. They listen on all local interfaces on port 443 and provide a TimingSystem server.
Ubidiums will also be able to connect to remote servers running a very similar API. You will have to implement a TimingServer server therefor.
You can create source code for many languages by translating the provided .proto files using the protoc compiler.
Using our Ubidium SDK can help you to get started with developing your own gRPC client or custom server.
Our SDK provides basic examples of TimingSystem clients and TimingServer servers in several programming languages.
Meanhwile examples in Go, C#, Java, Python and C++ can be found along with a wrapper for C.
All of these can only help you to get started and are all but complete.
You can find both, the .proto files and the examples, attached to this article.
The documentation of the API is provided as comments in the .proto files and here in the knowledge base.