ExchangeRate-API · JSON Structure

Exchangerate Api Enriched Structure

Type: object Properties: 11
Currency ExchangeForeign ExchangeFinancial DataForexCurrency ConversionPublic APIs

EnrichedPairResponse is a JSON Structure definition published by ExchangeRate-API, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

result documentation terms_of_use time_last_update_unix time_last_update_utc time_next_update_unix time_next_update_utc base_code target_code conversion_rate target_data

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EnrichedPairResponse",
  "type": "object",
  "properties": {
    "result": {"type": "string"},
    "documentation": {"type": "string"},
    "terms_of_use": {"type": "string"},
    "time_last_update_unix": {"type": "integer"},
    "time_last_update_utc": {"type": "string"},
    "time_next_update_unix": {"type": "integer"},
    "time_next_update_utc": {"type": "string"},
    "base_code": {"type": "string"},
    "target_code": {"type": "string"},
    "conversion_rate": {"type": "number"},
    "target_data": {
      "type": "object",
      "properties": {
        "locale": {"type": "string"},
        "two_letter_code": {"type": "string"},
        "currency_name": {"type": "string"},
        "currency_name_short": {"type": "string"},
        "display_symbol": {"type": "string"},
        "flag_url": {"type": "string"}
      }
    }
  }
}