API

AthleteWCups

Athlete Wolrd Cup Stats

Returns the World Cup statistics of a given Entry

Specific Parameters

  • Id STRING M Athlete WA Id
  • SublevelId INTEGER + Competition's Sublevel ID
  • CompFormatId INTEGER Competition Format ID
  • CompSubFormatId INTEGER Competition Format SubType ID
  • SortBy STRING Order By condition of returned data, "-" to order DESC
     Available options: YEAR

Type Data type

M Mandatory

+ Multiple values separated with pipe "|"

Syntax Try it yourself

http://api.worldarchery.org/v3/ATHLETEWCUPS/?Id=STRING&SublevelId=INTEGER&CompFormatId=INTEGER&CompSubFormatId=INTEGER&SortBy=STRING [&]

http://api.worldarchery.org/?v=3&content=ATHLETEWCUPS&Id=STRING&SublevelId=INTEGER&CompFormatId=INTEGER&CompSubFormatId=INTEGER&SortBy=STRING [&]

Response

{
    "pageInfo": {
        "totalResults": 2,
        "resultsPerPage": 2,
        "page": 0
    },
    "items": [
        {
            "SubLevelId": 12,
            "SubLevelName": "World Cup Stage",
            "Caps": 53,
            "Podiums": 52,
            "Medals": {
                "Golds": 25,
                "Silvers": 13,
                "Bronzes": 14
            },
            "Details": [
                {
                    "ID": 24210,
                    "Year": 2022,
                    "Place": "Medellin",
                    "Country": "COL",
                    "CountryName": "Colombia",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 17,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Second Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 6,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 24209,
                    "Year": 2022,
                    "Place": "Paris",
                    "Country": "FRA",
                    "CountryName": "France",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 33,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Second Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 2,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Silver",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 1,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 24208,
                    "Year": 2022,
                    "Place": "Gwangju",
                    "Country": "KOR",
                    "CountryName": "Republic of Korea",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 6,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 2,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Silver",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 24207,
                    "Year": 2022,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 6,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 3,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Bronze",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 22720,
                    "Year": 2021,
                    "Place": "Paris",
                    "Country": "FRA",
                    "CountryName": "France",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 7,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 22719,
                    "Year": 2021,
                    "Place": "Lausanne",
                    "Country": "SUI",
                    "CountryName": "Switzerland",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 22718,
                    "Year": 2021,
                    "Place": "Guatemala City",
                    "Country": "GUA",
                    "CountryName": "Guatemala",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 17,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Second Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 2,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Silver",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 4,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Bronze Final",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 18159,
                    "Year": 2019,
                    "Place": "Berlin",
                    "Country": "GER",
                    "CountryName": "Germany",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 9,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Second Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 18156,
                    "Year": 2019,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 9,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Second Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 18157,
                    "Year": 2019,
                    "Place": "Shanghai",
                    "Country": "CHN",
                    "CountryName": "People's Republic of China",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 8,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 19890,
                    "Year": 2019,
                    "Place": "Medellin",
                    "Country": "COL",
                    "CountryName": "Colombia",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 2,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Silver",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 16078,
                    "Year": 2018,
                    "Place": "Berlin",
                    "Country": "GER",
                    "CountryName": "Germany",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Fourth Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 9,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Second Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 18117,
                    "Year": 2018,
                    "Place": "Salt Lake City",
                    "Country": "USA",
                    "CountryName": "United States of America",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Fourth Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 7,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 1,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 18116,
                    "Year": 2018,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 17,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Second Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 9,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Second Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 18142,
                    "Year": 2018,
                    "Place": "Shanghai",
                    "Country": "CHN",
                    "CountryName": "People's Republic of China",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 2,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Silver",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 7,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 4,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Bronze Final",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 15470,
                    "Year": 2017,
                    "Place": "Berlin",
                    "Country": "GER",
                    "CountryName": "Germany",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 8,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 3,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Bronze",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 16212,
                    "Year": 2017,
                    "Place": "Salt Lake City",
                    "Country": "USA",
                    "CountryName": "United States of America",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "First Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 3,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Bronze",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 15915,
                    "Year": 2017,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 2,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Silver",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 6,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 4,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Bronze Final",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 15914,
                    "Year": 2017,
                    "Place": "Shanghai",
                    "Country": "CHN",
                    "CountryName": "People's Republic of China",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "First Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 14531,
                    "Year": 2016,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 7,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 5,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 14529,
                    "Year": 2016,
                    "Place": "Medellin",
                    "Country": "COL",
                    "CountryName": "Colombia",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 8,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 14528,
                    "Year": 2016,
                    "Place": "Shanghai",
                    "Country": "CHN",
                    "CountryName": "People's Republic of China",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 17,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 7,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 1,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 14249,
                    "Year": 2015,
                    "Place": "Medellin",
                    "Country": "COL",
                    "CountryName": "Colombia",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Fourth Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 2,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Silver",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 14225,
                    "Year": 2015,
                    "Place": "Wroclaw",
                    "Country": "POL",
                    "CountryName": "Poland",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Fourth Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 14131,
                    "Year": 2015,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 4,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze Final",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 4,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze Final",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 14102,
                    "Year": 2015,
                    "Place": "Shanghai",
                    "Country": "CHN",
                    "CountryName": "People's Republic of China",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 7,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 6,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 500,
                    "Year": 2014,
                    "Place": "Wroclaw",
                    "Country": "POL",
                    "CountryName": "Poland",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 7,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 6,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 499,
                    "Year": 2014,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 17,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "First Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 498,
                    "Year": 2014,
                    "Place": "Medellin",
                    "Country": "COL",
                    "CountryName": "Colombia",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 8,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 9,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "First Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 497,
                    "Year": 2014,
                    "Place": "Shanghai",
                    "Country": "CHN",
                    "CountryName": "People's Republic of China",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 7,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 1
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "First Round",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 10
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 13
                                }
                            ]
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 1,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 1,
                                    "FmtId": 1,
                                    "FmtSubId": 11
                                },
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 14
                                }
                            ]
                        }
                    ]
                },
                {
                    "ID": 473,
                    "Year": 2013,
                    "Place": "Wroclaw",
                    "Country": "POL",
                    "CountryName": "Poland",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 8,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 2,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Silver"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 5,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Quarterfinal"
                        }
                    ]
                },
                {
                    "ID": 470,
                    "Year": 2013,
                    "Place": "Medellin",
                    "Country": "COL",
                    "CountryName": "Colombia",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 6,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 2,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Silver"
                        }
                    ]
                },
                {
                    "ID": 467,
                    "Year": 2013,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 9,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "First Round"
                        }
                    ]
                },
                {
                    "ID": 456,
                    "Year": 2013,
                    "Place": "Shanghai",
                    "Country": "CHN",
                    "CountryName": "People's Republic of China",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 17,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 1,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Gold"
                        }
                    ]
                },
                {
                    "ID": 436,
                    "Year": 2012,
                    "Place": "Ogden",
                    "Country": "USA",
                    "CountryName": "United States of America",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 17,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 1,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Gold"
                        }
                    ]
                },
                {
                    "ID": 428,
                    "Year": 2012,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 17,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "First Round"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 9,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Qualification Round"
                        }
                    ]
                },
                {
                    "ID": 420,
                    "Year": 2012,
                    "Place": "Shanghai",
                    "Country": "CHN",
                    "CountryName": "People's Republic of China",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 4,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Qualification Round"
                        }
                    ]
                },
                {
                    "ID": 400,
                    "Year": 2011,
                    "Place": "Shanghai",
                    "Country": "CHN",
                    "CountryName": "People's Republic of China",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 1,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Gold"
                        }
                    ]
                },
                {
                    "ID": 395,
                    "Year": 2011,
                    "Place": "Ogden, UT",
                    "Country": "USA",
                    "CountryName": "United States of America",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 1,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Gold"
                        }
                    ]
                },
                {
                    "ID": 385,
                    "Year": 2011,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 6,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Qualification Round"
                        }
                    ]
                },
                {
                    "ID": 384,
                    "Year": 2011,
                    "Place": "Porec",
                    "Country": "CRO",
                    "CountryName": "Croatia",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 2,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Silver"
                        }
                    ]
                },
                {
                    "ID": 354,
                    "Year": 2010,
                    "Place": "Shanghai",
                    "Country": "CHN",
                    "CountryName": "People's Republic of China",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 8,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal"
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 352,
                    "Year": 2010,
                    "Place": "Ogden, UT",
                    "Country": "USA",
                    "CountryName": "United States of America",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round"
                        }
                    ],
                    "Team": [],
                    "Mixed": [
                        {
                            "Rnk": 5,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Qualification Round"
                        }
                    ]
                },
                {
                    "ID": 351,
                    "Year": 2010,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 2,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Silver"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 2,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Silver"
                        }
                    ]
                },
                {
                    "ID": 350,
                    "Year": 2010,
                    "Place": "Porec",
                    "Country": "CRO",
                    "CountryName": "Croatia",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal"
                        }
                    ],
                    "Mixed": [
                        {
                            "Rnk": 1,
                            "CatId": 47,
                            "CatCode": "RX",
                            "Outcome": "Gold"
                        }
                    ]
                },
                {
                    "ID": 333,
                    "Year": 2009,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round"
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 331,
                    "Year": 2009,
                    "Place": "Porec",
                    "Country": "CRO",
                    "CountryName": "Croatia",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 4,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze Final"
                        },
                        {
                            "Rnk": 25,
                            "CatId": 9,
                            "CatCode": "CM",
                            "Outcome": "Second Round"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 6,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal"
                        },
                        {
                            "Rnk": 5,
                            "CatId": 9,
                            "CatCode": "CM",
                            "Outcome": "Quarterfinal"
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 310,
                    "Year": 2009,
                    "Place": "Santo Domingo",
                    "Country": "DOM",
                    "CountryName": "Dominican Republic",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 17,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Second Round"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze"
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 296,
                    "Year": 2008,
                    "Place": "Boe",
                    "Country": "FRA",
                    "CountryName": "France",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 50,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "First Round"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "First Round"
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 295,
                    "Year": 2008,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 2,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Silver"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 5,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal"
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 266,
                    "Year": 2007,
                    "Place": "Antalya",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 54,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "First Round"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "First Round"
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 265,
                    "Year": 2007,
                    "Place": "Varese",
                    "Country": "ITA",
                    "CountryName": "Italy",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 9,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze"
                        }
                    ],
                    "Mixed": []
                },
                {
                    "ID": 270,
                    "Year": 2007,
                    "Place": "Ulsan",
                    "Country": "KOR",
                    "CountryName": "Republic of Korea",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 16,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Third Round"
                        }
                    ],
                    "Team": [
                        {
                            "Rnk": 16,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "First Round"
                        }
                    ],
                    "Mixed": []
                }
            ]
        },
        {
            "SubLevelId": 13,
            "SubLevelName": "World Cup Final",
            "Caps": 12,
            "Podiums": 10,
            "Medals": {
                "Golds": 5,
                "Silvers": 3,
                "Bronzes": 2
            },
            "Details": [
                {
                    "ID": 24795,
                    "Year": 2022,
                    "Place": "Tlaxcala de Xicoht\u00e9ncatl",
                    "Country": "MEX",
                    "CountryName": "Mexico",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 6,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 22721,
                    "Year": 2021,
                    "Place": "Yankton",
                    "Country": "USA",
                    "CountryName": "United States of America",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 2,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Silver",
                            "Formats": [
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 20614,
                    "Year": 2019,
                    "Place": "Moscow",
                    "Country": "RUS",
                    "CountryName": "Russian Federation",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 19186,
                    "Year": 2018,
                    "Place": "Samsun",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze",
                            "Formats": [
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 17403,
                    "Year": 2017,
                    "Place": "Rome",
                    "Country": "ITA",
                    "CountryName": "Italy",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 2,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Silver",
                            "Formats": [
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 16144,
                    "Year": 2016,
                    "Place": "Odense",
                    "Country": "DEN",
                    "CountryName": "Denmark",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 14269,
                    "Year": 2015,
                    "Place": "Mexico City",
                    "Country": "MEX",
                    "CountryName": "Mexico",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 7,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Quarterfinal",
                            "Formats": [
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 503,
                    "Year": 2014,
                    "Place": "Lausanne",
                    "Country": "SUI",
                    "CountryName": "Switzerland",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [],
                        "Mixed": [
                            "CX",
                            "RX"
                        ]
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold",
                            "Formats": [
                                {
                                    "PhTypeId": 2,
                                    "FmtId": 5,
                                    "FmtSubId": 8
                                }
                            ]
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 475,
                    "Year": 2013,
                    "Place": "Paris",
                    "Country": "FRA",
                    "CountryName": "France",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 3,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Bronze"
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 449,
                    "Year": 2012,
                    "Place": "Tokyo",
                    "Country": "JPN",
                    "CountryName": "Japan",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 2,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Silver"
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 401,
                    "Year": 2011,
                    "Place": "Istanbul",
                    "Country": "TUR",
                    "CountryName": "T\u00fcrkiye",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold"
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                },
                {
                    "ID": 364,
                    "Year": 2010,
                    "Place": "Edinburgh",
                    "Country": "GBR",
                    "CountryName": "Great Britain",
                    "Events": {
                        "Individual": [
                            "RM",
                            "RW",
                            "CM",
                            "CW"
                        ],
                        "Team": [],
                        "Mixed": []
                    },
                    "Individual": [
                        {
                            "Rnk": 1,
                            "CatId": 1,
                            "CatCode": "RM",
                            "Outcome": "Gold"
                        }
                    ],
                    "Team": [],
                    "Mixed": []
                }
            ]
        }
    ]
}
×

Try it: AthleteWCups

Id
SublevelId
CompFormatId
CompSubFormatId
SortBy
Request: