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