IPGeolocation.io · Example Payload

Ip Location User Agent Example

GeocodingIP GeolocationIP IntelligenceIP SecurityASN LookupAbuse ContactTimezoneAstronomyUser AgentThreat IntelligencePublic APIs

Ip Location User Agent 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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0",
  "name": "Edge",
  "type": "Browser",
  "version": "143",
  "version_major": "143",
  "device": {
    "name": "Linux Desktop",
    "type": "Desktop",
    "brand": "Unknown",
    "cpu": "Intel x86_64"
  },
  "engine": {
    "name": "Blink",
    "type": "Browser",
    "version": "143",
    "version_major": "143"
  },
  "operating_system": {
    "name": "Linux",
    "type": "Desktop",
    "version": "??",
    "version_major": "??",
    "build": "??"
  }
}