Created
October 22, 2025 08:13
-
-
Save netsi1964/5b5aa7d5846583cd33678fd82116bb27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "Lucas Lund", | |
| "position": "Goalkeeper" | |
| }, | |
| { | |
| "name": "Filip Djukic", | |
| "position": "Goalkeeper", | |
| "joinedFrom": "AC Horsens", | |
| "joinDate": "2025-07-24", | |
| "fee": "free transfer" | |
| }, | |
| { | |
| "name": "Daniel Anyembe", | |
| "position": "Centre-Back" | |
| }, | |
| { | |
| "name": "Zan Zaletel", | |
| "position": "Centre-Back" | |
| }, | |
| { | |
| "name": "Stipe Radic", | |
| "position": "Centre-Back" | |
| }, | |
| { | |
| "name": "Lukas Kirkegaard", | |
| "position": "Centre-Back" | |
| }, | |
| { | |
| "name": "Oliver Bundgaard", | |
| "position": "Left-Back" | |
| }, | |
| { | |
| "name": "Srdjan Kuzmic", | |
| "position": "Right-Back" | |
| }, | |
| { | |
| "name": "Jean Manuel Mbom", | |
| "position": "Right-Back" | |
| }, | |
| { | |
| "name": "Hjalte Bidstrup", | |
| "position": "Right-Back" | |
| }, | |
| { | |
| "name": "Mikkel Løndal", | |
| "position": "Right-Back", | |
| "joinedFrom": "Viborg FF U19", | |
| "joinDate": "2025-07-01" | |
| }, | |
| { | |
| "name": "Mees Hoedemakers", | |
| "position": "Defensive Midfield", | |
| "joinedFrom": "NEC Nijmegen", | |
| "joinDate": "2025-08-06" | |
| }, | |
| { | |
| "name": "Jeppe Grønning", | |
| "position": "Defensive Midfield" | |
| }, | |
| { | |
| "name": "Thomas Jørgensen", | |
| "position": "Central Midfield" | |
| }, | |
| { | |
| "name": "Jakob Vester", | |
| "position": "Central Midfield" | |
| }, | |
| { | |
| "name": "Mads Søndergaard", | |
| "position": "Central Midfield" | |
| }, | |
| { | |
| "name": "Asker Beck", | |
| "position": "Central Midfield" | |
| }, | |
| { | |
| "name": "Frederik Damkjer", | |
| "position": "Central Midfield", | |
| "joinedFrom": "Viborg FF U19", | |
| "joinDate": "2025-07-01" | |
| }, | |
| { | |
| "name": "Yonis Njoh", | |
| "position": "Left Winger", | |
| "joinedFrom": "Pau FC", | |
| "joinDate": "2025-07-01", | |
| "fee": "€134k" | |
| }, | |
| { | |
| "name": "Charly Nouck", | |
| "position": "Left Winger" | |
| }, | |
| { | |
| "name": "Sami Jalal", | |
| "position": "Left Winger", | |
| "joinedFrom": "Kolding IF", | |
| "joinDate": "2025-07-22", | |
| "fee": "€600k" | |
| }, | |
| { | |
| "name": "Bilal Brahimi", | |
| "position": "Right Winger", | |
| "joinedFrom": "SM Caen", | |
| "joinDate": "2025-09-01" | |
| }, | |
| { | |
| "name": "Tim Freriks", | |
| "position": "Centre-Forward", | |
| "joinedFrom": "Esbjerg fB", | |
| "joinDate": "2025-08-04", | |
| "fee": "€625k" | |
| }, | |
| { | |
| "name": "Dorian Hanza", | |
| "position": "Centre-Forward", | |
| "joinedFrom": "Marbella FC", | |
| "joinDate": "2025-07-15", | |
| "fee": "€150k" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment