diff --git a/patch-status/index.html b/patch-status/index.html
index 8089a1c0..31c5bfe5 100644
--- a/patch-status/index.html
+++ b/patch-status/index.html
@@ -346,6 +346,15 @@ SPDX-License-Identifier: MIT
 
     <div id="recipe_chart" style="height:400px;"></div>
 
+    <section>
+      <h2>Raw Data</h2>
+      <ul>
+        <li><a href="patch-status-pie.json">patch-status-pie.json</a></li>
+        <li><a href="patch-status-byday.json">patch-status-byday.json</a></li>
+        <li><a href="cve-count-byday.json">cve-count-byday.json</a></li>
+        <li><a href="releases.csv">releases.csv</a></li>
+      </ul>
+    </section>
   </main>
 
   <script type="text/javascript">
