Abstract API · Example Payload

Abstract Api Getipintelligence Example

AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

Abstract Api Getipintelligence Example is an example object payload from Abstract API, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getIPIntelligence",
  "method": "GET",
  "path": "/",
  "summary": "Abstract API Get IP Intelligence",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getIPIntelligence200Example",
      "example": {
        "ip_address": "8.8.8.8",
        "security": {
          "is_vpn": false,
          "is_proxy": false,
          "is_tor": false,
          "is_hosting": true,
          "is_relay": false,
          "is_mobile": false,
          "is_abuse": false
        },
        "asn": {
          "asn": "AS15169",
          "name": "Google LLC",
          "domain": "google.com",
          "type": "hosting"
        },
        "company": {
          "name": "Google LLC",
          "domain": "google.com",
          "type": "hosting"
        },
        "domains": [
          "dns.google"
        ],
        "location": {
          "city": "Mountain View",
          "region": "California",
          "country": "United States",
          "country_code": "US",
          "latitude": 37.386,
          "longitude": -122.0838
        },
        "timezone": {
          "name": "America/Los_Angeles",
          "abbreviation": "PST",
          "utc_offset": -8,
          "local_time": "2026-04-19T10:30:00",
          "is_dst": false
        },
        "flag": {
          "emoji": "\ud83c\uddfa\ud83c\uddf8",
          "unicode": "U+1F1FA U+1F1F8",
          "png": "https://static.abstractapi.com/country-flags/US_flag.png",
          "svg": "https://static.abstractapi.com/country-flags/US_flag.svg"
        },
        "currency": {
          "name": "US Dollar",
          "iso_code": "USD",
          "symbol": "$"
        }
      }
    }
  ]
}