Detect any Device in Real-time
Our API service covers :)
- Full user-agent parser
- IP to location lookup
- Fast deliveries
- Secure connection
- Powerful & scalable
- Easy integration
- Accurate detection
- All in one
Fast deliveries
Our API service delivers each call very fast, with more than 99.99% uptime, and we are constantly improving our service to make API lookups faster.
Secure connection
All of our plans, including the Free plan, have 256-bit HTTPS Encryption SSL enabled for API calls, so data transmission from and to the API will be encrypted using this Encryption method.
Powerful & Scalable
We have different plans with any of these plans, our API lookup is very flexible and powerful in returning the needed data through either JSON or XML format.
Easy integration
Start with any programming language you want or code found below and get the data all set up within a few minutes.
Accurate detection
Our database updated frequently, and any new IP, browser, operating system, device, or crawler will be discovered and added in our databese immediately.
With just your user's user agent We can provide you your users,
- Device name
- Device Type
- Device brand name
- Browser name
- Browser version
- Width and height of device
- Operating system name
Crawler detection
- Crawler name
- Crawler owner
- Crawler category
- Crawler URL
- Crawler last seen
- Enjoy 😀 :)
With just your user's IP Address, we can provide you, your user's,
- Country name
- Country code
- Calling code
- Continent name
- Continent code
- Capital city
- Currency code
Geolocation detection
- Get your site visitor location
- Show country based contents
- Show continent based contents
- Show calling code of your customers
- Show currency code of your customers
- Enjoy 😀 :)
User Agent & IP lookup API plans
Get the Free plan, its Free forever.
- 10000 calls / month
- 500 calls / day
- Full Lookup
- HTTPS Encryption
- Limited Support
- 50000 calls / month
- 3000 calls / day
- Full Lookup
- HTTPS Encryption
- Unlimited Support
- 250000 calls / month
- 15000 calls / day
- Full Lookup
- HTTPS Encryption
- Unlimited Support
- 500000 calls / month
- 25000 calls / day
- Full Lookup
- HTTPS Encryption
- Unlimited Support
- 1000000 calls / month
- 50000 calls / day
- Full Lookup
- HTTPS Encryption
- Preferred Support
Want more or customized? contact us
Take control of your UX, We'll provide you
- Device screen width
- Device screen height
- Device Type
- Device Viewport width
- Device Viewport height
- Browser version
- Device is TouchScreen or not
- Operating system version
How it works?
- Choose a plan
- Sign up or Sign in
- Use Free or make the payment
- Get the API KEY from your dashboard page
- Make a request using the code below
- Enjoy 😀 :)
Python
import requests
json_data = requests.get('https://api.userparser.com/1.1/detect?ip=YOUR_IP&ua=YOUR_USER_AGENT&api_key=YOUR_API_KEY')
if json_data.json()['browser']['name'] == 'Chrome':
print ('Its a Chrome browser.');
PHP
$json_url = "https://api.userparser.com/1.1/detect?ip=YOUR_IP&ua=YOUR_USER_AGENT&api_key=YOUR_API_KEY";
$ch = curl_init();
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_URL, $json_url);
$json_data = curl_exec($ch);
curl_close($ch);
$json_result = json_decode($json_data);
if($json_result->browser->name == "Chrome"){
echo "It's a Chrome browser.";
}
FAQs from Customers
NOTE: You can send both (user agent & ip) of your users and our API will respond you with the result and if you want you can request for one of them only, then you can get your needed data faster too.
Note: There is no credit card or payment required to get an API key and use in the FreeUserparser API plan.
To clarify, any credit card you have provide us in our checkout page, your information will validated, handled, and processed by Stripe only.
Can't find the answer to your question? Please visit our FAQs page.
Why you choose us?
- Fastest API JSON response
- Upgrade or downgrade your plans any time.
- Seamless Integration.
- Friendly support.
- 256-bit HTTPS encryption to secure any data transferring from and to the API.
- No your API call limit exceed message because we'll migrate your premium plan to free plan if you can't pay your bills at the exact billing time.
- Our User Agent parser & IP lookup API works great for small projects as well as for large scale enterprise projects.
- One API call can use for both User Agent parser & IP lookup API at the same time, so you can get better and faster result.
- Enjoy 😀 :)
Try the User-Agent parser & IP lookup API for free!
10,000 Free API calls :)