IPGeolocation.io · Example Payload

User Agent User Agent Response Example

GeocodingIP GeolocationIP IntelligenceIP SecurityASN LookupAbuse ContactTimezoneAstronomyUser AgentThreat IntelligencePublic APIs

User Agent User Agent Response Example is an example object payload from IPGeolocation.io, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

user_agent_stringnametypeversionversion_majordeviceengineoperating_system

Example Payload

Raw ↑
{
  "user_agent_string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9",
  "name": "Safari",
  "type": "Browser",
  "version": "9.0.2",
  "version_major": "9",
  "device": {
    "name": "Apple Macintosh",
    "type": "Desktop",
    "brand": "Apple",
    "cpu": "Intel"
  },
  "engine": {
    "name": "AppleWebKit",
    "type": "Browser",
    "version": "601.3.9",
    "version_major": "601"
  },
  "operating_system": {
    "name": "Mac OS",
    "type": "Desktop",
    "version": "10.11.2",
    "version_major": "10.11",
    "build": "??"
  }
}