Référence API

Format RSS

<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">
  <channel>
    <title>Channel Title</title>
    <atom:link href="https://yourwebsite/feed/?format=xml" rel="self" type="application/rss+xml"/>
    <link>https://yourwebsite.com</link>
    <description>Website description</description>
    <lastBuildDate>Wed, 17 Jul 2024 13:01:53 +0000</lastBuildDate>
    <language>fr-FR</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>https://wordpress.org/?v=4.9.26</generator>
    <image>
      <url>https://yourwebsite/image.png</url>
      <title>Image title</title>
      <link>website Link</link>
      <width>32</width>
      <height>32</height>
    </image>
    <item>
      <title>Something</title>
      <link>Item link</link>
      <comments>https://yourwebsite/#respond</comments>
      <pubDate>Wed, 17 Jul 2024 12:51:20 +0000</pubDate>
      <dc:creator><![CDATA[Creator name]]></dc:creator>
      <category><![CDATA[Category]]></category>
      <category><![CDATA[Category]]></category>
      <guid isPermaLink="false">https://yourwebsite/?p=1733</guid>
      <description><![CDATA[Description]]></description>
      <content:encoded><![CDATA[Content HTML]]></content:encoded>
      <wfw:commentRss>https://yourwebsite/feed/</wfw:commentRss>
      <slash:comments>0</slash:comments>
      <enclosure url="https://yourwebsite/image.jpg" length="7532" type="image/jpg"/>
    </item>
  </channel>
</rss>