IPGeolocation.io · JSON Structure

User Agent Engine Structure

Layout engine information extracted from the user agent string.

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

Engine 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/user-agent-engine-structure.json",
  "name": "Engine",
  "description": "Layout engine information extracted from the user agent string.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the layout engine (e.g. `\"AppleWebKit\"`, `\"Blink\"`, `\"Gecko\"`).",
      "example": "AppleWebKit"
    },
    "type": {
      "type": "string",
      "description": "Type of the layout engine. See possible values in the documentation.\n",
      "example": "Browser"
    },
    "version": {
      "type": "string",
      "description": "Full version string of the layout engine. May be `\"??\"` if unknown.",
      "example": "601.3.9"
    },
    "version_major": {
      "type": "string",
      "description": "Major version of the layout engine. May be `\"??\"` if unknown.",
      "example": "601"
    }
  }
}