IPGeolocation.io · JSON Structure

Ip Location User Agent Device Structure

Device information extracted from the User-Agent string.

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

UserAgentDevice 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/ip-location-user-agent-device-structure.json",
  "name": "UserAgentDevice",
  "description": "Device information extracted from the User-Agent string.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Device name or model.",
      "example": "Linux Desktop"
    },
    "type": {
      "type": "string",
      "description": "Device type. Common values: `Desktop`, `Smartphone`, `Tablet`, `Robot`,\n`Smart TV`.\n",
      "example": "Desktop"
    },
    "brand": {
      "type": "string",
      "description": "Device manufacturer or brand. `Unknown` if not detectable.",
      "example": "Unknown"
    },
    "cpu": {
      "type": "string",
      "description": "CPU architecture if detectable (e.g. `Intel x86_64`, `ARM`). `Unknown` otherwise.",
      "example": "Intel x86_64"
    }
  }
}