API Integration options

Do you want to start working with our API? No matter what system you are using, as long as it can send HTTP requests and parse JSON responses, you can integrate with our user agent API.

Please see our sample code for some demos on how to integrate with the API using different programming languages.

Or you could check out our Integration guide for a technical description of how to connect your system.

Parsing user agents in Microsoft Excel

Do you have a big list of user agents you want to parse but aren't ready to hook up to the API? Don't worry! You can still parse all your user agents inside a spreadsheet. We've got a free Microsoft Excel spreadsheet you can download and use which contains a macro that will send your list of user agents to our API and store the results for you. Find out more.

Parsing user agents in PHP

If you're using PHP and need to decode your visitor's User Agents, it's easy to parse user agents with PHP.

Parsing user agents in Python

If you're using Python and need to decode your visitor's User Agents, it's easy to parse user agents with Python.

Parsing user agents in any programming language

As long as your software can sent HTTP requests and handle JSON, then you can use it with our API. Check out our repositories of Sample Code in lots of different programming languages. And follow our Integration Guide to learn more.