v1

latestOpenAPI 3.1.0MIT OR Apache-2.02026-07-17107151343.7 KB
System

Get version and build information

Returns comprehensive version information including:

  • Package version from Cargo.toml
  • Git commit hash
  • Git tag (if on a tagged release)
  • Git branch name
  • Working directory status (dirty/clean)
  • Build timestamp
get/api/version

Response

Version information

build_idstring

Unique build ID (UUID) generated at compile time

build_timestampstring required

Build timestamp (ISO 8601 format)

git_branchstring required

Git branch name

git_dirtyboolean required

Whether the working directory had uncommitted changes

git_hashstring required

Git commit hash (short)

git_tagstring required

Git tag (if on a tagged commit)

gstreamer_versionstring

GStreamer runtime version

hostnamestring

Server hostname (for generating external URLs)

in_dockerboolean

Whether running inside a Docker container

os_infostring

Operating system name and version

process_started_atstring

When the Strom server process was started (ISO 8601 format with timezone)

system_boot_timestring

When the system was booted (ISO 8601 format with timezone)

versionstring required

Package version from Cargo.toml