News Website to RSS Feed

Turn a news website into an RSS feed. Any page of a news website can be turned into an RSS feed. Provide the URL to the page and the API will return an RSS feed with the latest news from that page.

GET
https://api.worldnewsapi.com/feed.rss
Example Request and Response
GET
https://api.worldnewsapi.com/{{ examples.getWebsiteToRss }}
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Europe News | Today's latest from Al Jazeera</title>
        <link>https://www.aljazeera.com/europe/</link>
        <lastBuildDate>Sun, 08 Oct 2023 23:16:44 +0000</lastBuildDate>
        <pubDate>Sun, 08 Oct 2023 23:16:44 +0000</pubDate>
        <item>
            <title>Martinelli Fires Arsenal To Late 1 0 Win Over Manchester City</title>
            <link>https://www.aljazeera.com/sports/2023/10/8/martinelli-fires-arsenal-to-late-1-0-win-over-manchester-city</link>
            <guid isPermaLink="true">https://www.aljazeera.com/sports/2023/10/8/martinelli-fires-arsenal-to-late-1-0-win-over-manchester-city</guid>
            <atom:link href="https://www.aljazeera.com/sports/2023/10/8/martinelli-fires-arsenal-to-late-1-0-win-over-manchester-city"/>
        </item>
        ...
    </channel>
</rss>
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}