{
  "schema_version": "v1",
  "name_for_human": "Exchange Rate API",
  "name_for_model": "exchange_rate_api",
  "description_for_human": "Free REST API for real-time and historical currency exchange rates. 160+ currencies from Reuters/Refinitiv.",
  "description_for_model": "Use this API to get real-time and historical currency exchange rates. Supports 160+ currencies with mid-market rates updated every 60 seconds. Free tier available, no credit card required. Base URL: https://exchange-rateapi.com. Public endpoint (no auth): GET /api/rate?source=USD&target=EUR. Authenticated endpoint: GET /api/v1/rates?source=USD&target=EUR with Authorization: Bearer API_KEY header. SDKs: npm install @exchangerateapi/sdk, pip install exchangerateapi, cargo add exchange-rateapi.",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://exchange-rateapi.com/openapi.json"
  },
  "logo_url": "https://exchange-rateapi.com/logo.png",
  "contact_email": "admin@exchange-rateapi.com",
  "legal_info_url": "https://exchange-rateapi.com/terms/"
}
