🕵️
User-Agent Parser
Parse a user-agent string to extract browser, OS, and device information.
web
API: POST /api/tools/user-agent-parser
Input
Result
🔌 API Usage
POST /api/tools/user-agent-parser
Content-Type: application/json
// Example body:
{
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
}
Content-Type: application/json
// Example body:
{
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
}