Documentation

This API provides a simple way to get news in XML format. Perfect for educational projects, testing and prototyping applications.

The API does not require authentication and is completely free. You can use it in your projects without restrictions.

If you pass a date in "DD.MM.YYYY" format as a GET parameter to the API, it will return news for that date. Without GET parameters, the API returns today's news.

Main Features

  • Getting news in XML format
  • Simple HTTP interface
  • XML response format
  • No authentication required
  • Free and without limitations
  • CORS support

Response Format


<article id="15">
    <title>Virtual Reality Therapy Cures Phobias</title>
    <summary>New VR treatment shows 95% success rate in overcoming fears</summary>
    <content>Clinical trials of virtual reality exposure therapy have demonstrated remarkable success in treating phobias. 
    Patients can gradually confront their fears in controlled digital environments.</content>
    <author>Dr. Amanda Foster</author>
    <category>Health</category>
    <date>15.11.2025</date>
</article>