Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

CURL.VersionDetails

Queries version details as JSON.

Component Version macOS Windows Linux Server iOS SDK
CURL 16.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CURL.VersionDetails" )

Parameters

none

Result

Returns JSON or error.

Description

Queries version details as JSON.
See also CURL.Features, CURL.Protocols, CURL.Version, CURL.Host, CURL.LibSSLVersion, CURL.LibIDNVersion and CURL.LibSSHVersion.

Examples

Try it:

MBS("CURL.VersionDetails")

Example result:
{ "version": "8.18.0-rc3", "version_num": 528896, "host": "aarch64-apple-darwin21.6.0", "features": 1428702877, "ssl_version": "OpenSSL/3.5.2", "libz_version": "1.3.1", "protocols": ["dict", "file", "ftp", "ftps", "gopher", "gophers", "http", "https", "imap", "imaps", "ldap", "ldaps", "mqtt", "pop3", "pop3s", "rtsp", "scp", "sftp", "smb", "smbs", "smtp", "smtps", "telnet", "tftp", "ws", "wss" ], "libidn": "", "iconv_ver_num": 0, "libssh_version": "libssh2/1.11.1", "brotli_ver_num": 0, "brotli_version": "", "nghttp2_ver_num": 0, "nghttp2_version": "", "quic_version": "", "cainfo": "", "capath": "", "zstd_ver_num": 10502, "zstd_version": "zstd/1.5.2", "hyper_version": "", "gsasl_version": "", "feature_names": ["alt-svc", "AsynchDNS", "HSTS", "HTTPS-proxy", "IDN", "IPv6", "Largefile", "libz", "NTLM", "AppleSecTrust", "SSL", "threadsafe", "TLS-SRP", "UnixSockets", "zstd" ], "rtmp_version": "" }

See also

Release notes

Blog Entries

This function is free to use.

Created 30th December 2025, last changed 30th December 2025


CURL.Version - CURL.WebSocketReceive