if you use VITE for your react app then the variables must start with
VITE_API_KEY=your_api
fetch data via
const Api_Key = import.meta.env.VITE_API_KEY;