((p "The " (a (@ (href . "00001012920000")) "endpoint") " " (kbd "/x") " allows you to retrieve some (administrative) data.") (p "Currently, you can only request Zettelstore version data.") (pre (code "# curl 'http://127.0.0.1:23123/x'\n(0 13 0 \"dev\" \"f781dc384b-dirty\")")) (ul (li (p "Zettelstore conforms somehow to the Standard " (a (@ (class . "external") (href . "https://semver.org/")) "Semantic Versioning") ".") (p "The first three digits contain the major, minor, and patch version as described in this standard.")) (li (p "The first string contains additional information, e.g. " (@L (@H "“") "dev" (@H "”")) " for a development version, or " (@L (@H "“") "preview" (@H "”")) " for a preview version.")) (li (p "The second string contains data to identify the version from a developers perspective."))) (p "If any of the three digits has the value -1, its semantic value is unknown." " " "Similar, the two string might be empty.") (h2 (@ (id . "http-status-codes")) "HTTP Status codes") (dl (dt (kbd "200")) (dd (p "Retrieval was successful, the body contains an appropriate object."))))