ExchangeRate-API · JSON Structure

Exchangerate Api Quota Structure

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

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

Properties

result documentation terms_of_use plan_quota requests_remaining refresh_day_of_month

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "QuotaResponse",
  "type": "object",
  "properties": {
    "result": {"type": "string"},
    "documentation": {"type": "string"},
    "terms_of_use": {"type": "string"},
    "plan_quota": {"type": "integer"},
    "requests_remaining": {"type": "integer"},
    "refresh_day_of_month": {"type": "integer"}
  }
}