User Agent Parser
Parse user agent strings to extract browser, OS, device type, and bot detection. Essential for analytics and content adaptation.
User Agent Parser endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| v1 | ||
| GET |
get_v1_me /v1/me |
Parse the user agent from the request headers |
| GET |
get_v1_docs /v1/docs |
Get API documentation |
| POST |
post_v1_parse /v1/parse |
Parse a provided user agent string |
| Other endpoints | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| GET |
get_v1_me /v1/me |
Parse the user agent from the request headers |
| POST |
post_v1_parse /v1/parse |
Parse a provided user agent string |
| GET |
get_v1_docs /v1/docs |
Get API documentation |
User Agent Parser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|