Skip to main content
Version: v2.9.0

Interface: LavalinkInfo

Metadata about the running Lavalink server instance including version, Git commit, JVM, and plugin details.

Property Type Description Optional
version{ semver: string; major: number; minor: number; patch: number; preRelease: string }Semantic version information.
buildTimenumberTimestamp when this build was created.
gitgitGit commit details including branch, hash, and commit time.
jvmstringThe JVM version used by Lavalink.
lavaplayerstringThe Lavaplayer version used internally.
sourceManagersstring[]A list of available audio source managers.
filtersstring[]A list of enabled filters on the server.
pluginsplugins[]Installed Lavalink plugins with version info.

git

Git commit details including branch, hash, and commit time.

Property Type Description Optional
branchstringThe branch of the commit.
commitstringThe hash of the commit.
commitTimenumberThe timestamp of the commit.

plugins

Installed Lavalink plugins with version info.

Property Type Description Optional
namestringThe name of the plugin.
versionstringThe version of the plugin.