IPGeolocation.io · Schema

Company

Company or organization operating the IP range. Included by default on paid plans. Not available on the free plan.

GeocodingIP GeolocationIP IntelligenceIP SecurityASN LookupAbuse ContactTimezoneAstronomyUser AgentThreat IntelligencePublic APIs

Properties

Name Type Description
name string Company or organization name.
type string Company category. Documented values: `ISP`, `HOSTING`, `BUSINESS`, `EDUCATION`, `GOVERNMENT`. All uppercase, consistent with `asn.type`. May be an empty string when the company type cannot be determin
domain string Primary domain of the company.
View JSON Schema on GitHub

JSON Schema

ip-location-company-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ipgeolocation/refs/heads/main/json-schema/ip-location-company-schema.json",
  "title": "Company",
  "description": "Company or organization operating the IP range. Included by default on paid\nplans. Not available on the free plan.\n",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Company or organization name.",
      "example": "Tele2 Sverige AB"
    },
    "type": {
      "type": "string",
      "description": "Company category. Documented values: `ISP`, `HOSTING`, `BUSINESS`,\n`EDUCATION`, `GOVERNMENT`. All uppercase, consistent with `asn.type`.\nMay be an empty string when the company type cannot be determined.\n",
      "example": "ISP"
    },
    "domain": {
      "type": "string",
      "description": "Primary domain of the company.",
      "example": "tele2.com"
    }
  }
}