Created
May 10, 2019 17:35
-
-
Save benemohamed/a4cb83176e69f9e4f67ce6661af0f764 to your computer and use it in GitHub Desktop.
User Agent Module ipfinder.io
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"header": { | |
"total_user_agent": 8, | |
"list_user_agent": [ | |
{ | |
"user_agent": "Mozilla\/5.0 (Windows NT 6.1) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/41.0.2228.0 Safari\/537.36", | |
"browser_name": "Chrome", | |
"os_name": "Windows", | |
"device_type": "desktop" | |
}, | |
{ | |
"user_agent": "Mozilla\/5.0 (Linux; U; Android 4.0.4; en-us; Glass 1 Build\/IMM76L; XE10) AppleWebKit\/534.30 (KHTML, like Gecko) Version\/4.0 Mobile Safari\/534.30", | |
"browser_name": null, | |
"os_name": null, | |
"device_type": "headset" | |
}, | |
{ | |
"user_agent": "Mozilla\/5.0 (compatible; IBrowse 3.0; AmigaOS4.0)\r\n", | |
"browser_name": "IBrowse", | |
"os_name": "AmigaOS", | |
"device_type": "desktop" | |
}, | |
{ | |
"user_agent": "Mozilla\/5.0 (Linux; U; Android 2.1-update1; en-au; HTC_Desire_A8183 V1.16.841.1 Build\/ERE27) AppleWebKit\/530.17 (KHTML, like Gecko) Version\/4.0 Mobile Safari\/530.17", | |
"browser_name": "Android Browser", | |
"os_name": "Android", | |
"device_type": "mobile" | |
}, | |
{ | |
"user_agent": "Feed Viewer 3.9.3843.18128", | |
"browser_name": null, | |
"os_name": null, | |
"device_type": "" | |
}, | |
{ | |
"user_agent": "itunes\/9.0.2 (Macintosh; Intel Mac OS X 10.4.11) AppleWebKit\/531.21.8", | |
"browser_name": null, | |
"os_name": "OS X", | |
"device_type": "desktop" | |
}, | |
{ | |
"user_agent": "Mozilla\/5.0 (compatible; Googlebot\/2.1; +http:\/\/www.google.com\/bot.html)", | |
"browser_name": "Googlebot", | |
"os_name": null, | |
"device_type": "bot" | |
}, | |
{ | |
"user_agent": "Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/535.2 (KHTML, like Gecko) Ubuntu\/11.04 Chromium\/15.0.871.0 Chrome\/15.0.871.0 Safari\/535.2", | |
"browser_name": "Chromium", | |
"os_name": "Ubuntu", | |
"device_type": "desktop" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment