IPGeolocation.io · JSON Structure

User Agent Device Structure

Hardware device information extracted from the user agent string.

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

Device 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 brand cpu

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-device-structure.json",
  "name": "Device",
  "description": "Hardware device information extracted from the user agent string.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the device (e.g. model name or manufacturer).",
      "example": "Apple Macintosh"
    },
    "type": {
      "type": "string",
      "description": "Type of the device. See possible values in the documentation.\n",
      "example": "Desktop"
    },
    "brand": {
      "type": "string",
      "description": "Brand or manufacturer of the device.",
      "example": "Apple"
    },
    "cpu": {
      "type": "string",
      "description": "CPU architecture or model of the device. May be `\"Unknown\"`.",
      "example": "Intel"
    }
  }
}