From c0c13eec79af51185df99ac39ae00724b1a06aa2 Mon Sep 17 00:00:00 2001 From: Thomas de Roo <2+thomas@noreply.localhost> Date: Tue, 16 Jun 2026 10:50:19 +0200 Subject: [PATCH] Add api/list.php --- api/list.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 api/list.php 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