List of customers

https://app.scoreexpress.be/api/public/customers

Return full list of customers listed on the public site in the form of a json array of customer objects

Example
[
     {
        "id": "00367ce381bbe496e2e86e1704ddb87a",
        "name": "FfGym ",
        "country": "country-bel",
        "locale": "fr",
        "logoUrl": "/api/seUsers/00367ce381bbe496e2e86e1704ddb87a/image"
    },
    {
        "id": "d98e3f151e98b2619ea9c774e50d0c6d",
        "name": "FfGym BCBW",
        "country": "country-bel",
        "locale": "fr",
        "logoUrl": null
    },
    {
        "id": "d98e3f151e98b2619ea9c774e50d2e9b",
        "name": "FfGym Hainaut",
        "country": "country-bel",
        "locale": "fr",
        "logoUrl": "/api/seUsers/d98e3f151e98b2619ea9c774e50d2e9b/image"
    },
    {
        "id": "d98e3f151e98b2619ea9c774e50d31f5",
        "name": "FfGym Liège",
        "country": "country-bel",
        "locale": "fr",
        "logoUrl": "/api/seUsers/d98e3f151e98b2619ea9c774e50d31f5/image"
    },
    {
        "id": "d98e3f151e98b2619ea9c774e50d3cc9",
        "name": "FfGym VDT",
        "country": "country-bel",
        "locale": "en",
        "logoUrl": null
    },
    {
        "id": "d98e3f151e98b2619ea9c774e50d1d3c",
        "name": "FfGym-Namur",
        "country": "country-bel",
        "locale": "fr",
        "logoUrl": "/api/seUsers/d98e3f151e98b2619ea9c774e50d1d3c/image"
    },
    {
        "id": "6d462095f27d839040f13422e3094b03",
        "name": "Gym Stembert",
        "country": "country-bel",
        "locale": "fr",
        "logoUrl": "/api/seUsers/6d462095f27d839040f13422e3094b03/image"
    },
    {
        "id": "726216a5ae5c62e21bde2058134180eb",
        "name": "Gymnastics Association of the Philippines",
        "country": "country-phi",
        "locale": "en",
        "logoUrl": "/api/seUsers/726216a5ae5c62e21bde2058134180eb/image"
    },
    {
        "id": "aa9b78be5ced430ce86558678a3646b9",
        "name": "Gymnastics Australia",
        "country": "country-aus",
        "locale": "en",
        "logoUrl": null
    },
    {
        "id": "15f541d2eb42c94deaf21140cec45ef9",
        "name": "Gymnastics South Australia",
        "country": "country-aus",
        "locale": "en",
        "logoUrl": "/api/seUsers/15f541d2eb42c94deaf21140cec45ef9/image"
    },
]

Single Customer

https://app.scoreexpress.be/api/public/customers/<customerId>

Return information of one customer

Example
{
        "id": "00367ce381bbe496e2e86e1704ddb87a",
        "name": "FfGym ",
        "country": "country-bel",
        "locale": "fr",
        "logoUrl": "/api/seUsers/00367ce381bbe496e2e86e1704ddb87a/image"
}

Events list (by customer)

Events can be queried per customer

https://app.scoreexpress.be/api/public/events/<customerId>

Returns a JSON array of objects. Each event object contains the general information of the event as well as an array of disciplines included in the event each with their own details.

Example
[
    {
        "id": "ffb1484eeba9e369cd8772a8a295e2c1",
        "title": "TTm - Provinciale voorronde 2 A- en B-niveau (Oost-Vlaanderen en Vlaams Brabant)",
        "venue": "Gent",
        "dateFrom": "2019-03-23",
        "dateTo": "2019-03-24",
        "locale": "nl",
        "logoUrl": "/api/events/ffb1484eeba9e369cd8772a8a295e2c1/image",
        "disciplines": [
            {
                "id": "ffb1484eeba9e369cd8772a8a295e59c",
                "discipline": "discipline-wag",
                "logoUrl": "/api/eventDisciplines/ffb1484eeba9e369cd8772a8a295e59c/image",
                "showFlags": false
            }
        ]
    },
    {
        "id": "ffb1484eeba9e369cd8772a8a2c803e7",
        "title": "RITMIEK - Provinciale voorronde A-, B-, C- en I-niveau (jongeren)",
        "venue": "Gent",
        "dateFrom": "2019-03-23",
        "dateTo": "2019-03-24",
        "locale": "nl",
        "logoUrl": "/api/events/ffb1484eeba9e369cd8772a8a2c803e7/image",
        "disciplines": [
            {
                "id": "ffb1484eeba9e369cd8772a8a2d0ff09",
                "discipline": "discipline-rg",
                "logoUrl": "/api/eventDisciplines/ffb1484eeba9e369cd8772a8a2d0ff09/image",
                "showFlags": false
            }
        ]
    },
    {
        "id": "ffb1484eeba9e369cd8772a8a2e90425",
        "title": "ACRO - Provinciale voorronde 3 A- en B-niveau",
        "venue": "Leuven",
        "dateFrom": "2019-03-23",
        "dateTo": "2019-03-24",
        "locale": "nl",
        "logoUrl": "/api/events/ffb1484eeba9e369cd8772a8a2e90425/image",
        "disciplines": [
            {
                "id": "ffb1484eeba9e369cd8772a8a2e90970",
                "discipline": "discipline-acro",
                "logoUrl": "/api/eventDisciplines/ffb1484eeba9e369cd8772a8a2e90970/image",
                "showFlags": false
            }
        ]
    }
]

