diff --git a/panels/mensaPlan/script.js b/panels/mensaPlan/script.js
index d0269816528b175d951e98e421a4155c70047322..fd0957772ff5aea0cbafcac804b0fa34d6b9a1e5 100644
--- a/panels/mensaPlan/script.js
+++ b/panels/mensaPlan/script.js
@@ -86,7 +86,7 @@ this.loaded = function(panel, config) {
 	}, 30*60*1000);
 
 	function getMensaPlan() {
-		$.getJSON("https://mobil.itmc.tu-dortmund.de/canteen-menu/v1/canteens/341/"+calcDateAPI()).done(function(json) {
+		$.getJSON("https://mobil.itmc.tu-dortmund.de/canteen-menu/v2/canteens/341/"+calcDateAPI()).done(function(json) {
 			fillTable(json);
 		}).fail(function(jqxhr, textStatus, error) {
 			var err = textStatus + ", " + error;