// GNews API key and keywords const apiKey = 'ba80327ee808107950ed733e783b2c3a'; const keywords = 'ESKD,ESRD,Kidney Disease,Renal Disease,Kidney Transplant,Dialysis'; const apiUrl = `https://gnews.io/api/v4/search?q=${encodeURIComponent(keywords)}&lang=en&from=${getPastDate()}&token=${apiKey}&max=10`; // Helper function to get the date 7 days ago in yyyy-mm-dd format function getPastDate() { const date = new Date(); date.setDate(date.getDate() - 7); return date.toISOString().split('T')[0]; } // Fetch data from GNews API fetch(apiUrl) .then(response => { if (!response.ok) { throw new Error(`Network response was not ok: ${response.statusText}`); } return response.json(); }) .then(data => { if (data.articles && data.articles.length > 0) { displayNews(data.articles); } else { throw new Error("No articles found in response data"); } }) .catch(error => { console.error('Error fetching data:', error); document.getElementById('news-container').innerHTML = '

Unable to load news articles at this time.

'; }); // Display news articles function displayNews(articles) { const newsContainer = document.getElementById('news-container'); newsContainer.innerHTML = ''; // Clear any existing content articles.forEach(article => { const articleElement = document.createElement('div'); articleElement.style.marginBottom = '10px'; // Use innerText for plain text and anchor element for the link articleElement.innerHTML = `

${new Date(article.publishedAt).toLocaleDateString()} - ${article.title}

Read more

`; newsContainer.appendChild(articleElement); }); }
top of page
Passport

Welcome to Renal Travel Today

All Your Favorite Stuff, In One Place

Subscribe Here for Essential Updates for Renal Travellers

Thanks for subscribing!

What We’re All About

Renal Travel Today_B1_edited.png
Renal Travel Today_B1_edited.png

Globetrotting with Kidney Confidence where we blend the thrill of global exploration with unwavering kidney care. Our mission? To ensure that your wanderlust knows no bounds, all while safeguarding your health. Here's what we're all about: (Be sure to checkout our current articles below all this mission stuff) 

  • Your Key to World Wonders: At RTT, we firmly believe that kidney health should never stand in the way of your worldly adventures. We're here to fling open the doors to global wonders, from ancient ruins to bustling bazaars, all while keeping your well-being front and center.

  • The Traveler's Insider Edge: Our team of passionate globetrotters and kidney care advocates are your guides to the soul of every destination. We uncover hidden treasures, share local secrets, and provide insider insights that elevate your journeys to extraordinary heights.

  • Dialysis Made Effortless: We get it—navigating dialysis while globe-trotting can be complex. RTT connects you with trusted dialysis centers worldwide, ensuring your treatment is as smooth as your travel experience. Say farewell to dialysis dilemmas and hello to carefree adventures.

  • A Community That Cares: Join our vibrant community of fellow adventurers who understand the unique challenges and joys of traveling with kidney health considerations. Swap stories, seek advice, and connect with like-minded souls who've roamed the same roads.

  • Handpicked Expeditions: From epic road trips along the Pan-American Highway to gourmet odysseys through Asian markets, we craft unforgettable itineraries that weave your travel fantasies with your health requirements. It's adventure, tailor-made for you.

  • Your Health, Our Priority: Your safety and well-being always top our list. We provide up-to-date, reliable information and resources to empower you to travel with confidence. Your health journey is at the heart of our global odyssey.

  • Stories to Stir Your Soul: Our platform is a treasure trove of tales that ignite your wanderlust, entertain your curiosity, and tug at your heartstrings. Get ready to be inspired, amused, and moved by the incredible adventures of fellow explorers worldwide.

  • Your Adventure, Your Style: RTT is your trusted companion, here to personalize your adventures to match your distinct tastes and interests. Whether you're an art aficionado, a nature enthusiast, a culture buff, or all of the above, we've got your back.

So, whether you dream of sipping espresso in a Roman piazza, hiking through the lush jungles of Costa Rica, or simply meandering along the charming streets of Kyoto, RTT is your ticket to extraordinary global explorations. Adventure beckons, and kidney care is part of the journey. Let's embark on this incredible worldwide adventure together!

Group Hike
Reading a Map
Happy Tourist
Couple on a Walk
Planning Travels
Open Road
Italian Streets
Travel Selfie
Travel Selfie
Railway
Boulders
Passport
Renal Travel Today_B1_edited.png
Travel 20.jpg

Travel Insurance

Everything from Soup to Nuts #Click below to Discover All

bottom of page