top of page

READINGS
30 min
125 US dollars1 hr
99 US dollars45 min
188 US dollars15 min
17 US dollars
bottom of page
const options = { method: 'GET', headers: { 'X-RapidAPI-Host': 'horoskopos.p.rapidapi.com', 'X-RapidAPI-Key': 'a148bd921amsh5836663ff6e6ff3p1a4494jsn562015b83ca8' } }; fetch('https://horoskopos.p.rapidapi.com/zodiac-signs/today?lang=fr&timezone=asia-dubai', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
30 min
1 hr
45 min
15 min