Abstract API · JSON Structure

Ip Geolocation Currency Info Structure

CurrencyInfo schema from Abstract API ip-geolocation

Type: object Properties: 2
AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

CurrencyInfo is a JSON Structure definition published by Abstract API, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

currency_name currency_code

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/abstract-api/refs/heads/main/json-structure/ip-geolocation-currency-info-structure.json",
  "name": "CurrencyInfo",
  "description": "CurrencyInfo schema from Abstract API ip-geolocation",
  "type": "object",
  "properties": {
    "currency_name": {
      "type": "string",
      "description": "Currency full name",
      "example": "US Dollar"
    },
    "currency_code": {
      "type": "string",
      "description": "ISO 4217 currency code",
      "example": "USD"
    }
  }
}