diff --git a/api/list.php b/api/list.php new file mode 100644 index 0000000..43c154b --- /dev/null +++ b/api/list.php @@ -0,0 +1,30 @@ + 'list_not_found' + ]); + exit; +} + +echo json_encode([ + 'metadata' => $data['metadata'] ?? null, + 'words' => $data['words'] +]); \ No newline at end of file