ExchangeRate-API · JSON Structure

Exchangerate Api Supported Codes Structure

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

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

Properties

result documentation terms_of_use supported_codes

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SupportedCodesResponse",
  "type": "object",
  "properties": {
    "result": {"type": "string"},
    "documentation": {"type": "string"},
    "terms_of_use": {"type": "string"},
    "supported_codes": {"type": "array"}
  }
}