Syndication & Widgets API
Include DogecoinToday reports, crypto news, and global news directly on your own website. Choose between a copy-pasteable HTML widget, a direct JSON API, or a standard RSS XML feed.
1. Copy-Paste HTML Widget (Recommended)
The easiest way to show our feed. Copy this iframe code and paste it anywhere on your site to display a fully responsive, styled news feed that matches your dark mode aesthetic.
Live Widget Preview:
2. Direct JSON API Feed
Build your own custom cards and layout by fetching our dynamic JSON feed. Every article is completely rebranded with DogecoinToday as the publisher, with original links stripped.
fetch('https://dogecointoday.com/api/news-v2')
.then(res => res.json())
.then(articles => {
console.log('Curated Articles:', articles);
// Render articles inside your custom HTML structure
});
3. Standard RSS XML Feed
Integrate our news feed using standard RSS readers, sidebars, or content aggregators (like WordPress plugins).