IPGeolocation.io · JSON Structure

Ip Location Currency Structure

Local currency of the country where the IP is located.

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

Currency is a JSON Structure definition published by IPGeolocation.io, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code name symbol

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-currency-structure.json",
  "name": "Currency",
  "description": "Local currency of the country where the IP is located.",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "ISO 4217 currency code.",
      "example": "SEK"
    },
    "name": {
      "type": "string",
      "description": "Currency name.",
      "example": "Swedish Krona"
    },
    "symbol": {
      "type": "string",
      "description": "Currency symbol.",
      "example": "kr"
    }
  }
}