IPGeolocation.io · JSON Structure

Ip Location 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

UserAgentOperatingSystem 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/ip-location-user-agent-operating-system-structure.json",
  "name": "UserAgentOperatingSystem",
  "description": "Operating system information extracted from the User-Agent string.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "OS name (e.g. `Windows`, `macOS`, `Linux`, `Android`, `iOS`, `Cloud`).",
      "example": "Linux"
    },
    "type": {
      "type": "string",
      "description": "OS type. Common values: `Desktop`, `Mobile`, `Tablet`, `Cloud`.\n",
      "example": "Desktop"
    },
    "version": {
      "type": "string",
      "description": "OS version. `??` when the version cannot be determined.",
      "example": "??"
    },
    "version_major": {
      "type": "string",
      "description": "OS major version. `??` when the version cannot be determined.",
      "example": "??"
    },
    "build": {
      "type": "string",
      "description": "OS build number. `??` when the build cannot be determined.",
      "example": "??"
    }
  }
}