IPGeolocation.io · JSON Structure

User Agent Operating System Structure

Operating system information extracted from the user agent string.

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

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

Properties

name type version version_major build

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-operating-system-structure.json",
  "name": "OperatingSystem",
  "description": "Operating system information extracted from the user agent string.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the operating system.",
      "example": "Mac OS"
    },
    "type": {
      "type": "string",
      "description": "Type of the operating system. See possible values in the documentation.\n",
      "example": "Desktop"
    },
    "version": {
      "type": "string",
      "description": "Full version string of the operating system. May be `\"??\"` if unknown.",
      "example": "10.11.2"
    },
    "version_major": {
      "type": "string",
      "description": "Major version of the operating system. May be `\"??\"` if unknown.",
      "example": "10.11"
    },
    "build": {
      "type": "string",
      "description": "Build identifier of the operating system. May be `\"??\"` if unknown.",
      "example": "??"
    }
  }
}