v1

latestOpenAPI 3.1.0MIT2026-07-1799111346.8 KB

Report rclone version

Returns the running rclone version, build metadata, and Go runtime details.

post/core/version

Query parameters

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Headers

Prefer'respond-async'

Set to "respond-async" with _async=true to receive HTTP 202 instead of 200.

Request body

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Response

rclone version, build information, and runtime details.

versionstring required

Full semantic version string (e.g. 1.67.0).

osstring required

Operating system rclone is running on (e.g. linux, darwin).

archstring required

CPU architecture (e.g. amd64, arm64).

decomposednumber[] required

Version number broken into components.

isGitboolean required

True when built directly from a git checkout.

isBetaboolean required

Indicates whether this build is a beta version.

goVersionstring required

Go toolchain version used to build rclone.

osVersionstring

OS Version (e.g. ubuntu 24.04 (64 bit)).

osKernelstring

OS Kernel version (e.g. 6.8.0-86-generic (x86_64)).

osArchstring

CPU architecture in use (e.g. arm64 (ARMv8 compatible)).

linkingstring required

Linking mode for the binary (static or dynamic).

goTagsstring required

Space separated Go build tags, if any.