ExchangeRate-API · JSON-LD Context

Exchangerate Context

JSON-LD context defining the semantic vocabulary for Exchangerate from ExchangeRate-API.

10 Classes 13 Properties 3 Namespaces
View Context View on GitHub

Namespaces

xr: https://www.exchangerate-api.com/vocab#
fibo: https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

ExchangeRateService CurrencyExchangeRate CurrencyPairConversion HistoricalExchangeRate SupportedCurrency ApiQuota result conversion_rates supported_codes error-type

Properties

Property Type Container
base_code fibo:CurrencyIdentifier
target_code fibo:CurrencyIdentifier
conversion_rate decimal
conversion_result decimal
time_last_update_unix integer
time_last_update_utc string
time_next_update_unix integer
time_next_update_utc string
plan_quota integer
requests_remaining integer
refresh_day_of_month integer
documentation reference
terms_of_use reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "xr": "https://www.exchangerate-api.com/vocab#",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/",

    "ExchangeRateService": "xr:ExchangeRateService",
    "CurrencyExchangeRate": "xr:CurrencyExchangeRate",
    "CurrencyPairConversion": "xr:CurrencyPairConversion",
    "HistoricalExchangeRate": "xr:HistoricalExchangeRate",
    "SupportedCurrency": "xr:SupportedCurrency",
    "ApiQuota": "xr:ApiQuota",

    "result": "xr:result",
    "base_code": {
      "@id": "xr:baseCurrencyCode",
      "@type": "fibo:CurrencyIdentifier"
    },
    "target_code": {
      "@id": "xr:targetCurrencyCode",
      "@type": "fibo:CurrencyIdentifier"
    },
    "conversion_rates": "xr:conversionRates",
    "conversion_rate": {
      "@id": "xr:conversionRate",
      "@type": "xsd:decimal"
    },
    "conversion_result": {
      "@id": "xr:conversionResult",
      "@type": "xsd:decimal"
    },
    "time_last_update_unix": {
      "@id": "xr:timeLastUpdateUnix",
      "@type": "xsd:integer"
    },
    "time_last_update_utc": {
      "@id": "xr:timeLastUpdateUtc",
      "@type": "xsd:string"
    },
    "time_next_update_unix": {
      "@id": "xr:timeNextUpdateUnix",
      "@type": "xsd:integer"
    },
    "time_next_update_utc": {
      "@id": "xr:timeNextUpdateUtc",
      "@type": "xsd:string"
    },
    "supported_codes": "xr:supportedCodes",
    "plan_quota": {
      "@id": "xr:planQuota",
      "@type": "xsd:integer"
    },
    "requests_remaining": {
      "@id": "xr:requestsRemaining",
      "@type": "xsd:integer"
    },
    "refresh_day_of_month": {
      "@id": "xr:refreshDayOfMonth",
      "@type": "xsd:integer"
    },
    "documentation": {
      "@id": "schema:documentation",
      "@type": "@id"
    },
    "terms_of_use": {
      "@id": "schema:termsOfService",
      "@type": "@id"
    },
    "error-type": "xr:errorType",

    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@graph": [
    {
      "@id": "https://www.exchangerate-api.com",
      "@type": ["schema:WebAPI", "ExchangeRateService"],
      "schema:name": "ExchangeRate-API",
      "schema:description": "Real-time and historical currency exchange rates for 165 currencies across 200 countries. Available since 2010 with over 99.99% uptime.",
      "schema:url": "https://www.exchangerate-api.com",
      "schema:documentation": "https://www.exchangerate-api.com/docs/overview",
      "schema:termsOfService": "https://www.exchangerate-api.com/terms",
      "schema:provider": {
        "@type": "schema:Organization",
        "schema:name": "ExchangeRate-API",
        "schema:email": "[email protected]",
        "schema:url": "https://www.exchangerate-api.com"
      },
      "schema:offers": [
        {
          "@type": "schema:Offer",
          "schema:name": "Free Plan",
          "schema:description": "1,500 requests per month with daily rate updates",
          "schema:price": "0",
          "schema:priceCurrency": "USD"
        },
        {
          "@type": "schema:Offer",
          "schema:name": "Pro Plan",
          "schema:description": "Higher request quotas with hourly or 5-minute update frequencies"
        }
      ],
      "schema:availableChannel": {
        "@type": "schema:ServiceChannel",
        "schema:serviceUrl": "https://v6.exchangerate-api.com/v6",
        "schema:availableLanguage": "en"
      }
    }
  ]
}