This is a simple currency converter API that allows you to convert between different currencies. It uses the woxy-sensei.github.io/currency-api to get the exchange rates.
https://raw.githubusercontent.com/WoXy-Sensei/currency-api/main/api/{FROM}_{TO}.json
- Replace {FROM}
with the currency you want to convert from and {TO}
with the currency you want to convert to.
https://raw.githubusercontent.com/WoXy-Sensei/currency-api/main/api/USD_EUR.json
- This will convert 1 USD to EUR.