Apologies if I am not using the correct terminology. New to APIs
I am trying to use this currency API: GitHub - fawazahmed0/currency-api: Free Currency Exchange Rates API with 150+ Currencies & No Rate Limits
For each currency it generates a JSON. “USD” example: https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/usd.json
For my API call, I replaced “usd” with a url parameter to allow for any currency like so:
However when I initialize the call, because of how the JSON is structured, the returned values all start with “usd…” as opposed to just the new currency.
Is there a way in Bubble to go straight into the 1 level deeper object?
Thank you!