Event data

All event data is retrieved through the same API call

https://app.scoreexpress.be/api/public/data/<competitionId>/<objectId>

There are three layers of data in each event

  1. base information: general information of the competition, list of sessions, and the list of categories (including the categoryIds used to retrieve the next layer)
  2. category information: information about the category and list of rankings of the category (including the ranking ids used to retrieve that data)
  3. ranking information

Competition Example (layer 1)

{
    "status": "update",
    "data": {
        "id": "5dc67c6b596b6c2c1095b4b22b50119e",
        "group": "5dc67c6b596b6c2c1095b4b22b50119e",
        "title": "TRA - Belgisch Kampioenschap / Championnat de Belgique A-, B-niveau",
        "discipline": "discipline-tra",
        "dateFrom": "2024-05-18",
        "dateTo": "2024-05-20",
        "locale": "nl-BE",
        "logoUrl": "/api/image/5dc67c6b596b6c2c1095b4b22b50119e",
        "showFlags": false,
        "rounds": [
            {
                "index": 0,
                "name": "Algemene ronde"
            },
            {
                "index": 1,
                "name": "Finale"
            }
        ],
        "categories": [
            {
                "id": "0b541bc4e3466fec9720409ce0f23bdf",
                "title": "A - 11 jaar Meisjes",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    },
                    {
                        "index": 1,
                        "name": "Finale",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f248b1",
                "title": "A - 11 jaar Jongens",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    },
                    {
                        "index": 1,
                        "name": "Finale",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f249ed",
                "title": "A - 12 jaar Meisjes",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    },
                    {
                        "index": 1,
                        "name": "Finale",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f24f0a",
                "title": "A - 12 jaar Jongens",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    },
                    {
                        "index": 1,
                        "name": "Finale",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f25173",
                "title": "A - 13-14 jaar Meisjes",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    },
                    {
                        "index": 1,
                        "name": "Finale",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f26030",
                "title": "A - 13-14 jaar Jongens",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    },
                    {
                        "index": 1,
                        "name": "Finale",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f269df",
                "title": "A - 15-16 jaar Meisjes",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    },
                    {
                        "index": 1,
                        "name": "Finale",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f2775f",
                "title": "A - SENIORES MEISJES",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    },
                    {
                        "index": 1,
                        "name": "Finale",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f281a3",
                "title": "A - SENIORES JONGENS",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    },
                    {
                        "index": 1,
                        "name": "Finale",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f28371",
                "title": "B - 11 jaar Meisjes",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f28b00",
                "title": "B - 11 jaar Jongens",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f28f9b",
                "title": "B - 12 jaar Meisjes",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f29eec",
                "title": "B - 12 jaar Jongens",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f2ab28",
                "title": "B - 13 jaar Meisjes",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f2b13c",
                "title": "B - 14 jaar Meisjes",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f2b244",
                "title": "B - 13-14 jaar Jongens",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f2babd",
                "title": "B - 15 Meisjes",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f2c7bf",
                "title": "B - 16 Meisjes",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f2cfb5",
                "title": "B - 15-16 jaar Jongens",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f2dd8a",
                "title": "B - 17+ jaar Meisjes",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f2e197",
                "title": "B - 17+ jaar Jongens",
                "status": "FINISHED",
                "rounds": [
                    {
                        "index": 0,
                        "name": "Algemene ronde",
                        "status": "FINISHED"
                    }
                ]
            }
        ],
        "showTimetable": true,
        "sessions": [
            {
                "id": "0b541bc4e3466fec9720409ce0f98519",
                "date": "2024-05-18",
                "start": "09:20",
                "end": "11:40",
                "index": 0,
                "sets": 2,
                "type": "block",
                "status": "finished",
                "categories": [
                    {
                        "name": "B - 11 jaar Meisjes",
                        "index": 9,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "B - 11 jaar Jongens",
                        "index": 10,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "B - 12 jaar Meisjes",
                        "index": 11,
                        "subDivision": null,
                        "set": 2
                    },
                    {
                        "name": "B - 12 jaar Jongens",
                        "index": 12,
                        "subDivision": null,
                        "set": 2
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f991c5",
                "date": "2024-05-18",
                "start": "12:20",
                "end": "13:55",
                "index": 1,
                "sets": 2,
                "type": "block",
                "status": "finished",
                "categories": [
                    {
                        "name": "B - 13 jaar Meisjes",
                        "index": 13,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "B - 15-16 jaar Jongens",
                        "index": 18,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "B - 14 jaar Meisjes",
                        "index": 14,
                        "subDivision": null,
                        "set": 2
                    },
                    {
                        "name": "B - 13-14 jaar Jongens",
                        "index": 15,
                        "subDivision": null,
                        "set": 2
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f9af97",
                "date": "2024-05-18",
                "start": "14:20",
                "end": "15:55",
                "index": 2,
                "sets": 2,
                "type": "block",
                "status": "finished",
                "categories": [
                    {
                        "name": "B - 15 Meisjes",
                        "index": 16,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "B - 16 Meisjes",
                        "index": 17,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "B - 17+ jaar Jongens",
                        "index": 20,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "B - 17+ jaar Meisjes",
                        "index": 19,
                        "subDivision": null,
                        "set": 2
                    }
                ]
            },
            {
                "id": "0b541bc4e3466fec9720409ce0f9734a",
                "date": "2024-05-19",
                "start": "10:20",
                "end": "12:15",
                "index": 3,
                "sets": 2,
                "type": "block",
                "status": "finished",
                "categories": [
                    {
                        "name": "A - 11 jaar Meisjes",
                        "index": 0,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "A - 11 jaar Jongens",
                        "index": 1,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "A - 12 jaar Meisjes",
                        "index": 2,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "A - 12 jaar Jongens",
                        "index": 3,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "A - 15-16 jaar Meisjes",
                        "index": 6,
                        "subDivision": null,
                        "set": 2
                    },
                    {
                        "name": "A - SENIORES MEISJES",
                        "index": 7,
                        "subDivision": null,
                        "set": 2
                    },
                    {
                        "name": "A - SENIORES JONGENS",
                        "index": 8,
                        "subDivision": null,
                        "set": 2
                    },
                    {
                        "name": "A - 13-14 jaar Meisjes",
                        "index": 4,
                        "subDivision": null,
                        "set": 2
                    },
                    {
                        "name": "A - 13-14 jaar Jongens",
                        "index": 5,
                        "subDivision": null,
                        "set": 1
                    }
                ]
            },
            {
                "id": "68b39990a2e9ac5d6bc48570419e8a44",
                "date": "2024-05-19",
                "start": null,
                "end": "14:40",
                "index": 101,
                "sets": 2,
                "type": "block",
                "status": "finished",
                "categories": [
                    {
                        "name": "A - 11 jaar Meisjes",
                        "index": 0,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "A - 11 jaar Jongens",
                        "index": 1,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "A - 12 jaar Meisjes",
                        "index": 2,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "A - 12 jaar Jongens",
                        "index": 3,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "A - 13-14 jaar Meisjes",
                        "index": 4,
                        "subDivision": null,
                        "set": 2
                    },
                    {
                        "name": "A - 13-14 jaar Jongens",
                        "index": 5,
                        "subDivision": null,
                        "set": 1
                    },
                    {
                        "name": "A - 15-16 jaar Meisjes",
                        "index": 6,
                        "subDivision": null,
                        "set": 2
                    },
                    {
                        "name": "A - SENIORES MEISJES",
                        "index": 7,
                        "subDivision": null,
                        "set": 2
                    },
                    {
                        "name": "A - SENIORES JONGENS",
                        "index": 8,
                        "subDivision": null,
                        "set": 2
                    }
                ]
            }
        ],
        "clubs": [
            "BLAUWPUT OMNISPORT",
            "CSA KEMPEN",
            "DE GYMPIES vzw HOEILAART",
            "DES BEVEREN vzw",
            "FLIK FLAK ZAFFELARE",
            "FLYING ACROBATICS TRAMPOLINE CLUB",
            "GO4GYM",
            "GYM 90 BERINGEN",
            "GYM KNOKKE-HEIST vzw",
            "GYMCLUB ALTIS EEKLO",
            "GYMMAX vzw",
            "GYMNA LANDEGEM vzw",
            "GYMNASTICA vzw OUD-TURNHOUT",
            "GYMX HECHTEL-EKSEL",
            "K.T. GEMS DIEPENBEEK",
            "KON. DIESTSE TURNKRING",
            "KON. SINT-GENESIUSTURNGROEP",
            "KON. TURNKRING RUST-ROEST BRUGGE",
            "KTDV POPULAIRE HALLE vzw",
            "LENIG & VLUG BEVEREN-LEIE",
            "PALFIT PAAL vzw",
            "SPORTAC86",
            "STEEDS IN FORM OOIGEM",
            "STERK EN LENIG DRONGEN",
            "THOR ZICHEM",
            "TK DEUGD EN MOED EKEREN vzw",
            "TURN AROUND",
            "TURNCLUB ATLETIKA GENT",
            "TURNCLUB DE ZEESTER vzw",
            "TURNCLUB IDUNA GENT",
            "TURNCLUB VARSENARE",
            "TURNKRING DE TRAMPO'S",
            "TURNKRING OOSTAKKER",
            "TURNKRING TEN GAERDE",
            "VASTE VUIST  LAUWE",
            "WIK OOSTENDE"
        ]
    },
    "hash": "3954f5da274b6da9de1d00bde17f56cee6f00a69f8f65f57d85a43bb86fbe3bd"
}
Session Example (layer 2)
{
    "status": "update",
    "data": {
        "timeTable": [
            {
                "key": "judgemeeting",
                "time": "09:00",
                "label": "Juryvergadering / Réunion du jury"
            },
            {
                "key": "rotation-warmup-0",
                "time": "09:00",
                "label": "Blokken 1, 2 Opwarming / Blocs 1,2 Échauffement",
                "rotation": 0,
                "type": "warmup"
            },
            {
                "key": "competition",
                "time": "09:20",
                "label": "Start van de wedstrijd / Début de la compétition"
            },
            {
                "key": "rotation-start-0",
                "time": "09:20",
                "label": "Blokken 1,2 Wedstrijd /  Blocs 1,2 Compétition",
                "rotation": 0,
                "type": "start"
            },
            {
                "key": "rotation-warmup-1",
                "time": "09:45",
                "label": "Blokken 3,4 Opwarming / Blocs 3,4 Échauffement",
                "rotation": 1,
                "type": "warmup"
            },
            {
                "key": "rotation-start-1",
                "time": "10:05",
                "label": "Blokken 3,4 Wedstrijd /  Blocs 3,4 Compétition",
                "rotation": 1,
                "type": "start"
            },
            {
                "key": "rotation-warmup-2",
                "time": "10:30",
                "label": "Blokken 5,6 Opwarming / Blocs 5,6 Échauffement",
                "rotation": 2,
                "type": "warmup"
            },
            {
                "key": "rotation-start-2",
                "time": "10:50",
                "label": "Blokken 5,6 Wedstrijd /  Blocs 5,6 Compétition",
                "rotation": 2,
                "type": "start"
            },
            {
                "key": "ceremony",
                "time": "11:20",
                "label": "Prijsuitreiking / Cérémonie protocolaire"
            },
            {
                "key": "end",
                "time": "11:40",
                "label": "Einde / Fin"
            },
            {
                "key": "marchin",
                "time": null,
                "label": "Opmars"
            },
            {
                "key": "warmupStart",
                "time": null,
                "label": "Start opwarming"
            }
        ],
        "type": "block",
        "notes": "<p>Opwarming: Tot 14 jaar 2&rsquo;30 per gymnast per trampoline<br />B-niveau: Vanaf 15 jaar 3&rsquo;00 per gymnast per trampoline<br />A-niveau: Vanaf 15 jaar 3&rsquo;30 per gymnast per trampoline<br />➔ dit alles met een minimum van 15' opwarmtijd<br />➔ 2 blokken moeten niet tegelijkertijd starten</p>\n<p>Echauffement: Jusqu'&agrave; 14 ans 2'30 par gymnaste et par trampoline<br />Niveau B: A partir de 15 ans 3'00 par gymnaste et par trampoline<br />Niveau A: A partir de 15 ans 3'30 par gymnaste et par trampoline<br /><span class=\"Y2IQFc\" lang=\"fr\">➔ tout cela avec un temps d'&eacute;chauffement minimum de 15' <br /></span><span class=\"Y2IQFc\" lang=\"fr\">➔ 2 blocs ne doivent pas d&eacute;marrer en m&ecirc;me temps</span></p>",
        "sets": [
            [
                {
                    "rotation": 1,
                    "blocks": [
                        {
                            "index": 0,
                            "exercises": [
                                {
                                    "order": {
                                        "nr": 3
                                    },
                                    "participation": {
                                        "number": 1,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "HOLVOET Amy"
                                        ],
                                        "club": "TURN AROUND",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 4
                                    },
                                    "participation": {
                                        "number": 2,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "INDESTEGE Elodie"
                                        ],
                                        "club": "K.T. GEMS DIEPENBEEK",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 5
                                    },
                                    "participation": {
                                        "number": 3,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "VERDRU Suze"
                                        ],
                                        "club": "TURNCLUB VARSENARE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 6
                                    },
                                    "participation": {
                                        "number": 4,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "SEGHERS Linde"
                                        ],
                                        "club": "TURNCLUB VARSENARE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 7
                                    },
                                    "participation": {
                                        "number": 5,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "INGELBRECHT Roxane"
                                        ],
                                        "club": "TURNCLUB VARSENARE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 8
                                    },
                                    "participation": {
                                        "number": 6,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "KUKA Aurora"
                                        ],
                                        "club": "TURNCLUB DE ZEESTER vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 9
                                    },
                                    "participation": {
                                        "number": 7,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "SCHEPENS Jasmijn"
                                        ],
                                        "club": "GYM KNOKKE-HEIST vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 10
                                    },
                                    "participation": {
                                        "number": 8,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "BOTERBERG Tine"
                                        ],
                                        "club": "WIK OOSTENDE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                }
                            ]
                        },
                        {
                            "index": 0,
                            "exercises": [
                                {
                                    "order": {
                                        "nr": 5
                                    },
                                    "participation": {
                                        "number": 31,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "HEIJENS Lyana"
                                        ],
                                        "club": "GYMCLUB ALTIS EEKLO",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 6
                                    },
                                    "participation": {
                                        "number": 32,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "BAUTERS Maité"
                                        ],
                                        "club": "GYMCLUB ALTIS EEKLO",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 7
                                    },
                                    "participation": {
                                        "number": 33,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "DE CONINCK Fran"
                                        ],
                                        "club": "DES BEVEREN vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 8
                                    },
                                    "participation": {
                                        "number": 34,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "VAN ELVERDINGHE Lize"
                                        ],
                                        "club": "TURNKRING DE TRAMPO'S",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 9
                                    },
                                    "participation": {
                                        "number": 35,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "DEMUYNCK Noemie"
                                        ],
                                        "club": "TURNKRING DE TRAMPO'S",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 10
                                    },
                                    "participation": {
                                        "number": 36,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "DEMYTTENAERE Floor"
                                        ],
                                        "club": "WIK OOSTENDE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 11
                                    },
                                    "participation": {
                                        "number": 37,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "NEYENS Elena"
                                        ],
                                        "club": "K.T. GEMS DIEPENBEEK",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 12
                                    },
                                    "participation": {
                                        "number": 38,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "POPPE Eliane"
                                        ],
                                        "club": "GYMMAX vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                }
                            ]
                        }
                    ],
                    "time": "09:00"
                },
                {
                    "rotation": 2,
                    "blocks": [
                        {
                            "index": 1,
                            "exercises": [
                                {
                                    "order": {
                                        "nr": 3
                                    },
                                    "participation": {
                                        "number": 9,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "ARYS Laure"
                                        ],
                                        "club": "TURNKRING OOSTAKKER",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 4
                                    },
                                    "participation": {
                                        "number": 10,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "ARYS Lisa"
                                        ],
                                        "club": "TURNKRING OOSTAKKER",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 5
                                    },
                                    "participation": {
                                        "number": 11,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "HEYLIGEN Julie"
                                        ],
                                        "club": "PALFIT PAAL vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 6
                                    },
                                    "participation": {
                                        "number": 12,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "JANSSEN Manon"
                                        ],
                                        "club": "PALFIT PAAL vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 7
                                    },
                                    "participation": {
                                        "number": 13,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "VAN DE VYVER Lotte"
                                        ],
                                        "club": "TK DEUGD EN MOED EKEREN vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 8
                                    },
                                    "participation": {
                                        "number": 14,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "MILON Fien"
                                        ],
                                        "club": "TK DEUGD EN MOED EKEREN vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 9
                                    },
                                    "participation": {
                                        "number": 15,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "THUYLIE Anna"
                                        ],
                                        "club": "GO4GYM",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 10
                                    },
                                    "participation": {
                                        "number": 16,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "GOEKINT Odet"
                                        ],
                                        "club": "WIK OOSTENDE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                }
                            ]
                        },
                        {
                            "index": 1,
                            "exercises": [
                                {
                                    "order": {
                                        "nr": 5
                                    },
                                    "participation": {
                                        "number": 39,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "CUYPERS Julie"
                                        ],
                                        "club": "TK DEUGD EN MOED EKEREN vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 6
                                    },
                                    "participation": {
                                        "number": 40,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "DE GRAEVE Joanne"
                                        ],
                                        "club": "TURNKRING OOSTAKKER",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 7
                                    },
                                    "participation": {
                                        "number": 41,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "DEPYPERE Gaëlle"
                                        ],
                                        "club": "PALFIT PAAL vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 8
                                    },
                                    "participation": {
                                        "number": 42,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "HUYSMANS Chloë"
                                        ],
                                        "club": "PALFIT PAAL vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 9
                                    },
                                    "participation": {
                                        "number": 43,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "ROELANDT Enora"
                                        ],
                                        "club": "PALFIT PAAL vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 10
                                    },
                                    "participation": {
                                        "number": 44,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "VAN MAELE Nora"
                                        ],
                                        "club": "TURNCLUB VARSENARE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 11
                                    },
                                    "participation": {
                                        "number": 45,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "PONT Ine-Lore"
                                        ],
                                        "club": "TURNCLUB VARSENARE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 12
                                    },
                                    "participation": {
                                        "number": 46,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "VERLINDE Fleur"
                                        ],
                                        "club": "GYM KNOKKE-HEIST vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 13
                                    },
                                    "participation": {
                                        "number": 47,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "VERMEERSCH Sam"
                                        ],
                                        "club": "TURN AROUND",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                }
                            ]
                        }
                    ],
                    "time": "09:00"
                },
                {
                    "rotation": 3,
                    "blocks": [
                        {
                            "index": 2,
                            "exercises": [
                                {
                                    "order": {
                                        "nr": 3
                                    },
                                    "participation": {
                                        "number": 17,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "TORFS Noémie"
                                        ],
                                        "club": "CSA KEMPEN",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 4
                                    },
                                    "participation": {
                                        "number": 18,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "PEERE Flore"
                                        ],
                                        "club": "KON. TURNKRING RUST-ROEST BRUGGE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 5
                                    },
                                    "participation": {
                                        "number": 19,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "NEIRYNCK Linn"
                                        ],
                                        "club": "GO4GYM",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 6
                                    },
                                    "participation": {
                                        "number": 20,
                                        "category": "B - 11 jaar Meisjes",
                                        "names": [
                                            "VAN HAUTE Jaate"
                                        ],
                                        "club": "DES BEVEREN vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 7
                                    },
                                    "participation": {
                                        "number": 21,
                                        "category": "B - 11 jaar Jongens",
                                        "names": [
                                            "GEYBELS Mories"
                                        ],
                                        "club": "PALFIT PAAL vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 8
                                    },
                                    "participation": {
                                        "number": 22,
                                        "category": "B - 11 jaar Jongens",
                                        "names": [
                                            "COOPMAN Aaron"
                                        ],
                                        "club": "WIK OOSTENDE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 9
                                    },
                                    "participation": {
                                        "number": 23,
                                        "category": "B - 11 jaar Jongens",
                                        "names": [
                                            "VAN BENEDEN Victor"
                                        ],
                                        "club": "TURNKRING TEN GAERDE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 10
                                    },
                                    "participation": {
                                        "number": 24,
                                        "category": "B - 11 jaar Jongens",
                                        "names": [
                                            "VAN SOETENDAEL Nand"
                                        ],
                                        "club": "DE GYMPIES vzw HOEILAART",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 11
                                    },
                                    "participation": {
                                        "number": 25,
                                        "category": "B - 11 jaar Jongens",
                                        "names": [
                                            "VANDENPUTTE Noah"
                                        ],
                                        "club": "KON. SINT-GENESIUSTURNGROEP",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                }
                            ]
                        },
                        {
                            "index": 2,
                            "exercises": [
                                {
                                    "order": {
                                        "nr": 5
                                    },
                                    "participation": {
                                        "number": 48,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "VANSEVER Zoe"
                                        ],
                                        "club": "GYM KNOKKE-HEIST vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 6
                                    },
                                    "participation": {
                                        "number": 49,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "DEBRYCKE Lucie"
                                        ],
                                        "club": "VASTE VUIST  LAUWE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 7
                                    },
                                    "participation": {
                                        "number": 50,
                                        "category": "B - 12 jaar Meisjes",
                                        "names": [
                                            "DUYVEJONCK Eline"
                                        ],
                                        "club": "VASTE VUIST  LAUWE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 8
                                    },
                                    "participation": {
                                        "number": 51,
                                        "category": "B - 12 jaar Jongens",
                                        "names": [
                                            "BAETEN Gust"
                                        ],
                                        "club": "TURNKRING TEN GAERDE",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 9
                                    },
                                    "participation": {
                                        "number": 52,
                                        "category": "B - 12 jaar Jongens",
                                        "names": [
                                            "TAMBUYZER Noah"
                                        ],
                                        "club": "TURN AROUND",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 10
                                    },
                                    "participation": {
                                        "number": 53,
                                        "category": "B - 12 jaar Jongens",
                                        "names": [
                                            "DELMEIREN Lukas"
                                        ],
                                        "club": "TURN AROUND",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 11
                                    },
                                    "participation": {
                                        "number": 54,
                                        "category": "B - 12 jaar Jongens",
                                        "names": [
                                            "VERSCHUEREN Emiel"
                                        ],
                                        "club": "TURN AROUND",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 12
                                    },
                                    "participation": {
                                        "number": 55,
                                        "category": "B - 12 jaar Jongens",
                                        "names": [
                                            "MEINSTER Rai"
                                        ],
                                        "club": "TURNCLUB ATLETIKA GENT",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                },
                                {
                                    "order": {
                                        "nr": 13
                                    },
                                    "participation": {
                                        "number": 56,
                                        "category": "B - 12 jaar Jongens",
                                        "names": [
                                            "VAN BOGAERT Kamiel"
                                        ],
                                        "club": "DES BEVEREN vzw",
                                        "country": "noc"
                                    },
                                    "status": "finished",
                                    "result": {
                                        "values": [
                                            {
                                                "label": "D",
                                                "value": "3.400"
                                            },
                                            {
                                                "label": "E",
                                                "value": "7.650"
                                            },
                                            {
                                                "label": "P",
                                                "value": "0.200"
                                            }
                                        ],
                                        "score": "10.850"
                                    }
                                }
                            ]
                        }
                    ],
                    "time": "09:00"
                }
            ]
        ],
        "id": "0b541bc4e3466fec9720409ce0f98519",
        "group": "5dc67c6b596b6c2c1095b4b22b50119e"
    },
    "hash": "19f4686c73d62f32268bcf44661b82aadd031140ce09cadf461324c99204b7e8"
}
Category Example (layer 2)
{
    "_id": "b9c6a47db3429aea9b5d1e2808eecbeb:b9c6a47db3429aea9b5d1e2808eee88f",
    "_rev": "1-6577779a437683d48d2c7b2780d9039e",
    "title": "Juniors",
    "rounds": [
        {
            "index": 0,
            "name": "Qualificitions",
            "status": "FINISHED"
        },
        {
            "index": 1,
            "name": "Finals",
            "status": "FINISHED"
        }
    ],
    "rankings": [
        {
            "id": "b9c6a47db3429aea9b5d1e2808fa229c",
            "title": "All-around",
            "round": 0,
            "type": "QUAL",
            "subtype": "OPEN"
        },
        {
            "id": "b9c6a47db3429aea9b5d1e2808fa2af3",
            "title": "Team All-around",
            "round": 0,
            "type": "QUAL",
            "subtype": "TEAM"
        },
        {
            "id": "b9c6a47db3429aea9b5d1e2808fa445f",
            "title": "Qualificitions  Vault",
            "round": 0,
            "type": "QUAL",
            "subtype": "wag-exercise-vault"
        },
        {
            "id": "b9c6a47db3429aea9b5d1e2808fa5397",
            "title": "Qualificitions  Uneven Bars",
            "round": 0,
            "type": "QUAL",
            "subtype": "wag-exercise-bars"
        },
        {
            "id": "b9c6a47db3429aea9b5d1e2808fa3751",
            "title": "Qualificitions  Beam",
            "round": 0,
            "type": "QUAL",
            "subtype": "wag-exercise-beam"
        },
        {
            "id": "b9c6a47db3429aea9b5d1e2808fa1f86",
            "title": "Qualificitions  Floor",
            "round": 0,
            "type": "QUAL",
            "subtype": "wag-exercise-floor"
        },
        {
            "id": "b9c6a47db3429aea9b5d1e2808fb59c1",
            "title": "Finals  Vault",
            "round": 1,
            "type": "FINA-1",
            "subtype": "wag-exercise-vault"
        },
        {
            "id": "b9c6a47db3429aea9b5d1e2808fb4f82",
            "title": "Finals  Uneven Bars",
            "round": 1,
            "type": "FINA-1",
            "subtype": "wag-exercise-bars"
        },
        {
            "id": "b9c6a47db3429aea9b5d1e2808fb6d17",
            "title": "Finals  Beam",
            "round": 1,
            "type": "FINA-1",
            "subtype": "wag-exercise-beam"
        },
        {
            "id": "b9c6a47db3429aea9b5d1e2808fb6171",
            "title": "Finals  Floor",
            "round": 1,
            "type": "FINA-1",
            "subtype": "wag-exercise-floor"
        }
    ],
    "status": "FINISHED"
}
Ranking Example (layer 3)
{
    "_id": "b9c6a47db3429aea9b5d1e2808eecbeb:b9c6a47db3429aea9b5d1e2808fa445f",
    "_rev": "2-49890cf5361a4f690e85be1ddf679d81",
    "type": "QUAL",
    "subtype": "wag-exercise-vault",
    "title": "Qualificitions  Vault",
    "round": 0,
    "exercises": [
        {
            "id": "wag-exercise-vault",
            "logo": "art-vault"
        }
    ],
    "items": [
        {
            "participation": {
                "number": 16,
                "category": "Juniors",
                "names": [
                    "ANDREOLI ANGELA"
                ],
                "club": "Italy",
                "country": "ita",
                "scores": [
                    {
                        "status": "FINISHED",
                        "passes": [
                            {
                                "total": "13.733",
                                "values": [
                                    {
                                        "score": "4.600",
                                        "name": "D"
                                    },
                                    {
                                        "score": "9.133",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            },
                            {
                                "total": "13.066",
                                "values": [
                                    {
                                        "score": "4.000",
                                        "name": "D"
                                    },
                                    {
                                        "score": "9.066",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            }
                        ],
                        "total": 13.732999999999999
                    }
                ]
            },
            "ranking": {
                "score": "13.400",
                "place": 1,
                "hc": false,
                "tie": false,
                "qualified": true,
                "reserve": false
            }
        },
        {
            "participation": {
                "number": 17,
                "category": "Juniors",
                "names": [
                    "ESPOSITO MANILA"
                ],
                "club": "Italy",
                "country": "ita",
                "scores": [
                    {
                        "status": "FINISHED",
                        "passes": [
                            {
                                "total": "13.400",
                                "values": [
                                    {
                                        "score": "4.600",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.800",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            },
                            {
                                "total": "13.333",
                                "values": [
                                    {
                                        "score": "4.600",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.733",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            }
                        ],
                        "total": 13.4
                    }
                ]
            },
            "ranking": {
                "score": "13.367",
                "place": 2,
                "hc": false,
                "tie": false,
                "qualified": true,
                "reserve": false
            }
        },
        {
            "participation": {
                "number": 10,
                "category": "Juniors",
                "names": [
                    "JAUCH MEOLIE"
                ],
                "club": "Germany",
                "country": "ger",
                "scores": [
                    {
                        "status": "FINISHED",
                        "passes": [
                            {
                                "total": "13.466",
                                "values": [
                                    {
                                        "score": "4.600",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.866",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            },
                            {
                                "total": "12.900",
                                "values": [
                                    {
                                        "score": "4.000",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.900",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            }
                        ],
                        "total": 13.466
                    }
                ]
            },
            "ranking": {
                "score": "13.183",
                "place": 3,
                "hc": false,
                "tie": false,
                "qualified": true,
                "reserve": false
            }
        },
        {
            "participation": {
                "number": 29,
                "category": "Juniors",
                "names": [
                    "OPREA CRETU ELLA MILENA"
                ],
                "club": "Roumania",
                "country": "rom",
                "scores": [
                    {
                        "status": "FINISHED",
                        "passes": [
                            {
                                "total": "13.433",
                                "values": [
                                    {
                                        "score": "4.600",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.833",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            },
                            {
                                "total": "12.800",
                                "values": [
                                    {
                                        "score": "4.000",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.800",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            }
                        ],
                        "total": 13.433
                    }
                ]
            },
            "ranking": {
                "score": "13.117",
                "place": 4,
                "hc": false,
                "tie": false,
                "qualified": true,
                "reserve": false
            }
        },
        {
            "participation": {
                "number": 19,
                "category": "Juniors",
                "names": [
                    "BARZASI CHIARA"
                ],
                "club": "Italy",
                "country": "ita",
                "scores": [
                    {
                        "status": "FINISHED",
                        "passes": [
                            {
                                "total": "13.433",
                                "values": [
                                    {
                                        "score": "4.600",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.833",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            },
                            {
                                "total": "12.700",
                                "values": [
                                    {
                                        "score": "4.000",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.800",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.100",
                                        "name": "ND"
                                    }
                                ]
                            }
                        ],
                        "total": 13.433
                    }
                ]
            },
            "ranking": {
                "score": "13.067",
                "place": 5,
                "hc": false,
                "tie": false,
                "qualified": false,
                "reserve": false
            }
        },
        {
            "participation": {
                "number": 13,
                "category": "Juniors",
                "names": [
                    "MUELLER JANOAH"
                ],
                "club": "Germany",
                "country": "ger",
                "scores": [
                    {
                        "status": "FINISHED",
                        "passes": [
                            {
                                "total": "13.300",
                                "values": [
                                    {
                                        "score": "4.600",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.700",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            },
                            {
                                "total": "12.800",
                                "values": [
                                    {
                                        "score": "4.000",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.800",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            }
                        ],
                        "total": 13.299999999999999
                    }
                ]
            },
            "ranking": {
                "score": "13.050",
                "place": 6,
                "hc": false,
                "tie": false,
                "qualified": true,
                "reserve": false
            }
        },
        {
            "participation": {
                "number": 5,
                "category": "Juniors",
                "names": [
                    "BOHLE LENI"
                ],
                "club": "Austria",
                "country": "aut",
                "scores": [
                    {
                        "status": "FINISHED",
                        "passes": [
                            {
                                "total": "12.933",
                                "values": [
                                    {
                                        "score": "4.000",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.933",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            },
                            {
                                "total": "12.900",
                                "values": [
                                    {
                                        "score": "4.000",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.900",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            }
                        ],
                        "total": 12.933
                    }
                ]
            },
            "ranking": {
                "score": "12.917",
                "place": 7,
                "hc": false,
                "tie": false,
                "qualified": true,
                "reserve": false
            }
        },
        {
            "participation": {
                "number": 1,
                "category": "Juniors",
                "names": [
                    "SCHWANINGER BERTA"
                ],
                "club": "Austria",
                "country": "aut",
                "scores": [
                    {
                        "status": "FINISHED",
                        "passes": [
                            {
                                "total": "13.100",
                                "values": [
                                    {
                                        "score": "4.600",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.800",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.300",
                                        "name": "ND"
                                    }
                                ]
                            },
                            {
                                "total": "12.633",
                                "values": [
                                    {
                                        "score": "3.900",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.733",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            }
                        ],
                        "total": 13.1
                    }
                ]
            },
            "ranking": {
                "score": "12.867",
                "place": 8,
                "hc": false,
                "tie": false,
                "qualified": true,
                "reserve": false
            }
        },
        {
            "participation": {
                "number": 30,
                "category": "Juniors",
                "names": [
                    "VISOVAN BIANCA GABRIELA"
                ],
                "club": "Roumania",
                "country": "rom",
                "scores": [
                    {
                        "status": "FINISHED",
                        "passes": [
                            {
                                "total": "13.466",
                                "values": [
                                    {
                                        "score": "4.600",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.866",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            },
                            {
                                "total": "12.200",
                                "values": [
                                    {
                                        "score": "3.500",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.700",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            }
                        ],
                        "total": 13.466
                    }
                ]
            },
            "ranking": {
                "score": "12.833",
                "place": 9,
                "hc": false,
                "tie": false,
                "qualified": true,
                "reserve": false
            }
        },
        {
            "participation": {
                "number": 18,
                "category": "Juniors",
                "names": [
                    "PIERAZZINI VIOLA"
                ],
                "club": "Italy",
                "country": "ita",
                "scores": [
                    {
                        "status": "FINISHED",
                        "passes": [
                            {
                                "total": "13.400",
                                "values": [
                                    {
                                        "score": "4.600",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.800",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            },
                            {
                                "total": "12.066",
                                "values": [
                                    {
                                        "score": "3.500",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.566",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            }
                        ],
                        "total": 13.4
                    }
                ]
            },
            "ranking": {
                "score": "12.733",
                "place": 10,
                "hc": false,
                "tie": false,
                "qualified": false,
                "reserve": false
            }
        },
        {
            "participation": {
                "number": 15,
                "category": "Juniors",
                "names": [
                    "PERESZTEGI NORA"
                ],
                "club": "Hungary",
                "country": "hun",
                "scores": [
                    {
                        "status": "FINISHED",
                        "passes": [
                            {
                                "total": "12.500",
                                "values": [
                                    {
                                        "score": "3.700",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.800",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            },
                            {
                                "total": "12.166",
                                "values": [
                                    {
                                        "score": "3.300",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.866",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            }
                        ],
                        "total": 12.5
                    }
                ]
            },
            "ranking": {
                "score": "12.333",
                "place": 11,
                "hc": false,
                "tie": false,
                "qualified": false,
                "reserve": true
            }
        },
        {
            "participation": {
                "number": 31,
                "category": "Juniors",
                "names": [
                    "DOBROCKA LUCIA"
                ],
                "club": "Slovakia",
                "country": "svk",
                "scores": [
                    {
                        "status": "FINISHED",
                        "passes": [
                            {
                                "total": "11.766",
                                "values": [
                                    {
                                        "score": "4.200",
                                        "name": "D"
                                    },
                                    {
                                        "score": "7.566",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            },
                            {
                                "total": "12.033",
                                "values": [
                                    {
                                        "score": "3.500",
                                        "name": "D"
                                    },
                                    {
                                        "score": "8.533",
                                        "name": "E"
                                    },
                                    {
                                        "score": "0.000",
                                        "name": "ND"
                                    }
                                ]
                            }
                        ],
                        "total": 11.766
                    }
                ]
            },
            "ranking": {
                "score": "11.900",
                "place": 12,
                "hc": false,
                "tie": false,
                "qualified": false,
                "reserve": true
            }
        }
    ]
}

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment