diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php
index 5468321008be99f7a156cd87d6778013307153fa..80deb737752f7e2888bd0dc557298371a79adfb3 100644
--- a/inc/RemoteAPICore.php
+++ b/inc/RemoteAPICore.php
@@ -302,6 +302,7 @@ class RemoteAPICore {
                 'mtime'   => filemtime($file),
                 'size'    => filesize($file),
                 'snippet' => $snippet,
+                'title' => p_get_first_heading($id)
             );
         }
         return $pages;