The server API currently always returns the attribute mysql_version even if no mysql is running on the server and the server was created with PostgreSQL.
In that case the PostgreSQL version number is given back in mysql_version which is a little bit irritating.
[
"php_version" => 8.2,
"mysql_version" => 13,
]