About
Free online tools focused on reliability and speed.
For developers, we offer free public REST APIs: IP to geolocation, hostname information, user-agent string parser, identicon generator and more
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Request IP Address: 3.234.221.67
Client | |
---|---|
Type | browser |
Name | Internet Explorer |
Version | 6.0 |
Engine | Trident |
Engine Version | unknown |
Device | |
Type | desktop |
Brand | unknown |
Model | unknown |
Operating System | |
Name | Windows |
Platform | unknown |
Version | XP |
If you want to check out the API we provide, try out the following code:
$ curl https://api.kwelo.com/v1/network/user-agent/details/Mozilla%2F4.0%20%28compatible%3B%20MSIE%206.0%3B%20Windows%20NT%205.1%3B%20SV1%3B%20.NET%20CLR%201.1.4322%29 {"data":{"user_agent":"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)","details":{"os": {...}, "device": {...}, "client": {...}}}}
Our API provides an easy way to retrieve the user agent information of a given User-Agent header and use it in your programs.
Using our API is extremely simple. Make a HTTP GET request and fetch
the results in JSON or JSONP format.
For JSONP format, add ?callback="something"
in the request URL.
The requests are throttled at 1 per second which should be plenty for most use cases. If you hit the speed limit the service will return a 429 http status code.
If you need more, you can get unlimited access for a small contribution by reaching out to me at hello@kwelo.com and we'll sort things out depending on your situation and use-case.
About
Free online tools focused on reliability and speed.
For developers, we offer free public REST APIs: IP to geolocation, hostname information, user-agent string parser, identicon generator and more
User Agent information
Analyze a User Agent header