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.
{
"$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": "??"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.