Get information from this site

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.

HTML Page Widget

Widget is the simple and elegant way to include browser information in your page without write code.

How to use

    <!-- 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>

Widget samples

JSON example with JQuery

    $.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
        });
Loading
JSON content result
                                
                            

.Net Web Services

Coming soon...

NuGet Package

Coming soon...