if you want to integrate this information on your website or in your application, this page is for you. You can use JSON calls to get the information or include a widget directly into your web page to get the info on the browser used by the user. If you are having problems, please report to the support box.Thanks for your help and support.
Widget is the simple and elegant way to include browser information in your page without write code.
<!-- Script inclusion --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/latest/jquery.js"></script> <script src="http://parseua.rbwebapps.com/API/widget.js.ashx"></script> <script> ApplyWidgetTemplate("#template-container", "http://parseua.rbwebapps.com/API/Templates/small.html"); </script> <!-- HTML --> <div id="template-container"></div>
$.getJSON( "http://parseua.rbwebapps.com/API/ua.ashx", { ua: "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])" }) .done(function( json ) { // Your code here });