{"note":"OpenAPI conversion -- returning structured metadata","name":"exchangerate-api-com","description":"ExchangeRate-API","version":"4","base_url":"https://api.exchangerate-api.com/v4","endpoints":1,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api ExchangeRate-API\n@base https://api.exchangerate-api.com/v4\n@version 4\n@endpoints 1\n@toc latest(1)\n\n@endpoint GET /latest/{base_currency}\n@desc Returns latest exchange rates in parameter-supplied base currency.\n@required {base_currency: str # **Base Currency**. *Example: USD*. You an use any of the ISO 4217 currency codes we support. See https://www.exchangerate-api.com/docs/supported-currencies}\n@returns(200) {base: str, date: str, time_last_updated: int, rates: map} # Successful response\n@errors {404: Currency code not supported}\n\n@end\n"}