IPGeolocation.io · JSON Structure

Ip Location User Agent Engine Structure

Rendering engine information extracted from the User-Agent string.

Type: object Properties: 4
GeocodingIP GeolocationIP IntelligenceIP SecurityASN LookupAbuse ContactTimezoneAstronomyUser AgentThreat IntelligencePublic APIs

UserAgentEngine is a JSON Structure definition published by IPGeolocation.io, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name type version version_major

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ipgeolocation/refs/heads/main/json-structure/ip-location-user-agent-engine-structure.json",
  "name": "UserAgentEngine",
  "description": "Rendering engine information extracted from the User-Agent string.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Engine name (e.g. `Blink`, `Gecko`, `WebKit`).",
      "example": "Blink"
    },
    "type": {
      "type": "string",
      "description": "Engine classification. Typically matches the client type.",
      "example": "Browser"
    },
    "version": {
      "type": "string",
      "description": "Full version of the rendering engine.",
      "example": "143"
    },
    "version_major": {
      "type": "string",
      "description": "Major version of the rendering engine.",
      "example": "143"
    }
  }
}