Get JSON WITH API key

Good day to you,

I would like to get datas from an API key. I know how to do it when there is no API key ( I just get the datas with fetch JSON)
But when there is an API key, how can I add it inside my Glide datas?

Thanks

Do you have to periodically fetch it or it’s just a one-time job?

Typically the API key is enter along with the URL to fetch the JSON.
Example: https://api.openweathermap.org/data/3.0/onecall?lat={lat}&lon={lon}&exclude={part}&appid={API}