From e36a2d97d926906d6d4f21f809f43072aa9da5a5 Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Fri, 22 Jul 2022 12:19:39 +0200 Subject: [PATCH] Add leagues for 2023 --- src/main/resources/Tippliga/2023_Ligen.json | 72 +++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 src/main/resources/Tippliga/2023_Ligen.json diff --git a/src/main/resources/Tippliga/2023_Ligen.json b/src/main/resources/Tippliga/2023_Ligen.json new file mode 100644 index 0000000..1e39934 --- /dev/null +++ b/src/main/resources/Tippliga/2023_Ligen.json @@ -0,0 +1,72 @@ +[ + { + "country": "Germany", + "name": "Bundesliga 1", + "league_id": 4346 + }, + { + "country": "Germany", + "name": "Bundesliga 2", + "league_id": 4352 + }, + { + "country": "Germany", + "name": "Liga 3", + "league_id": 4383 + }, + { + "country": "Germany", + "name": "Regionalliga - SudWest", + "league_id": 4509 + }, + { + "country": "Germany", + "name": "Regionalliga - Bayern", + "league_id": 4507 + }, + { + "country": "Germany", + "name": "DFB Pokal", + "league_id": 4303 + }, + { + "country": "Germany", + "name": "U19 Bundesliga", + "league_id": 4489 + }, + { + "country": "Germany", + "name": "Women Bundesliga", + "league_id": 4428 + }, + { + "country": "England", + "name": "Premier League", + "league_id": 4335 + }, + { + "country": "Spain", + "name": "La Liga", + "league_id": 4378 + }, + { + "country": "Italy", + "name": "Serie A", + "league_id": 4399 + }, + { + "country": "France", + "name": "Ligue 1", + "league_id": 4347 + }, + { + "country": "World", + "name": "UEFA Champions League", + "league_id": 4314 + }, + { + "country": "World", + "name": "UEFA Europa Conference League", + "league_id": 4331 + } +] \ No newline at end of file