User Agent Inspector
Parse a User-Agent string to detect browser, operating system, device type and bot status
api/v1/inspect-user-agent
Parse a User-Agent string to detect browser, operating system, device type and bot status
Rate Limiting
Standard rate limits apply to this endpoint.
Authentication
This endpoint requires authentication via API key. You can use the sandbox mode for testing without registering. See the authentication guide for details.
Try It Yourself
Test this endpoint directly from your browser using our API sandbox. No authentication required for testing.
Try API Endpoint
This is a limited sandbox environment.
For higher limits (75 requests/day), register for a free account.
/
Your daily Sandbox API quota has been exhausted. Please try again tomorrow.
Need higher limits? Register for free and get 75 requests/day.
Response
Common Use Cases
Analytics and visitor profiling
Parse User-Agent strings from your access logs to understand your audience's browser, OS, and device breakdown without relying on client-side analytics.
Bot detection and filtering
Identify crawlers, scrapers, and automated bots accessing your application. Route bot traffic differently or block known bad actors.
Responsive content serving
Detect mobile vs desktop devices server-side and serve optimized content, images, or layouts before the page even loads.
Related API Endpoints
Explore related endpoints that work well with User Agent Inspector.
Guides & Tutorials
User Agent Parser API: Detect Browser, OS & Device Type
Parse any user agent string into structured data. Get browser, OS, device type, and bot detection from one API call. Inc...
Use-caseBuild a Bot Detection System with the User Agent API
Detect bots, crawlers, and scrapers by parsing User-Agent strings via API. Filter Googlebot, block scrapers, and keep an...
Use-caseBrowser Analytics with the User Agent Parser API
Build a browser analytics dashboard by parsing UA strings from server logs. Break down traffic by browser, OS, and devic...