{
  "openapi": "3.0.3",
  "info": {
    "description": "Sportmicro is happy to have you here! Thanks for visiting our badminton documentation. You will learn all there is to know about Sportmicro' Badminton API right here.",
    "title": "Sportmicro",
    "version": "1.0.0",
    "termsOfService": "https://sportmicro.com/terms",
    "contact": {
      "name": "Sportmicro Support",
      "email": "support@sportmicro.com",
      "url": "https://sportmicro.com/contact"
    },
    "x-logo": {
      "url": "https://sportmicro.com/png/icons/badminton.png",
      "altText": "Sportmicro badminton logo"
    },
    "license": {
      "name": "MIT",
      "url": "https://opensource.org/licenses/MIT"
    }
  },
  "paths": {
    "/teams-seasons": {
      "get": {
        "tags": [
          "Teams"
        ],
        "summary": "Teams Seasons",
        "description": "This endpoint allows you to retrieve the seasons from teams.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet seasons from a specific **team_id**<br />`https://badminton.sportmicro.com/teams-seasons?team_id=eq.{team_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.teams-seasons.team_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/teams-seasons"
                  },
                  "type": "array",
                  "example": [
                    {
                      "team_id": 98,
                      "team_name": "Se Young An.",
                      "team_hash_image": "1bb889d81b2a09848671e24cf1c710933b33aa3924b8bb0aa1babfd74a3247b1",
                      "tournaments": [
                        {
                          "seasons": [
                            {
                              "season_id": 77,
                              "start_time": "2026-01-03",
                              "season_name": "ATP Brisbane, Australia Men Singles 2026"
                            },
                            {
                              "season_id": 55587,
                              "start_time": "2023-12-31",
                              "season_name": "ATP Brisbane, Australia Men Singles 2024"
                            },
                            {
                              "season_id": 47334,
                              "start_time": "2024-12-28",
                              "season_name": "ATP Brisbane, Australia Men Singles 2025"
                            },
                            {
                              "season_id": 64085,
                              "start_time": "2018-12-30",
                              "season_name": "2019 ATP Brisbane, Australia Men Singles"
                            }
                          ],
                          "tournament_id": 67,
                          "tournament_name": "Japan Open 2022 - WS"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams Seasons"
      }
    },
    "/tournaments-by-league": {
      "get": {
        "tags": [
          "Tournaments"
        ],
        "summary": "Tournaments By League",
        "description": "This endpoint allows you to retrieve the tournaments from a specific league.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet tournaments from a specific **league_id**<br />`https://badminton.sportmicro.com/tournaments-by-league?league_id=eq.{league_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.tournaments-by-league.league_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/tournaments-by-league"
                  },
                  "type": "array",
                  "example": [
                    {
                      "league_id": 52,
                      "league_name": "Singapore Open (WT) 2018 - Women",
                      "league_hash_image": "abd993623d86e993d896c0711fc81ca35cf4590afd33e1a283acef4cdf3ac3e3",
                      "tournaments": [
                        {
                          "id": 62,
                          "name": "Singapore Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41745,
                          "name": "Singapore Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42658,
                          "name": "Singapore Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 51533,
                          "name": "Singapore Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53324,
                          "name": "OUE Singapore Open (SS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54701,
                          "name": "Singapore Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55592,
                          "name": "Singapore Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 56216,
                          "name": "Singapore Open (SS) 2014 - Women",
                          "importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Tournaments By League"
      }
    },
    "/teams": {
      "get": {
        "tags": [
          "Teams"
        ],
        "summary": "Teams",
        "description": "This endpoint allows you to retrieve the teams.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\nYou can get the image of the team by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet teams<br />`https://badminton.sportmicro.com/teams`<br /><br />Get team based on the **name**<br />`https://badminton.sportmicro.com/teams?name=like.*Real*`<br /><br />Get team based on the **id**<br />`https://badminton.sportmicro.com/teams?id=eq.{id}`<br /><br />Get teams from a specific **country_id**<br />`https://badminton.sportmicro.com/teams?country_id=eq.{country_id}`<br /><br />Get teams from a specific **category_id**<br />`https://badminton.sportmicro.com/teams?category_id=eq.{category_id}`<br /><br />Get team from a specific **primary_league_id**<br />`https://badminton.sportmicro.com/teams?primary_league_id=eq.{primary_league_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.teams.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.teams.country_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.teams.class_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.teams.tournament_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.teams.primary_league_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/teams"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 135381,
                      "name": "Goulin E / Cuevas A",
                      "full_name": "E. Goulin / A. Cuevas",
                      "name_code": "GEC",
                      "national": false,
                      "type": 2,
                      "color_primary": "#374df5",
                      "color_secondary": "#374df5",
                      "color_text": "#ffffff",
                      "hash_image": "6d172e02293288da47720c40f98dcceef08fea61b62fd2caaff41a11144e57ac",
                      "sub_teams": [
                        69379,
                        66096
                      ],
                      "class_id": 35,
                      "class_name": "International",
                      "class_hash_image": "6701356dde08b8b59ddc05f68767a5e14908e233616451ad89a8f08e30dcfc85",
                      "tournament_id": 33101,
                      "tournament_name": "Nouvelle Aquitaine 2022 - XD"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams"
      }
    },
    "/leagues": {
      "get": {
        "tags": [
          "Leagues"
        ],
        "summary": "Leagues",
        "description": "This endpoint allows you to retrieve the leagues and the cups.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 every day.\n\nYou can get the image of the league by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet leagues<br />`https://badminton.sportmicro.com/leagues`<br /><br />Search the leagues by the `name`<br />`https://badminton.sportmicro.com/leagues?name=like.*Championship*`<br /><br />Get leagues based on the **id**<br />`https://badminton.sportmicro.com/leagues?id=eq.{id}`<br /><br />Get leagues from a specific **class_id**<br />`https://badminton.sportmicro.com/leagues?class_id=eq.{class_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.leagues.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.leagues.class_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/leagues"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 52,
                      "name": "Singapore Open (WT) 2018 - Women",
                      "importance": 0,
                      "primary_color": "#f01c1c",
                      "secondary_color": "#f7ed1b",
                      "start_league": "2025-05-27T00:00:00+00:00",
                      "end_league": "2025-06-01T00:00:00+00:00",
                      "hash_image": "abd993623d86e993d896c0711fc81ca35cf4590afd33e1a283acef4cdf3ac3e3",
                      "class_id": 35,
                      "class_name": "International",
                      "class_hash_image": "6701356dde08b8b59ddc05f68767a5e14908e233616451ad89a8f08e30dcfc85"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Leagues"
      }
    },
    "/seasons-rounds": {
      "get": {
        "tags": [
          "Seasons"
        ],
        "summary": "Seasons Rounds",
        "description": "This endpoint allows you to retrieve the rounds from seasons.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet rounds from a specific **season_id**<br />`https://badminton.sportmicro.com/seasons-rounds?season_id=eq.{season_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.seasons-rounds.season_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/seasons-rounds"
                  },
                  "type": "array",
                  "example": [
                    {
                      "season_id": 59,
                      "season_name": "Singapore Open, Women, Singles 2025",
                      "rounds": [
                        {
                          "id": 1098,
                          "name": "Round of 32",
                          "round": 6,
                          "end_time": "2025-05-28",
                          "start_time": "2025-05-27"
                        },
                        {
                          "id": 1099,
                          "name": "Round of 16",
                          "round": 5,
                          "end_time": "2025-05-29",
                          "start_time": "2025-05-29"
                        },
                        {
                          "id": 1100,
                          "name": "Quarterfinals",
                          "round": 27,
                          "end_time": "2025-05-30",
                          "start_time": "2025-05-30"
                        },
                        {
                          "id": 1101,
                          "name": "Semifinals",
                          "round": 28,
                          "end_time": "2025-05-31",
                          "start_time": "2025-05-31"
                        },
                        {
                          "id": 1102,
                          "name": "Final",
                          "round": 29,
                          "end_time": "2025-06-01",
                          "start_time": "2025-06-01"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons Rounds"
      }
    },
    "/tournaments": {
      "get": {
        "tags": [
          "Tournaments"
        ],
        "summary": "Tournaments",
        "description": "This endpoint allows you to retrieve the tournaments.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet tournaments<br />`https://badminton.sportmicro.com/tournaments`<br /><br />Get tournaments based on the **id**<br />`https://badminton.sportmicro.com/tournaments?id=eq.{id}`<br /><br />Get tournaments from a specific **league_id**<br />`https://badminton.sportmicro.com/tournaments?league_id=eq.{league_id}`<br /><br />Get tournaments from a specific **class_id**<br />`https://badminton.sportmicro.com/tournaments?class_id=eq.{class_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.tournaments.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.tournaments.league_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.tournaments.class_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/tournaments"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 19635,
                      "name": "Scottish Open 2018 - XD",
                      "importance": 0,
                      "league_id": 6766,
                      "league_name": "Scottish Open (GP) - Mixed Doubles",
                      "class_id": 35,
                      "class_name": "International",
                      "class_hash_image": "6701356dde08b8b59ddc05f68767a5e14908e233616451ad89a8f08e30dcfc85"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Tournaments"
      }
    },
    "/leagues-by-date": {
      "get": {
        "tags": [
          "Leagues"
        ],
        "summary": "Leagues By Date",
        "description": "This endpoint allows you to retrieve the leagues from a specific date. The date has a format of YYYY-DD-MM.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet leagues from a specific **date**<br />`https://badminton.sportmicro.com/leagues-by-date?date=eq.{date}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.leagues-by-date.date"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/leagues-by-date"
                  },
                  "type": "array",
                  "example": [
                    {
                      "date": "2008-08-09",
                      "leagues": [
                        {
                          "class_id": "International",
                          "league_id": 79,
                          "class_name": "International",
                          "league_name": "Badminton Olympic Games Women",
                          "class_hash_image": "6701356dde08b8b59ddc05f68767a5e14908e233616451ad89a8f08e30dcfc85",
                          "league_importance": 0
                        },
                        {
                          "class_id": "International",
                          "league_id": 6505,
                          "class_name": "International",
                          "league_name": "Badminton Olympic Games",
                          "class_hash_image": "6701356dde08b8b59ddc05f68767a5e14908e233616451ad89a8f08e30dcfc85",
                          "league_importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Leagues By Date"
      }
    },
    "/classes": {
      "get": {
        "tags": [
          "Classes"
        ],
        "summary": "Classes",
        "description": "This endpoint allows you to retrieve the classes.\nYou can use the `alpha` parameter to get a specific class as a country.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times per day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\nYou can get the image of the category by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet classes<br />`https://badminton.sportmicro.com/classes`<br /><br />Get class based on the **id**<br />`https://badminton.sportmicro.com/classes?id=eq.{id}`<br /><br />Get classes based on the **alpha**<br />`https://badminton.sportmicro.com/classes?alpha=eq.{alpha}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.classes.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.classes.alpha"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/classes"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 35,
                      "name": "International",
                      "flag": "international",
                      "importance": 12,
                      "hash_image": "6701356dde08b8b59ddc05f68767a5e14908e233616451ad89a8f08e30dcfc85",
                      "matches_live_count": 0,
                      "last_match_date": "2026-05-07T08:00:00+00:00",
                      "next_match_date": "2026-05-07T08:30:00+00:00"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Classes"
      }
    },
    "/matches-weather": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches Weather",
        "description": "This endpoint allows you to retrieve the weather from matches.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every hour.\n**Recommended Calls**: Limit calls to 1 every hour.\n\n### Use Cases\nGet weather based on the **id**<br />`https://badminton.sportmicro.com/matches-weather?id=eq.{id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-weather.id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/matches-weather"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 1,
                      "dt": "2023-10-24T10:00:00+00:00",
                      "temp": 287.35,
                      "feels_like": 286.71,
                      "pressure": 1005,
                      "humidity": 72,
                      "dew_point": 282.28,
                      "uvi": 1.15,
                      "clouds": 86,
                      "wind_speed": 5.31,
                      "wind_deg": 185,
                      "wind_gust": 8.72,
                      "weather_id": 804,
                      "weather_main": "Clouds",
                      "weather_description": "overcast clouds",
                      "weather_icon": "04d",
                      "pop": 0.01
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Weather"
      }
    },
    "/matches": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches",
        "description": "This endpoint allows you to retrieve the matches.\nYou can use `id` from the `seasons`, `tournaments`, `rounds`, `arenas`, `referees` and `teams` endpoint to get the matches.\nMatches status codes:\n\n`type` | `description`\n--- | ---\ncanceled | Abandoned\ncanceled | Canceled\ndelayed | Start delayed\nfinished | Walkover\nfinished | Removed\nfinished | Retired\nfinished | Ended\nfinished | Coverage canceled\nlive | 1st set\nlive | 2nd set\nlive | 3rd set\npostponed | Postponed\nupcoming | Not started\nlive | 4th set\nlive | 5th set\nlive | 6th set\nlive | 7th set\n\nFor **scores** we have fields for covering that: `current`, `display`, `period1`, `period2`, `period3`, `period4`, `period5`, `normaltime`, `team`, `match_id`.\n\nFor **time extras or injuries** we have fields for covering that: **current_period_start_timestamp**, **current**, **match_id**, **period_count**.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 10 seconds.<br />**Recommended Calls**: Limit calls to 1 every 10 seconds.\n\n### Use Cases\nGet matches<br />`https://badminton.sportmicro.com/matches`<br /><br />Get match based on the **id**<br />`https://badminton.sportmicro.com/matches?id=eq.{id}`<br /><br />Get matches based on the **start_time** (gte = greater than or equal to, lt = lower than)<br />`https://badminton.sportmicro.com/matches?start_time=gte.2023-04-27&start_time=lt.2023-04-28`<br /><br />Get matches based on the **status_type**<br />`https://badminton.sportmicro.com/matches?status_type=eq.{status_type}`<br /><br />Get matches based on the **season_id**<br />`https://badminton.sportmicro.com/matches?season_id=eq.{season_id}`<br /><br />Get matches based on the **tournament_id**<br />`https://badminton.sportmicro.com/matches?tournament_id=eq.{tournament_id}`<br /><br />Get matches based on the **round_id**<br />`https://badminton.sportmicro.com/matches?round_id=eq.{round_id}`<br /><br />Get matches based on the **arena_id**<br />`https://badminton.sportmicro.com/matches?arena_id=eq.{arena_id}`<br /><br />Get matches based on the **referee_id**<br />`https://badminton.sportmicro.com/matches?referee_id=eq.{referee_id}`<br /><br />**H2H** - Get head to head matches with teams ex.(home_team_id, away_team_id)<br />`https://badminton.sportmicro.com/matches?or=(home_team_id.eq.{home_team_id}, away_team_id.eq.{home_team_id}, home_team_id.eq.{away_team_id}, away_team_id.eq.{away_team_id})`<br /><br />Get home team matches based on the **home_team_id**<br />`https://badminton.sportmicro.com/matches?home_team_id=eq.{home_team_id}`<br /><br />Get away team matches based on the **away_team_id**<br />`https://badminton.sportmicro.com/matches?away_team_id=eq.{away_team_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.matches.tournament_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.matches.season_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.matches.round_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.matches.arena_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.matches.referee_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.matches.home_team_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.matches.away_team_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/matches"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 1,
                      "name": "Se Young An. vs Lassaux C.",
                      "tournament_id": 204,
                      "tournament_name": "BWF World Championships - Women Singles",
                      "tournament_importance": 0,
                      "season_id": 229,
                      "season_name": "BWF World Championships Women Singles 2025",
                      "round_id": 2287,
                      "round": {
                        "id": 2287,
                        "name": "Round of 64",
                        "round": 32,
                        "end_time": "2025-08-26",
                        "start_time": "2025-08-25"
                      },
                      "status": {
                        "type": "finished",
                        "reason": "Ended"
                      },
                      "status_type": "finished",
                      "arena_id": 58,
                      "arena_name": "Court 1",
                      "arena_hash_image": "8b90853149c8164a23783e6b0ff35afd6b85e8f9cf0108086fb7fa05a466ff32",
                      "home_team_id": 98,
                      "home_team_name": "Se Young An.",
                      "home_team_hash_image": "1bb889d81b2a09848671e24cf1c710933b33aa3924b8bb0aa1babfd74a3247b1",
                      "away_team_id": 293,
                      "away_team_name": "Lassaux C.",
                      "away_team_hash_image": "56a02f69ea4ab889e660302a62473585e0ef5155b2f34b178acc6bef0b4207bf",
                      "home_team_score": {
                        "current": 2,
                        "display": 2,
                        "period_1": 21,
                        "period_2": 21
                      },
                      "away_team_score": {
                        "current": 0,
                        "display": 0,
                        "period_1": 5,
                        "period_2": 8
                      },
                      "times": {
                        "specific_start_time": "2025-08-25T15:16:59+00:00"
                      },
                      "specific_start_time": "2025-08-25T15:16:59+00:00",
                      "start_time": "2025-08-25T14:40:00+00:00",
                      "duration": 9000,
                      "class_id": 35,
                      "class_name": "International",
                      "class_hash_image": "6701356dde08b8b59ddc05f68767a5e14908e233616451ad89a8f08e30dcfc85",
                      "league_id": 134,
                      "league_name": "BWF World Championships - Women Singles"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches"
      }
    },
    "/matches-statistics": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches Statistics",
        "description": "This endpoint allows you to retrieve the statistics from matches.\n\nTypes of the statistics:\n**Points won**, **Comeback to win**, **Match points**, **Max points in a row**, **Biggest lead**.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every minute.\n**Recommended Calls**: Limit calls to 1 every minute.\n\n### Use Cases\nGet statistics from a specific **match_id**<br />`https://badminton.sportmicro.com/matches-statistics?match_id=eq.{match_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-statistics.match_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/matches-statistics"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 1,
                      "statistics": [
                        {
                          "type": "Biggest lead",
                          "period": "1ST",
                          "category": "Points",
                          "away_team": "0",
                          "home_team": "16"
                        },
                        {
                          "type": "Biggest lead",
                          "period": "2ND",
                          "category": "Points",
                          "away_team": "1",
                          "home_team": "13"
                        },
                        {
                          "type": "Biggest lead",
                          "period": "ALL",
                          "category": "Points",
                          "away_team": "1",
                          "home_team": "16"
                        },
                        {
                          "type": "Comeback to win",
                          "period": "1ST",
                          "category": "Points",
                          "away_team": "0",
                          "home_team": "0"
                        },
                        {
                          "type": "Comeback to win",
                          "period": "2ND",
                          "category": "Points",
                          "away_team": "0",
                          "home_team": "1"
                        },
                        {
                          "type": "Comeback to win",
                          "period": "ALL",
                          "category": "Points",
                          "away_team": "0",
                          "home_team": "1"
                        },
                        {
                          "type": "Match points",
                          "period": "1ST",
                          "category": "Points",
                          "away_team": "0",
                          "home_team": "0"
                        },
                        {
                          "type": "Match points",
                          "period": "2ND",
                          "category": "Points",
                          "away_team": "0",
                          "home_team": "2"
                        },
                        {
                          "type": "Match points",
                          "period": "ALL",
                          "category": "Points",
                          "away_team": "0",
                          "home_team": "2"
                        },
                        {
                          "type": "Max points in a row",
                          "period": "1ST",
                          "category": "Points",
                          "away_team": "1",
                          "home_team": "12"
                        },
                        {
                          "type": "Max points in a row",
                          "period": "2ND",
                          "category": "Points",
                          "away_team": "2",
                          "home_team": "5"
                        },
                        {
                          "type": "Max points in a row",
                          "period": "ALL",
                          "category": "Points",
                          "away_team": "2",
                          "home_team": "12"
                        },
                        {
                          "type": "Points won",
                          "period": "1ST",
                          "category": "Points",
                          "away_team": "5",
                          "home_team": "21"
                        },
                        {
                          "type": "Points won",
                          "period": "2ND",
                          "category": "Points",
                          "away_team": "8",
                          "home_team": "21"
                        },
                        {
                          "type": "Points won",
                          "period": "ALL",
                          "category": "Points",
                          "away_team": "13",
                          "home_team": "42"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Statistics"
      }
    },
    "/tournaments-by-class": {
      "get": {
        "tags": [
          "Tournaments"
        ],
        "summary": "Tournaments By Class",
        "description": "This endpoint allows you to retrieve the tournaments from a specific class.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet tournaments from a specific **class_id**<br />`https://badminton.sportmicro.com/tournaments-by-class?class_id=eq.{class_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.tournaments-by-class.class_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/tournaments-by-class"
                  },
                  "type": "array",
                  "example": [
                    {
                      "class_id": 35,
                      "class_name": "International",
                      "class_hash_image": "6701356dde08b8b59ddc05f68767a5e14908e233616451ad89a8f08e30dcfc85",
                      "tournaments": [
                        {
                          "id": 62,
                          "name": "Singapore Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 67,
                          "name": "Japan Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 84,
                          "name": "Japan Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 91,
                          "name": "Olympic Tournament - Singles - Women",
                          "importance": 0
                        },
                        {
                          "id": 110,
                          "name": "Indonesia Masters 2022 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 127,
                          "name": "World Tour Finals 2025 - WS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 132,
                          "name": "World Tour Finals 2025 - WS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 136,
                          "name": "BWF Superseries Finals 2014 - Women - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 140,
                          "name": "BWF Superseries Finals 2014 - Women - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 145,
                          "name": "BWF Superseries Finals 2015 - Women - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 151,
                          "name": "BWF Superseries Finals 2015 - Women - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 152,
                          "name": "Hong Kong Open (SS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 164,
                          "name": "Hong Kong Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 169,
                          "name": "World Tour Finals 2024 - WS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 175,
                          "name": "World Tour Finals 2023 - WS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 181,
                          "name": "World Tour Finals 2023 - WS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 188,
                          "name": "World Tour Finals 2019 - WS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 193,
                          "name": "World Tour Finals 2019 - WS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 194,
                          "name": "World Championships 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 204,
                          "name": "BWF World Championships - Women Singles",
                          "importance": 0
                        },
                        {
                          "id": 206,
                          "name": "Nantes International Challenge 2022 - WS - Quali",
                          "importance": 0
                        },
                        {
                          "id": 228,
                          "name": "World Tour Finals 2020 - WS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 247,
                          "name": "Taipei Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 261,
                          "name": "Orleans Masters 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 271,
                          "name": "BWF Uber Cup - 2022 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 300,
                          "name": "Croatia Open 2022 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 307,
                          "name": "Nouvelle Aquitaine 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 314,
                          "name": "Malaysia Masters 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 375,
                          "name": "Nantes International Challenge 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 391,
                          "name": "Latvia International 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 420,
                          "name": "World Tour Finals 2019 - WS - Finals",
                          "importance": 0
                        },
                        {
                          "id": 438,
                          "name": "World Tour Finals 2024 - WS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 445,
                          "name": "World Tour Finals 2023 - WS - Finals",
                          "importance": 0
                        },
                        {
                          "id": 476,
                          "name": "World Tour Finals 2024 - WS - Finals",
                          "importance": 0
                        },
                        {
                          "id": 494,
                          "name": "Croatia Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 545,
                          "name": "Denmark Masters 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 596,
                          "name": "Taipei Open 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 603,
                          "name": "Odisha Open 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 613,
                          "name": "Czech Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 642,
                          "name": "Swiss Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 650,
                          "name": "BWF Superseries Finals 2015 - Women - Finals",
                          "importance": 0
                        },
                        {
                          "id": 663,
                          "name": "Korea Masters 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 666,
                          "name": "BWF Superseries Finals 2014 - Women - Finals",
                          "importance": 0
                        },
                        {
                          "id": 699,
                          "name": "World Tour Finals 2018 - WS - Finals",
                          "importance": 0
                        },
                        {
                          "id": 712,
                          "name": "Dubai World Finals (SS) 2017 - Women - Finals",
                          "importance": 0
                        },
                        {
                          "id": 719,
                          "name": "World Tour Finals 2020 - WS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 722,
                          "name": "All England Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 732,
                          "name": "All England Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 835,
                          "name": "All England Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 847,
                          "name": "Indonesia Masters 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 857,
                          "name": "Indonesia Masters 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 918,
                          "name": "Slovak Open 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1009,
                          "name": "All England Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1071,
                          "name": "European Championships 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1077,
                          "name": "European Championships 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1080,
                          "name": "European Women's Team Championship 2018 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 1082,
                          "name": "European Club Championships 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1086,
                          "name": "Luxembourg Open 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 1093,
                          "name": "Irish Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1106,
                          "name": "Denmark Masters 2022 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 1110,
                          "name": "Irish Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1119,
                          "name": "Korea Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1126,
                          "name": "Korea Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1136,
                          "name": "Korea Masters 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1138,
                          "name": "Korea Masters 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1145,
                          "name": "Italian International 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1206,
                          "name": "Asia Championships 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1212,
                          "name": "Asia Championships - WS",
                          "importance": 0
                        },
                        {
                          "id": 1215,
                          "name": "Bonn International 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1229,
                          "name": "Asia Championships 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1235,
                          "name": "Tong Yun Kai Cup 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1250,
                          "name": "Asia Championships 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1257,
                          "name": "Portugal International 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1264,
                          "name": "Hungarian International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1276,
                          "name": "Hungarian International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1278,
                          "name": "Indonesia Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1284,
                          "name": "Indonesia Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1289,
                          "name": "Slovenia Future Series 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1296,
                          "name": "Austrian Open 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1308,
                          "name": "Italian International 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 1311,
                          "name": "Portuguese International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1335,
                          "name": "Austrian Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1345,
                          "name": "Ukraine Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1359,
                          "name": "Dutch Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1374,
                          "name": "Singapore Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1383,
                          "name": "Bulgarian International Future Series - WS",
                          "importance": 0
                        },
                        {
                          "id": 1406,
                          "name": "Malaysia Masters 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 1411,
                          "name": "All England Open 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1417,
                          "name": "Orleans Masters 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1436,
                          "name": "Asia Team Championships - WS",
                          "importance": 0
                        },
                        {
                          "id": 1454,
                          "name": "Asia Championships - Women",
                          "importance": 0
                        },
                        {
                          "id": 1463,
                          "name": "Fuzhou China Open - WS",
                          "importance": 0
                        },
                        {
                          "id": 1515,
                          "name": "Akita Masters - WS",
                          "importance": 0
                        },
                        {
                          "id": 1529,
                          "name": "Yuzu Indonesia Masters 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1538,
                          "name": "Malaysia International Challenge 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1549,
                          "name": "Thailand Masters - WS",
                          "importance": 0
                        },
                        {
                          "id": 1558,
                          "name": "Thailand Masters 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1565,
                          "name": "China Masters - Women",
                          "importance": 0
                        },
                        {
                          "id": 1573,
                          "name": "China Masters - WS",
                          "importance": 0
                        },
                        {
                          "id": 1647,
                          "name": "Li-Ning China Masters - WS",
                          "importance": 0
                        },
                        {
                          "id": 1667,
                          "name": "BWF Uber Cup - 2020 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 1712,
                          "name": "Ruichang China Masters - WS",
                          "importance": 0
                        },
                        {
                          "id": 1740,
                          "name": "Uganda International 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1762,
                          "name": "China Masters 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1766,
                          "name": "Korea Masters 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1775,
                          "name": "Vietnam Open (WT) 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1778,
                          "name": "Vietnam Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1793,
                          "name": "Lao International Series 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1794,
                          "name": "Malaysia International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1842,
                          "name": "Vietnam Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1865,
                          "name": "Luxembourg Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1882,
                          "name": "India International 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1886,
                          "name": "India International 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1903,
                          "name": "Slovenia International 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 1998,
                          "name": "India International 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2031,
                          "name": "Austrian Open 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 2096,
                          "name": "Odisha Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2140,
                          "name": "Swiss Open 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 2147,
                          "name": "Swiss Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2211,
                          "name": "Swiss Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2263,
                          "name": "Swiss Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2333,
                          "name": "Swiss Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2336,
                          "name": "Malaysia Masters 2020 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 2342,
                          "name": "Orleans Masters (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2348,
                          "name": "World Championships 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2352,
                          "name": "Scottish Open 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2358,
                          "name": "Scottish Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2368,
                          "name": "Spain Masters 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2370,
                          "name": "Austrian Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2378,
                          "name": "Welsh International 2021 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 2408,
                          "name": "SaarLorLux Open 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2458,
                          "name": "Denmark Challenge 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2466,
                          "name": "World Championships 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2473,
                          "name": "Spain Masters 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2477,
                          "name": "Swedish Open 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2485,
                          "name": "Scottish Open (GP) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2487,
                          "name": "Italian International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2496,
                          "name": "European Team Championships - WS",
                          "importance": 0
                        },
                        {
                          "id": 2498,
                          "name": "BWF Uber - 2018 - Singles - Women",
                          "importance": 0
                        },
                        {
                          "id": 2503,
                          "name": "Italian International (IC) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2516,
                          "name": "Scottish Open (GP) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2519,
                          "name": "Victor Dutch International (IC) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2522,
                          "name": "Scottish Open (GP) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2529,
                          "name": "Dutch Open (GP) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2535,
                          "name": "Scottish Open (GP) 2017 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 2541,
                          "name": "US Grand Prix (GP) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2542,
                          "name": "US Grand Prix (GP) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2543,
                          "name": "New Zealand Open (GP) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2547,
                          "name": "New Zealand Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2552,
                          "name": "SaarLorLux Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2556,
                          "name": "Swedish Open 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 2559,
                          "name": "Hylo Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2567,
                          "name": "Pan Am Cup 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2580,
                          "name": "Ukraine Open 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 2620,
                          "name": "Denmark Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2625,
                          "name": "Denmark Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2671,
                          "name": "Slovenia International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2688,
                          "name": "New Zealand Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2690,
                          "name": "Australian Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2696,
                          "name": "Australian Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2750,
                          "name": "Denmark Masters - WS",
                          "importance": 0
                        },
                        {
                          "id": 2788,
                          "name": "Fajr International Challenge - WS",
                          "importance": 0
                        },
                        {
                          "id": 2812,
                          "name": "New Zealand Open (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2814,
                          "name": "Malaysia Masters - WS",
                          "importance": 0
                        },
                        {
                          "id": 2822,
                          "name": "Australia Open (SS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 2824,
                          "name": "Macau Open - Women",
                          "importance": 0
                        },
                        {
                          "id": 2826,
                          "name": "Macau Open - WS",
                          "importance": 0
                        },
                        {
                          "id": 2866,
                          "name": "Macau Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2867,
                          "name": "Osaka International - WS",
                          "importance": 0
                        },
                        {
                          "id": 2925,
                          "name": "Macau Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2987,
                          "name": "Macau Open 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 2996,
                          "name": "China Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3001,
                          "name": "China Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3022,
                          "name": "Macau Open (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3024,
                          "name": "Indonesia Masters 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3029,
                          "name": "Hong Kong Open (SS) 2017 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 3039,
                          "name": "Chinese Taipei Open 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3044,
                          "name": "Chinese Taipei Open (GPG) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3047,
                          "name": "Canada Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3055,
                          "name": "Macau Open (GPG) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 3056,
                          "name": "Indonesian Masters (GPG) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3066,
                          "name": "Indonesia International (IC) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3073,
                          "name": "Macau Open (GPG) 2017 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 3097,
                          "name": "Macau Open (GPG) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3099,
                          "name": "Irish Open 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3105,
                          "name": "Akita Masters (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3112,
                          "name": "Malaysia Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3125,
                          "name": "Indonesia International Challenge 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3131,
                          "name": "French Open (SS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3136,
                          "name": "French Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3212,
                          "name": "Korea Masters (GPG) - Women",
                          "importance": 0
                        },
                        {
                          "id": 3215,
                          "name": "Vietnam International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3219,
                          "name": "Myanmar International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3270,
                          "name": "New Zealand Open (GPG) - Women Quali.",
                          "importance": 0
                        },
                        {
                          "id": 3303,
                          "name": "New Zealand Open (GPG) - Women",
                          "importance": 0
                        },
                        {
                          "id": 3304,
                          "name": "New Zealand Open (GPG) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3321,
                          "name": "Korea Grand Prix (GP) - Women",
                          "importance": 0
                        },
                        {
                          "id": 3327,
                          "name": "Waikito International 2017 (IS) - Women",
                          "importance": 0
                        },
                        {
                          "id": 3340,
                          "name": "New Zealand Open (WT) 2018 - Women - Quali",
                          "importance": 0
                        },
                        {
                          "id": 3342,
                          "name": "Yonex / K & D Graphics (IS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3386,
                          "name": "Bitburger Open (GPG) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3404,
                          "name": "World Championships - Women",
                          "importance": 0
                        },
                        {
                          "id": 3423,
                          "name": "Jamaica International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3425,
                          "name": "Brasil Open (GP) 2015 - Women - Group B",
                          "importance": 0
                        },
                        {
                          "id": 3427,
                          "name": "Brazil Grand Prix 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3429,
                          "name": "Mercosul International (IS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3431,
                          "name": "Brasil Open (GP) 2015 - Women - Group C",
                          "importance": 0
                        },
                        {
                          "id": 3434,
                          "name": "Brasil Open (GP) 2015 - Women - Group D",
                          "importance": 0
                        },
                        {
                          "id": 3437,
                          "name": "Brasil Open (GP) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3438,
                          "name": "US Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3441,
                          "name": "US Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3486,
                          "name": "India Masters (GPG) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3491,
                          "name": "Syed Modi India International 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3528,
                          "name": "All Africa Individual Championships 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3564,
                          "name": "China Open (SS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3573,
                          "name": "Brasil Open (GP) 2015 - Women - Group A",
                          "importance": 0
                        },
                        {
                          "id": 3575,
                          "name": "Czech Open 2018 - (WS)",
                          "importance": 0
                        },
                        {
                          "id": 3577,
                          "name": "Brazil International Series 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3598,
                          "name": "Pan Am Team Continental Championships - WS",
                          "importance": 0
                        },
                        {
                          "id": 3625,
                          "name": "Brasil Open (GP) 2015 - Women - Final round",
                          "importance": 0
                        },
                        {
                          "id": 3659,
                          "name": "US Open (GPG) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3694,
                          "name": "Peru International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3700,
                          "name": "Brazil International (IC) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3733,
                          "name": "World Championships 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3777,
                          "name": "Orange County (IC) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3818,
                          "name": "Welsh International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3822,
                          "name": "Scottish Open (GP) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3824,
                          "name": "SaarLorLux Open 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3826,
                          "name": "Russian Open (GP) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3831,
                          "name": "Russian Open (GP) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3836,
                          "name": "Estonian International 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3837,
                          "name": "Belgian International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3842,
                          "name": "Russia Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3843,
                          "name": "White Nights 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3850,
                          "name": "Russian Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3852,
                          "name": "Azerbaijan International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3863,
                          "name": "Lithuanian International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3865,
                          "name": "Indonesia International (IC) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 3868,
                          "name": "Syed Modi International 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 3873,
                          "name": "Polish International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 18749,
                          "name": "Asia Championships - MS",
                          "importance": 0
                        },
                        {
                          "id": 18750,
                          "name": "Asia Championships - MD",
                          "importance": 0
                        },
                        {
                          "id": 18751,
                          "name": "European Championships 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18752,
                          "name": "European Championships 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18753,
                          "name": "Asia Championships 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18754,
                          "name": "Asia Championships - WD",
                          "importance": 0
                        },
                        {
                          "id": 18755,
                          "name": "European Championships 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18759,
                          "name": "Italian International 2018 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18760,
                          "name": "Japan Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18761,
                          "name": "Spanish International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18762,
                          "name": "Asia Championships 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18763,
                          "name": "Asia Championships 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18764,
                          "name": "Russian Open (GP) 2015",
                          "importance": 0
                        },
                        {
                          "id": 18766,
                          "name": "Asia Championships 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18767,
                          "name": "Japan Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18768,
                          "name": "Nantes International Challenge 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18769,
                          "name": "Asia Championships 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 18770,
                          "name": "Asia Championships 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18771,
                          "name": "Scottish Open (GP) 2017",
                          "importance": 0
                        },
                        {
                          "id": 18772,
                          "name": "World Championships 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18773,
                          "name": "Spain Masters (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 18774,
                          "name": "European Championships 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18775,
                          "name": "Asia Championships 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 18776,
                          "name": "Asia Championships 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18777,
                          "name": "World Tour Finals 2025 - MS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18778,
                          "name": "Asia Championships 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18779,
                          "name": "European Championships 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 18780,
                          "name": "Asia Championships 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18781,
                          "name": "World Tour Finals 2019 - MS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18782,
                          "name": "Olympic Tournament - Singles",
                          "importance": 0
                        },
                        {
                          "id": 18783,
                          "name": "World Tour Finals 2025 - MD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18784,
                          "name": "European Club Championships 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18785,
                          "name": "All England Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18786,
                          "name": "World Tour Finals 2023 - MS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18787,
                          "name": "New Zealand Open (GP) 2014",
                          "importance": 0
                        },
                        {
                          "id": 18788,
                          "name": "Olympic Games Doubles - Final Round",
                          "importance": 0
                        },
                        {
                          "id": 18789,
                          "name": "World Tour Finals 2025 - MS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18790,
                          "name": "World Tour Finals 2020 - MS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18791,
                          "name": "Korea Grand Prix (GP) 2014",
                          "importance": 0
                        },
                        {
                          "id": 18792,
                          "name": "Asia Championships 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18793,
                          "name": "World Tour Finals 2025 - WD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18794,
                          "name": "World Championships 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 18795,
                          "name": "Japan Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 18796,
                          "name": "Olympic Tournament - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18797,
                          "name": "World Tour Finals 2025 - MS - Finals",
                          "importance": 0
                        },
                        {
                          "id": 18798,
                          "name": "European Championships 2017",
                          "importance": 0
                        },
                        {
                          "id": 18799,
                          "name": "German Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18800,
                          "name": "Spain Masters 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 18801,
                          "name": "European Championships 2018",
                          "importance": 0
                        },
                        {
                          "id": 18802,
                          "name": "Portugal International 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 18803,
                          "name": "World Championships 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18804,
                          "name": "World Tour Finals 2019 - MD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18805,
                          "name": "Italian International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18806,
                          "name": "Asia Championships 2018",
                          "importance": 0
                        },
                        {
                          "id": 18807,
                          "name": "Portuguese International 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18808,
                          "name": "Indonesia Masters 2022 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 18809,
                          "name": "World Tour Finals 2024 - MS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18810,
                          "name": "European Championships 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18811,
                          "name": "BWF Superseries Finals 2014 - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 18812,
                          "name": "Japan Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18813,
                          "name": "Uber Cup - 2022 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18814,
                          "name": "World Tour Finals 2018 - MD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 18815,
                          "name": "Olympic Games - Final Round",
                          "importance": 0
                        },
                        {
                          "id": 18816,
                          "name": "European Championships - MS",
                          "importance": 0
                        },
                        {
                          "id": 18817,
                          "name": "Luxembourg Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18818,
                          "name": "World Tour Finals 2025 - MD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18819,
                          "name": "World Championships 2018",
                          "importance": 0
                        },
                        {
                          "id": 18820,
                          "name": "World Tour Finals 2025 - WD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18821,
                          "name": "Taipei Open 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 18822,
                          "name": "New Zealand Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18823,
                          "name": "Japan Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18824,
                          "name": "Scottish Open (GP)",
                          "importance": 0
                        },
                        {
                          "id": 18826,
                          "name": "European Championships - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18827,
                          "name": "World Tour Finals 2019 - MS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18828,
                          "name": "World Tour Finals 2023 - MS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18829,
                          "name": "BWF Superseries Finals 2015 - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 18830,
                          "name": "World Tour Finals 2025 - XD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18831,
                          "name": "World Tour Finals 2024 - MS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18832,
                          "name": "Taipei Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18833,
                          "name": "Swedish Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18834,
                          "name": "Vietnam International - MS",
                          "importance": 0
                        },
                        {
                          "id": 18835,
                          "name": "World Tour Finals - MS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18836,
                          "name": "Korea Masters - MS",
                          "importance": 0
                        },
                        {
                          "id": 18837,
                          "name": "Taipei Open - MD",
                          "importance": 0
                        },
                        {
                          "id": 18838,
                          "name": "All England Open - XD",
                          "importance": 0
                        },
                        {
                          "id": 18839,
                          "name": "Czech Open - XD",
                          "importance": 0
                        },
                        {
                          "id": 18840,
                          "name": "Austrian Open - WS",
                          "importance": 0
                        },
                        {
                          "id": 18841,
                          "name": "Czech Open - MS",
                          "importance": 0
                        },
                        {
                          "id": 18842,
                          "name": "BWF World Championships - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18843,
                          "name": "World Tour Finals - MD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18844,
                          "name": "BWF World Championships - Men Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18845,
                          "name": "World Tour Finals 2024 - MD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18846,
                          "name": "Peru Future Series 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18848,
                          "name": "Russian Open (GP) 2017",
                          "importance": 0
                        },
                        {
                          "id": 18849,
                          "name": "Malaysia Open (GPG) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 18850,
                          "name": "Japan Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 18851,
                          "name": "European Championships 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18852,
                          "name": "New Zealand Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18853,
                          "name": "World Tour Finals 2025 - XD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18854,
                          "name": "World Tour Finals 2024 - XD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18855,
                          "name": "European Championships - XD",
                          "importance": 0
                        },
                        {
                          "id": 18856,
                          "name": "World Tour Finals 2024 - WD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18857,
                          "name": "World Tour Finals 2023 - MD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18858,
                          "name": "World Tour Finals 2024 - MD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18859,
                          "name": "German Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18860,
                          "name": "BWF Superseries Finals 2014 - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 18861,
                          "name": "World Tour Finals 2019 - MD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18862,
                          "name": "Olympic Tournament - Doubles - Women",
                          "importance": 0
                        },
                        {
                          "id": 18863,
                          "name": "Denmark Masters 2022 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 18864,
                          "name": "Russian Open (GP) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 18865,
                          "name": "World Tour Finals 2024 - WD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18866,
                          "name": "Akita Masters 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18867,
                          "name": "European Championships 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 18868,
                          "name": "Singapore Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18869,
                          "name": "World Tour Finals 2024 - XD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18870,
                          "name": "World Tour Finals 2023 - MD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18871,
                          "name": "World Championships 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18872,
                          "name": "Malaysia Masters 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 18873,
                          "name": "All England Open 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18874,
                          "name": "New Zealand Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18875,
                          "name": "BWF Superseries Finals 2014 - Doubles - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 18876,
                          "name": "World Championships 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18877,
                          "name": "World Tour Finals 2023 - WD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18878,
                          "name": "World Tour Finals 2019 - MS - Finals",
                          "importance": 0
                        },
                        {
                          "id": 18879,
                          "name": "Australian Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18880,
                          "name": "Singapore Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18881,
                          "name": "Estonian International 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18882,
                          "name": "Dutch International 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 18883,
                          "name": "Uganda International 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18884,
                          "name": "Japan Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18885,
                          "name": "Olympic Tournament - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18887,
                          "name": "World Championships - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18888,
                          "name": "BWF Superseries Finals - Doubles - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 18889,
                          "name": "European Championships - MD",
                          "importance": 0
                        },
                        {
                          "id": 18890,
                          "name": "World Tour Finals - MD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18891,
                          "name": "Denmark Open 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18892,
                          "name": "World Tour Finals - MS - Finals",
                          "importance": 0
                        },
                        {
                          "id": 18893,
                          "name": "Latvia International 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18895,
                          "name": "Austrian Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18896,
                          "name": "World Tour Finals - XD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18898,
                          "name": "Latvia International 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 18899,
                          "name": "Brasil Open (GP) 2015 - Group E",
                          "importance": 0
                        },
                        {
                          "id": 18900,
                          "name": "BWF World Championships - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18901,
                          "name": "Malaysia Masters 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18902,
                          "name": "Lao International Series 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 18903,
                          "name": "World Tour Finals 2020 - XD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18904,
                          "name": "Canada Open (GP) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 18906,
                          "name": "India International 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18907,
                          "name": "K&D GRAPHICS International Challenge 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18908,
                          "name": "Bonn International 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18910,
                          "name": "Denmark Masters 2022 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 18911,
                          "name": "Indonesia Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18912,
                          "name": "European Games 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18913,
                          "name": "Singapore Open 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 18914,
                          "name": "World Tour Finals 2019 - XD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18915,
                          "name": "All England Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18916,
                          "name": "Denmark Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18917,
                          "name": "World Tour Finals 2019 - XD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18918,
                          "name": "All England Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 18919,
                          "name": "World Tour Finals 2023 - XD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18920,
                          "name": "BWF Sudirman Cup - 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18921,
                          "name": "World Tour Finals 2024 - WD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 18922,
                          "name": "Smiling Fish IC (IS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 18923,
                          "name": "World Tour Finals 2019 - WD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18926,
                          "name": "Malaysia International Challenge 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18927,
                          "name": "World Championships 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 18928,
                          "name": "World Tour Finals 2023 - MS - Finals",
                          "importance": 0
                        },
                        {
                          "id": 18929,
                          "name": "Denmark Masters 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18930,
                          "name": "Malaysia International Challenge 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18931,
                          "name": "India International 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18932,
                          "name": "World Tour Finals 2023 - XD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18933,
                          "name": "World Tour Finals 2019 - WD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18934,
                          "name": "World Tour Finals 2019 - MD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 18935,
                          "name": "Lithuanian International 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18936,
                          "name": "Thomas Cup - 2020 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 18937,
                          "name": "Olympic Games Women Doubles - Final Round",
                          "importance": 0
                        },
                        {
                          "id": 18938,
                          "name": "Polish Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18939,
                          "name": "World Tour Finals 2023 - MD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 18940,
                          "name": "Asia Championships 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18944,
                          "name": "Croatia Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18945,
                          "name": "All England Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18946,
                          "name": "BWF Sudirman Cup - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18947,
                          "name": "Brasil Open (GP) 2015 - Group H",
                          "importance": 0
                        },
                        {
                          "id": 18949,
                          "name": "Swedish Open 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18950,
                          "name": "BWF Thomas Cup - 2022 - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18951,
                          "name": "World Championships 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18952,
                          "name": "Orleans Masters 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 18953,
                          "name": "World Tour Finals 2023 - XD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 18955,
                          "name": "Korea Masters 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18959,
                          "name": "World Championships 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18961,
                          "name": "Croatia Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18962,
                          "name": "European Team Championships - MS",
                          "importance": 0
                        },
                        {
                          "id": 18963,
                          "name": "K&D GRAPHICS International Challenge 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18965,
                          "name": "All England Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18966,
                          "name": "Spain Masters 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18967,
                          "name": "BWF Thomas Cup - 2024 - Group D",
                          "importance": 0
                        },
                        {
                          "id": 18968,
                          "name": "Indonesia Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18969,
                          "name": "Vietnam Open (GP) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 18970,
                          "name": "Odisha Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18971,
                          "name": "All England Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 18972,
                          "name": "Malaysia Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 18973,
                          "name": "Brasil Open (GP) 2015 - Group G",
                          "importance": 0
                        },
                        {
                          "id": 18974,
                          "name": "World Tour Finals 2019 - WD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 18975,
                          "name": "Syed Modi International (GPG) 2017 - Qual. - Women",
                          "importance": 0
                        },
                        {
                          "id": 18976,
                          "name": "Chinese Taipei GP (GP) 2015",
                          "importance": 0
                        },
                        {
                          "id": 18977,
                          "name": "Nantes International Challenge 2022 - MS - Quali",
                          "importance": 0
                        },
                        {
                          "id": 18978,
                          "name": "Korea Masters 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18979,
                          "name": "Nantes International Challenge 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18980,
                          "name": "BWF Sudirman Cup - Group D",
                          "importance": 0
                        },
                        {
                          "id": 18981,
                          "name": "BWF Thomas Cup - 2018 - Group D",
                          "importance": 0
                        },
                        {
                          "id": 18982,
                          "name": "Thomas Cup - 2020 - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18983,
                          "name": "Indonesia Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18984,
                          "name": "Orleans Masters 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 18985,
                          "name": "Scottish Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18986,
                          "name": "Thomas Cup - 2020 - Group A",
                          "importance": 0
                        },
                        {
                          "id": 18987,
                          "name": "Indonesia Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 18988,
                          "name": "BWF Thomas Cup - 2020 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 18989,
                          "name": "Thailand Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 18990,
                          "name": "Croatia Open 2022 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 18991,
                          "name": "Portuguese International (IS) 2018",
                          "importance": 0
                        },
                        {
                          "id": 18992,
                          "name": "Osaka International - MS",
                          "importance": 0
                        },
                        {
                          "id": 18993,
                          "name": "Austrian Open - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 18995,
                          "name": "BWF Thomas Cup - Group C",
                          "importance": 0
                        },
                        {
                          "id": 18996,
                          "name": "SaarLorLux Open - MS",
                          "importance": 0
                        },
                        {
                          "id": 18997,
                          "name": "BWF Sudirman Cup - Group B",
                          "importance": 0
                        },
                        {
                          "id": 18998,
                          "name": "BWF Thomas Cup - 2018 - Group C",
                          "importance": 0
                        },
                        {
                          "id": 18999,
                          "name": "BWF Thomas Cup - Group B",
                          "importance": 0
                        },
                        {
                          "id": 19000,
                          "name": "Nouvelle Aquitaine 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19001,
                          "name": "Indonesia Open - XD",
                          "importance": 0
                        },
                        {
                          "id": 19002,
                          "name": "Spanish International (IC)",
                          "importance": 0
                        },
                        {
                          "id": 19003,
                          "name": "Orleans Masters - MD",
                          "importance": 0
                        },
                        {
                          "id": 19004,
                          "name": "Denmark Masters - MD",
                          "importance": 0
                        },
                        {
                          "id": 19005,
                          "name": "Scottish Open (GP) 2016",
                          "importance": 0
                        },
                        {
                          "id": 19006,
                          "name": "World Tour Finals - WD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 19007,
                          "name": "Ukraine Open - MS",
                          "importance": 0
                        },
                        {
                          "id": 19008,
                          "name": "Vietnam Open (WT) - MS",
                          "importance": 0
                        },
                        {
                          "id": 19009,
                          "name": "Swedish Open - MS",
                          "importance": 0
                        },
                        {
                          "id": 19010,
                          "name": "BWF Thomas Cup - Group A",
                          "importance": 0
                        },
                        {
                          "id": 19012,
                          "name": "Singapore Open - XD",
                          "importance": 0
                        },
                        {
                          "id": 19013,
                          "name": "Brasil Open (GP) - Group C",
                          "importance": 0
                        },
                        {
                          "id": 19014,
                          "name": "Vietnam Open (GP) 2014",
                          "importance": 0
                        },
                        {
                          "id": 19015,
                          "name": "Italian International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19016,
                          "name": "BWF Thomas Cup - 2018 - Group B",
                          "importance": 0
                        },
                        {
                          "id": 19017,
                          "name": "Korea Masters 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19018,
                          "name": "BWF Thomas Cup - 2024 - Group C",
                          "importance": 0
                        },
                        {
                          "id": 19020,
                          "name": "Italian International 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19021,
                          "name": "World Championships 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19022,
                          "name": "Italian International 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19023,
                          "name": "Taipei Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19024,
                          "name": "China International (IC) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 19025,
                          "name": "Nouvelle Aquitaine 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19026,
                          "name": "Macau Open (GPG) 2017",
                          "importance": 0
                        },
                        {
                          "id": 19028,
                          "name": "All England Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19029,
                          "name": "European Championships - WD",
                          "importance": 0
                        },
                        {
                          "id": 19032,
                          "name": "BWF Thomas Cup - 2020 - Group C",
                          "importance": 0
                        },
                        {
                          "id": 19034,
                          "name": "Scottish Open 2018 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19038,
                          "name": "Korea Masters 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19039,
                          "name": "European Men's Team Championship 2018 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 19041,
                          "name": "World Tour Finals 2020 - WD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 19042,
                          "name": "Vietnam Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19043,
                          "name": "Olympic Games Mix-Doubles - Final Round",
                          "importance": 0
                        },
                        {
                          "id": 19044,
                          "name": "Asia Team Championship 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 19045,
                          "name": "BWF Thomas Cup - 2018 - Group A",
                          "importance": 0
                        },
                        {
                          "id": 19046,
                          "name": "Internacional Mexicano 2018",
                          "importance": 0
                        },
                        {
                          "id": 19047,
                          "name": "Indonesian Masters (GPG) 2014",
                          "importance": 0
                        },
                        {
                          "id": 19051,
                          "name": "Macau Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19052,
                          "name": "Lao International Series 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19055,
                          "name": "Macau Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19058,
                          "name": "Czech Open 2021 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19059,
                          "name": "BWF Thomas Cup - 2020 - Group D",
                          "importance": 0
                        },
                        {
                          "id": 19060,
                          "name": "All Africa Individual Championships 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19063,
                          "name": "Slovenia International 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19065,
                          "name": "Slovak Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19066,
                          "name": "Indonesia Masters 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19067,
                          "name": "Bulgarian Open Championship - MS",
                          "importance": 0
                        },
                        {
                          "id": 19068,
                          "name": "Welsh International 2021 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19069,
                          "name": "Portuguese International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19070,
                          "name": "Malaysia Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19071,
                          "name": "Hong Kong Open 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19072,
                          "name": "BWF Thomas Cup - 2024 - Group A",
                          "importance": 0
                        },
                        {
                          "id": 19073,
                          "name": "Luxembourg Open 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19077,
                          "name": "Syed Modi International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19078,
                          "name": "BWF Thomas Cup - 2022 - Group D",
                          "importance": 0
                        },
                        {
                          "id": 19079,
                          "name": "Denmark Masters 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19081,
                          "name": "World Tour Finals 2023 - WD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 19084,
                          "name": "World Tour Finals 2023 - WD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 19085,
                          "name": "Korea Masters 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19087,
                          "name": "BWF Sudirman Cup - Group C",
                          "importance": 0
                        },
                        {
                          "id": 19088,
                          "name": "European Championships 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19089,
                          "name": "Orleans Masters 2018",
                          "importance": 0
                        },
                        {
                          "id": 19090,
                          "name": "Syed Modi India International 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19091,
                          "name": "Thailand Masters (GP) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 19093,
                          "name": "Portugal International 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19095,
                          "name": "Swedish Open (IS) 2018",
                          "importance": 0
                        },
                        {
                          "id": 19096,
                          "name": "Asia Championships 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19097,
                          "name": "Brasil Open (GP) 2015 - Doubles - Group A",
                          "importance": 0
                        },
                        {
                          "id": 19099,
                          "name": "Austrian Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19100,
                          "name": "Slovak Open 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19101,
                          "name": "Lithuanian International 2022 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19102,
                          "name": "Austrian Open 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19103,
                          "name": "BWF Superseries Finals 2015 - Doubles - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 19104,
                          "name": "Korea Masters (GPG) 2015",
                          "importance": 0
                        },
                        {
                          "id": 19105,
                          "name": "Singapore Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19106,
                          "name": "Orleans Masters 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19108,
                          "name": "Belgian International (IC) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 19109,
                          "name": "Bulgarian Open Championship - WS",
                          "importance": 0
                        },
                        {
                          "id": 19110,
                          "name": "Nantes International Challenge 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19112,
                          "name": "Denmark Masters 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19113,
                          "name": "Macau Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19114,
                          "name": "Ukraine International 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19123,
                          "name": "Hyderabad Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 19124,
                          "name": "Denmark Masters 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19127,
                          "name": "Asia Championships 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19130,
                          "name": "China Masters, Women",
                          "importance": 0
                        },
                        {
                          "id": 19132,
                          "name": "Thailand Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19133,
                          "name": "All England Open 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19134,
                          "name": "Macau Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19140,
                          "name": "Croatia Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19141,
                          "name": "All England Open 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19142,
                          "name": "Taipei Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19143,
                          "name": "Italian International 2021 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19144,
                          "name": "Macau Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19148,
                          "name": "Nepal International - MD",
                          "importance": 0
                        },
                        {
                          "id": 19149,
                          "name": "BWF Superseries Finals 2015 - Women Doubles - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 19151,
                          "name": "Hyderabad Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19155,
                          "name": "BWF Superseries Finals 2014 - Women Doubles - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 19156,
                          "name": "Thailand Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19159,
                          "name": "World Tour Finals 2018 - WD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 19161,
                          "name": "Macau Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19163,
                          "name": "BWF Uber Cup - 2020 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 19166,
                          "name": "Chinese Taipei Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19167,
                          "name": "BWF Thomas Cup - 2022 - Playoffs",
                          "importance": 0
                        },
                        {
                          "id": 19168,
                          "name": "Italian International 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19172,
                          "name": "Slovenia Future Series 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19173,
                          "name": "Croatian International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19175,
                          "name": "Latvia International 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19177,
                          "name": "Slovenia International 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19178,
                          "name": "Hong Kong Open 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19179,
                          "name": "Kharkiv International (IC) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19180,
                          "name": "Thailand Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19181,
                          "name": "European Club Championships 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19182,
                          "name": "New Zealand Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 19186,
                          "name": "Ukraine International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19187,
                          "name": "Dutch International 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19189,
                          "name": "BWF Sudirman Cup - 2019 - Group 1C",
                          "importance": 0
                        },
                        {
                          "id": 19190,
                          "name": "Slovenia International 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19191,
                          "name": "Slovenia Future Series 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19192,
                          "name": "Akita Masters 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19193,
                          "name": "Macau Open 2018 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19194,
                          "name": "Asia Championships 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19195,
                          "name": "BWF Thomas Cup - 2022 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 19196,
                          "name": "World Tour Finals 2024 - XD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 19197,
                          "name": "Dubai World Finals (SS) 2017 - WD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 19199,
                          "name": "World Tour Finals 2018 - XD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 19200,
                          "name": "World Championships 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 19201,
                          "name": "Hungarian International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19203,
                          "name": "Hong Kong Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19204,
                          "name": "Croatian International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19206,
                          "name": "BWF Sudirman Cup - 2025 - Finals",
                          "importance": 0
                        },
                        {
                          "id": 19207,
                          "name": "Myanmar International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19210,
                          "name": "Asia Championships 2026 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19212,
                          "name": "Asia Championships 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19213,
                          "name": "Indonesia Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 19218,
                          "name": "Asia Championships 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19219,
                          "name": "All Africa Individual Championships 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19221,
                          "name": "Hong Kong Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19222,
                          "name": "Bulgarian International - MS",
                          "importance": 0
                        },
                        {
                          "id": 19224,
                          "name": "Asia Championships 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19225,
                          "name": "Hungarian International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19226,
                          "name": "Sunrise Bangladesh (IC) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 19227,
                          "name": "Estonian International (IS) 2018",
                          "importance": 0
                        },
                        {
                          "id": 19230,
                          "name": "Indonesia International Challenge 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19233,
                          "name": "European Mixed Team Championships 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19234,
                          "name": "Canada Open (GP) 2017",
                          "importance": 0
                        },
                        {
                          "id": 19235,
                          "name": "Indonesia Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19236,
                          "name": "BWF Sudirman Cup - 2021 - Group A",
                          "importance": 0
                        },
                        {
                          "id": 19237,
                          "name": "Dutch International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19238,
                          "name": "Asia Championships 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 19242,
                          "name": "Austrian Open (IC) 2018",
                          "importance": 0
                        },
                        {
                          "id": 19247,
                          "name": "Irish Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19248,
                          "name": "Asia Championships 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19249,
                          "name": "Canada Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19251,
                          "name": "Hong Kong Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19253,
                          "name": "Singapore Open 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19254,
                          "name": "Estonian International 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19255,
                          "name": "Belgian International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19257,
                          "name": "Nepal International - MS",
                          "importance": 0
                        },
                        {
                          "id": 19260,
                          "name": "Hong Kong Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19262,
                          "name": "Latvia International 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19263,
                          "name": "BWF Sudirman Cup - 2021 - Group B",
                          "importance": 0
                        },
                        {
                          "id": 19265,
                          "name": "Asia Championships 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19266,
                          "name": "K&D GRAPHICS International Challenge 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19270,
                          "name": "Polish Open 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19271,
                          "name": "Spain Masters 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19273,
                          "name": "Indonesia International Challenge 2019 - MS - Quali",
                          "importance": 0
                        },
                        {
                          "id": 19276,
                          "name": "Bonn International 2022 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19278,
                          "name": "Hungarian Future Series 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19280,
                          "name": "Hungarian Future Series 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19284,
                          "name": "Hungarian Future Series 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19289,
                          "name": "Hungarian Future Series 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19291,
                          "name": "Nepal International - WS",
                          "importance": 0
                        },
                        {
                          "id": 19293,
                          "name": "BWF Sudirman Cup - 2021 - Group C",
                          "importance": 0
                        },
                        {
                          "id": 19297,
                          "name": "Hungarian Future Series 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19299,
                          "name": "Lithuanian International 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19300,
                          "name": "Italian International 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19305,
                          "name": "Polish Open 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19310,
                          "name": "BWF Sudirman Cup - 2021 - Group D",
                          "importance": 0
                        },
                        {
                          "id": 19320,
                          "name": "Estonian International 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19322,
                          "name": "Slovenia International 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19324,
                          "name": "Irish Open 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19327,
                          "name": "Estonian International 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19337,
                          "name": "Vietnam International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19338,
                          "name": "Hong Kong Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19373,
                          "name": "Orleans Masters 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19387,
                          "name": "Malaysia Masters 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19393,
                          "name": "Asia Team Championships - MS",
                          "importance": 0
                        },
                        {
                          "id": 19395,
                          "name": "China Masters (GPG) 2016",
                          "importance": 0
                        },
                        {
                          "id": 19405,
                          "name": "Portuguese International 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19407,
                          "name": "Slovak Open 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19412,
                          "name": "Latvia International 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19422,
                          "name": "Denmark Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19425,
                          "name": "LI-NING China Masters 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19431,
                          "name": "Japan Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19433,
                          "name": "Polish International 2021 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19434,
                          "name": "Slovak Open 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19437,
                          "name": "All England Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19444,
                          "name": "European Mixed Team Championships 2021 - Group 2",
                          "importance": 0
                        },
                        {
                          "id": 19459,
                          "name": "Slovak Open 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19461,
                          "name": "Welsh International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19475,
                          "name": "Hungarian Future Series 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19506,
                          "name": "All England Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19516,
                          "name": "Scottish Open (GP) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 19519,
                          "name": "Asia Championships 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 19538,
                          "name": "Cyprus International 2021 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19555,
                          "name": "Daihastu Indonesia Masters 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19575,
                          "name": "BWF Superseries Finals 2015 - Mixed Doubles - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 19590,
                          "name": "Bulgarian International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19591,
                          "name": "BWF Superseries Finals 2014 - Mixed Doubles - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 19600,
                          "name": "Indonesia Masters 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19602,
                          "name": "Hungarian Future Series 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19604,
                          "name": "Finish Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19610,
                          "name": "Thailand Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 19635,
                          "name": "Scottish Open 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19644,
                          "name": "Hellas International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19658,
                          "name": "Hungarian Future Series 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19673,
                          "name": "World Championships 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19696,
                          "name": "Polish Open 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19706,
                          "name": "Thailand Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19721,
                          "name": "Thailand Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19726,
                          "name": "Hungarian Future Series 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19731,
                          "name": "Spanish International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19737,
                          "name": "Korea Masters 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19745,
                          "name": "Macau Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19753,
                          "name": "K&D GRAPHICS International Challenge 2018 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19767,
                          "name": "Indonesia Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19779,
                          "name": "Belgian International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19791,
                          "name": "US Open (GPG) 2014",
                          "importance": 0
                        },
                        {
                          "id": 19796,
                          "name": "Orleans Masters 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19830,
                          "name": "Orleans Masters 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19832,
                          "name": "Hungarian Future Series 2026 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19864,
                          "name": "Pan Am Cup 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19903,
                          "name": "Orleans Masters 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19904,
                          "name": "Orleans Masters 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19910,
                          "name": "Polish Open 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19913,
                          "name": "Syed Modi International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19914,
                          "name": "Polish Open 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19919,
                          "name": "Orleans Masters 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 19932,
                          "name": "Orleans Masters 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 19935,
                          "name": "Orleans Masters 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19940,
                          "name": "Orleans Masters 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 19948,
                          "name": "Polish Open 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 19953,
                          "name": "Austrian Open 2020 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19972,
                          "name": "Portuguese International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 19976,
                          "name": "Denmark Masters 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 19986,
                          "name": "Polish Open 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19993,
                          "name": "Japan Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 19995,
                          "name": "Orleans Masters 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 20000,
                          "name": "French Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 20019,
                          "name": "Orleans Masters 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 20033,
                          "name": "Spanish International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 20039,
                          "name": "World Championships 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 20042,
                          "name": "Korea Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20048,
                          "name": "Orleans Masters 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 20097,
                          "name": "Polish Open 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 20101,
                          "name": "Korea Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20108,
                          "name": "All England Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 20134,
                          "name": "Yuzu Indonesia Masters 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 20176,
                          "name": "Latvia International 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 20191,
                          "name": "Denmark Challenge 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 20206,
                          "name": "Orleans Masters 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 20210,
                          "name": "Hong Kong Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 20221,
                          "name": "Yonex Polish Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 20233,
                          "name": "Canada Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20244,
                          "name": "Polish Open 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 20266,
                          "name": "Polish Open 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 20289,
                          "name": "Indonesia Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 20300,
                          "name": "Brasil Open (GP) 2015 - Mixed Doubles - Group D",
                          "importance": 0
                        },
                        {
                          "id": 20304,
                          "name": "European Club Championship 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20330,
                          "name": "Thailand Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20340,
                          "name": "Spain Masters 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 20355,
                          "name": "New Zealand Open (GPG) 2017",
                          "importance": 0
                        },
                        {
                          "id": 20363,
                          "name": "Korea Masters 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 20365,
                          "name": "Pan Am Team Continental Championships - MS",
                          "importance": 0
                        },
                        {
                          "id": 20366,
                          "name": "Vietnam Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20383,
                          "name": "BWF Sudirman Cup - 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 20396,
                          "name": "Indonesia Masters 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20432,
                          "name": "China Masters 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20477,
                          "name": "Malaysia Masters 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 20481,
                          "name": "Malaysia Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 20509,
                          "name": "Hong Kong Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 20514,
                          "name": "Polish Open 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 20524,
                          "name": "US Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 20536,
                          "name": "Singapore Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 20541,
                          "name": "Denmark Open (SS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 20542,
                          "name": "Indonesia International Challenge 2018 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20550,
                          "name": "Yonex Polish Open (IC) 2017",
                          "importance": 0
                        },
                        {
                          "id": 20555,
                          "name": "Irish Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20565,
                          "name": "Lithuanian International 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 20599,
                          "name": "Polish Open 2026 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 20613,
                          "name": "Polish Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 20615,
                          "name": "Irish Open 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 20629,
                          "name": "Polish Open 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 20636,
                          "name": "Spain Masters 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 20646,
                          "name": "Swedish Open (IS) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 20660,
                          "name": "Slovenia International (IS) 2018",
                          "importance": 0
                        },
                        {
                          "id": 20689,
                          "name": "Hong Kong Open (SS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 20690,
                          "name": "All Africa Individual Championships 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 20696,
                          "name": "Malaysia Masters 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20718,
                          "name": "Spanish International 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 20726,
                          "name": "Japan Open (SS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 20732,
                          "name": "All Africa Individual Championships 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 20737,
                          "name": "China Open (SS) 2017 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 20748,
                          "name": "Indonesia Masters 2020 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 20791,
                          "name": "LI-NING China Masters 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20793,
                          "name": "Slovenia International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 20806,
                          "name": "Hong Kong Open 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 20838,
                          "name": "Hong Kong Open (SS) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 20843,
                          "name": "Myanmar International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 20845,
                          "name": "World Championships 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32260,
                          "name": "Italian International 2021 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32261,
                          "name": "Croatia Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32264,
                          "name": "K&D GRAPHICS International Challenge 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32269,
                          "name": "Latvia International 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32279,
                          "name": "Victor Dutch International (IC) 2018",
                          "importance": 0
                        },
                        {
                          "id": 32283,
                          "name": "Orleans Masters 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32285,
                          "name": "Orleans Masters 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32287,
                          "name": "Orleans Masters 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32288,
                          "name": "European Club Championships 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32293,
                          "name": "BWF Thomas - 2018 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 32295,
                          "name": "Welsh International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32296,
                          "name": "Belarus International - MS",
                          "importance": 0
                        },
                        {
                          "id": 32298,
                          "name": "Swiss Open 2026 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32301,
                          "name": "Indonesia Masters 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32302,
                          "name": "Swiss Open 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32303,
                          "name": "Swiss Open 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32304,
                          "name": "Swiss Open 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32305,
                          "name": "Swiss Open 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32306,
                          "name": "Swiss Open 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32310,
                          "name": "Ruichang China Masters 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32312,
                          "name": "Ruichang China Masters 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32313,
                          "name": "Ruichang China Masters 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32320,
                          "name": "Ruichang China Masters 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32323,
                          "name": "Swiss Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32324,
                          "name": "Ruichang China Masters 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32325,
                          "name": "Swiss Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32326,
                          "name": "Swiss Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32328,
                          "name": "Ruichang China Masters - WD",
                          "importance": 0
                        },
                        {
                          "id": 32331,
                          "name": "Swiss Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32332,
                          "name": "Ruichang China Masters 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32333,
                          "name": "Ruichang China Masters 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32334,
                          "name": "Ruichang China Masters 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32335,
                          "name": "Ruichang China Masters 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32341,
                          "name": "Bitburger Open (GPG) - 2017",
                          "importance": 0
                        },
                        {
                          "id": 32346,
                          "name": "Hellas International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32347,
                          "name": "Luxembourg Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32348,
                          "name": "Ruichang China Masters 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32350,
                          "name": "K&D GRAPHICS International Challenge 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32351,
                          "name": "Waikito International 2017 (IS)",
                          "importance": 0
                        },
                        {
                          "id": 32352,
                          "name": "Belarus International - WD",
                          "importance": 0
                        },
                        {
                          "id": 32354,
                          "name": "Ruichang China Masters 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32357,
                          "name": "Czech Open (IC) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 32360,
                          "name": "Ruichang China Masters 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32364,
                          "name": "Ruichang China Masters 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32367,
                          "name": "Spain Masters 2020 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32371,
                          "name": "Swiss Open 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32372,
                          "name": "Swiss Open 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32374,
                          "name": "German Open (WT) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32377,
                          "name": "Spain Masters 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32378,
                          "name": "Swiss Open 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32381,
                          "name": "Ruichang China Masters 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32382,
                          "name": "Swiss Open 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32383,
                          "name": "All England Open 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32384,
                          "name": "All England Open 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32385,
                          "name": "All England Open 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32386,
                          "name": "Portugal International Championships 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32387,
                          "name": "Portugal International Championships 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32388,
                          "name": "All England Open 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32389,
                          "name": "All England Open 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32390,
                          "name": "Portugal International Championships 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32392,
                          "name": "Portugal International Championships 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32393,
                          "name": "Portugal International Championships 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32394,
                          "name": "Singapore Open - WT 2018",
                          "importance": 0
                        },
                        {
                          "id": 32397,
                          "name": "Portugal International 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32399,
                          "name": "Syed Modi International 2018 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32410,
                          "name": "X International Mexicano - MS",
                          "importance": 0
                        },
                        {
                          "id": 32412,
                          "name": "Belgian International 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32419,
                          "name": "Bonn International 2022 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32422,
                          "name": "Portuguese International 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32423,
                          "name": "Italian Int. (IC) 2017",
                          "importance": 0
                        },
                        {
                          "id": 32425,
                          "name": "Portugal Int. Championships 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32430,
                          "name": "Spanish International 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32432,
                          "name": "Portugal Int. Championships 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32436,
                          "name": "Swedish Open 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32437,
                          "name": "Portugal Int. Championships 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32439,
                          "name": "Belgian International (IC) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32447,
                          "name": "Portugal Int. Championships 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32454,
                          "name": "Macau Open (GPG) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 32457,
                          "name": "Brasil Open (GP) 2015 - Doubles - Group D",
                          "importance": 0
                        },
                        {
                          "id": 32459,
                          "name": "Portugal Int. Championships 2026 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32462,
                          "name": "European Championships 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32465,
                          "name": "Austrian Open 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32467,
                          "name": "Brazil Future Series - MD",
                          "importance": 0
                        },
                        {
                          "id": 32468,
                          "name": "Austrian Open 2021 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32469,
                          "name": "Portugal International 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32473,
                          "name": "Welsh International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32475,
                          "name": "Swedish Open 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32487,
                          "name": "Portuguese International 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32491,
                          "name": "Dutch Open 2018 - (MS)",
                          "importance": 0
                        },
                        {
                          "id": 32495,
                          "name": "Swiss Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32496,
                          "name": "China Masters 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32501,
                          "name": "German Open 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32504,
                          "name": "German Open 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32505,
                          "name": "German Open 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32507,
                          "name": "German Open 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32509,
                          "name": "German Open 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32510,
                          "name": "Dutch Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32515,
                          "name": "German Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32518,
                          "name": "German Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32526,
                          "name": "German Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32528,
                          "name": "German Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32529,
                          "name": "German Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32534,
                          "name": "Swiss Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32543,
                          "name": "German Open 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32544,
                          "name": "German Open 2026 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32546,
                          "name": "Swiss Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32548,
                          "name": "German Open 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32549,
                          "name": "German Open 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32551,
                          "name": "German Open 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32553,
                          "name": "Polish International 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 32558,
                          "name": "Azerbaijan International 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32559,
                          "name": "Azerbaijan International 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32560,
                          "name": "Azerbaijan International 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32561,
                          "name": "Azerbaijan International 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32564,
                          "name": "Azerbaijan International 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32565,
                          "name": "Swiss Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32573,
                          "name": "Sudirman Cup - Women",
                          "importance": 0
                        },
                        {
                          "id": 32578,
                          "name": "Brasil Open (GP) 2015 - Group F",
                          "importance": 0
                        },
                        {
                          "id": 32579,
                          "name": "Finish Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32580,
                          "name": "Dutch Open (GP) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 32584,
                          "name": "Spain Masters 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32586,
                          "name": "Azerbaijan International 2026 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32592,
                          "name": "Azerbaijan International 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32593,
                          "name": "Hyderabad Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 32600,
                          "name": "Azerbaijan International 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32608,
                          "name": "Osaka International (IC) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 32609,
                          "name": "Azerbaijan International 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32610,
                          "name": "Italian International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32622,
                          "name": "Azerbaijan International 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32644,
                          "name": "Lithuanian International 2022 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32647,
                          "name": "Slovenia Future Series 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32668,
                          "name": "US Open (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 32685,
                          "name": "Thailand Masters 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32687,
                          "name": "Thailand Masters 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32691,
                          "name": "Thailand Masters 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32693,
                          "name": "Thailand Masters 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32694,
                          "name": "Thailand Masters 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32697,
                          "name": "Slovak Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32711,
                          "name": "Thailand Masters 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32714,
                          "name": "Thailand Masters 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32717,
                          "name": "Thailand Masters 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32721,
                          "name": "Thailand Masters 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32757,
                          "name": "Pan Am Team Continental Championships - WD",
                          "importance": 0
                        },
                        {
                          "id": 32791,
                          "name": "Thailand Masters 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32795,
                          "name": "Swiss Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32801,
                          "name": "Thailand Masters 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32804,
                          "name": "Thailand Masters 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32809,
                          "name": "Vietnam Open (GP) 2017 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32810,
                          "name": "Thailand Open (GPG) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32826,
                          "name": "Thailand Masters 2026 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32828,
                          "name": "Austrian Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32846,
                          "name": "Thailand Masters 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 32852,
                          "name": "BWF Thomas Cup - 2022 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 32855,
                          "name": "Iceland International 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32857,
                          "name": "Iceland International 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32858,
                          "name": "Iceland International 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32859,
                          "name": "Iceland International 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32861,
                          "name": "Iceland International 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32864,
                          "name": "Finish Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32875,
                          "name": "Iceland International 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32876,
                          "name": "All Africa Individual Championships 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32883,
                          "name": "Iceland International 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32890,
                          "name": "Iceland International 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32891,
                          "name": "Portuguese International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32893,
                          "name": "Tong Yun Kai Cup 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32894,
                          "name": "Iceland International 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 32900,
                          "name": "Iceland International 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32912,
                          "name": "Bonn International 2022 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32916,
                          "name": "Iceland International 2020 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 32925,
                          "name": "European Team Championships - WD",
                          "importance": 0
                        },
                        {
                          "id": 32926,
                          "name": "German Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32930,
                          "name": "Swiss Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 32934,
                          "name": "European Team Championships - MD",
                          "importance": 0
                        },
                        {
                          "id": 32935,
                          "name": "BWF Sudirman Cup - 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32937,
                          "name": "Indonesia Masters 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32938,
                          "name": "Indonesia Masters 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32940,
                          "name": "Cyprus International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32941,
                          "name": "Indonesia Masters 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32943,
                          "name": "Slovak Open 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32946,
                          "name": "China Masters 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32950,
                          "name": "German Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 32956,
                          "name": "Polish Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32959,
                          "name": "Portuguese International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32961,
                          "name": "Indonesia Masters 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32970,
                          "name": "Indonesia Masters 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32975,
                          "name": "Malaysia Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 32989,
                          "name": "Austrian Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 32991,
                          "name": "German Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 32993,
                          "name": "Lithuanian International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33000,
                          "name": "Latvia International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33001,
                          "name": "Swedish Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33003,
                          "name": "Iceland International 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33022,
                          "name": "Dutch Open (GP) 2017",
                          "importance": 0
                        },
                        {
                          "id": 33030,
                          "name": "Croatia Open 2022 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 33031,
                          "name": "Swiss Open (GPG) 2016",
                          "importance": 0
                        },
                        {
                          "id": 33032,
                          "name": "Syed Modi International 2018 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 33036,
                          "name": "Polish Open 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 33042,
                          "name": "Indonesia Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33043,
                          "name": "SaarLorLux Open 2018 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33056,
                          "name": "Iceland International 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33059,
                          "name": "Iceland International 2020 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 33060,
                          "name": "Iceland International 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33063,
                          "name": "Hylo Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33064,
                          "name": "Swiss Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33068,
                          "name": "Thailand Masters 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33069,
                          "name": "Swiss Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33070,
                          "name": "Latvia International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33076,
                          "name": "Thailand Masters 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33077,
                          "name": "Swiss Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33082,
                          "name": "SaarLorLux Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33083,
                          "name": "Dutch Open (GP) 2014",
                          "importance": 0
                        },
                        {
                          "id": 33093,
                          "name": "Iceland International 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33098,
                          "name": "German Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33101,
                          "name": "Nouvelle Aquitaine 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33104,
                          "name": "Korea Masters 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33105,
                          "name": "Lithuanian International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33107,
                          "name": "Hylo Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33115,
                          "name": "Italian International 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33116,
                          "name": "Bitburger Open (GPG) 2014",
                          "importance": 0
                        },
                        {
                          "id": 33124,
                          "name": "Indonesia Masters 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33126,
                          "name": "German Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33128,
                          "name": "Korea Masters 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33129,
                          "name": "Indonesia Masters 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33131,
                          "name": "Czech Open - WS",
                          "importance": 0
                        },
                        {
                          "id": 33134,
                          "name": "Indonesia Masters 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33138,
                          "name": "Indonesia Masters 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33139,
                          "name": "Scottish Open 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33141,
                          "name": "Dutch International 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33142,
                          "name": "Indonesia Masters 2026 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33146,
                          "name": "Spain Masters 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33151,
                          "name": "Hong Kong Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33159,
                          "name": "India Open 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33163,
                          "name": "Swedish Open 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33164,
                          "name": "Swedish Open 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33166,
                          "name": "India Open 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33167,
                          "name": "India Open 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33168,
                          "name": "Swedish Open 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33169,
                          "name": "Swedish Open 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33174,
                          "name": "India Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33175,
                          "name": "Thailand Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33177,
                          "name": "Dutch International 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33182,
                          "name": "Swedish Open 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33184,
                          "name": "Swiss Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33186,
                          "name": "Austrian Open 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33190,
                          "name": "India Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33198,
                          "name": "India Open 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33199,
                          "name": "India Open 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33205,
                          "name": "European Club Championships 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33209,
                          "name": "India Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33212,
                          "name": "India Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33215,
                          "name": "India Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33216,
                          "name": "China Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33221,
                          "name": "India Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33224,
                          "name": "China Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33227,
                          "name": "Latvia International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33230,
                          "name": "India Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33249,
                          "name": "Thailand Masters 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33257,
                          "name": "Malaysia Masters 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33263,
                          "name": "India Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33268,
                          "name": "German Open (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33272,
                          "name": "Hong Kong Open (SS) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33276,
                          "name": "German Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33277,
                          "name": "Swedish Open 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33279,
                          "name": "BWF Superseries Finals 2015 - Women Doubles - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 33280,
                          "name": "BWF Superseries Finals 2014 - Women Doubles - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 33284,
                          "name": "US Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33286,
                          "name": "Swedish Open 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33289,
                          "name": "Spain Masters (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 33297,
                          "name": "Thailand Masters 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33298,
                          "name": "US Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33303,
                          "name": "Lithuanian International 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33310,
                          "name": "Macau Open 2018 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33313,
                          "name": "Swedish Open 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33319,
                          "name": "Indonesia Masters 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33329,
                          "name": "Swedish Open 2026 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33334,
                          "name": "Swedish Open 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33337,
                          "name": "Indonesia Masters 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33362,
                          "name": "India Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33377,
                          "name": "Hylo Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33384,
                          "name": "German Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33389,
                          "name": "Korea Masters 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33390,
                          "name": "Estonian International 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33392,
                          "name": "Estonian International 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33394,
                          "name": "Malaysia Open 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33396,
                          "name": "Malaysia Open 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33397,
                          "name": "Malaysia Open 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33398,
                          "name": "Malaysia Open 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33399,
                          "name": "Estonian International 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33402,
                          "name": "Latvia International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33408,
                          "name": "Estonian International 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33411,
                          "name": "Estonian International 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33421,
                          "name": "Malaysia Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33422,
                          "name": "Thailand Masters 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33424,
                          "name": "Lithuanian International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33426,
                          "name": "Brasil Open (GP) 2015 - Mixed Doubles - Group B",
                          "importance": 0
                        },
                        {
                          "id": 33430,
                          "name": "Malaysia Open 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33432,
                          "name": "Malaysia Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33434,
                          "name": "Swiss Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33436,
                          "name": "SaarLorLux Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33441,
                          "name": "Orleans Masters 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33446,
                          "name": "Estonian International 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33452,
                          "name": "All England Open 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33453,
                          "name": "Malaysia Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33461,
                          "name": "India Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 33465,
                          "name": "Estonian International 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33466,
                          "name": "Estonian International 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33482,
                          "name": "Denmark Open 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33488,
                          "name": "Nouvelle Aquitaine 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33497,
                          "name": "Portuguese International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33506,
                          "name": "Denmark Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33510,
                          "name": "India Open (SS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 33511,
                          "name": "Scottish Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33516,
                          "name": "Estonian International 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33534,
                          "name": "Hong Kong Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33539,
                          "name": "Hong Kong Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33550,
                          "name": "India Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33558,
                          "name": "Hatzor International - MS",
                          "importance": 0
                        },
                        {
                          "id": 33559,
                          "name": "Malaysia Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33562,
                          "name": "Finnish Open (IC) 2017",
                          "importance": 0
                        },
                        {
                          "id": 33570,
                          "name": "Vietnam Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 33577,
                          "name": "India Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33582,
                          "name": "Estonian International 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33585,
                          "name": "India Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 33598,
                          "name": "India Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33609,
                          "name": "Estonian International 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33615,
                          "name": "Malaysia Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33616,
                          "name": "Estonian International 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33625,
                          "name": "India Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33643,
                          "name": "India International 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33647,
                          "name": "Australian Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33652,
                          "name": "Estonian International 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33686,
                          "name": "India Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33695,
                          "name": "Chinese Taipei Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33697,
                          "name": "German Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33704,
                          "name": "India International 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33706,
                          "name": "Swiss Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33709,
                          "name": "China Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33710,
                          "name": "All England Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33714,
                          "name": "BWF Superseries Finals 2014 - Doubles - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 33715,
                          "name": "Thailand Masters 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33720,
                          "name": "Syed Modi International 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33721,
                          "name": "Austrian Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33723,
                          "name": "Korea Open 2018 - (WD)",
                          "importance": 0
                        },
                        {
                          "id": 33727,
                          "name": "Thailand Masters 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33730,
                          "name": "Spain Masters 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33731,
                          "name": "Lithuanian International 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33732,
                          "name": "Orleans Masters 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33744,
                          "name": "Spanish International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33746,
                          "name": "Korea Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33748,
                          "name": "HYLO Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33749,
                          "name": "Indonesia Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33751,
                          "name": "Brazil International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33762,
                          "name": "US Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33763,
                          "name": "India Open (SS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 33766,
                          "name": "Indonesia Masters 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33768,
                          "name": "Korea Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33775,
                          "name": "US Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33779,
                          "name": "Korea Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33780,
                          "name": "Thailand Masters 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33784,
                          "name": "Brazil International Series 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33785,
                          "name": "Nantes International Challenge 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33788,
                          "name": "World Tour Finals 2025 - XD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 33789,
                          "name": "World Tour Finals 2025 - WD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 33790,
                          "name": "World Tour Finals 2025 - WS - Finals",
                          "importance": 0
                        },
                        {
                          "id": 33791,
                          "name": "World Tour Finals 2025 - MD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 33794,
                          "name": "India Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33797,
                          "name": "Korea Masters 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33800,
                          "name": "Austrian Open 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33804,
                          "name": "US Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33805,
                          "name": "Indonesia Masters 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33815,
                          "name": "Odisha Masters 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33816,
                          "name": "Odisha Masters 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33817,
                          "name": "Odisha Masters 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33818,
                          "name": "Odisha Masters 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33819,
                          "name": "Odisha Masters 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33825,
                          "name": "Malaysia Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33827,
                          "name": "Thailand Masters 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33832,
                          "name": "Nantes International Challenge 2022 - XD - Quali",
                          "importance": 0
                        },
                        {
                          "id": 33836,
                          "name": "China Open 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33837,
                          "name": "Chinese Taipei Open (GPG) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 33844,
                          "name": "Swiss Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33850,
                          "name": "Austrian Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33852,
                          "name": "Denmark Open 2018 - (MD)",
                          "importance": 0
                        },
                        {
                          "id": 33853,
                          "name": "Akita Masters (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 33861,
                          "name": "Malaysia Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33863,
                          "name": "German Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 33865,
                          "name": "Odisha Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33869,
                          "name": "Akita Masters 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33882,
                          "name": "Thailand Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33883,
                          "name": "Malaysia Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33887,
                          "name": "Hylo Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33889,
                          "name": "Akita Masters (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33895,
                          "name": "Czech Open 2018 - (XD)",
                          "importance": 0
                        },
                        {
                          "id": 33902,
                          "name": "Macau Open 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33907,
                          "name": "Vietnam Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33914,
                          "name": "Vietnam Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33916,
                          "name": "Hong Kong Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33924,
                          "name": "Indonesia Masters 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33927,
                          "name": "Brasil Open (GP) 2015 - Group A",
                          "importance": 0
                        },
                        {
                          "id": 33928,
                          "name": "Odisha Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33931,
                          "name": "Vietnam Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33932,
                          "name": "Scottish Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 33933,
                          "name": "Odisha Masters 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33934,
                          "name": "Denmark Masters 2022 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 33936,
                          "name": "India Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33939,
                          "name": "Denmark Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 33943,
                          "name": "Scottish Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33954,
                          "name": "Odisha Masters 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33957,
                          "name": "Syed Modi International 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 33958,
                          "name": "Odisha Masters 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33960,
                          "name": "Cyprus International - MS",
                          "importance": 0
                        },
                        {
                          "id": 33964,
                          "name": "Odisha Open 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33967,
                          "name": "China Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33972,
                          "name": "Canada Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33975,
                          "name": "Odisha Masters 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33978,
                          "name": "Polish International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33980,
                          "name": "Italian International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 33981,
                          "name": "Odisha Masters 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 33985,
                          "name": "Thailand Masters 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33991,
                          "name": "Thailand Masters (GPG) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 33995,
                          "name": "Polish International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 33996,
                          "name": "Guwahati Masters 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 33998,
                          "name": "Macau Open 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34002,
                          "name": "Guwahati Masters 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34003,
                          "name": "Thailand Masters 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34006,
                          "name": "Guwahati Masters 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34007,
                          "name": "Macau Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34009,
                          "name": "India International 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34011,
                          "name": "Malaysia Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34014,
                          "name": "Guwahati Masters 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34015,
                          "name": "Guwahati Masters 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34016,
                          "name": "Guwahati Masters 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34017,
                          "name": "Guwahati Masters 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34029,
                          "name": "Korea Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34030,
                          "name": "Odisha Masters 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34031,
                          "name": "India Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34032,
                          "name": "Guwahati Masters 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34033,
                          "name": "Odisha Masters 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 34034,
                          "name": "Odisha Masters 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34039,
                          "name": "Fajr International Challenge 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34044,
                          "name": "Fajr International Challenge 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34054,
                          "name": "German Open - Women",
                          "importance": 0
                        },
                        {
                          "id": 34059,
                          "name": "China Masters (GPG) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 34061,
                          "name": "Korea Masters 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34066,
                          "name": "Denmark Masters 2021 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 34072,
                          "name": "All England Open (SS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 34074,
                          "name": "Hong Kong Open (SS) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34077,
                          "name": "Malaysia Open (SS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34078,
                          "name": "India Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34080,
                          "name": "Guwahati Masters 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 34081,
                          "name": "India International 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34087,
                          "name": "Spain Masters 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34088,
                          "name": "World Championship - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34089,
                          "name": "Guwahati Masters 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 34090,
                          "name": "Italian International 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 34091,
                          "name": "Korea Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34092,
                          "name": "Guwahati Masters 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 34095,
                          "name": "Vietnam Open (WT) 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34101,
                          "name": "India Open (SS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34104,
                          "name": "Guwahati Masters 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 34115,
                          "name": "Austrian Open 2017 (IC)",
                          "importance": 0
                        },
                        {
                          "id": 34116,
                          "name": "K&D GRAPHICS International Challenge 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34117,
                          "name": "Indonesia Masters 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34123,
                          "name": "Guwahati Masters 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 34125,
                          "name": "Indonesia Masters (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34127,
                          "name": "Dutch Open (GP) 2015",
                          "importance": 0
                        },
                        {
                          "id": 34129,
                          "name": "Swedish Open 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34135,
                          "name": "Asia Team Championships - MD",
                          "importance": 0
                        },
                        {
                          "id": 34142,
                          "name": "Guwahati Masters 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 34154,
                          "name": "Thailand Masters (GPG) 2018",
                          "importance": 0
                        },
                        {
                          "id": 34163,
                          "name": "Malaysia International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34168,
                          "name": "Guwahati Masters 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34173,
                          "name": "Akita Masters 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34178,
                          "name": "Indonesia Masters 2022 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 34179,
                          "name": "All England Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34185,
                          "name": "Orleans Masters 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34186,
                          "name": "Daihatsu Indonesia Masters 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34194,
                          "name": "Guwahati Masters 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34195,
                          "name": "Asia Championships 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34199,
                          "name": "Yuzu Indonesia Masters 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34200,
                          "name": "World Championships - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34201,
                          "name": "Brasil Open (GP) 2015 - Group B",
                          "importance": 0
                        },
                        {
                          "id": 34203,
                          "name": "Malaysia Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34208,
                          "name": "Malaysia Masters 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 34209,
                          "name": "Dutch Open (GP) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 34221,
                          "name": "Syed Modi International (GPG) 2017",
                          "importance": 0
                        },
                        {
                          "id": 34226,
                          "name": "Korea Masters 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34227,
                          "name": "Malaysia Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34232,
                          "name": "Malaysia Masters 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34233,
                          "name": "BWF Sudirman Cup - 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34234,
                          "name": "Indonesia Masters (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 34235,
                          "name": "Austrian Open (IC) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34237,
                          "name": "Korea Masters 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34243,
                          "name": "HYLO Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34244,
                          "name": "Korea Masters 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34246,
                          "name": "Brasil Open (GP) 2015 - Doubles - Group B",
                          "importance": 0
                        },
                        {
                          "id": 34250,
                          "name": "World Championships 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34254,
                          "name": "Canada Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 34258,
                          "name": "World Championships 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34262,
                          "name": "Syed Modi India International 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34264,
                          "name": "Syed Modi India International 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34265,
                          "name": "India Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 34267,
                          "name": "Hong Kong Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34269,
                          "name": "Singapore Open 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 34272,
                          "name": "Korea Masters (GPG) 2017",
                          "importance": 0
                        },
                        {
                          "id": 34274,
                          "name": "Syed Modi India International 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34275,
                          "name": "Welsh International Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34277,
                          "name": "Welsh International Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34281,
                          "name": "China Open (SS) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34282,
                          "name": "Syed Modi International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34284,
                          "name": "Welsh International Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 34292,
                          "name": "HYLO Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34293,
                          "name": "India Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34295,
                          "name": "Welsh International Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34298,
                          "name": "China Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34302,
                          "name": "Welsh International Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34314,
                          "name": "Asia Team Championship 2017 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 34328,
                          "name": "Ukraine Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34333,
                          "name": "Portuguese International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34334,
                          "name": "Scottish Open 2021 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 34344,
                          "name": "Macau Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34351,
                          "name": "All England Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34353,
                          "name": "Olympic Games - Group A",
                          "importance": 0
                        },
                        {
                          "id": 34366,
                          "name": "World Championships",
                          "importance": 0
                        },
                        {
                          "id": 34370,
                          "name": "Irish Open (IS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 34373,
                          "name": "Brasil Open (GP) 2015 - Group D",
                          "importance": 0
                        },
                        {
                          "id": 34382,
                          "name": "Thailand Masters 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34392,
                          "name": "Malaysia Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34395,
                          "name": "Portugal International 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34400,
                          "name": "Malaysia Open (GPG) 2014",
                          "importance": 0
                        },
                        {
                          "id": 34402,
                          "name": "Indonesian Masters (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34405,
                          "name": "SaarLorLux Open 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34406,
                          "name": "Irish Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34418,
                          "name": "Vietnam Open (WT) 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 34439,
                          "name": "Finish Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34445,
                          "name": "Malaysia Masters 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 34449,
                          "name": "Korea Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34453,
                          "name": "Malaysia Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 34461,
                          "name": "Denmark Masters 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34476,
                          "name": "Olympic Games - Group G",
                          "importance": 0
                        },
                        {
                          "id": 34488,
                          "name": "HYLO Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34518,
                          "name": "Vietnam Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34525,
                          "name": "Thailand Masters (GP) 2017",
                          "importance": 0
                        },
                        {
                          "id": 34558,
                          "name": "Chinese Taipei Open (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34568,
                          "name": "Hong Kong Open 2018 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34573,
                          "name": "Thailand Masters 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34593,
                          "name": "Thailand Open (GPG) 2016",
                          "importance": 0
                        },
                        {
                          "id": 34597,
                          "name": "Indonesia Masters 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34603,
                          "name": "Malaysia International Challenge 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34609,
                          "name": "Welsh International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34614,
                          "name": "Swiss Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34622,
                          "name": "Taipei Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34642,
                          "name": "Hyderabad Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34644,
                          "name": "Denmark Open 2018 - (WD)",
                          "importance": 0
                        },
                        {
                          "id": 34647,
                          "name": "Vietnam Open (GP) 2017",
                          "importance": 0
                        },
                        {
                          "id": 34656,
                          "name": "Indonesia International Challenge 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34658,
                          "name": "Vietnam Open (WT) 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34661,
                          "name": "Thailand Masters 2020 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 34671,
                          "name": "Thailand Open (GP) 2015",
                          "importance": 0
                        },
                        {
                          "id": 34696,
                          "name": "Korea Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34699,
                          "name": "Welsh International Open 2025 - WD - Quali",
                          "importance": 0
                        },
                        {
                          "id": 34709,
                          "name": "Guwahati Masters 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34754,
                          "name": "US Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34756,
                          "name": "Indonesia International Challenge 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34757,
                          "name": "Thailand Masters (GP) 2016",
                          "importance": 0
                        },
                        {
                          "id": 34765,
                          "name": "Denmark Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34786,
                          "name": "India Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34788,
                          "name": "Malaysia Masters (SS) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34789,
                          "name": "Welsh International Open 2025 - XD - Quali",
                          "importance": 0
                        },
                        {
                          "id": 34796,
                          "name": "Vietnam Open (WT) 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 34800,
                          "name": "Orleans Masters 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 34820,
                          "name": "Malaysia Masters 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34822,
                          "name": "Syed Modi International 2018 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 34823,
                          "name": "Welsh International Open 2025 - MD - Quali",
                          "importance": 0
                        },
                        {
                          "id": 34828,
                          "name": "Hyderabad Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 34840,
                          "name": "Syed Modi International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34843,
                          "name": "Syed Modi International (GPG) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34844,
                          "name": "Peru International (IS) 2018",
                          "importance": 0
                        },
                        {
                          "id": 34852,
                          "name": "Malaysia Masters 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 34876,
                          "name": "China Open 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34879,
                          "name": "Macau Open (GPG) 2014",
                          "importance": 0
                        },
                        {
                          "id": 34884,
                          "name": "Welsh International Open 2025 - WS - Quali",
                          "importance": 0
                        },
                        {
                          "id": 34897,
                          "name": "Odisha Masters 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34898,
                          "name": "Denmark Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 34901,
                          "name": "French Open 2018 - (WD)",
                          "importance": 0
                        },
                        {
                          "id": 34905,
                          "name": "Guwahati Masters 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 34908,
                          "name": "Malaysia Open (SS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 34911,
                          "name": "Mongolia International Challenge 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 34917,
                          "name": "World Championships 2017",
                          "importance": 0
                        },
                        {
                          "id": 34957,
                          "name": "India Open (SS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 34963,
                          "name": "Indonesia Masters 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34969,
                          "name": "Orleans Masters 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 34982,
                          "name": "Dubai World Finals (SS) 2017 - WD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 34995,
                          "name": "Welsh International Open 2025 - MS - Quali",
                          "importance": 0
                        },
                        {
                          "id": 35004,
                          "name": "India Masters (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35013,
                          "name": "Hyderabad Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35024,
                          "name": "SaarLorLux Open 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35032,
                          "name": "Fuzhou China Open 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35035,
                          "name": "Korea Masters (GPG) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35046,
                          "name": "Czech Open (IC) 2017",
                          "importance": 0
                        },
                        {
                          "id": 35048,
                          "name": "Bonn International 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35052,
                          "name": "World Championships 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35054,
                          "name": "World Championships 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35066,
                          "name": "Hong Kong Open 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35067,
                          "name": "Thailand Masters (GPG) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 35070,
                          "name": "French Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35071,
                          "name": "European Women's Team Championship 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35075,
                          "name": "Hong Kong Open (SS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 35078,
                          "name": "Brasil Open (GP) 2015 - Women Doubles - Group B",
                          "importance": 0
                        },
                        {
                          "id": 35085,
                          "name": "All Africa Men's & Women's Team Championships - MS",
                          "importance": 0
                        },
                        {
                          "id": 35088,
                          "name": "Sunrise Bangladesh (IC) 2016",
                          "importance": 0
                        },
                        {
                          "id": 35094,
                          "name": "Pan Am Championships 2018",
                          "importance": 0
                        },
                        {
                          "id": 35098,
                          "name": "Hyderabad Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35105,
                          "name": "Korea Masters 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35115,
                          "name": "Denmark Open (SS) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35116,
                          "name": "Syed Modi India International 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 35125,
                          "name": "Malaysia Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35137,
                          "name": "Slovenia Future Series 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35142,
                          "name": "Thailand Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 35158,
                          "name": "Hong Kong Open 2018 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 35164,
                          "name": "Indonesian Masters (GPG) 2016",
                          "importance": 0
                        },
                        {
                          "id": 35166,
                          "name": "India Open 2019 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 35167,
                          "name": "Denmark Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35172,
                          "name": "Syed Modi International 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35175,
                          "name": "Welsh International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35236,
                          "name": "Australian Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35246,
                          "name": "Scottish Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35247,
                          "name": "European Games 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35260,
                          "name": "Chinese Taipei Open 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35264,
                          "name": "Malaysia Masters (GPG) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35274,
                          "name": "Welsh International 2018 - MS",
                          "importance": 0
                        },
                        {
                          "id": 35275,
                          "name": "China Masters (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35310,
                          "name": "Asia Team Championships - WD",
                          "importance": 0
                        },
                        {
                          "id": 35320,
                          "name": "Scottish Open 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35328,
                          "name": "Welsh International 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35329,
                          "name": "China Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35334,
                          "name": "Indonesia Masters 2018",
                          "importance": 0
                        },
                        {
                          "id": 35338,
                          "name": "Estonian International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35340,
                          "name": "LI-NING China Masters 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35353,
                          "name": "Belgian International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35362,
                          "name": "England Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35367,
                          "name": "Chinese Taipei Open 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35379,
                          "name": "Denmark Masters 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35380,
                          "name": "New Zealand Open (GPG) 2015",
                          "importance": 0
                        },
                        {
                          "id": 35387,
                          "name": "Guwahati Masters 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35390,
                          "name": "Korea Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 35391,
                          "name": "Syed Modi India International 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 35393,
                          "name": "Malaysia Masters 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35397,
                          "name": "Syed Modi India International 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 35404,
                          "name": "Syed Modi India International 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 35410,
                          "name": "Singapore Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35414,
                          "name": "Syed Modi India International 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 35423,
                          "name": "Slovenia International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 35450,
                          "name": "Korea Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35462,
                          "name": "Korea Masters 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35468,
                          "name": "Yuzu Indonesia Masters 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35483,
                          "name": "Malaysia Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35488,
                          "name": "Swedish Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35500,
                          "name": "Scottish Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 35501,
                          "name": "Vietnam Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35504,
                          "name": "Scottish Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35505,
                          "name": "Scottish Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35508,
                          "name": "Orange County (IC) 2017",
                          "importance": 0
                        },
                        {
                          "id": 35509,
                          "name": "Australian Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35515,
                          "name": "Australian Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35516,
                          "name": "Australian Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 35517,
                          "name": "Indonesia International Challenge 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35528,
                          "name": "Turkiye International Championships 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 35529,
                          "name": "Daihatsu Indonesia Masters 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35531,
                          "name": "Turkiye International Championships 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35539,
                          "name": "Turkiye International Championships 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35541,
                          "name": "Turkiye International Championships 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 35543,
                          "name": "Turkiye International Championships 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35548,
                          "name": "Scottish Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 35561,
                          "name": "Scottish Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35567,
                          "name": "Denmark Open (SS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35572,
                          "name": "Dubai World Finals (SS) 2017 - XD Doubles - Finals",
                          "importance": 0
                        },
                        {
                          "id": 35577,
                          "name": "Brasil Open (GP) 2015 - Mixed Doubles - Group C",
                          "importance": 0
                        },
                        {
                          "id": 35582,
                          "name": "Thailand Masters 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35584,
                          "name": "Australian Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35588,
                          "name": "Austrian Open 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35608,
                          "name": "Dutch Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35618,
                          "name": "Australian Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35630,
                          "name": "US Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35632,
                          "name": "New Zealand Open (WT) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 35643,
                          "name": "Malaysia Open - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35649,
                          "name": "SaarLorLux Open 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35652,
                          "name": "French Open (SS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35660,
                          "name": "BWF Superseries Finals 2014 - Mixed Doubles - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 35674,
                          "name": "World Championships 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35681,
                          "name": "Hong Kong Open (SS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 35685,
                          "name": "Korea Masters 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35687,
                          "name": "Azerbaijan International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 35690,
                          "name": "Bulgarian International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 35697,
                          "name": "Azerbaijan International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35701,
                          "name": "Swiss Open (GPG) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35706,
                          "name": "Luxembourg Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35710,
                          "name": "Chinese Taipei Open (GPG) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35712,
                          "name": "Korea Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35733,
                          "name": "Australian Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35740,
                          "name": "Austrian Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35742,
                          "name": "India Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35761,
                          "name": "BWF Superseries Finals 2015 - Mixed Doubles - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 35773,
                          "name": "China Masters 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35776,
                          "name": "Macau Open (GPG) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35792,
                          "name": "Swiss Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35793,
                          "name": "Vietnam Open (WT) 2019 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 35808,
                          "name": "Akita Masters (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35815,
                          "name": "China Open (SS) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35830,
                          "name": "French Open 2018 - (XD)",
                          "importance": 0
                        },
                        {
                          "id": 35845,
                          "name": "China Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35859,
                          "name": "Malaysia Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35863,
                          "name": "Scottish Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 35868,
                          "name": "Vietnam Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35874,
                          "name": "Scottish Open (GP) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35876,
                          "name": "China Masters 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35877,
                          "name": "China Open (SS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35884,
                          "name": "BWF Uber - 2018 - Doubles - Women",
                          "importance": 0
                        },
                        {
                          "id": 35886,
                          "name": "European Championships 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35895,
                          "name": "Hong Kong Open (SS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35896,
                          "name": "Odisha Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 35899,
                          "name": "LI-NING China Masters 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35900,
                          "name": "Hong Kong Open (SS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35903,
                          "name": "China Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 35919,
                          "name": "Irish Open (IS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35920,
                          "name": "Chinese Taipei Open 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35921,
                          "name": "Malaysia Masters 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 35942,
                          "name": "Thailand Masters (GPG) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35958,
                          "name": "Thailand Open (WT) 2018 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 35987,
                          "name": "Indonesian Masters (GPG) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 35994,
                          "name": "India Masters (GPG) 2016",
                          "importance": 0
                        },
                        {
                          "id": 35996,
                          "name": "New Zealand Open (GPG) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36011,
                          "name": "BWF Thomas - 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36017,
                          "name": "Indonesian Masters (GPG) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36031,
                          "name": "Vietnam Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36033,
                          "name": "Spain Masters 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36035,
                          "name": "Dutch Open 2018 - (WD)",
                          "importance": 0
                        },
                        {
                          "id": 36055,
                          "name": "Swedish Open (IS) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36059,
                          "name": "French Open (SS) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36061,
                          "name": "Li-Ning China Masters - XD",
                          "importance": 0
                        },
                        {
                          "id": 36065,
                          "name": "Scottish Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36084,
                          "name": "French Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36100,
                          "name": "Spain Masters (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36109,
                          "name": "Malaysia Masters 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36111,
                          "name": "Scottish Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36116,
                          "name": "SaarLorLux Open 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36117,
                          "name": "Denmark Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36119,
                          "name": "European Mixed Team Championships 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36122,
                          "name": "Denmark Open (SS) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36131,
                          "name": "Korea Open 2018 - (MD)",
                          "importance": 0
                        },
                        {
                          "id": 36139,
                          "name": "Swedish Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36148,
                          "name": "Australian Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36149,
                          "name": "Scottish Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36152,
                          "name": "Chinese Taipei Open (GPG) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36154,
                          "name": "England Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36158,
                          "name": "Macau Open 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36159,
                          "name": "Hylo Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36164,
                          "name": "White Nights 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36174,
                          "name": "Scottish Open 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36177,
                          "name": "Australian Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36179,
                          "name": "Singapore Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36180,
                          "name": "Italian International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36184,
                          "name": "Finish Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36186,
                          "name": "India Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36202,
                          "name": "US Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36204,
                          "name": "German Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36211,
                          "name": "Singapore Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36222,
                          "name": "New Zealand Open (GPG) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36236,
                          "name": "Turkiye International Championships 2025 - MS - Qual",
                          "importance": 0
                        },
                        {
                          "id": 36258,
                          "name": "Asia Championships 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36259,
                          "name": "Australian Open (SS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36267,
                          "name": "Australian Open (SS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36270,
                          "name": "Slovak Open 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36274,
                          "name": "New Zealand Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36281,
                          "name": "Italian International 2021 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36290,
                          "name": "French Open (SS) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36292,
                          "name": "Chinese Taipei Open (GPG) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36294,
                          "name": "Turkiye International Championships 2025 - MD - Qual",
                          "importance": 0
                        },
                        {
                          "id": 36298,
                          "name": "Belgian International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36299,
                          "name": "Bitburger Open (GPG) 2016",
                          "importance": 0
                        },
                        {
                          "id": 36302,
                          "name": "German Open (GPG) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36309,
                          "name": "Ukraine Open 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36323,
                          "name": "Turkiye International Championships 2025 - XD - Qual",
                          "importance": 0
                        },
                        {
                          "id": 36332,
                          "name": "China Open (SS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36353,
                          "name": "Dubai World Finals (SS) 2017 - WD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 36373,
                          "name": "New Zealand Open (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36387,
                          "name": "China Open (SS) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36402,
                          "name": "Turkiye International Championships 2025 - WS - Qual",
                          "importance": 0
                        },
                        {
                          "id": 36415,
                          "name": "Australian Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36444,
                          "name": "Australian Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36448,
                          "name": "Hong Kong Open (SS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36453,
                          "name": "Canada Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36455,
                          "name": "China Masters (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36457,
                          "name": "Korea Open (SS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36463,
                          "name": "Thailand Open (WT) 2018 - Mixed Doubles - Qualifica",
                          "importance": 0
                        },
                        {
                          "id": 36465,
                          "name": "French Open (SS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36483,
                          "name": "Australian Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36486,
                          "name": "Australian Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36487,
                          "name": "Australian Open 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36489,
                          "name": "Australian Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36490,
                          "name": "China Open (SS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36493,
                          "name": "Singapore Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36494,
                          "name": "Hong Kong Open",
                          "importance": 0
                        },
                        {
                          "id": 36495,
                          "name": "Canada Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 36498,
                          "name": "Japan Open (SS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36505,
                          "name": "Australian Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36508,
                          "name": "Welsh International 2021 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36514,
                          "name": "Hong Kong Open (SS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36516,
                          "name": "Macau Open (GPG) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36518,
                          "name": "Korea Open 2018 - (XD)",
                          "importance": 0
                        },
                        {
                          "id": 36525,
                          "name": "Waikito International 2017 (IS) - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36532,
                          "name": "Malaysia Masters (SS) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36536,
                          "name": "Singapore Open (SS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 36540,
                          "name": "Korea Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 36543,
                          "name": "India Open (SS) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36546,
                          "name": "Akita Masters (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36565,
                          "name": "Czech Open (IS) 2018",
                          "importance": 0
                        },
                        {
                          "id": 36584,
                          "name": "Australian Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 36594,
                          "name": "Bitburger Open (GPG) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36606,
                          "name": "Korea Open (SS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36612,
                          "name": "Vietnam Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36616,
                          "name": "Irish Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 36618,
                          "name": "Irish Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 36619,
                          "name": "Kumamoto Masters Japan 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 36620,
                          "name": "Irish Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36622,
                          "name": "Kumamoto Masters Japan 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36623,
                          "name": "Kumamoto Masters Japan 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 36624,
                          "name": "All England Open (SS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36626,
                          "name": "Kumamoto Masters Japan 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 36631,
                          "name": "Irish Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36634,
                          "name": "Irish Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 36639,
                          "name": "Korea Masters (GPG) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36640,
                          "name": "Australian Open (SS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36644,
                          "name": "Scottish Open (GP) 2015",
                          "importance": 0
                        },
                        {
                          "id": 36651,
                          "name": "Korea Masters (GPG) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36657,
                          "name": "Japan Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36658,
                          "name": "Indonesia Masters (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36662,
                          "name": "Irish Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36665,
                          "name": "Kumamoto Masters Japan 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 36671,
                          "name": "Scottish Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36681,
                          "name": "Kumamoto Masters Japan 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36682,
                          "name": "Brasil Open (GP) 2015 - Women Doubles - Group A",
                          "importance": 0
                        },
                        {
                          "id": 36686,
                          "name": "Indonesia Masters 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36687,
                          "name": "SaarLorLux Open 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36702,
                          "name": "Australia Open (SS) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36703,
                          "name": "Australian Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 36704,
                          "name": "World Championships - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36708,
                          "name": "Kumamoto Masters Japan 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36720,
                          "name": "New Zealand Open (GPG) 2016",
                          "importance": 0
                        },
                        {
                          "id": 36723,
                          "name": "Scottish Open (GP) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36744,
                          "name": "Swedish Open 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36746,
                          "name": "Malaysia Masters 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36748,
                          "name": "LI-NING China Masters 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36753,
                          "name": "Welsh International 2021 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36757,
                          "name": "China Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36759,
                          "name": "China Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 36760,
                          "name": "Denmark Open - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36767,
                          "name": "Bitburger Open (GPG) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36774,
                          "name": "French Open (SS) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36777,
                          "name": "French Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36780,
                          "name": "China Open - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36787,
                          "name": "Korea Open (SS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36793,
                          "name": "Australian Open (SS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36803,
                          "name": "Irish Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36804,
                          "name": "India Open (WT) 2018 - Women Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 36827,
                          "name": "Singapore Open (SS) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36840,
                          "name": "Ruichang China Masters - XD",
                          "importance": 0
                        },
                        {
                          "id": 36845,
                          "name": "Irish Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36852,
                          "name": "Korea Masters (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36859,
                          "name": "Malaysia Masters 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36861,
                          "name": "Korea Grand Prix (GP) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36863,
                          "name": "Japan Open (SS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36869,
                          "name": "Denmark Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36872,
                          "name": "Cyprus International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 36877,
                          "name": "Australian Open (SS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36885,
                          "name": "Kumamoto Masters Japan 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36887,
                          "name": "Dutch International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 36898,
                          "name": "Kumamoto Masters Japan 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36911,
                          "name": "Chinese Taipei Masters (GP) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36926,
                          "name": "Spain Masters (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36928,
                          "name": "Kumamoto Masters Japan 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36935,
                          "name": "Chinese Taipei Open (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36943,
                          "name": "Kumamoto Masters Japan 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36951,
                          "name": "Spain Masters 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36954,
                          "name": "Bitburger Open (GPG) 2015",
                          "importance": 0
                        },
                        {
                          "id": 36957,
                          "name": "Taipei Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36958,
                          "name": "Kumamoto Masters Japan 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36962,
                          "name": "Russia Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 36965,
                          "name": "Singapore Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 36966,
                          "name": "Chinese Taipei Open (GPG) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36967,
                          "name": "Irish Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36972,
                          "name": "Irish Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 36978,
                          "name": "Korea Open (SS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36979,
                          "name": "Hylo Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 36982,
                          "name": "Japan Open (SS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36987,
                          "name": "Swiss Open (GPG) 2015",
                          "importance": 0
                        },
                        {
                          "id": 36988,
                          "name": "Portuguese International (IS) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36995,
                          "name": "China Open - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 36996,
                          "name": "Kumamoto Masters Japan 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 36998,
                          "name": "US Open (GPG) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37000,
                          "name": "Norwegian International 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 37001,
                          "name": "Norwegian International 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37002,
                          "name": "Norwegian International 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37004,
                          "name": "Kumamoto Masters Japan 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37006,
                          "name": "Norwegian International 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37017,
                          "name": "Norwegian International 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 37021,
                          "name": "German Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37027,
                          "name": "China Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37033,
                          "name": "Kumamoto Masters Japan 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37053,
                          "name": "Vietnam Open (GP) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37057,
                          "name": "Li-Ning China Masters - WD",
                          "importance": 0
                        },
                        {
                          "id": 37058,
                          "name": "Japan Open (SS) 2017 - Mixed Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 37059,
                          "name": "Macau Open (GPG) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37071,
                          "name": "Pan Am Team Continental Championships - MD",
                          "importance": 0
                        },
                        {
                          "id": 37079,
                          "name": "Brasil Open (GP) 2015 - Doubles - Group C",
                          "importance": 0
                        },
                        {
                          "id": 37086,
                          "name": "US Open 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 37105,
                          "name": "European Championships 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37117,
                          "name": "Czech Open - MD",
                          "importance": 0
                        },
                        {
                          "id": 37121,
                          "name": "Indonesia International (IC) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37126,
                          "name": "Hong Kong Open - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37128,
                          "name": "Asia Team Championship 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37141,
                          "name": "Australian Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37142,
                          "name": "Malaysia Open (GPG) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37143,
                          "name": "Norwegian International 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37147,
                          "name": "New Zealand Open (GPG) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 37150,
                          "name": "Norwegian International 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37172,
                          "name": "Indonesia International (IC) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37180,
                          "name": "Norwegian International 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37193,
                          "name": "Hong Kong Open (SS) 2017 - Women Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 37196,
                          "name": "Korea Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37198,
                          "name": "Swiss Open (GPG) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37218,
                          "name": "US Open (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37220,
                          "name": "Korea Grand Prix (GP) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37227,
                          "name": "Peru International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37229,
                          "name": "Dutch Open (GP) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37233,
                          "name": "Kumamoto Masters Japan 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 37241,
                          "name": "Vietnam Open (GP) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37244,
                          "name": "Osaka International (IC) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37251,
                          "name": "Korea Masters 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37252,
                          "name": "Korea Open - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37253,
                          "name": "Korea Masters 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37257,
                          "name": "World Championships 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37259,
                          "name": "Indonesia International Challenge 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37261,
                          "name": "Malaysia Open - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37271,
                          "name": "Korea Masters 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37272,
                          "name": "Vietnam Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37277,
                          "name": "Korea Masters 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37279,
                          "name": "Hylo Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37281,
                          "name": "Japan Open - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37282,
                          "name": "Hylo Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 37285,
                          "name": "Hungarian International 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 37286,
                          "name": "All Africa Team Championships 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 37287,
                          "name": "Hungarian International 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37291,
                          "name": "Hungarian International 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37292,
                          "name": "BWF Superseries Finals 2013 - Women Doubles - Final",
                          "importance": 0
                        },
                        {
                          "id": 37293,
                          "name": "Hylo Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37297,
                          "name": "Hungarian International 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37303,
                          "name": "US Grand Prix (GP) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37304,
                          "name": "Malaysia Masters (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37306,
                          "name": "Hungarian International 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37307,
                          "name": "French Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37308,
                          "name": "Hungarian International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37309,
                          "name": "Malaysia Open (SS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37312,
                          "name": "Hungarian International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37313,
                          "name": "German Open - Womens Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37315,
                          "name": "China Open 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37316,
                          "name": "Estonian International 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37318,
                          "name": "Kumamoto Masters Japan 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37323,
                          "name": "Swiss Open (GPG) 2014",
                          "importance": 0
                        },
                        {
                          "id": 37326,
                          "name": "Hungarian International 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 37330,
                          "name": "Denmark Masters 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37331,
                          "name": "Thailand Masters 2020 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 37347,
                          "name": "Croatia Open 2022 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 37356,
                          "name": "US Open (GPG) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37360,
                          "name": "Norwegian International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37361,
                          "name": "India Masters (GPG) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37363,
                          "name": "Australian Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37368,
                          "name": "US Open (GPG) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37377,
                          "name": "Pan Am Games 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37381,
                          "name": "Hong Kong Open (SS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37386,
                          "name": "Macau Open (GPG) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37393,
                          "name": "Hungarian International 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37397,
                          "name": "Russian Open (GP) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37401,
                          "name": "China Open (SS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37402,
                          "name": "Hungarian International 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37404,
                          "name": "Malaysia Masters (GPG) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37411,
                          "name": "Denmark Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37421,
                          "name": "Thailand Open (GP) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37435,
                          "name": "Malaysia Masters (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37437,
                          "name": "Canada Open (GP) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37448,
                          "name": "Canada Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37449,
                          "name": "European Championships 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37451,
                          "name": "Syed Modi International 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37455,
                          "name": "Spain Masters 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37467,
                          "name": "Singapore Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37472,
                          "name": "Hyderabad Open 2019 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 37479,
                          "name": "Taipei Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37492,
                          "name": "Hungarian International 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37497,
                          "name": "China Open (SS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37498,
                          "name": "Hungarian International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37503,
                          "name": "Indonesia Masters (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37504,
                          "name": "India Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37506,
                          "name": "Ruichang China Masters - WD",
                          "importance": 0
                        },
                        {
                          "id": 37507,
                          "name": "Hylo Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37508,
                          "name": "Canada Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37522,
                          "name": "French Open - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37523,
                          "name": "Kumamoto Masters Japan 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37529,
                          "name": "Scottish Open (GP) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37532,
                          "name": "Hylo Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37534,
                          "name": "Indonesia Open (SS) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37540,
                          "name": "Hylo Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37551,
                          "name": "Hylo Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37556,
                          "name": "Vietnam Open (GP) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37566,
                          "name": "French Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37567,
                          "name": "French Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37568,
                          "name": "French Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 37571,
                          "name": "Malaysia Open (SS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37587,
                          "name": "French Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 37588,
                          "name": "Indonesia Masters II 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 37592,
                          "name": "Indonesia Masters II 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 37609,
                          "name": "Indonesia Masters II 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37611,
                          "name": "Indonesia Masters II 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 37613,
                          "name": "Indonesia Masters II 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 37618,
                          "name": "Indonesia Masters II 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37622,
                          "name": "Kumamoto Masters Japan 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37623,
                          "name": "Indonesia Masters II 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37632,
                          "name": "Vietnam Open (GP) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37641,
                          "name": "Austrian Open 2020 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 37642,
                          "name": "Indonesia Masters II 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37644,
                          "name": "Dubai World Finals (SS) 2017 - XD Doubles - Group A",
                          "importance": 0
                        },
                        {
                          "id": 37649,
                          "name": "Indonesia Masters II 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 37652,
                          "name": "Indonesia Masters II 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37653,
                          "name": "Vietnam Open (GP) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37684,
                          "name": "Fuzhou China Open 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37703,
                          "name": "Korea Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37709,
                          "name": "New Zealand Open (GP) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37718,
                          "name": "Indonesia Masters II 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37725,
                          "name": "World Championships 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37739,
                          "name": "Malaysia Masters (GPG) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37752,
                          "name": "China Masters (GPG) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37754,
                          "name": "Estonian International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37769,
                          "name": "New Zealand Open (GP) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37780,
                          "name": "Denmark Open (SS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37789,
                          "name": "US Open (GPG) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37792,
                          "name": "Korea Open (SS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37795,
                          "name": "Indonesia Masters II 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37809,
                          "name": "Russian Open (GP) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37815,
                          "name": "Malaysia Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37819,
                          "name": "China Masters (GPG) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37824,
                          "name": "Malaysia International Challenge 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37832,
                          "name": "French Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37839,
                          "name": "Yonex / K D Graphics (IC) 2018",
                          "importance": 0
                        },
                        {
                          "id": 37840,
                          "name": "Taipei Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37841,
                          "name": "Japan Open (SS) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37843,
                          "name": "Indonesia Masters II 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37855,
                          "name": "Denmark Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37859,
                          "name": "US Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37864,
                          "name": "Czech Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37866,
                          "name": "Czech Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37867,
                          "name": "Czech Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 37871,
                          "name": "Malaysia Open (SS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37873,
                          "name": "Malaysia Super 100 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37874,
                          "name": "Malaysia Super 100 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 37875,
                          "name": "Brasil Open (GP) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37876,
                          "name": "Malaysia Super 100 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37889,
                          "name": "Czech Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 37896,
                          "name": "Czech Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 37899,
                          "name": "Czech Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37900,
                          "name": "Malaysia Open, Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 37914,
                          "name": "New Zealand Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37919,
                          "name": "Vietnam Open 2022, WD",
                          "importance": 0
                        },
                        {
                          "id": 37932,
                          "name": "Malaysia Super 100 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 37938,
                          "name": "Malaysia Super 100 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 37939,
                          "name": "Spain Masters 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37976,
                          "name": "Vietnam Open (WT) 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 37993,
                          "name": "Indonesia Masters II 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 37998,
                          "name": "Czech Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38011,
                          "name": "White Nights 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38017,
                          "name": "Osaka International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38022,
                          "name": "Polish International 2021 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38031,
                          "name": "OUE Singapore Open (SS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38033,
                          "name": "Orleans Masters (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38046,
                          "name": "India Open (SS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38047,
                          "name": "French Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38052,
                          "name": "Czech Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38060,
                          "name": "Czech Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38061,
                          "name": "Vietnam International (IC) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38063,
                          "name": "Canada Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38066,
                          "name": "OUE Singapore Open (SS) 2017 - Women Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 38070,
                          "name": "Vietnam International (IC) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38078,
                          "name": "China Masters (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38084,
                          "name": "Korea Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38099,
                          "name": "Vietnam Open (WT) 2018 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 38101,
                          "name": "Canada Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38104,
                          "name": "China Open (SS) 2017 - Mixed Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 38106,
                          "name": "Dutch Open 2018 - (MD)",
                          "importance": 0
                        },
                        {
                          "id": 38112,
                          "name": "Czech Open 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38120,
                          "name": "Dutch Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38125,
                          "name": "Malaysia International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38134,
                          "name": "Malaysia Super 100 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38161,
                          "name": "Swedish Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38162,
                          "name": "Arctic Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38163,
                          "name": "Arctic Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38166,
                          "name": "Malaysia Super 100 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38175,
                          "name": "India Open (SS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38177,
                          "name": "Malaysia Super 100 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38182,
                          "name": "Malaysia Super 100 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38187,
                          "name": "Arctic Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38190,
                          "name": "Malaysia Super 100 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38191,
                          "name": "Victor Dutch International (IC) 2018 - Mixed Double",
                          "importance": 0
                        },
                        {
                          "id": 38192,
                          "name": "Macau Open (GPG) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38193,
                          "name": "Arctic Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38196,
                          "name": "Malaysia Super 100 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38199,
                          "name": "German Open (GPG) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38200,
                          "name": "Arctic Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38205,
                          "name": "Arctic Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38206,
                          "name": "Arctic Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38208,
                          "name": "Turkiye International Challenge 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38212,
                          "name": "Singapore Open (SS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38214,
                          "name": "Turkiye International Challenge 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38219,
                          "name": "Turkiye International Challenge 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38223,
                          "name": "Turkiye International Challenge 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38224,
                          "name": "Turkiye International Challenge 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38227,
                          "name": "Arctic Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38228,
                          "name": "Arctic Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38237,
                          "name": "Spanish International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38238,
                          "name": "SaarLorLux Open 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38242,
                          "name": "Malaysia Open (SS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38244,
                          "name": "Orleans Masters 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38245,
                          "name": "Dutch Open 2021 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38248,
                          "name": "Irish Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38252,
                          "name": "Bulgarian International - XD",
                          "importance": 0
                        },
                        {
                          "id": 38259,
                          "name": "Osaka International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38278,
                          "name": "Denmark Open (SS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38282,
                          "name": "Turkiye International Challenge 2025 - WS - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 38283,
                          "name": "Chinese Taipei Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38291,
                          "name": "Turkiye International Challenge 2025 - MD - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 38309,
                          "name": "Turkiye International Challenge 2025 - XD - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 38312,
                          "name": "Turkiye International Challenge 2025 - WD - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 38313,
                          "name": "French Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38319,
                          "name": "Turkiye International Challenge 2025 - MS - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 38322,
                          "name": "Thailand Masters (GP) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38347,
                          "name": "SaarLorLux Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38353,
                          "name": "Arctic Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38364,
                          "name": "Arctic Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38365,
                          "name": "Arctic Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38367,
                          "name": "Arctic Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38372,
                          "name": "Arctic Open 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38377,
                          "name": "Tong Yun Kai Cup 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38384,
                          "name": "Thailand Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38385,
                          "name": "Dutch Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38386,
                          "name": "Dutch Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38387,
                          "name": "Dutch Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38388,
                          "name": "Dutch Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38389,
                          "name": "Dutch Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38390,
                          "name": "Vietnam Open (GP) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38391,
                          "name": "Lithuanian International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38396,
                          "name": "Vietnam Open (WT) 2018 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 38397,
                          "name": "Bulgarian International Championship - MD",
                          "importance": 0
                        },
                        {
                          "id": 38398,
                          "name": "Al Ain Masters 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38399,
                          "name": "Al Ain Masters 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38401,
                          "name": "Al Ain Masters 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38411,
                          "name": "Thailand Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38415,
                          "name": "French Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38417,
                          "name": "Dutch Open (GP) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38419,
                          "name": "Al Ain Masters 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38421,
                          "name": "Bulgarian International Championship - MS",
                          "importance": 0
                        },
                        {
                          "id": 38422,
                          "name": "Bulgarian International Championship - WS",
                          "importance": 0
                        },
                        {
                          "id": 38424,
                          "name": "Bulgarian International Championship - WD",
                          "importance": 0
                        },
                        {
                          "id": 38425,
                          "name": "Bulgarian International Championship - XD",
                          "importance": 0
                        },
                        {
                          "id": 38426,
                          "name": "Al Ain Masters 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38431,
                          "name": "New Zealand Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38437,
                          "name": "French Open 2018 - (MD)",
                          "importance": 0
                        },
                        {
                          "id": 38440,
                          "name": "Dutch Open (GP) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38441,
                          "name": "Macau Open (GPG) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38446,
                          "name": "Singapore Open - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38456,
                          "name": "Indonesia Open - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38461,
                          "name": "Arctic Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38467,
                          "name": "China Masters (GPG) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38470,
                          "name": "All England Championships - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38472,
                          "name": "Australia Open (SS) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38473,
                          "name": "Dutch Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38474,
                          "name": "Finnish Open (IC) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38482,
                          "name": "Canada Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38483,
                          "name": "Indonesian Masters (GPG) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38484,
                          "name": "European Mixed Team Championships 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38488,
                          "name": "Bulgarian International Championship - MD - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 38491,
                          "name": "Macau Open (GPG) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38495,
                          "name": "Arctic Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38496,
                          "name": "French Open (SS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38497,
                          "name": "Hellas Open - MS",
                          "importance": 0
                        },
                        {
                          "id": 38502,
                          "name": "Victor Dutch International (IC) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38509,
                          "name": "Singapore Open (SS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38511,
                          "name": "Korea Masters (GPG) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38517,
                          "name": "Bulgarian International Championship - MS - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 38519,
                          "name": "Indonesian Masters (GPG) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38523,
                          "name": "Bulgarian International Championship - WS - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 38536,
                          "name": "Bulgarian International Championship - XD - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 38552,
                          "name": "Dutch Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38553,
                          "name": "China Masters - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38559,
                          "name": "Chinese Taipei Open (GPG) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38570,
                          "name": "Al Ain Masters 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38571,
                          "name": "Al Ain Masters 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38575,
                          "name": "Al Ain Masters 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38578,
                          "name": "Al Ain Masters 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38588,
                          "name": "Korea Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38589,
                          "name": "Kaohsiung Masters 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38591,
                          "name": "Kaohsiung Masters 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38592,
                          "name": "Kaohsiung Masters 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38593,
                          "name": "Kaohsiung Masters 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38594,
                          "name": "Kaohsiung Masters 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38597,
                          "name": "Croatian International 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38598,
                          "name": "Croatian International 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38600,
                          "name": "Arctic Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38601,
                          "name": "Croatian International 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38603,
                          "name": "Croatian International 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38605,
                          "name": "US Open (GPG) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38606,
                          "name": "Croatian International 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38620,
                          "name": "Indonesian Masters (GPG) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38626,
                          "name": "Polish Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38629,
                          "name": "Singapore Open (SS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38631,
                          "name": "Slovenia International 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38655,
                          "name": "Malaysia Open (GPG) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38679,
                          "name": "Croatian International 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38700,
                          "name": "Croatian International 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38703,
                          "name": "Croatian International 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38722,
                          "name": "Indonesia International Challenge 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38755,
                          "name": "Croatian International 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38760,
                          "name": "Polish International 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 38767,
                          "name": "French Open (SS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38768,
                          "name": "Korea Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38771,
                          "name": "Korea Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38772,
                          "name": "Kaohsiung Masters 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38773,
                          "name": "Denmark Open (SS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38777,
                          "name": "Kaohsiung Masters 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38778,
                          "name": "Dutch Open (GP) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38780,
                          "name": "Kaohsiung Masters 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38781,
                          "name": "Kaohsiung Masters 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38782,
                          "name": "Kaohsiung Masters 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38783,
                          "name": "Korea Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38784,
                          "name": "Korea Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38786,
                          "name": "Bitburger Open (GPG) 2017 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 38788,
                          "name": "Arctic Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38790,
                          "name": "Bitburger Open (GPG) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38791,
                          "name": "Kaohsiung Masters 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38797,
                          "name": "Kaohsiung Masters 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38800,
                          "name": "Thailand Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38801,
                          "name": "Kaohsiung Masters 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38812,
                          "name": "Canada Open (GP) 2016",
                          "importance": 0
                        },
                        {
                          "id": 38813,
                          "name": "White Nights 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38816,
                          "name": "Polish International 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38819,
                          "name": "LI-NING China Masters 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38820,
                          "name": "LI-NING China Masters 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38822,
                          "name": "LI-NING China Masters 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38823,
                          "name": "Kaohsiung Masters 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38825,
                          "name": "Polish International 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38829,
                          "name": "Polish International 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38832,
                          "name": "Polish International 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38834,
                          "name": "French Open (SS) 2016 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 38835,
                          "name": "Indonesia Super 100 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38836,
                          "name": "Indonesia Super 100 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38837,
                          "name": "Indonesia Super 100 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38838,
                          "name": "Indonesia Super 100 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38839,
                          "name": "Polish International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38843,
                          "name": "Polish International 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38847,
                          "name": "Korea Grand Prix (GP) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38848,
                          "name": "Kaohsiung Masters 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 38849,
                          "name": "LI-NING China Masters 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38852,
                          "name": "Li-Ning China Masters - MD",
                          "importance": 0
                        },
                        {
                          "id": 38857,
                          "name": "All Africa Team Championships 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38861,
                          "name": "Polish International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38864,
                          "name": "Chinese Taipei GP (GP) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 38867,
                          "name": "French Open 2018 - (MS)",
                          "importance": 0
                        },
                        {
                          "id": 38871,
                          "name": "Austrian Open 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38881,
                          "name": "Czech Open - WD",
                          "importance": 0
                        },
                        {
                          "id": 38895,
                          "name": "Canada Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38899,
                          "name": "Polish Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38900,
                          "name": "Swedish Open 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38912,
                          "name": "Polish International 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 38920,
                          "name": "Polish Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38924,
                          "name": "China Masters 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 38931,
                          "name": "Slovak Open 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 38936,
                          "name": "Polish International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 38972,
                          "name": "Indonesia Super 100 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38977,
                          "name": "French Open (SS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 38980,
                          "name": "Indonesia Masters I 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38981,
                          "name": "Indonesia Super 100 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 38996,
                          "name": "Polish International 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39031,
                          "name": "French Open (SS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39033,
                          "name": "Pan Am Games 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39075,
                          "name": "Indonesia Super 100 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39077,
                          "name": "Dutch Open (GP) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39078,
                          "name": "Welsh International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39085,
                          "name": "Hong Kong Open (SS) 2017 - Mixed Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 39087,
                          "name": "Irish Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39089,
                          "name": "Indonesia Super 100 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39091,
                          "name": "Indonesia Super 100 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39092,
                          "name": "US Open (GPG) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39094,
                          "name": "Indonesia Super 100 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39095,
                          "name": "Indonesia Super 100 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39096,
                          "name": "Indonesia Super 100 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39101,
                          "name": "Thailand Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39104,
                          "name": "Indonesia Super 100 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39106,
                          "name": "Indonesia Super 100 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39109,
                          "name": "Ruichang China Masters - MD",
                          "importance": 0
                        },
                        {
                          "id": 39111,
                          "name": "Peru Future Series 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39112,
                          "name": "Portuguese International (IS) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39116,
                          "name": "Vietnam Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39117,
                          "name": "New Zealand Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39118,
                          "name": "Hong Kong Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39120,
                          "name": "Belgian International 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39121,
                          "name": "Vietnam Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39122,
                          "name": "Lithuanian International 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39123,
                          "name": "Lithuanian International 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39124,
                          "name": "Lithuanian International 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39125,
                          "name": "Belgian International 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39126,
                          "name": "Lithuanian International 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39127,
                          "name": "Belgian International 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39133,
                          "name": "China Masters (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39134,
                          "name": "Belgian International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39135,
                          "name": "Canada Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39144,
                          "name": "Lithuanian International 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39145,
                          "name": "French Open (SS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 39147,
                          "name": "Orleans Masters 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 39151,
                          "name": "Swiss Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39153,
                          "name": "US Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39156,
                          "name": "Slovak Open 2022 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39159,
                          "name": "Belgian International 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39160,
                          "name": "Vietnam International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39162,
                          "name": "Korea Open 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39164,
                          "name": "Belgian International 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39173,
                          "name": "French Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39178,
                          "name": "China Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39184,
                          "name": "Singapore Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39189,
                          "name": "Singapore Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39194,
                          "name": "Dutch Open (GP) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39196,
                          "name": "Indonesia Masters 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39206,
                          "name": "SaarLorLux Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39207,
                          "name": "Orleans Masters 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39213,
                          "name": "Thailand Open (GPG) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39214,
                          "name": "Smiling Fish IC (IS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39215,
                          "name": "Dutch Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39233,
                          "name": "Myanmar International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39238,
                          "name": "Kaohsiung Masters 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39240,
                          "name": "Kaohsiung Masters 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39242,
                          "name": "Lithuanian International 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39244,
                          "name": "Thailand Open (GPG) 2017 - Women Doubles Quali.",
                          "importance": 0
                        },
                        {
                          "id": 39246,
                          "name": "Lithuanian International 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39249,
                          "name": "Lithuanian International 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39256,
                          "name": "Belgian International 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39258,
                          "name": "Belgian International 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39261,
                          "name": "Canada Open (GP) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39262,
                          "name": "Belgian International 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39266,
                          "name": "New Zealand Open (GPG) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39268,
                          "name": "Belgian International 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39269,
                          "name": "Hong Kong Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39271,
                          "name": "Hong Kong Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39273,
                          "name": "Vietnam Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39282,
                          "name": "Lithuanian International 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39287,
                          "name": "Vietnam Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39290,
                          "name": "Vietnam Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39296,
                          "name": "Hong Kong Open 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39297,
                          "name": "Hong Kong Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39300,
                          "name": "Vietnam Open 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39301,
                          "name": "Hong Kong Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39304,
                          "name": "Vietnam Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39305,
                          "name": "Olympic Games Women - Final Round",
                          "importance": 0
                        },
                        {
                          "id": 39306,
                          "name": "Bitburger Open (GPG) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39312,
                          "name": "Baoji China Masters 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39313,
                          "name": "Baoji China Masters 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39314,
                          "name": "Slovenia Future Series 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39315,
                          "name": "Baoji China Masters 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39316,
                          "name": "Slovenia Future Series 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39318,
                          "name": "Slovenia Future Series 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39319,
                          "name": "Slovenia Future Series 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39326,
                          "name": "Indonesia Masters I 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39327,
                          "name": "Baoji China Masters 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39328,
                          "name": "Baoji China Masters 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39331,
                          "name": "Baoji China Masters 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39332,
                          "name": "Slovenia Future Series 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39335,
                          "name": "Baoji China Masters 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39361,
                          "name": "Thailand Open (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39362,
                          "name": "Thailand Open (GP) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39368,
                          "name": "Thailand Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39372,
                          "name": "Slovenia Future Series 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39377,
                          "name": "Austrian Open 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 39378,
                          "name": "Slovenia Future Series 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39380,
                          "name": "Baoji China Masters 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39389,
                          "name": "Malaysia International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39394,
                          "name": "Slovenia Future Series 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39395,
                          "name": "Baoji China Masters 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39399,
                          "name": "Baoji China Masters 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39400,
                          "name": "Indonesia Masters I 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39401,
                          "name": "China Masters 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 39402,
                          "name": "Baoji China Masters 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39403,
                          "name": "Baoji China Masters 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39406,
                          "name": "China Masters 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 39408,
                          "name": "New Zealand Open (GPG) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39411,
                          "name": "BWF World Championships - Men Singles",
                          "importance": 0
                        },
                        {
                          "id": 39413,
                          "name": "Korea Open 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39417,
                          "name": "Canada Open (GP) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39422,
                          "name": "Singapore Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39427,
                          "name": "Vietnam Open (GP) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39428,
                          "name": "Indonesia International (IC) 2017",
                          "importance": 0
                        },
                        {
                          "id": 39431,
                          "name": "Giraldilla International (IS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39433,
                          "name": "Austrian Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39436,
                          "name": "Macau Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39437,
                          "name": "Macau Open (GPG) 2016",
                          "importance": 0
                        },
                        {
                          "id": 39438,
                          "name": "Macau Open 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39439,
                          "name": "Macau Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39440,
                          "name": "Macau Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39442,
                          "name": "Macau Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39444,
                          "name": "China Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39446,
                          "name": "China Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39447,
                          "name": "China Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39451,
                          "name": "Japan Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39452,
                          "name": "Japan Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39461,
                          "name": "Canada Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39462,
                          "name": "Canada Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39463,
                          "name": "Canada Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39465,
                          "name": "Nouvelle-Aquitane Future Series 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39467,
                          "name": "Nouvelle-Aquitane Future Series 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39468,
                          "name": "Nouvelle-Aquitane Future Series 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39469,
                          "name": "Nouvelle-Aquitane Future Series 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39471,
                          "name": "Nouvelle-Aquitane Future Series 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39475,
                          "name": "Canada Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39476,
                          "name": "Canada Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39477,
                          "name": "Canada Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39483,
                          "name": "X International Mexicano - MD",
                          "importance": 0
                        },
                        {
                          "id": 39484,
                          "name": "Ukraine International 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 39491,
                          "name": "Nouvelle-Aquitane Future Series 2025 - MS - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 39493,
                          "name": "Nouvelle-Aquitane Future Series 2025 - WS - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 39495,
                          "name": "Nouvelle-Aquitane Future Series 2025 - XD - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 39498,
                          "name": "Nouvelle-Aquitane Future Series 2025 - MD - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 39502,
                          "name": "Canada Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39505,
                          "name": "Canada Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39510,
                          "name": "Canada Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39513,
                          "name": "Canada Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39515,
                          "name": "Canada Open 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39516,
                          "name": "US Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39517,
                          "name": "US Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39518,
                          "name": "Italian Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39521,
                          "name": "Canada Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39523,
                          "name": "Italian Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39526,
                          "name": "Italian Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39529,
                          "name": "US Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39531,
                          "name": "Italian Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39533,
                          "name": "Italian Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39538,
                          "name": "Santo Domingo Open (IS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 39542,
                          "name": "Italian Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39555,
                          "name": "Slovak Open 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39556,
                          "name": "Italian Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39557,
                          "name": "China Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39561,
                          "name": "Italian Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39581,
                          "name": "US Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39583,
                          "name": "US Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39584,
                          "name": "US Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39587,
                          "name": "Chinese Taipei Open (GPG) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39591,
                          "name": "US Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39595,
                          "name": "Taipei Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39601,
                          "name": "Czech International Future Series 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39602,
                          "name": "Czech International Future Series 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39606,
                          "name": "Czech International Future Series 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39609,
                          "name": "Czech International Future Series 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39613,
                          "name": "Czech International Future Series 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39618,
                          "name": "Czech International Future Series 2025 - WS - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 39623,
                          "name": "Czech International Future Series 2025 - MS - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 39630,
                          "name": "Latvia International 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39631,
                          "name": "Latvia International 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39632,
                          "name": "Latvia International 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39633,
                          "name": "Latvia International 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39636,
                          "name": "Latvia International 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39643,
                          "name": "Latvia International 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39647,
                          "name": "China Open 2018",
                          "importance": 0
                        },
                        {
                          "id": 39649,
                          "name": "Latvia International 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39650,
                          "name": "Latvia International 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39651,
                          "name": "Canada Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39652,
                          "name": "Latvia International 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39656,
                          "name": "Latvia International 2021 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 39660,
                          "name": "China Open (SS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 39665,
                          "name": "Latvia International 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39674,
                          "name": "Estonian International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39680,
                          "name": "Canada Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39685,
                          "name": "Indonesia Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39686,
                          "name": "Indonesia Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39689,
                          "name": "India Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39701,
                          "name": "Indonesia Open (SS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 39703,
                          "name": "Indonesia Open (SS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 39704,
                          "name": "Indonesia Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39716,
                          "name": "Singapore Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39718,
                          "name": "Singapore Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39721,
                          "name": "Bonn International 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 39722,
                          "name": "Bonn International 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39723,
                          "name": "Bonn International 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39724,
                          "name": "Bonn International 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 39725,
                          "name": "Bonn International 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39730,
                          "name": "Canada Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39731,
                          "name": "Jamaica International (IS) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 39737,
                          "name": "US Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 39743,
                          "name": "Dutch Open (GP) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 39857,
                          "name": "Bonn International 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 39872,
                          "name": "Taipei Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 39900,
                          "name": "Bonn International 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39909,
                          "name": "India Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 39942,
                          "name": "Bonn International 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39963,
                          "name": "Bonn International 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 39982,
                          "name": "Bonn International 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40006,
                          "name": "Austrian Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 40007,
                          "name": "Indonesia Open (SS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 40008,
                          "name": "Austrian Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 40011,
                          "name": "Austrian Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 40012,
                          "name": "Austrian Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 40025,
                          "name": "Indonesia Open (SS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 40050,
                          "name": "Austrian Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 40052,
                          "name": "Malaysia Masters 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 40056,
                          "name": "Yuzu Indonesia Masters 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 40057,
                          "name": "Malaysia Masters 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 40115,
                          "name": "Austrian Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40155,
                          "name": "Internacional Mexicano 2018 - Qualify",
                          "importance": 0
                        },
                        {
                          "id": 40187,
                          "name": "US Open (GPG) 2017",
                          "importance": 0
                        },
                        {
                          "id": 40203,
                          "name": "Austrian Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40225,
                          "name": "Indonesia Open",
                          "importance": 0
                        },
                        {
                          "id": 40228,
                          "name": "Austrian Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40262,
                          "name": "Austrian Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40283,
                          "name": "Malaysia Masters 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40286,
                          "name": "Malaysia Masters 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40287,
                          "name": "Malaysia Masters 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40291,
                          "name": "Malaysia Masters 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40318,
                          "name": "Slovenia Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 40322,
                          "name": "Slovenia Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 40325,
                          "name": "Slovenia Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 40326,
                          "name": "Slovenia Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 40327,
                          "name": "Slovenia Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 40330,
                          "name": "Thailand Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 40333,
                          "name": "Thailand Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 40437,
                          "name": "Slovenia Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40454,
                          "name": "Slovenia Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40457,
                          "name": "Slovenia Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40466,
                          "name": "Slovenia Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40522,
                          "name": "Indonesia Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 40525,
                          "name": "Thailand Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40529,
                          "name": "Thailand Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40545,
                          "name": "Thailand Open 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40550,
                          "name": "Thailand Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40558,
                          "name": "Swedish Open 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40561,
                          "name": "Thailand Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40565,
                          "name": "Canada Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 40574,
                          "name": "Taipei Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 40575,
                          "name": "Taipei Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 40579,
                          "name": "Taipei Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 40581,
                          "name": "Slovak Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 40582,
                          "name": "Slovak Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 40583,
                          "name": "Slovak Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 40584,
                          "name": "Slovak Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 40587,
                          "name": "Denmark Challenge 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 40592,
                          "name": "Denmark Challenge 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 40594,
                          "name": "Denmark Challenge 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 40599,
                          "name": "Denmark Challenge 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 40603,
                          "name": "Denmark Challenge 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 40605,
                          "name": "Slovak Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 40637,
                          "name": "Taipei Open 2025 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40642,
                          "name": "Thailand Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 40647,
                          "name": "Taipei Open 2025 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40652,
                          "name": "Taipei Open 2025 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40655,
                          "name": "Slovak Open 2025 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40679,
                          "name": "Slovak Open 2025 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40686,
                          "name": "Slovak Open 2025 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40689,
                          "name": "Slovak Open 2025 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40696,
                          "name": "Denmark Challenge 2025 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40718,
                          "name": "Denmark Challenge 2025 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40719,
                          "name": "Denmark Challenge 2025 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40720,
                          "name": "Denmark Challenge 2025 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40721,
                          "name": "Taipei Open 2025 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40735,
                          "name": "Taipei Open 2025 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40749,
                          "name": "BWF Sudirman Cup - 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 40752,
                          "name": "BWF Sudirman Cup - 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 40753,
                          "name": "BWF Sudirman Cup - 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 40754,
                          "name": "BWF Sudirman Cup - 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 40757,
                          "name": "BWF Sudirman Cup - 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 40762,
                          "name": "Luxembourg Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 40771,
                          "name": "Luxembourg Open 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 40783,
                          "name": "Luxembourg Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 40793,
                          "name": "Luxembourg Open 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 40796,
                          "name": "Luxembourg Open 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 40799,
                          "name": "Chinese Taipei Open (GPG) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 40816,
                          "name": "Luxembourg Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40822,
                          "name": "Vietnam Open (GP) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 40830,
                          "name": "Luxembourg Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40834,
                          "name": "Luxembourg Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40846,
                          "name": "Luxembourg Open 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40847,
                          "name": "Hong Kong Open (SS) 2017 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 40868,
                          "name": "Luxembourg Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40879,
                          "name": "All Africa Men's & Women's Team Championships - WS",
                          "importance": 0
                        },
                        {
                          "id": 40886,
                          "name": "All Africa Men's & Women's Team Championships - MD",
                          "importance": 0
                        },
                        {
                          "id": 40888,
                          "name": "Malta International 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 40889,
                          "name": "Malta International 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 40893,
                          "name": "Malta International 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 40896,
                          "name": "Malta International 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 40897,
                          "name": "Malta International 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 40899,
                          "name": "Malta International 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40901,
                          "name": "Malta International 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40905,
                          "name": "Polish Open 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40910,
                          "name": "Malta International 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40929,
                          "name": "Malta International 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40930,
                          "name": "Malta International 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40938,
                          "name": "European Championships 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 40940,
                          "name": "European Championships 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 40942,
                          "name": "Asia Championships 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 40944,
                          "name": "European Championships 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 40961,
                          "name": "Swiss Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 40968,
                          "name": "Swiss Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40975,
                          "name": "Swiss Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40981,
                          "name": "Swiss Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40982,
                          "name": "Swiss Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40990,
                          "name": "Ruichang China Masters 2025 - XD",
                          "importance": 0
                        },
                        {
                          "id": 40995,
                          "name": "Ruichang China Masters - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 40996,
                          "name": "K&D GRAPHICS International Challenge 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41007,
                          "name": "Ruichang China Masters 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41010,
                          "name": "Ruichang China Masters 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41015,
                          "name": "Ruichang China Masters 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41022,
                          "name": "Ruichang China Masters 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41025,
                          "name": "Orleans Masters 2025 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41026,
                          "name": "Orleans Masters 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41032,
                          "name": "Thailand Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41033,
                          "name": "Swiss Open (GPG) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 41034,
                          "name": "Orleans Masters 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41035,
                          "name": "Orleans Masters 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41037,
                          "name": "Orleans Masters 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41041,
                          "name": "Orleans Masters 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41051,
                          "name": "Orleans Masters 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41055,
                          "name": "German Open 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41064,
                          "name": "German Open 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41066,
                          "name": "German Open 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41068,
                          "name": "German Open 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41070,
                          "name": "German Open 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41074,
                          "name": "German Open 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41083,
                          "name": "Thailand Masters 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41086,
                          "name": "Thailand Masters 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41087,
                          "name": "Thailand Masters 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41088,
                          "name": "Thailand Masters 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41090,
                          "name": "Thailand Masters 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41094,
                          "name": "Indonesia Masters 2025 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41096,
                          "name": "Indonesia Masters 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41097,
                          "name": "Indonesia Masters 2025 - WD",
                          "importance": 0
                        },
                        {
                          "id": 41109,
                          "name": "Indonesia Masters 2025 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41112,
                          "name": "Indonesia Masters 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41114,
                          "name": "Indonesia Masters 2025 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41116,
                          "name": "Indonesia Masters 2025 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41124,
                          "name": "Indonesia Masters 2025 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41135,
                          "name": "Vietnam Open (GP) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 41137,
                          "name": "Canada Open (GP) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 41139,
                          "name": "Malaysia Open 2025 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41144,
                          "name": "World Tour Finals 2024 - MD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 41145,
                          "name": "Odisha Masters 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41147,
                          "name": "Odisha Masters 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41148,
                          "name": "Odisha Masters 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 41156,
                          "name": "Malaysia Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 41157,
                          "name": "Japan Open (SS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 41161,
                          "name": "Odisha Masters 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41166,
                          "name": "US Open (GPG) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 41183,
                          "name": "Odisha Masters 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41184,
                          "name": "Odisha Masters 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41187,
                          "name": "Odisha Masters 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41188,
                          "name": "Odisha Masters 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41190,
                          "name": "Guwahati Masters 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41191,
                          "name": "Hyderabad Open (WT) 2018 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 41199,
                          "name": "Guwahati Masters 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41201,
                          "name": "Guwahati Masters 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41202,
                          "name": "Guwahati Masters 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41207,
                          "name": "Czech Open 2021 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41208,
                          "name": "Guwahati Masters 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41211,
                          "name": "Syed Modi International (GPG) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 41213,
                          "name": "Guwahati Masters 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41226,
                          "name": "India International 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 41229,
                          "name": "India International 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41240,
                          "name": "India International 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41241,
                          "name": "India International 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41247,
                          "name": "India International 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41250,
                          "name": "India International 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41256,
                          "name": "India International 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41258,
                          "name": "India International 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41261,
                          "name": "India International 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41276,
                          "name": "Kumamoto Masters Japan 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41285,
                          "name": "Kumamoto Masters Japan 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41287,
                          "name": "Kumamoto Masters Japan 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41289,
                          "name": "Kumamoto Masters Japan 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41290,
                          "name": "Kumamoto Masters Japan 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41291,
                          "name": "Kumamoto Masters Japan 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41292,
                          "name": "Korea Masters 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41293,
                          "name": "Korea Masters 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41294,
                          "name": "Korea Masters 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41299,
                          "name": "Korea Masters 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41303,
                          "name": "Korea Masters 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41307,
                          "name": "Korea Masters 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41314,
                          "name": "Hylo Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41316,
                          "name": "Hylo Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41324,
                          "name": "Indonesia Masters II 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41325,
                          "name": "Indonesia Masters II 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41332,
                          "name": "Hylo Open 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41333,
                          "name": "Hylo Open 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41338,
                          "name": "Indonesia Masters II 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41344,
                          "name": "Thailand Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41347,
                          "name": "Hylo Open 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41359,
                          "name": "Indonesia Masters II 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41365,
                          "name": "Hylo Open 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41370,
                          "name": "Denmark Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41371,
                          "name": "Denmark Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41373,
                          "name": "Denmark Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41374,
                          "name": "Denmark Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 41379,
                          "name": "Malaysia Super 100 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41380,
                          "name": "Malaysia Super 100 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41382,
                          "name": "Malaysia Super 100 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41444,
                          "name": "Malaysia Super 100 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41446,
                          "name": "Malaysia Super 100 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41448,
                          "name": "Malaysia Super 100 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41451,
                          "name": "Arctic Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41454,
                          "name": "Arctic Open 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41461,
                          "name": "Arctic Open 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41463,
                          "name": "Arctic Open 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41464,
                          "name": "Arctic Open 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41466,
                          "name": "Macau Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41467,
                          "name": "Macau Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 41468,
                          "name": "Macau Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41477,
                          "name": "Macau Open 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41478,
                          "name": "Macau Open 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41480,
                          "name": "Macau Open 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41483,
                          "name": "Macau Open 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41485,
                          "name": "Macau Open 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41488,
                          "name": "China Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41493,
                          "name": "Hong Kong Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41494,
                          "name": "Vietnam Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41495,
                          "name": "Hong Kong Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41496,
                          "name": "Hong Kong Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41501,
                          "name": "Vietnam Open 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41502,
                          "name": "Vietnam Open 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41505,
                          "name": "Hong Kong Open 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41506,
                          "name": "Vietnam Open (WT) 2018 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 41508,
                          "name": "Hong Kong Open 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41510,
                          "name": "Hong Kong Open 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41512,
                          "name": "Vietnam Open 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41513,
                          "name": "Hong Kong Open 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41515,
                          "name": "Vietnam Open 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41517,
                          "name": "Vietnam Open 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41521,
                          "name": "Taipei Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41522,
                          "name": "Taipei Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41525,
                          "name": "Taipei Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41530,
                          "name": "Taipei Open 2024 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 41534,
                          "name": "Taipei Open 2024 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 41536,
                          "name": "Taipei Open 2024 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 41537,
                          "name": "Taipei Open 2024 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 41539,
                          "name": "Taipei Open 2024 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 41548,
                          "name": "Korea Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41549,
                          "name": "Indonesia Super 100 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41561,
                          "name": "Korea Open 2024 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 41562,
                          "name": "Korea Open 2024 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 41566,
                          "name": "Indonesia Super 100 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41568,
                          "name": "Indonesia Super 100 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41573,
                          "name": "Indonesia Super 100 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41574,
                          "name": "Indonesia Super 100 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41577,
                          "name": "Indonesia Super 100 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41578,
                          "name": "Mongolia International Challenge 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41579,
                          "name": "Japan Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41580,
                          "name": "Japan Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41581,
                          "name": "Japan Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41582,
                          "name": "Japan Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 41596,
                          "name": "Baoji China Masters 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41597,
                          "name": "Baoji China Masters 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41601,
                          "name": "Baoji China Masters 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41608,
                          "name": "Baoji China Masters 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41609,
                          "name": "Baoji China Masters 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41637,
                          "name": "Canada Open 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41639,
                          "name": "Canada Open 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41642,
                          "name": "Canada Open 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41646,
                          "name": "Canada Open (GP) 2015",
                          "importance": 0
                        },
                        {
                          "id": 41647,
                          "name": "US Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41648,
                          "name": "US Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41649,
                          "name": "US Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41665,
                          "name": "US Open 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41666,
                          "name": "US Open 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41668,
                          "name": "US Open 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41674,
                          "name": "Kaohsiung Masters 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41675,
                          "name": "Kaohsiung Masters 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41682,
                          "name": "Kaohsiung Masters 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41689,
                          "name": "Kaohsiung Masters 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41694,
                          "name": "Kaohsiung Masters 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41695,
                          "name": "Kaohsiung Masters 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41697,
                          "name": "Kaohsiung Masters 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41713,
                          "name": "Australian Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41718,
                          "name": "Australian Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41723,
                          "name": "Australian Open 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41724,
                          "name": "Australian Open 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41727,
                          "name": "Australian Open 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41731,
                          "name": "Australian Open 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41733,
                          "name": "Irish Open (IS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 41736,
                          "name": "Indonesia Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41737,
                          "name": "Indonesia Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41743,
                          "name": "Singapore Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41744,
                          "name": "Singapore Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41745,
                          "name": "Singapore Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41746,
                          "name": "Singapore Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41759,
                          "name": "Malaysia Masters 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41760,
                          "name": "Malaysia Masters 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41761,
                          "name": "Malaysia Masters 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 41765,
                          "name": "Malaysia Masters 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41767,
                          "name": "Malaysia Masters 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41775,
                          "name": "Malaysia Masters 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41778,
                          "name": "Malaysia Masters 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41781,
                          "name": "Thailand Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41783,
                          "name": "Thailand Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41785,
                          "name": "Thailand Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41791,
                          "name": "Thailand Open 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41794,
                          "name": "Thailand Open 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41795,
                          "name": "Thailand Open 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41802,
                          "name": "Thailand Open 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41813,
                          "name": "BWF Thomas Cup - 2024 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 41814,
                          "name": "BWF Thomas Cup - 2024 - Playoffs",
                          "importance": 0
                        },
                        {
                          "id": 41815,
                          "name": "BWF Thomas Cup - 2024 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 41818,
                          "name": "BWF Uber Cup - 2024 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 41819,
                          "name": "BWF Uber Cup - 2024 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 41830,
                          "name": "BWF Uber Cup - 2024 - Playoffs",
                          "importance": 0
                        },
                        {
                          "id": 41835,
                          "name": "BWF Uber Cup - 2022 - Group A",
                          "importance": 0
                        },
                        {
                          "id": 41837,
                          "name": "European Mixed Team Championships 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 41838,
                          "name": "BWF Uber Cup - 2020 - Group A",
                          "importance": 0
                        },
                        {
                          "id": 41839,
                          "name": "BWF Uber Cup - 2024 - Group C",
                          "importance": 0
                        },
                        {
                          "id": 41843,
                          "name": "BWF Uber Cup - 2018 - Group D",
                          "importance": 0
                        },
                        {
                          "id": 41849,
                          "name": "BWF Uber Cup - 2022 - Group B",
                          "importance": 0
                        },
                        {
                          "id": 41850,
                          "name": "BWF Uber Cup - 2022 - Group D",
                          "importance": 0
                        },
                        {
                          "id": 41851,
                          "name": "Mexico Future Series 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41854,
                          "name": "BWF Uber Cup - 2024 - Group D",
                          "importance": 0
                        },
                        {
                          "id": 41856,
                          "name": "BWF Uber Cup - 2018 - Group C",
                          "importance": 0
                        },
                        {
                          "id": 41857,
                          "name": "BWF Uber Cup - 2020 - Group C",
                          "importance": 0
                        },
                        {
                          "id": 41858,
                          "name": "BWF Uber Cup - 2024 - Group B",
                          "importance": 0
                        },
                        {
                          "id": 41859,
                          "name": "BWF Uber Cup - 2022 - Group C",
                          "importance": 0
                        },
                        {
                          "id": 41860,
                          "name": "BWF Uber Cup - 2018 - Group B",
                          "importance": 0
                        },
                        {
                          "id": 41863,
                          "name": "BWF Uber Cup - 2020 - Group D",
                          "importance": 0
                        },
                        {
                          "id": 41864,
                          "name": "Pan Am Cup 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41866,
                          "name": "BWF Uber Cup - 2018 - Group A",
                          "importance": 0
                        },
                        {
                          "id": 41869,
                          "name": "BWF Uber Cup - 2020 - Group B",
                          "importance": 0
                        },
                        {
                          "id": 41870,
                          "name": "BWF Uber Cup - 2024 - Group A",
                          "importance": 0
                        },
                        {
                          "id": 41882,
                          "name": "European Championships 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41883,
                          "name": "European Championships 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41884,
                          "name": "European Championships 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41885,
                          "name": "European Championships 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 41886,
                          "name": "Asia Championships 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41887,
                          "name": "European Championships 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41906,
                          "name": "Spain Masters 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 41907,
                          "name": "Spain Masters 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41916,
                          "name": "Spain Masters 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41926,
                          "name": "Spain Masters 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41928,
                          "name": "Spain Masters 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41932,
                          "name": "Spain Masters 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41933,
                          "name": "Spain Masters 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41934,
                          "name": "Spain Masters 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41942,
                          "name": "Swiss Open 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41946,
                          "name": "Swiss Open 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41948,
                          "name": "Swiss Open 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41949,
                          "name": "Swiss Open 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41951,
                          "name": "Swiss Open 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41953,
                          "name": "Ruichang China Masters 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41955,
                          "name": "Ruichang China Masters 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41956,
                          "name": "Ruichang China Masters 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41959,
                          "name": "Taipei Open 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41962,
                          "name": "Ruichang China Masters 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 41971,
                          "name": "All England Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 41972,
                          "name": "All England Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41973,
                          "name": "Orleans Masters 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 41974,
                          "name": "Orleans Masters 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 41977,
                          "name": "Orleans Masters 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 41981,
                          "name": "All England Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42001,
                          "name": "Italian International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42004,
                          "name": "Orleans Masters 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42005,
                          "name": "Orleans Masters 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42007,
                          "name": "Orleans Masters 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42015,
                          "name": "Orleans Masters 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42017,
                          "name": "Orleans Masters 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42018,
                          "name": "French Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42019,
                          "name": "French Open 2024 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42021,
                          "name": "French Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42035,
                          "name": "German Open 2024 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42037,
                          "name": "German Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42045,
                          "name": "German Open 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42049,
                          "name": "German Open 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42050,
                          "name": "German Open 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42053,
                          "name": "German Open 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42055,
                          "name": "German Open 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42056,
                          "name": "Thailand Masters 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42057,
                          "name": "Thailand Masters 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42062,
                          "name": "Thailand Masters 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42063,
                          "name": "Thailand Masters 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42064,
                          "name": "Thailand Masters 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42065,
                          "name": "Thailand Masters 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42068,
                          "name": "Thailand Masters 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42069,
                          "name": "Indonesia Masters 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42070,
                          "name": "Indonesia Masters 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42072,
                          "name": "Indonesia Masters 2024 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42079,
                          "name": "Indonesia Masters 2024 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42081,
                          "name": "Indonesia Masters 2024 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42082,
                          "name": "Indonesia Masters 2024 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42083,
                          "name": "Indonesia Masters 2024 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42085,
                          "name": "India Open 2024 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42088,
                          "name": "Malaysia Open 2024 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42089,
                          "name": "Malaysia Open 2024 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42105,
                          "name": "Odisha Masters 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42107,
                          "name": "Odisha Masters 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42111,
                          "name": "Odisha Masters 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42124,
                          "name": "Odisha Masters 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42128,
                          "name": "Odisha Masters 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42131,
                          "name": "Odisha Masters 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42136,
                          "name": "Odisha Masters 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42138,
                          "name": "Odisha Masters 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42143,
                          "name": "India Masters (GPG) 2015",
                          "importance": 0
                        },
                        {
                          "id": 42166,
                          "name": "Guwahati Masters 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42169,
                          "name": "Guwahati Masters 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42170,
                          "name": "Guwahati Masters 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42171,
                          "name": "Guwahati Masters 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42172,
                          "name": "Guwahati Masters 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42185,
                          "name": "India International 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42189,
                          "name": "India International 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42197,
                          "name": "India International 2023 - MS Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42198,
                          "name": "India International 2023 - WS Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42199,
                          "name": "Spain Masters 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42200,
                          "name": "India International 2023 - MD Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42201,
                          "name": "India International 2023 - WD Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42202,
                          "name": "India International 2023 - XD Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42205,
                          "name": "Li-Ning China Masters - MS",
                          "importance": 0
                        },
                        {
                          "id": 42210,
                          "name": "Belgian International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42212,
                          "name": "Slovenia Future Series 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42219,
                          "name": "Kumamoto Masters Japan 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42228,
                          "name": "Kumamoto Masters Japan 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42233,
                          "name": "Kumamoto Masters Japan 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42235,
                          "name": "Kumamoto Masters Japan 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42239,
                          "name": "Kumamoto Masters Japan 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42243,
                          "name": "Korea Masters 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42246,
                          "name": "Korea Masters 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42247,
                          "name": "Korea Masters 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42248,
                          "name": "Korea Masters 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42267,
                          "name": "Korea Masters 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42269,
                          "name": "Hungarian International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42270,
                          "name": "Korea Masters 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42271,
                          "name": "Korea Masters 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42276,
                          "name": "Korea Masters 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42278,
                          "name": "Hylo Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42280,
                          "name": "Hylo Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42281,
                          "name": "Hylo Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42282,
                          "name": "Malaysia Masters Super 100 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42283,
                          "name": "Malaysia Masters Super 100 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42284,
                          "name": "Malaysia Masters Super 100 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42285,
                          "name": "Malaysia Masters Super 100 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42287,
                          "name": "Malaysia Masters Super 100 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42295,
                          "name": "Hylo Open 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42298,
                          "name": "Hylo Open 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42299,
                          "name": "Malaysia Masters 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42310,
                          "name": "Welsh International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42313,
                          "name": "Malaysia Masters Super 100 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42314,
                          "name": "Hylo Open 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42315,
                          "name": "Hylo Open 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42316,
                          "name": "Hylo Open 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42318,
                          "name": "Malaysia Masters Super 100 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42319,
                          "name": "Malaysia Masters Super 100 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42323,
                          "name": "French Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42324,
                          "name": "French Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42329,
                          "name": "French Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42331,
                          "name": "Indonesia Masters II 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42332,
                          "name": "Indonesia Masters II 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42344,
                          "name": "Indonesia Masters II 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42351,
                          "name": "Indonesia Masters II 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42354,
                          "name": "Indonesia Masters II 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42358,
                          "name": "Denmark Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42359,
                          "name": "Abu Dhabi Masters 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42360,
                          "name": "Abu Dhabi Masters 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42361,
                          "name": "Abu Dhabi Masters 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42363,
                          "name": "Denmark Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42364,
                          "name": "Abu Dhabi Masters 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42365,
                          "name": "Abu Dhabi Masters 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42366,
                          "name": "Denmark Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42390,
                          "name": "Spain Masters (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 42395,
                          "name": "Spain Masters 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 42398,
                          "name": "Dutch Open 2018 - (XD)",
                          "importance": 0
                        },
                        {
                          "id": 42399,
                          "name": "Abu Dhabi Masters 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42400,
                          "name": "Norwegian International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42402,
                          "name": "Abu Dhabi Masters 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42415,
                          "name": "Arctic Open 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42420,
                          "name": "Arctic Open 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42421,
                          "name": "Kaohsiung Masters 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42425,
                          "name": "Kaohsiung Masters 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42427,
                          "name": "Kaohsiung Masters 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42436,
                          "name": "Kaohsiung Masters 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42438,
                          "name": "Macau Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 42442,
                          "name": "Kaohsiung Masters 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42444,
                          "name": "Kaohsiung Masters 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42449,
                          "name": "Hong Kong Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42450,
                          "name": "Vietnam Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42451,
                          "name": "Hong Kong Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42452,
                          "name": "Hong Kong Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42454,
                          "name": "Vietnam Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42455,
                          "name": "Vietnam Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42456,
                          "name": "K&D GRAPHICS International Challenge 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42460,
                          "name": "China International (IC) 2017",
                          "importance": 0
                        },
                        {
                          "id": 42487,
                          "name": "Vietnam Open 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42493,
                          "name": "Vietnam Open 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42494,
                          "name": "Hong Kong Open 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42496,
                          "name": "Hong Kong Open 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42497,
                          "name": "Hong Kong Open 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42499,
                          "name": "Hong Kong Open 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42501,
                          "name": "Hong Kong Open 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42503,
                          "name": "Vietnam Open 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42504,
                          "name": "Vietnam Open 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42506,
                          "name": "China Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42507,
                          "name": "China Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42508,
                          "name": "Indonesia Masters I 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42509,
                          "name": "Indonesia Masters I 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42525,
                          "name": "Indonesia Masters I 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42527,
                          "name": "Indonesia Masters I 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42530,
                          "name": "Indonesia Masters I 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42533,
                          "name": "Indonesia Masters I 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42539,
                          "name": "Indonesia Masters I 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42540,
                          "name": "World Championships 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42541,
                          "name": "World Championships 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42542,
                          "name": "World Championships 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42543,
                          "name": "World Championships 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42553,
                          "name": "All Africa Individual Championships 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42564,
                          "name": "All Africa Team Championships 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42568,
                          "name": "Giraldilla 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42570,
                          "name": "Peru Future Series 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42572,
                          "name": "Pan Am Games 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42575,
                          "name": "European Championships 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42579,
                          "name": "Australian Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42580,
                          "name": "Australian Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42581,
                          "name": "Australian Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42582,
                          "name": "Australian Open 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42583,
                          "name": "Australian Open 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42586,
                          "name": "Australian Open 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42589,
                          "name": "Australian Open 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42590,
                          "name": "Japan Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42591,
                          "name": "Japan Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42592,
                          "name": "Japan Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42593,
                          "name": "Japan Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42602,
                          "name": "Korea Open - Women - 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42603,
                          "name": "Korea Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42604,
                          "name": "Korea Open 2023 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 42605,
                          "name": "Korea Open 2023 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 42606,
                          "name": "US Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42607,
                          "name": "Korea Open 2023 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 42608,
                          "name": "US Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42610,
                          "name": "US Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42612,
                          "name": "US Open 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42614,
                          "name": "US Open 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42615,
                          "name": "Canada Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42616,
                          "name": "Canada Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42621,
                          "name": "Canada Open 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42623,
                          "name": "Canada Open 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42625,
                          "name": "Taipei Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42626,
                          "name": "Taipei Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42627,
                          "name": "Taipei Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42638,
                          "name": "Taipei Open 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42639,
                          "name": "Taipei Open 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42641,
                          "name": "Taipei Open 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42644,
                          "name": "Taipei Open 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42648,
                          "name": "Taipei Open 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42649,
                          "name": "Indonesia Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42650,
                          "name": "Indonesia Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42651,
                          "name": "Indonesia Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42652,
                          "name": "Indonesia Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42658,
                          "name": "Singapore Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42659,
                          "name": "Singapore Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42660,
                          "name": "Singapore Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42666,
                          "name": "Thailand Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42668,
                          "name": "Thailand Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42669,
                          "name": "Thailand Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42672,
                          "name": "Thailand Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42674,
                          "name": "Thailand Open 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42675,
                          "name": "Thailand Open 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42676,
                          "name": "Thailand Open 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42681,
                          "name": "Thailand Open 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42683,
                          "name": "Thailand Open 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42686,
                          "name": "Malaysia Masters 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42691,
                          "name": "Malaysia Masters 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42692,
                          "name": "Malaysia Masters 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42700,
                          "name": "Malaysia Masters 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42702,
                          "name": "Malaysia Masters 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42703,
                          "name": "Malaysia Masters 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42704,
                          "name": "Malaysia Masters 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42705,
                          "name": "Malaysia Masters 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42706,
                          "name": "BWF Sudirman Cup - 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42707,
                          "name": "BWF Sudirman Cup - 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42708,
                          "name": "BWF Sudirman Cup - 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42709,
                          "name": "BWF Sudirman Cup - 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42711,
                          "name": "BWF Sudirman Cup - 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42714,
                          "name": "BWF Sudirman Cup - 2023 - Finals",
                          "importance": 0
                        },
                        {
                          "id": 42721,
                          "name": "Asia Championships 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42722,
                          "name": "Asia Championships - MS",
                          "importance": 0
                        },
                        {
                          "id": 42724,
                          "name": "Asia Championships 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42725,
                          "name": "Asia Championships 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42729,
                          "name": "Asia Championships 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42738,
                          "name": "Orleans Masters 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42739,
                          "name": "Orleans Masters 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42740,
                          "name": "Orleans Masters 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42742,
                          "name": "Orleans Masters 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42745,
                          "name": "Orleans Masters 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42746,
                          "name": "Orleans Masters 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42747,
                          "name": "Orleans Masters 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42748,
                          "name": "Orleans Masters 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42750,
                          "name": "Orleans Masters 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42754,
                          "name": "Spain Masters 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42758,
                          "name": "Spain Masters 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42762,
                          "name": "Spain Masters 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42764,
                          "name": "Spain Masters 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42767,
                          "name": "Spain Masters 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42771,
                          "name": "Spain Masters 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42774,
                          "name": "Swiss Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42775,
                          "name": "Swiss Open 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42778,
                          "name": "Swiss Open 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42779,
                          "name": "Swiss Open 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42780,
                          "name": "Swiss Open 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42785,
                          "name": "Swiss Open 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42786,
                          "name": "All England Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42787,
                          "name": "Slovenia Future Series 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42788,
                          "name": "Ruichang China Masters - MS",
                          "importance": 0
                        },
                        {
                          "id": 42789,
                          "name": "All England Open 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42791,
                          "name": "All England Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42796,
                          "name": "Ruichang China Masters - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 42798,
                          "name": "Ruichang China Masters - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 42801,
                          "name": "Ruichang China Masters - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 42805,
                          "name": "Ruichang China Masters - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 42806,
                          "name": "German Open 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42807,
                          "name": "Ruichang China Masters - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 42810,
                          "name": "German Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42811,
                          "name": "German Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42822,
                          "name": "China Masters (GPG) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 42826,
                          "name": "German Open 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42828,
                          "name": "German Open 2023 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42829,
                          "name": "German Open 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42831,
                          "name": "German Open 2023 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 42833,
                          "name": "Thailand Masters 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42834,
                          "name": "Thailand Masters 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42853,
                          "name": "Indonesia Masters 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42854,
                          "name": "Indonesia Masters 2023 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42857,
                          "name": "Indonesia Masters 2023 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42871,
                          "name": "India Open (SS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 42873,
                          "name": "India Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42879,
                          "name": "Malaysia Open 2023 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42880,
                          "name": "Malaysia Open 2023 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42881,
                          "name": "Malaysia Open 2023 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42899,
                          "name": "World Tour Finals 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42900,
                          "name": "World Tour Finals 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42901,
                          "name": "World Tour Finals 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42902,
                          "name": "World Tour Finals 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42903,
                          "name": "World Tour Finals 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42907,
                          "name": "World Tour Finals 2022 - WS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 42908,
                          "name": "World Tour Finals 2022 - XD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 42909,
                          "name": "World Tour Finals 2022 - WS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 42910,
                          "name": "World Tour Finals 2022 - XD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 42911,
                          "name": "World Tour Finals 2022 - WD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 42912,
                          "name": "World Tour Finals 2022 - WD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 42914,
                          "name": "World Tour Finals 2022 - MD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 42915,
                          "name": "World Tour Finals 2022 - MD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 42917,
                          "name": "World Tour Finals 2022 - MS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 42920,
                          "name": "World Tour Finals 2022 - MS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 42933,
                          "name": "Australian Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42934,
                          "name": "Australian Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42935,
                          "name": "Australian Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42937,
                          "name": "Australian Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42940,
                          "name": "HYLO Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42941,
                          "name": "HYLO Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42943,
                          "name": "HYLO Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42944,
                          "name": "HYLO Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42965,
                          "name": "French Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 42966,
                          "name": "French Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42967,
                          "name": "French Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42975,
                          "name": "Denmark Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 42976,
                          "name": "Denmark Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 42977,
                          "name": "Denmark Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42978,
                          "name": "Denmark Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 42979,
                          "name": "Indonesia Masters 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 42981,
                          "name": "Olympic Games Women - Group D",
                          "importance": 0
                        },
                        {
                          "id": 42982,
                          "name": "Indonesia Masters 2022, WD",
                          "importance": 0
                        },
                        {
                          "id": 42985,
                          "name": "Indonesia Masters 2022, WS",
                          "importance": 0
                        },
                        {
                          "id": 42987,
                          "name": "Italian International 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 43009,
                          "name": "Vietnam Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 43010,
                          "name": "Canada Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 43013,
                          "name": "Vietnam Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 43014,
                          "name": "Vietnam Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 43020,
                          "name": "China Masters (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 43032,
                          "name": "Armenia Infinity Cup",
                          "importance": 0
                        },
                        {
                          "id": 43039,
                          "name": "Latvia International 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43060,
                          "name": "Armenia Infinity Cup - XD",
                          "importance": 0
                        },
                        {
                          "id": 43099,
                          "name": "Armenia Infinity Cup - Women",
                          "importance": 0
                        },
                        {
                          "id": 43100,
                          "name": "Armenia Infinity Cup - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 43124,
                          "name": "Taipei Open 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43140,
                          "name": "Singapore Open 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43143,
                          "name": "Malaysia Masters 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 43144,
                          "name": "Malaysia Masters 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 43146,
                          "name": "Malaysia Masters 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 43167,
                          "name": "Malaysia Masters 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43169,
                          "name": "Malaysia Masters 2022 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43173,
                          "name": "Malaysia Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 43196,
                          "name": "Nantes International Challenge 2022 - MD - Quali",
                          "importance": 0
                        },
                        {
                          "id": 43213,
                          "name": "Croatia Open 2022 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 43218,
                          "name": "Bonn International 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 43234,
                          "name": "Bonn International 2022 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 43239,
                          "name": "Indonesia Masters 2022, XD",
                          "importance": 0
                        },
                        {
                          "id": 43240,
                          "name": "Indonesia Masters 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 43243,
                          "name": "Indonesia Masters 2022, MD",
                          "importance": 0
                        },
                        {
                          "id": 43260,
                          "name": "Lithuanian International 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43271,
                          "name": "Lithuanian International 2022 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 43273,
                          "name": "Italian International 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 43296,
                          "name": "Austrian Open 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43302,
                          "name": "Thailand Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 43303,
                          "name": "Slovenia International 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 43306,
                          "name": "Slovenia International 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 43308,
                          "name": "Slovenia International 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 43310,
                          "name": "Thailand Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 43342,
                          "name": "Luxembourg Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 43346,
                          "name": "Luxembourg Open 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43350,
                          "name": "Luxembourg Open 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43392,
                          "name": "Dutch International 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 43395,
                          "name": "Dutch International 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 43401,
                          "name": "Dutch International 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43402,
                          "name": "Dutch International 2022 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43403,
                          "name": "Dutch International 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43404,
                          "name": "Dutch International 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43411,
                          "name": "Korea Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 43425,
                          "name": "Orleans Masters 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 43450,
                          "name": "Orleans Masters 2022 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43462,
                          "name": "Orleans Masters 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43465,
                          "name": "Orleans Masters 2022 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43470,
                          "name": "Swiss Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 43474,
                          "name": "Swiss Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 43476,
                          "name": "Swiss Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 43479,
                          "name": "Polish Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 43481,
                          "name": "Polish Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 43498,
                          "name": "Polish Open 2022 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43509,
                          "name": "Swiss Open 2022 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43515,
                          "name": "Swiss Open 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43537,
                          "name": "German Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 43538,
                          "name": "German Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 43539,
                          "name": "German Open 2022 - WS",
                          "importance": 0
                        },
                        {
                          "id": 43540,
                          "name": "Portugal International 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 43541,
                          "name": "Portugal International 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 43555,
                          "name": "Portugal International 2022 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43563,
                          "name": "Portugal International 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43578,
                          "name": "Slovak Open 2022 - MS",
                          "importance": 0
                        },
                        {
                          "id": 43579,
                          "name": "Slovak Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 43581,
                          "name": "Slovak Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 43589,
                          "name": "Pan Am Cup 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 43592,
                          "name": "All Africa Team Championships 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 43695,
                          "name": "Giradalla International (IS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 43708,
                          "name": "Malaysia Masters 2025 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43927,
                          "name": "Arctic Open 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43928,
                          "name": "Arctic Open 2023 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43972,
                          "name": "Canada Open 2023 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 43976,
                          "name": "Canada Open 2023 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 44127,
                          "name": "Ukraine Open 2022 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44130,
                          "name": "Ukraine Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44152,
                          "name": "Italian International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44155,
                          "name": "World Tour Finals 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44156,
                          "name": "World Tour Finals 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44157,
                          "name": "World Tour Finals 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44158,
                          "name": "World Tour Finals 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44160,
                          "name": "World Tour Finals 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44162,
                          "name": "Welsh International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44163,
                          "name": "Welsh International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44166,
                          "name": "Indonesia Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44167,
                          "name": "Indonesia Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44168,
                          "name": "Indonesia Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44169,
                          "name": "Scottish Open 2021 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44171,
                          "name": "Slovenia Future Series 2021 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44175,
                          "name": "Indonesia Masters 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44176,
                          "name": "Indonesia Masters 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44178,
                          "name": "Indonesia Masters 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44179,
                          "name": "Indonesia Masters 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44197,
                          "name": "HYLO Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44198,
                          "name": "HYLO Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44199,
                          "name": "Hungarian International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44209,
                          "name": "French Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44210,
                          "name": "French Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44212,
                          "name": "French Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44218,
                          "name": "French Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44220,
                          "name": "All Africa Individual Championships 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44223,
                          "name": "All Africa Individual Championships 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44226,
                          "name": "Denmark Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44227,
                          "name": "Denmark Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44228,
                          "name": "Denmark Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44229,
                          "name": "Denmark Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44231,
                          "name": "All Africa Mixed Team Championships 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44232,
                          "name": "All Africa Mixed Team Championships 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44233,
                          "name": "All Africa Mixed Team Championships 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44234,
                          "name": "All Africa Mixed Team Championships 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44239,
                          "name": "All Africa Mixed Team Championships 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44240,
                          "name": "Czech Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44241,
                          "name": "Czech Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44244,
                          "name": "Swedish Open 2022 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44253,
                          "name": "Czech Open 2021 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 44259,
                          "name": "Dutch Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44260,
                          "name": "Dutch Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44261,
                          "name": "Dutch Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44262,
                          "name": "Dutch Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44267,
                          "name": "Cyprus International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44268,
                          "name": "Cyprus International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44269,
                          "name": "Cyprus International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44275,
                          "name": "BWF Sudirman Cup - 2021 - Finals",
                          "importance": 0
                        },
                        {
                          "id": 44276,
                          "name": "BWF Sudirman Cup - 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44280,
                          "name": "BWF Sudirman Cup - 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44283,
                          "name": "BWF Sudirman Cup - 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44301,
                          "name": "Polish International 2021 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 44302,
                          "name": "Polish International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44303,
                          "name": "Polish International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44307,
                          "name": "Slovenia Future Series 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44322,
                          "name": "Ukraine International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44323,
                          "name": "Ukraine International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44337,
                          "name": "Latvia International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44338,
                          "name": "Latvia International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44339,
                          "name": "Latvia International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44348,
                          "name": "Latvia International 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44363,
                          "name": "Swedish Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44364,
                          "name": "Denmark Masters 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44419,
                          "name": "Spanish International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44423,
                          "name": "Spanish International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44425,
                          "name": "Spanish International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44433,
                          "name": "Spanish International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44436,
                          "name": "Lithuanian International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44445,
                          "name": "Lithuanian International 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44454,
                          "name": "Austrian Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44461,
                          "name": "Slovenia International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44463,
                          "name": "Slovenia International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44475,
                          "name": "Portuguese International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44476,
                          "name": "Portuguese International 2021 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44486,
                          "name": "European Championships - WS",
                          "importance": 0
                        },
                        {
                          "id": 44493,
                          "name": "Bulgarian International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44495,
                          "name": "Ukraine International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44508,
                          "name": "Orleans Masters 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44509,
                          "name": "Polish Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44510,
                          "name": "Polish Open 2021 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44511,
                          "name": "Polish Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44514,
                          "name": "Hungarian International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44521,
                          "name": "Orleans Masters 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44525,
                          "name": "All England Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44526,
                          "name": "All England Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44538,
                          "name": "Swiss Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44539,
                          "name": "Swiss Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44542,
                          "name": "Uganda International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44543,
                          "name": "Uganda International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44545,
                          "name": "All Africa Individual Championships 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44547,
                          "name": "Uganda International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44548,
                          "name": "Uganda International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44550,
                          "name": "Uganda International 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44554,
                          "name": "European Mixed Team Championships 2021 - Group 1",
                          "importance": 0
                        },
                        {
                          "id": 44556,
                          "name": "European Mixed Team Championships 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44558,
                          "name": "European Mixed Team Championships 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44561,
                          "name": "European Mixed Team Championships 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44568,
                          "name": "World Tour Finals 2020 - XD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 44570,
                          "name": "World Tour Finals 2020 - MS - Finals",
                          "importance": 0
                        },
                        {
                          "id": 44571,
                          "name": "World Tour Finals 2020 - WS - Finals",
                          "importance": 0
                        },
                        {
                          "id": 44572,
                          "name": "World Tour Finals 2020 - MD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 44573,
                          "name": "World Tour Finals 2020 - WD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 44580,
                          "name": "Yonex Thailand Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44591,
                          "name": "European Mixed Team Championships 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44592,
                          "name": "European Mixed Team Championships 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44593,
                          "name": "European Mixed Team Championships 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44594,
                          "name": "European Mixed Team Championships 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44602,
                          "name": "Portuguese International 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44603,
                          "name": "Portuguese International 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44605,
                          "name": "Portuguese International 2021 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44609,
                          "name": "Slovenia Future Series 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44610,
                          "name": "Portuguese International 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44611,
                          "name": "Hellas International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44612,
                          "name": "Portuguese International 2020 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44623,
                          "name": "Denmark Open 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44624,
                          "name": "Denmark Open 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44625,
                          "name": "Denmark Open 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44629,
                          "name": "Bulgarian International Future Series - MD",
                          "importance": 0
                        },
                        {
                          "id": 44630,
                          "name": "Bulgarian International Future Series - MS",
                          "importance": 0
                        },
                        {
                          "id": 44632,
                          "name": "Bulgarian International 2021 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 44649,
                          "name": "Latvia International 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44650,
                          "name": "Latvia International 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44652,
                          "name": "Latvia International 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44653,
                          "name": "Latvia International 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44654,
                          "name": "Latvia International 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44711,
                          "name": "Peru Future Series 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44715,
                          "name": "Peru Future Series 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44730,
                          "name": "Czech Open 2021 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 44737,
                          "name": "Bulgarian International Future Series - XD",
                          "importance": 0
                        },
                        {
                          "id": 44738,
                          "name": "All Africa Individual Championships 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44739,
                          "name": "All Africa Individual Championships 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44740,
                          "name": "All Africa Individual Championships 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44741,
                          "name": "All Africa Individual Championships 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44742,
                          "name": "All Africa Individual Championships 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44746,
                          "name": "All Africa Men's & Women's Team Championships - WD",
                          "importance": 0
                        },
                        {
                          "id": 44753,
                          "name": "Uganda International 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44763,
                          "name": "Thailand Masters 2020 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44764,
                          "name": "Thailand Masters 2020 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44765,
                          "name": "Thailand Masters 2020 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44767,
                          "name": "Estonian International 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44768,
                          "name": "Indonesia Masters 2020 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44769,
                          "name": "Indonesia Masters 2020 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44770,
                          "name": "Indonesia Masters 2020 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44771,
                          "name": "Malaysia Masters 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44772,
                          "name": "Malaysia Masters 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44773,
                          "name": "Estonian International 2020 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44784,
                          "name": "Malaysia Masters 2020 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44786,
                          "name": "Malaysia Masters 2020 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44799,
                          "name": "Slovenia Future Series 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44800,
                          "name": "Italian International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44803,
                          "name": "Bulgarian International 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44813,
                          "name": "Syed Modi International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44838,
                          "name": "Welsh International 2021 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 44845,
                          "name": "Scottish Open 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44846,
                          "name": "Scottish Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44848,
                          "name": "Scottish Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44851,
                          "name": "Scottish Open 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44852,
                          "name": "Slovenia Future Series 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44857,
                          "name": "Hong Kong Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44862,
                          "name": "Irish Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44864,
                          "name": "Indonesia Masters 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44866,
                          "name": "Irish Open 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44867,
                          "name": "Irish Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44868,
                          "name": "Irish Open 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44871,
                          "name": "Hong Kong Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44878,
                          "name": "Fuzhou China Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44880,
                          "name": "Norwegian International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44881,
                          "name": "Norwegian International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44882,
                          "name": "Norwegian International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44884,
                          "name": "Fuzhou China Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44886,
                          "name": "Fuzhou China Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44887,
                          "name": "Fuzhou China Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44892,
                          "name": "Fuzhou China Open 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44899,
                          "name": "French Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44900,
                          "name": "French Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44901,
                          "name": "French Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44902,
                          "name": "Indonesia International Challenge 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44905,
                          "name": "Hatzor International - MD",
                          "importance": 0
                        },
                        {
                          "id": 44906,
                          "name": "Hatzor International - WD",
                          "importance": 0
                        },
                        {
                          "id": 44907,
                          "name": "Hatzor International - WS",
                          "importance": 0
                        },
                        {
                          "id": 44908,
                          "name": "Hatzor International - XD",
                          "importance": 0
                        },
                        {
                          "id": 44912,
                          "name": "Indonesia International Challenge 2019 - MD - Quali",
                          "importance": 0
                        },
                        {
                          "id": 44915,
                          "name": "Indonesia International Challenge 2019 - WS - Quali",
                          "importance": 0
                        },
                        {
                          "id": 44916,
                          "name": "Indonesia International Challenge 2019 - XD - Quali",
                          "importance": 0
                        },
                        {
                          "id": 44917,
                          "name": "Denmark Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44918,
                          "name": "Denmark Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 44919,
                          "name": "Indonesia International Challenge 2019 - WD - Quali",
                          "importance": 0
                        },
                        {
                          "id": 44925,
                          "name": "Dutch Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44926,
                          "name": "Brazil International Series 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44927,
                          "name": "Brazil International Series 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44928,
                          "name": "Brazil International Series 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44929,
                          "name": "Cyprus International - MD",
                          "importance": 0
                        },
                        {
                          "id": 44930,
                          "name": "Cyprus International - WS",
                          "importance": 0
                        },
                        {
                          "id": 44931,
                          "name": "Cyprus International - WD",
                          "importance": 0
                        },
                        {
                          "id": 44932,
                          "name": "Cyprus International - XD",
                          "importance": 0
                        },
                        {
                          "id": 44934,
                          "name": "Hungarian International 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44936,
                          "name": "Dutch Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44937,
                          "name": "Dutch Open 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44938,
                          "name": "Bulgarian International - MD",
                          "importance": 0
                        },
                        {
                          "id": 44939,
                          "name": "Bulgarian International - WD",
                          "importance": 0
                        },
                        {
                          "id": 44940,
                          "name": "Bulgarian International - WS",
                          "importance": 0
                        },
                        {
                          "id": 44946,
                          "name": "Dutch Open 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44952,
                          "name": "Yozu Indonesia Masters 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44954,
                          "name": "Yozu Indonesia Masters 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44955,
                          "name": "Yozu Indonesia Masters 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44958,
                          "name": "Yozu Indonesia Masters 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44959,
                          "name": "Korea Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44961,
                          "name": "Czech Open, MS",
                          "importance": 0
                        },
                        {
                          "id": 44966,
                          "name": "Korea Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44968,
                          "name": "Korea Open 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44969,
                          "name": "X International Mexicano - XD",
                          "importance": 0
                        },
                        {
                          "id": 44970,
                          "name": "Polish International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 44973,
                          "name": "X International Mexicano - WD",
                          "importance": 0
                        },
                        {
                          "id": 44974,
                          "name": "X International Mexicano - WS",
                          "importance": 0
                        },
                        {
                          "id": 44977,
                          "name": "Belgian International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 44978,
                          "name": "Belgian International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 44980,
                          "name": "Myanmar International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44983,
                          "name": "Belgian International 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44985,
                          "name": "Belgian International 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44987,
                          "name": "Belgian International 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44989,
                          "name": "Austrian Open 2020 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44991,
                          "name": "Vietnam Open (WT) 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44994,
                          "name": "Vietnam Open (WT) 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 44997,
                          "name": "Kharkiv International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 44998,
                          "name": "Kharkiv International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 45000,
                          "name": "Kharkiv International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 45001,
                          "name": "Kharkiv International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 45002,
                          "name": "Kharkiv International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 45003,
                          "name": "Malaysia Masters 2020 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 45004,
                          "name": "Chinese Taipei Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 45005,
                          "name": "Chinese Taipei Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 45007,
                          "name": "Kharkiv International 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 45008,
                          "name": "Kharkiv International 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 45009,
                          "name": "Chinese Taipei Open 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 45010,
                          "name": "Chinese Taipei Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 45012,
                          "name": "Chinese Taipei Open 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 45013,
                          "name": "Belarus International - MD",
                          "importance": 0
                        },
                        {
                          "id": 45017,
                          "name": "Belarus International - WS",
                          "importance": 0
                        },
                        {
                          "id": 45018,
                          "name": "French Open 2018 - (WS)",
                          "importance": 0
                        },
                        {
                          "id": 45019,
                          "name": "Indonesia International Challenge 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 46536,
                          "name": "Estonian International 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 46548,
                          "name": "India Open 2022 - XD",
                          "importance": 0
                        },
                        {
                          "id": 46754,
                          "name": "Scottish Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 46760,
                          "name": "Scottish Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 46762,
                          "name": "Scottish Open 2021 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 46768,
                          "name": "Scottish Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 46774,
                          "name": "Slovenia Future Series 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 46813,
                          "name": "Irish Open 2021 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 47147,
                          "name": "Polish International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 47172,
                          "name": "Polish International 2021 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 47249,
                          "name": "Hellas International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 47250,
                          "name": "Hellas International 2021 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 47251,
                          "name": "Hellas International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 47257,
                          "name": "Hellas International 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 47267,
                          "name": "Hellas International 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 47731,
                          "name": "Spanish International 2021 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 47755,
                          "name": "Lithuanian International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 47763,
                          "name": "Lithuanian International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 47809,
                          "name": "Irish Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 47810,
                          "name": "Austrian Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 47816,
                          "name": "Czech Open 2021 - XD",
                          "importance": 0
                        },
                        {
                          "id": 47863,
                          "name": "Austrian Open 2021 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 47881,
                          "name": "Slovenia International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 47890,
                          "name": "Bulgarian International 2021 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 47891,
                          "name": "Slovenia International 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 47909,
                          "name": "Spain Masters 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 47912,
                          "name": "Spain Masters 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 47922,
                          "name": "Slovenia International 2021 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 47938,
                          "name": "Slovenia International 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 47941,
                          "name": "Slovenia International 2021 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 48108,
                          "name": "Swiss Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 48111,
                          "name": "Swiss Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 48352,
                          "name": "Yonex Thailand Open 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 48354,
                          "name": "Yonex Thailand Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 48362,
                          "name": "Yonex Thailand Open 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 48364,
                          "name": "Yonex Thailand Open 2021 - MS",
                          "importance": 0
                        },
                        {
                          "id": 48626,
                          "name": "Bulgarian International Future Series - WD",
                          "importance": 0
                        },
                        {
                          "id": 48630,
                          "name": "Bulgarian International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 48986,
                          "name": "Spain Masters 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 48997,
                          "name": "Uganda International 2020 - WD",
                          "importance": 0
                        },
                        {
                          "id": 49009,
                          "name": "Uganda International 2020 - XD",
                          "importance": 0
                        },
                        {
                          "id": 49101,
                          "name": "Indonesia Masters 2020 - WS",
                          "importance": 0
                        },
                        {
                          "id": 49103,
                          "name": "Indonesia Masters 2020 - MS",
                          "importance": 0
                        },
                        {
                          "id": 49157,
                          "name": "Indonesia Masters 2020 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49177,
                          "name": "Malaysia Masters 2020 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49214,
                          "name": "World Tour Finals 2019 - XD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 49258,
                          "name": "Syed Modi International 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49259,
                          "name": "Syed Modi International 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49260,
                          "name": "Syed Modi International 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49299,
                          "name": "Korea Masters 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49370,
                          "name": "Hungarian International 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49375,
                          "name": "Hungarian International 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49379,
                          "name": "Macau Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49445,
                          "name": "Nepal International - WD",
                          "importance": 0
                        },
                        {
                          "id": 49448,
                          "name": "Korea Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 49457,
                          "name": "Nepal International - XD",
                          "importance": 0
                        },
                        {
                          "id": 49526,
                          "name": "Korea Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49598,
                          "name": "Hungarian International 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49604,
                          "name": "Belarus International - XD",
                          "importance": 0
                        },
                        {
                          "id": 49661,
                          "name": "Brazil Future Series - MS",
                          "importance": 0
                        },
                        {
                          "id": 49663,
                          "name": "Brazil Future Series - WD",
                          "importance": 0
                        },
                        {
                          "id": 49665,
                          "name": "Brazil Future Series - WS",
                          "importance": 0
                        },
                        {
                          "id": 49672,
                          "name": "Brazil Future Series - XD",
                          "importance": 0
                        },
                        {
                          "id": 49689,
                          "name": "Bulgarian Open Championship - WD",
                          "importance": 0
                        },
                        {
                          "id": 49691,
                          "name": "Bulgarian Open Championship - XD",
                          "importance": 0
                        },
                        {
                          "id": 49692,
                          "name": "Bulgarian Open Championship - MD",
                          "importance": 0
                        },
                        {
                          "id": 49739,
                          "name": "Hyderabad Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 49740,
                          "name": "Hellas Open - MD",
                          "importance": 0
                        },
                        {
                          "id": 49741,
                          "name": "Hyderabad Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 49745,
                          "name": "Hyderabad Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 49755,
                          "name": "Hellas Open - WD",
                          "importance": 0
                        },
                        {
                          "id": 49757,
                          "name": "Hellas Open - WS",
                          "importance": 0
                        },
                        {
                          "id": 49764,
                          "name": "Hellas Open - XD",
                          "importance": 0
                        },
                        {
                          "id": 49768,
                          "name": "Thailand Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 49769,
                          "name": "Hyderabad Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 49770,
                          "name": "Thailand Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 49773,
                          "name": "Thailand Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 49783,
                          "name": "Pan Am Games 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 49784,
                          "name": "Pan Am Games 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 49862,
                          "name": "Thailand Open 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49866,
                          "name": "Thailand Open 2019 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49869,
                          "name": "Thailand Open 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49878,
                          "name": "Thailand Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 49879,
                          "name": "Japan Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 49890,
                          "name": "Japan Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 49894,
                          "name": "Japan Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 49898,
                          "name": "Japan Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 49904,
                          "name": "Indonesia Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 49906,
                          "name": "Indonesia Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 49908,
                          "name": "Russia Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 49912,
                          "name": "Russia Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 49913,
                          "name": "Russia Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 49918,
                          "name": "Indonesia Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 49924,
                          "name": "Indonesia Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 49926,
                          "name": "Indonesia Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 49960,
                          "name": "White Nights 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50002,
                          "name": "US Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50003,
                          "name": "US Open 2019 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50005,
                          "name": "US Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50021,
                          "name": "Canada Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50030,
                          "name": "European Club Championship 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50035,
                          "name": "European Club Championship 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50044,
                          "name": "European Club Championship 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50046,
                          "name": "European Club Championship 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50058,
                          "name": "Canada Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50060,
                          "name": "Canada Open 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50089,
                          "name": "European Games 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50091,
                          "name": "Mexico Future Series 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50094,
                          "name": "Mexico Future Series 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50095,
                          "name": "European Games 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50098,
                          "name": "Mexico Future Series 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50101,
                          "name": "Mongolia International Challenge 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50102,
                          "name": "Mongolia International Challenge 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50103,
                          "name": "Mongolia International Challenge 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50105,
                          "name": "European Games 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50115,
                          "name": "Mexico Future Series 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50189,
                          "name": "Peru International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50199,
                          "name": "Peru International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50200,
                          "name": "Malaysia International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50201,
                          "name": "Peru International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50251,
                          "name": "Spanish International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50296,
                          "name": "Azerbaijan International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50299,
                          "name": "Azerbaijan International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50302,
                          "name": "Lithuanian International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50305,
                          "name": "Lithuanian International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50353,
                          "name": "Latvia International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50355,
                          "name": "Latvia International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50357,
                          "name": "Latvia International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50386,
                          "name": "BWF Sudirman Cup - 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50389,
                          "name": "BWF Sudirman Cup, 2019, WD",
                          "importance": 0
                        },
                        {
                          "id": 50395,
                          "name": "BWF Sudirman Cup - 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50407,
                          "name": "BWF Sudirman Cup - 2019 - Group 1B",
                          "importance": 0
                        },
                        {
                          "id": 50411,
                          "name": "BWF Sudirman Cup - 2019 - Group 1A",
                          "importance": 0
                        },
                        {
                          "id": 50438,
                          "name": "Slovenia International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50448,
                          "name": "Slovenia International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50450,
                          "name": "Slovenia International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50457,
                          "name": "Peru Future Series 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50458,
                          "name": "Denmark Challenge 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50460,
                          "name": "Denmark Challenge 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50463,
                          "name": "Denmark Challenge 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50465,
                          "name": "Peru Future Series 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50472,
                          "name": "Peru Future Series 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50474,
                          "name": "Peru Future Series 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50475,
                          "name": "Peru Future Series 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50487,
                          "name": "Brazil International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50488,
                          "name": "Brazil International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50490,
                          "name": "Brazil International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50491,
                          "name": "Hellas International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50495,
                          "name": "Hellas International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50496,
                          "name": "Hellas International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50498,
                          "name": "Hellas International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50511,
                          "name": "Asia Championships 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50512,
                          "name": "Pan Am Individual Championships 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50514,
                          "name": "Pan Am Individual Championships 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50515,
                          "name": "Pan Am Individual Championships 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50520,
                          "name": "Pan Am Individual Championships 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50525,
                          "name": "Pan Am Individual Championships 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50562,
                          "name": "Croatian International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50576,
                          "name": "Croatian International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50581,
                          "name": "Croatian International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50591,
                          "name": "Dutch International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50592,
                          "name": "Dutch International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50594,
                          "name": "Dutch International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50595,
                          "name": "Singapore Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50614,
                          "name": "Singapore Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50618,
                          "name": "Singapore Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50622,
                          "name": "Vietnam International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50647,
                          "name": "Malaysia Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50649,
                          "name": "Osaka International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50658,
                          "name": "Yonex Polish Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50660,
                          "name": "Yonex Polish Open 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50662,
                          "name": "Yonex Polish Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50665,
                          "name": "Yonex Polish Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50667,
                          "name": "India Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50697,
                          "name": "India Open 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50701,
                          "name": "India Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50703,
                          "name": "India Open 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50705,
                          "name": "Orleans Masters 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50706,
                          "name": "Orleans Masters 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50709,
                          "name": "Tong Yun Kai Cup 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50711,
                          "name": "Tong Yun Kai Cup 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50725,
                          "name": "Orleans Masters 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50730,
                          "name": "Orleans Masters 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50732,
                          "name": "Swiss Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50733,
                          "name": "Giraldilla 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50734,
                          "name": "Giraldilla 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50735,
                          "name": "Giraldilla 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50743,
                          "name": "Giraldilla 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50751,
                          "name": "All England Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50754,
                          "name": "All England Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50755,
                          "name": "All England Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50758,
                          "name": "All England Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50760,
                          "name": "Jamaica International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50761,
                          "name": "Jamaica International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50763,
                          "name": "Jamaica International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50764,
                          "name": "Portuguese International 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50766,
                          "name": "Portuguese International 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50778,
                          "name": "Jamaica International 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50823,
                          "name": "German Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50840,
                          "name": "German Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50842,
                          "name": "German Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50844,
                          "name": "German Open 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50846,
                          "name": "Slovak Open 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50847,
                          "name": "German Open 2019 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50849,
                          "name": "German Open 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50855,
                          "name": "Spain Masters 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50856,
                          "name": "Austrian Open 2019 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50858,
                          "name": "Austrian Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50859,
                          "name": "Lao International Series 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50867,
                          "name": "Lao International Series 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50869,
                          "name": "European Mixed Team Championships 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50873,
                          "name": "European Mixed Team Championships 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50874,
                          "name": "European Mixed Team Championships 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50875,
                          "name": "European Mixed Team Championships 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50892,
                          "name": "Daihatsu Indonesia Masters 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50895,
                          "name": "Daihatsu Indonesia Masters 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50908,
                          "name": "Daihatsu Indonesia Masters 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50909,
                          "name": "Daihatsu Indonesia Masters 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50911,
                          "name": "Daihatsu Indonesia Masters 2019 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50913,
                          "name": "Daihatsu Indonesia Masters 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50914,
                          "name": "Daihatsu Indonesia Masters 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50915,
                          "name": "Swedish Open 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50916,
                          "name": "Malaysia Masters 2019 - MS",
                          "importance": 0
                        },
                        {
                          "id": 50917,
                          "name": "Malaysia Masters 2019 - MD",
                          "importance": 0
                        },
                        {
                          "id": 50918,
                          "name": "Swedish Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50938,
                          "name": "Thailand Masters 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50944,
                          "name": "Estonian International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 50945,
                          "name": "Estonian International 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50969,
                          "name": "Australian Open 2019 - XD",
                          "importance": 0
                        },
                        {
                          "id": 50971,
                          "name": "Thailand Masters 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50972,
                          "name": "Thailand Masters 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50973,
                          "name": "Thailand Masters 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50974,
                          "name": "Thailand Masters 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 50977,
                          "name": "K&D GRAPHICS International Challenge 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 50996,
                          "name": "World Tour Finals 2018 - WD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 50997,
                          "name": "World Tour Finals 2018 - MS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 50999,
                          "name": "World Tour Finals 2018 - WS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 51000,
                          "name": "Italian International 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 51002,
                          "name": "World Tour Finals 2018 - MD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 51010,
                          "name": "Italian International 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 51013,
                          "name": "Italian International 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 51014,
                          "name": "World Tour Finals 2018 - MS - Finals",
                          "importance": 0
                        },
                        {
                          "id": 51015,
                          "name": "World Tour Finals 2018 - XD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 51016,
                          "name": "World Tour Finals 2018 - XD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 51019,
                          "name": "World Tour Finals 2018 - MS - Group A",
                          "importance": 0
                        },
                        {
                          "id": 51020,
                          "name": "World Tour Finals 2018 - WS - Group B",
                          "importance": 0
                        },
                        {
                          "id": 51029,
                          "name": "World Tour Finals 2018 - MD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 51030,
                          "name": "World Tour Finals 2018 - WD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 51033,
                          "name": "Welsh International 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 51034,
                          "name": "Welsh International 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 51035,
                          "name": "Welsh International 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 51039,
                          "name": "Korea Masters 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 51041,
                          "name": "Korea Masters 2018 - MS",
                          "importance": 0
                        },
                        {
                          "id": 51056,
                          "name": "Syed Modi International 2018 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51057,
                          "name": "Irish Open 2018 - MD",
                          "importance": 0
                        },
                        {
                          "id": 51059,
                          "name": "Hong Kong Open 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 51060,
                          "name": "Irish Open 2018 - WD",
                          "importance": 0
                        },
                        {
                          "id": 51072,
                          "name": "Irish Open 2018 - MS",
                          "importance": 0
                        },
                        {
                          "id": 51077,
                          "name": "Irish Open 2018 - XD",
                          "importance": 0
                        },
                        {
                          "id": 51088,
                          "name": "Hong Kong Open 2018 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51089,
                          "name": "Hong Kong Open 2018 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51090,
                          "name": "Hong Kong Open 2018 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51091,
                          "name": "Hong Kong Open 2018 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51092,
                          "name": "Fuzhou China Open 2018 - MS",
                          "importance": 0
                        },
                        {
                          "id": 51093,
                          "name": "Fuzhou China Open 2018 - WS",
                          "importance": 0
                        },
                        {
                          "id": 51121,
                          "name": "Hungarian International Championships - MD",
                          "importance": 0
                        },
                        {
                          "id": 51122,
                          "name": "Hungarian International Championships - MS",
                          "importance": 0
                        },
                        {
                          "id": 51129,
                          "name": "Hungarian International Championships - WS",
                          "importance": 0
                        },
                        {
                          "id": 51132,
                          "name": "Hungarian International Championships - XD",
                          "importance": 0
                        },
                        {
                          "id": 51170,
                          "name": "Denmark Open 2018 - (MS)",
                          "importance": 0
                        },
                        {
                          "id": 51171,
                          "name": "Denmark Open 2018 - (XD)",
                          "importance": 0
                        },
                        {
                          "id": 51174,
                          "name": "Denmark Open 2018 - (WS)",
                          "importance": 0
                        },
                        {
                          "id": 51193,
                          "name": "Dutch Open 2018 - (WS)",
                          "importance": 0
                        },
                        {
                          "id": 51201,
                          "name": "Chinese Taipei Open 2018 (MS)",
                          "importance": 0
                        },
                        {
                          "id": 51220,
                          "name": "Korea Open 2018 - (WS)",
                          "importance": 0
                        },
                        {
                          "id": 51221,
                          "name": "Czech Open 2018 - (MD)",
                          "importance": 0
                        },
                        {
                          "id": 51222,
                          "name": "Korea Open 2018 - (MS)",
                          "importance": 0
                        },
                        {
                          "id": 51223,
                          "name": "Czech Open 2018 - (MS)",
                          "importance": 0
                        },
                        {
                          "id": 51224,
                          "name": "Czech Open 2018 - (WD)",
                          "importance": 0
                        },
                        {
                          "id": 51237,
                          "name": "Internacional Mexicano 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51238,
                          "name": "Internacional Mexicano 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51239,
                          "name": "Internacional Mexicano 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51241,
                          "name": "Internacional Mexicano 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51242,
                          "name": "Polish International 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51244,
                          "name": "Indonesia Masters 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51245,
                          "name": "Polish International 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51247,
                          "name": "China Open 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51248,
                          "name": "Polish International 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51249,
                          "name": "Polish International  2018",
                          "importance": 0
                        },
                        {
                          "id": 51279,
                          "name": "Indonesia Masters 2018 - Doubles - Quali",
                          "importance": 0
                        },
                        {
                          "id": 51282,
                          "name": "Polish International 2018 - Qualify",
                          "importance": 0
                        },
                        {
                          "id": 51285,
                          "name": "Polish International 2018 - Women - Qualify",
                          "importance": 0
                        },
                        {
                          "id": 51286,
                          "name": "Polish International 2018 - XD - Qualify",
                          "importance": 0
                        },
                        {
                          "id": 51292,
                          "name": "Indonesia Masters 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51295,
                          "name": "Indonesia Masters 2018 - XD - Quali",
                          "importance": 0
                        },
                        {
                          "id": 51298,
                          "name": "Japan Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51300,
                          "name": "Belgian International (IC) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51301,
                          "name": "Japan Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51302,
                          "name": "Belgian International (IC) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51303,
                          "name": "Japan Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51317,
                          "name": "Japan Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51322,
                          "name": "Belgian International (IC) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51328,
                          "name": "Belgian International (IC) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51330,
                          "name": "Belgian International (IC) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51331,
                          "name": "Belgian International (IC) 2018 - Women - Quali",
                          "importance": 0
                        },
                        {
                          "id": 51346,
                          "name": "Belgian International (IC) 2018 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51377,
                          "name": "Hyderabad Open (WT) 2018 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 51378,
                          "name": "Hyderabad Open (WT) 2018 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51379,
                          "name": "Hyderabad Open (WT) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51384,
                          "name": "Hyderabad Open (WT) 2018 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 51391,
                          "name": "Kharkiv International (IC) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51393,
                          "name": "Kharkiv International (IC) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51394,
                          "name": "Kharkiv International (IC) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51395,
                          "name": "Kharkiv International (IC) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51396,
                          "name": "Kharkiv International (IC) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51428,
                          "name": "Kharkiv International (IC) 2018 - Women - Quali",
                          "importance": 0
                        },
                        {
                          "id": 51440,
                          "name": "Vietnam Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51442,
                          "name": "Yonex / K D Graphics (IC) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51443,
                          "name": "Yonex / K D Graphics (IC) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51444,
                          "name": "Yonex / K D Graphics (IC) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51451,
                          "name": "Yonex / K D Graphics (IC) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51466,
                          "name": "Vietnam Open (WT) 2018 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51472,
                          "name": "Vietnam Open (WT) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51478,
                          "name": "World Championships 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51501,
                          "name": "Russian Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51502,
                          "name": "Russian Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51505,
                          "name": "Russian Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51517,
                          "name": "Russian Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51525,
                          "name": "Chinese Taipei Open 2018 (MS) - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51533,
                          "name": "Singapore Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51561,
                          "name": "Thailand Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51562,
                          "name": "Singapore Open (WT) 2018 - Mixed Doubles - Qualifica",
                          "importance": 0
                        },
                        {
                          "id": 51563,
                          "name": "Thailand Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51564,
                          "name": "Thailand Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51584,
                          "name": "Indonesia Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51585,
                          "name": "Indonesia Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51587,
                          "name": "Indonesia Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51595,
                          "name": "Indonesia Open (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51611,
                          "name": "Peru International (IS) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51612,
                          "name": "Peru International (IS) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51613,
                          "name": "Peru International (IS) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51615,
                          "name": "Peru International (IS) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51636,
                          "name": "Canada Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51638,
                          "name": "Canada Open (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51651,
                          "name": "Canada Open (WT) 2018 - Mixed Doubles - Quali",
                          "importance": 0
                        },
                        {
                          "id": 51652,
                          "name": "Canada Open (WT) 2018 - Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 51653,
                          "name": "Canada Open (WT) 2018 - Women - Quali",
                          "importance": 0
                        },
                        {
                          "id": 51655,
                          "name": "US Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51657,
                          "name": "US Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51659,
                          "name": "Spanish International (IC) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51662,
                          "name": "Spanish International (IC) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51664,
                          "name": "Spanish International (IC) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51669,
                          "name": "Spanish International (IC) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51695,
                          "name": "BWF Thomas Cup - 2018 - Knockout Stage",
                          "importance": 0
                        },
                        {
                          "id": 51696,
                          "name": "BWF Uber Cup - 2018 - Knockout Stage",
                          "importance": 0
                        },
                        {
                          "id": 51759,
                          "name": "Peru International (FS) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51760,
                          "name": "Peru International (FS) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51762,
                          "name": "Peru International (FS) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51770,
                          "name": "Peru International (FS) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51775,
                          "name": "Peru International (FS) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51781,
                          "name": "Slovenia International (IS) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51784,
                          "name": "Australian Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51796,
                          "name": "European Championships 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51797,
                          "name": "Pan Am Championships 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51798,
                          "name": "Pan Am Championships 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51803,
                          "name": "Pan Am Championships 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51804,
                          "name": "Pan Am Championships 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51833,
                          "name": "China Masters (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51834,
                          "name": "US Open (WT) 2018 - Women - Quali",
                          "importance": 0
                        },
                        {
                          "id": 51837,
                          "name": "Victor Dutch International (IC) 2018 - Women Double",
                          "importance": 0
                        },
                        {
                          "id": 51851,
                          "name": "Slovenia International (IS) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51864,
                          "name": "Syed Modi International 2018 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51868,
                          "name": "China Masters 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51873,
                          "name": "Finnish Open (IC) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51880,
                          "name": "Finnish Open (IC) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51882,
                          "name": "Finnish Open (IC) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51884,
                          "name": "Finnish Open (IC) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51887,
                          "name": "Osaka International (IC) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51888,
                          "name": "Osaka International (IC) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51891,
                          "name": "Hungarian International Championships - WD",
                          "importance": 0
                        },
                        {
                          "id": 51892,
                          "name": "Osaka International (IC) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51916,
                          "name": "Orleans Masters (WT) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51917,
                          "name": "Orleans Masters (WT) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51940,
                          "name": "Orleans Masters (WT) 2018 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51941,
                          "name": "Orleans Masters (WT) 2018 - Mixed Doubles - Quali",
                          "importance": 0
                        },
                        {
                          "id": 51945,
                          "name": "Orleans Masters (WT) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51950,
                          "name": "Orleans Masters (WT) 2018 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51951,
                          "name": "Vietnam International (IC) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51955,
                          "name": "Vietnam International (IC) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51957,
                          "name": "Vietnam International (IC) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51964,
                          "name": "England Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51966,
                          "name": "Singapore Open (WT) 2018 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 51967,
                          "name": "England Open (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51970,
                          "name": "England Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51971,
                          "name": "Czech Open (IS) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51973,
                          "name": "Giraldilla (FS) 2018",
                          "importance": 0
                        },
                        {
                          "id": 51974,
                          "name": "Giraldilla (FS) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51975,
                          "name": "Giraldilla (FS) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51976,
                          "name": "Giraldilla (FS) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51979,
                          "name": "Czech Open (IS) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 51982,
                          "name": "Czech Open (IS) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 51986,
                          "name": "Giraldilla (FS) 2018 - Doubles Women",
                          "importance": 0
                        },
                        {
                          "id": 51996,
                          "name": "Czech Open (IS) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52054,
                          "name": "German Open (WT) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52055,
                          "name": "Brazil International (IC) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52056,
                          "name": "Brazil International (IC) 2018",
                          "importance": 0
                        },
                        {
                          "id": 52058,
                          "name": "German Open (WT) 2018",
                          "importance": 0
                        },
                        {
                          "id": 52060,
                          "name": "Brazil International (IC) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52062,
                          "name": "Brazil International (IC) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52063,
                          "name": "Portuguese International (IS) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52064,
                          "name": "Portuguese International (IS) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52077,
                          "name": "Jamaica International (IS) 2018",
                          "importance": 0
                        },
                        {
                          "id": 52078,
                          "name": "Jamaica International (IS) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52080,
                          "name": "Jamaica International (IS) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52089,
                          "name": "Jamaica International (IS) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52093,
                          "name": "Austrian Open (IC) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52094,
                          "name": "Austrian Open (IC) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52113,
                          "name": "Austrian Open (IC) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52123,
                          "name": "Swiss Open (WT) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52124,
                          "name": "Swiss Open (WT) 2018 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52125,
                          "name": "European Men's Team Championship 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52157,
                          "name": "Asia Team Championship 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52179,
                          "name": "India Open (WT) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52182,
                          "name": "Indonesia Masters (WT) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52212,
                          "name": "Indonesia Masters (WT) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52214,
                          "name": "Indonesia Masters (WT) 2018 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52215,
                          "name": "Indonesia Masters (WT) 2018 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52216,
                          "name": "Indonesia Masters (WT) 2018 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52217,
                          "name": "Indonesia Masters (WT) 2018 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52221,
                          "name": "Swedish Open (IS) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52223,
                          "name": "Malaysia Masters (SS) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52224,
                          "name": "Malaysia Masters (SS) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52228,
                          "name": "Malaysia Masters (SS) - 2018",
                          "importance": 0
                        },
                        {
                          "id": 52241,
                          "name": "Swedish Open (IS) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52260,
                          "name": "Malaysia Masters (SS) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52262,
                          "name": "Estonian International (IS) 2018 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52263,
                          "name": "Malaysia Masters (SS) 2018 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52264,
                          "name": "Thailand Masters (GPG) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52265,
                          "name": "Malaysia Masters (SS) 2018 - XD Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52266,
                          "name": "Estonian International (IS) 2018 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52267,
                          "name": "Malaysia Masters (SS) 2018 - Women Doubles - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 52268,
                          "name": "Estonian International (IS) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52270,
                          "name": "Estonian International (IS) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52275,
                          "name": "Thailand Masters (GPG) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52290,
                          "name": "Thailand Masters (WT) 2018 - Mixed Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 52291,
                          "name": "Thailand Masters (WT) 2018 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52292,
                          "name": "Thailand Masters (WT) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52293,
                          "name": "Orange County (IC) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52297,
                          "name": "Orange County (IC) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52299,
                          "name": "Orange County (IC) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52318,
                          "name": "Dubai World Finals (SS) 2017 - Finals",
                          "importance": 0
                        },
                        {
                          "id": 52320,
                          "name": "Dubai World Finals (SS) 2017 - Doubles - Finals",
                          "importance": 0
                        },
                        {
                          "id": 52323,
                          "name": "Dubai World Finals (SS) 2017 - Group B",
                          "importance": 0
                        },
                        {
                          "id": 52324,
                          "name": "Dubai World Finals (SS) 2017 - Group A",
                          "importance": 0
                        },
                        {
                          "id": 52328,
                          "name": "Italian International (IC) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52330,
                          "name": "Italian International (IC) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52332,
                          "name": "Italian International (IC) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52334,
                          "name": "Dubai World Finals (SS) 2017 - Doubles - Group A",
                          "importance": 0
                        },
                        {
                          "id": 52335,
                          "name": "Dubai World Finals (SS) 2017 - XD Doubles - Group B",
                          "importance": 0
                        },
                        {
                          "id": 52345,
                          "name": "Dubai World Finals (SS) 2017 - Women - Group A",
                          "importance": 0
                        },
                        {
                          "id": 52346,
                          "name": "Dubai World Finals (SS) 2017 - Women - Group B",
                          "importance": 0
                        },
                        {
                          "id": 52359,
                          "name": "Dubai World Finals (SS) 2017 - Doubles - Group B",
                          "importance": 0
                        },
                        {
                          "id": 52362,
                          "name": "Irish Open (IS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52363,
                          "name": "Irish Open (IS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52378,
                          "name": "Scottish Open (GP) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52380,
                          "name": "Scottish Open (GP) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52394,
                          "name": "Scottish Open (GP) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52402,
                          "name": "Scottish Open (GP) 2017 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52404,
                          "name": "Hong Kong Open (SS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52417,
                          "name": "Scottish Open (GP) 2017 - Mixed Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 52421,
                          "name": "Hong Kong Open (SS) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52430,
                          "name": "China Open (SS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52432,
                          "name": "China Open (SS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52447,
                          "name": "China Open (SS) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52455,
                          "name": "China Open (SS) 2017 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52460,
                          "name": "Macau Open (GPG) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52464,
                          "name": "Macau Open (GPG) 2017 - Women Doubles - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 52485,
                          "name": "Bitburger Open (GPG) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52487,
                          "name": "Bitburger Open (GPG) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52499,
                          "name": "Bitburger Open (GPG) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52502,
                          "name": "Bitburger Open (GPG) 2017 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52506,
                          "name": "Indonesia International (IC) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52507,
                          "name": "Santo Domingo Open (IS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 52511,
                          "name": "Santo Domingo Open (IS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52513,
                          "name": "Santo Domingo Open (IS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52527,
                          "name": "Santo Domingo Open (IS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52531,
                          "name": "French Open (SS) 2017 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 52535,
                          "name": "French Open (SS) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52541,
                          "name": "French Open (SS) 2017 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 52545,
                          "name": "French Open (SS) 2017 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52553,
                          "name": "French Open (SS) 2017 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52571,
                          "name": "Santo Domingo Open (IS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52600,
                          "name": "Denmark Open (SS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52601,
                          "name": "Denmark Open (SS)",
                          "importance": 0
                        },
                        {
                          "id": 52602,
                          "name": "Denmark Open (SS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52606,
                          "name": "Mercosul International (IS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52607,
                          "name": "Mercosul International (IS)",
                          "importance": 0
                        },
                        {
                          "id": 52608,
                          "name": "Mercosul International (IS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52609,
                          "name": "Mercosul International (IS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52627,
                          "name": "Denmark Open (SS) 2017 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52630,
                          "name": "Denmark Open (SS) 2017 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 52633,
                          "name": "Denmark Open (SS) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52638,
                          "name": "Denmark Open (SS) 2017 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 52639,
                          "name": "Denmark Open (SS) 2017 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52640,
                          "name": "Dutch Open (GP) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52652,
                          "name": "Dutch Open (GP) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52659,
                          "name": "Dutch Open (GP) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52665,
                          "name": "Dutch Open (GP) 2017 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52667,
                          "name": "Dutch Open (GP) 2017 - Mixed Doubles Quali",
                          "importance": 0
                        },
                        {
                          "id": 52676,
                          "name": "Dutch Open (GP) 2017 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52679,
                          "name": "Czech Open (IC) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52683,
                          "name": "Czech Open (IC) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52688,
                          "name": "Czech Open (IC) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52707,
                          "name": "Polish International (IS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52708,
                          "name": "Polish International (IS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52709,
                          "name": "Polish International (IS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52710,
                          "name": "Polish International (IS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 52711,
                          "name": "Internacional Mexicano (IS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 52713,
                          "name": "Internacional Mexicano (IS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52714,
                          "name": "Internacional Mexicano (IS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52716,
                          "name": "Internacional Mexicano (IS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52717,
                          "name": "Internacional Mexicano (IS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52719,
                          "name": "Polish International (IS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52725,
                          "name": "Japan Open (SS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 52726,
                          "name": "Japan Open (SS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52762,
                          "name": "Japan Open (SS) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52764,
                          "name": "Japan Open (SS) 2017 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52770,
                          "name": "Japan Open (SS) 2017 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52774,
                          "name": "Korea Open (SS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52775,
                          "name": "Belgian International (IC) 2017",
                          "importance": 0
                        },
                        {
                          "id": 52777,
                          "name": "Belgian International (IC) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52779,
                          "name": "Belgian International (IC) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52781,
                          "name": "Belgian International (IC) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52783,
                          "name": "Korea Open (SS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 52818,
                          "name": "Korea Open (SS) 2017 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52820,
                          "name": "Korea Open (SS) 2017 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52823,
                          "name": "Korea Open (SS) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52824,
                          "name": "Korea Open (SS) 2017 - Mixed Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52831,
                          "name": "Kharkiv International (IC) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52833,
                          "name": "Kharkiv International (IC) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52834,
                          "name": "Kharkiv International (IC) 2017",
                          "importance": 0
                        },
                        {
                          "id": 52835,
                          "name": "Kharkiv International (IC) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52839,
                          "name": "Vietnam Open (GP) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52856,
                          "name": "Kharkiv International (IC) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52857,
                          "name": "Slovenia International (IS) 2018 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52885,
                          "name": "Vietnam Open (GP) 2017 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 52886,
                          "name": "Vietnam Open (GP) 2017 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 52888,
                          "name": "Vietnam Open (GP) 2017 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 52928,
                          "name": "Waikito International 2017 (IS) - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52930,
                          "name": "Orange County International 2017 (IS) - Women Doubl",
                          "importance": 0
                        },
                        {
                          "id": 52931,
                          "name": "Orange County International 2017 (IS) - Women",
                          "importance": 0
                        },
                        {
                          "id": 52932,
                          "name": "Orange County International 2017 (IS) - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52933,
                          "name": "New Zealand Open (GPG) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52935,
                          "name": "Orange County International 2017 (IS) - Mixed Doubl",
                          "importance": 0
                        },
                        {
                          "id": 52937,
                          "name": "Orange County International 2017 (IS)",
                          "importance": 0
                        },
                        {
                          "id": 52949,
                          "name": "Yonex / K & D Graphics (IS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 52952,
                          "name": "US Open (GPG) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 52954,
                          "name": "Russian Open (GP) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52957,
                          "name": "Russian Open (GP) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52958,
                          "name": "Russian Open (GP) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52994,
                          "name": "Russian Open (GP) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 52996,
                          "name": "Russian Open (GP) 2017 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53001,
                          "name": "Canada Open (GP) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53002,
                          "name": "Canada Open (GP) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53003,
                          "name": "Russian Open (GP) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53022,
                          "name": "Canada Open (GP) 2017 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53023,
                          "name": "Canada Open (GP) 2017 - Mixed Doubles - Qualificati",
                          "importance": 0
                        },
                        {
                          "id": 53025,
                          "name": "Canada Open (GP) 2017 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53029,
                          "name": "Chinese Taipei Open (GPG) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53036,
                          "name": "Chinese Taipei Open (GPG) 2017 - Doubles Quali",
                          "importance": 0
                        },
                        {
                          "id": 53039,
                          "name": "Chinese Taipei Open (GPG) 2017 - Mixed Doubles Qual",
                          "importance": 0
                        },
                        {
                          "id": 53042,
                          "name": "Chinese Taipei Open (GPG) 2017 - Women Qual",
                          "importance": 0
                        },
                        {
                          "id": 53043,
                          "name": "Macau Open (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53045,
                          "name": "Malaysia Masters (GPG) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53047,
                          "name": "Australian Open (SS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53048,
                          "name": "VICTOR International Series 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53050,
                          "name": "Australian Open (SS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53051,
                          "name": "New Zealand Open (GPG) 2017 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53052,
                          "name": "Australian Open (SS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53059,
                          "name": "Australian Open (SS) - 2017",
                          "importance": 0
                        },
                        {
                          "id": 53063,
                          "name": "Australian Open (SS) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53065,
                          "name": "Australian Open (SS) 2017 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53072,
                          "name": "Indonesia Open (SS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53073,
                          "name": "Indonesia Open (SS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53074,
                          "name": "Indonesia Open (SS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53076,
                          "name": "Indonesia Open (SS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53084,
                          "name": "French Open (SS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53101,
                          "name": "Indonesia Open (SS) 2017 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53103,
                          "name": "Indonesia Open (SS) 2017 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 53107,
                          "name": "Thailand Masters (GP) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53108,
                          "name": "Indonesia Open (SS) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53109,
                          "name": "Indonesia Open (SS) 2017 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 53110,
                          "name": "Indonesia Open (SS) 2017 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53111,
                          "name": "Australian Open (SS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53112,
                          "name": "Vietnam International (IC) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53113,
                          "name": "VICTOR International Series 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53115,
                          "name": "Thailand Open (GPG) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53116,
                          "name": "Thailand Open (GPG) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53117,
                          "name": "Thailand Open (GPG) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53118,
                          "name": "Thailand Open (GPG) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53127,
                          "name": "Thailand Open (GPG) 2017 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53129,
                          "name": "Smiling Fish IC (IS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53130,
                          "name": "Thailand Open (GPG) 2017 - Mixed Doubles Quali.",
                          "importance": 0
                        },
                        {
                          "id": 53134,
                          "name": "Thailand Masters (GP) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53138,
                          "name": "Sunrise Bangladesh (IC) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53139,
                          "name": "Thailand Masters (GP) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53140,
                          "name": "Thailand Open (GPG) 2017 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53144,
                          "name": "Sudirman Cup - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53148,
                          "name": "Sudirman Cup - Doubles - Women",
                          "importance": 0
                        },
                        {
                          "id": 53150,
                          "name": "Sudirman Cup - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53152,
                          "name": "Sudirman Cup - Singles",
                          "importance": 0
                        },
                        {
                          "id": 53153,
                          "name": "China Open (SS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53163,
                          "name": "VICTOR International Series 2017",
                          "importance": 0
                        },
                        {
                          "id": 53165,
                          "name": "VICTOR International Series 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53166,
                          "name": "VICTOR International Series 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53170,
                          "name": "Vietnam International (IC) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53186,
                          "name": "Smiling Fish IC (IS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53197,
                          "name": "Surabaya International (IS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53203,
                          "name": "Smiling Fish IC (IS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53209,
                          "name": "European Championships 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53210,
                          "name": "Pan American Championships 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53212,
                          "name": "Vietnam Open (GP) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53214,
                          "name": "Asia Championships 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53215,
                          "name": "Vietnam Open (GP) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53216,
                          "name": "Asia Championships 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53217,
                          "name": "Asia Championships 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53219,
                          "name": "European Championships 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53220,
                          "name": "Thailand Masters (GPG) 2017 - Doubles - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 53223,
                          "name": "Asia Championships",
                          "importance": 0
                        },
                        {
                          "id": 53228,
                          "name": "Scottish Open (GP) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53229,
                          "name": "European Championships 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53232,
                          "name": "Asia Championships 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53233,
                          "name": "European Championships 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53237,
                          "name": "Pan American Championships 2017",
                          "importance": 0
                        },
                        {
                          "id": 53241,
                          "name": "Pan American Championships 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53244,
                          "name": "Giradalla International (IS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53245,
                          "name": "Mexico City Grand Prix (GP) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53246,
                          "name": "Pan American Championships 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53248,
                          "name": "Santo Domingo Open (IS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53251,
                          "name": "Brasil Open (GP) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53253,
                          "name": "Pan American Championships 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53254,
                          "name": "Peru International (IC) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53255,
                          "name": "China Masters (GPG) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53258,
                          "name": "China Masters (GPG) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53259,
                          "name": "Peru International (IC) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53261,
                          "name": "Peru International (IC) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53262,
                          "name": "Peru International (IC) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53263,
                          "name": "Peru International (IC) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53264,
                          "name": "China Masters (GPG) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53267,
                          "name": "Malaysia Masters (GPG) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53268,
                          "name": "China Masters (GPG) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53270,
                          "name": "China Masters (GPG) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53295,
                          "name": "China Masters (GPG) 2017 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53313,
                          "name": "All England Open 2017 (SS) - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53321,
                          "name": "OUE Singapore Open (SS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53324,
                          "name": "OUE Singapore Open (SS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53327,
                          "name": "OUE Singapore Open (SS) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53330,
                          "name": "OUE Singapore Open (SS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53340,
                          "name": "OUE Singapore Open (SS) 2017 - Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 53341,
                          "name": "OUE Singapore Open (SS) 2017 - Mixed Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 53342,
                          "name": "OUE Singapore Open (SS) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53344,
                          "name": "OUE Singapore Open (SS) 2017 - Women Qual.",
                          "importance": 0
                        },
                        {
                          "id": 53345,
                          "name": "Malaysia Open (SS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53347,
                          "name": "Malaysia Open (SS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53348,
                          "name": "Malaysia Open (SS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53350,
                          "name": "Malaysia Open (SS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53358,
                          "name": "Finnish Open (IC) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53360,
                          "name": "Finnish Open (IC) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53364,
                          "name": "Finnish Open (IC) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53367,
                          "name": "Finnish Open (IC) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53368,
                          "name": "China Open (SS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53376,
                          "name": "Indonesia Open (SS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53387,
                          "name": "Vietnam Open (GP) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53396,
                          "name": "India Open (SS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53397,
                          "name": "Malaysia Open (SS) 2017 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53399,
                          "name": "Malaysia Open (SS) 2017 - Mixed Doubles Qualificati",
                          "importance": 0
                        },
                        {
                          "id": 53402,
                          "name": "Malaysia Open (SS) 2017 - Women Doubles Qualificati",
                          "importance": 0
                        },
                        {
                          "id": 53404,
                          "name": "Malaysia Open (SS) 2017 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53405,
                          "name": "Malaysia Open (SS) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53407,
                          "name": "India International (IC) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53411,
                          "name": "Orleans International (IC) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53412,
                          "name": "Orleans International (IC) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53413,
                          "name": "Orleans International (IC) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53414,
                          "name": "India Open (SS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53415,
                          "name": "Orleans International (IC) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53417,
                          "name": "Orleans International (IC) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53423,
                          "name": "Bitburger Open (GPG) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53428,
                          "name": "India Open (SS) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53432,
                          "name": "Asia Team Championship 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53438,
                          "name": "India Open (SS) 2017 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53440,
                          "name": "India Open (SS) 2017 - Mixed Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 53441,
                          "name": "India Open (SS) 2017 - Women Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53442,
                          "name": "India Open (SS) 2017 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53443,
                          "name": "Malaysia Masters (GPG) 2017 - Qualification - Double",
                          "importance": 0
                        },
                        {
                          "id": 53444,
                          "name": "Yonex Polish Open (IC) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53447,
                          "name": "Yonex Polish Open (IC) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53448,
                          "name": "Yonex Polish Open (IC) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53449,
                          "name": "Yonex Polish Open (IC) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53451,
                          "name": "India Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53452,
                          "name": "Giradalla International (IS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53454,
                          "name": "Giraldilla International (IS) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53455,
                          "name": "Vietnam International (IC) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53457,
                          "name": "Vietnam International (IC) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53462,
                          "name": "Santo Domingo Open (IS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53465,
                          "name": "Thailand Open (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53473,
                          "name": "Brazil International Cup 2017",
                          "importance": 0
                        },
                        {
                          "id": 53475,
                          "name": "Vietnam International (IC) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53480,
                          "name": "Russian Open (GP) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53491,
                          "name": "China Masters - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53498,
                          "name": "Swiss Open (GPG) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53500,
                          "name": "Swiss Open (GPG) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53502,
                          "name": "Swiss Open (GPG) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53503,
                          "name": "Swiss Open (GPG) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53504,
                          "name": "Swiss Open (GPG) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53514,
                          "name": "World Championship - Women",
                          "importance": 0
                        },
                        {
                          "id": 53529,
                          "name": "German Open 2017 (GPG) - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53535,
                          "name": "Bitburger Open (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53537,
                          "name": "Swiss Open (GPG) 2017 - Mixed Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 53538,
                          "name": "Swiss Open (GPG) 2017 - Women Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 53539,
                          "name": "Swiss Open (GPG) 2017 - Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 53541,
                          "name": "Swiss Open (GPG) 2017 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53542,
                          "name": "All England Open 2017 (SS)",
                          "importance": 0
                        },
                        {
                          "id": 53544,
                          "name": "All England Open 2017 (SS) - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53545,
                          "name": "All England Open 2017 (SS) - Women",
                          "importance": 0
                        },
                        {
                          "id": 53549,
                          "name": "All England Open 2017 (SS) - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53551,
                          "name": "Brazil International Cup 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53555,
                          "name": "Brazil International Cup 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53559,
                          "name": "Brazil International Cup 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53591,
                          "name": "All England Open 2017 (SS) Doubles - Quali",
                          "importance": 0
                        },
                        {
                          "id": 53593,
                          "name": "All England Open 2017 (SS) - Mixed Doubles - Qualifi",
                          "importance": 0
                        },
                        {
                          "id": 53594,
                          "name": "German Open 2017 (GPG) - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53598,
                          "name": "All England Open 2017 (SS) - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53602,
                          "name": "All England Open 2017 (SS) - Women Doubles - Quali",
                          "importance": 0
                        },
                        {
                          "id": 53603,
                          "name": "All England Open 2017 (SS) - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53605,
                          "name": "Brazil International Cup 2017 - Men Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53606,
                          "name": "German Open 2017 (GPG) - Women",
                          "importance": 0
                        },
                        {
                          "id": 53610,
                          "name": "German Open 2017 (GPG)",
                          "importance": 0
                        },
                        {
                          "id": 53611,
                          "name": "III Jamaica International (IS) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53612,
                          "name": "German Open 2017 (GPG) - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53614,
                          "name": "III Jamaica International (IS) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53616,
                          "name": "III Jamaica International (IS) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53617,
                          "name": "Scottish Open (GP) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53622,
                          "name": "Brasil Open (GP) 2014",
                          "importance": 0
                        },
                        {
                          "id": 53642,
                          "name": "German Open 2017 (GPG) - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53644,
                          "name": "German Open 2017 (GPG) - Mixed Doubles - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 53645,
                          "name": "German Open 2017 (GPG) - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53651,
                          "name": "German Open (GPG) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53652,
                          "name": "German Open 2017 (GPG) - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53655,
                          "name": "Austrian Open 2017 (IC) - Women",
                          "importance": 0
                        },
                        {
                          "id": 53656,
                          "name": "Austrian Open 2017 (IC) - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53657,
                          "name": "Scottish Open (GP) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53662,
                          "name": "Austrian Open 2017 (IC) - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53664,
                          "name": "Austrian Open 2017 (IC) - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53665,
                          "name": "European Team Championship 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53667,
                          "name": "European Team Championship 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53669,
                          "name": "European Team Championship 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53670,
                          "name": "European Team Championship 2017 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 53683,
                          "name": "European Team Championship 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53691,
                          "name": "US Grand Prix (GP) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53695,
                          "name": "Thailand Masters (GP) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53698,
                          "name": "Thailand Masters (GP) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53714,
                          "name": "Syed Modi International (GPG) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53722,
                          "name": "Syed Modi International (GPG) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53725,
                          "name": "Syed Modi International (GPG) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53752,
                          "name": "Syed Modi International (GPG) 2017 - Qual. - XD",
                          "importance": 0
                        },
                        {
                          "id": 53762,
                          "name": "Syed Modi International (GPG) 2017 - Qual. - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53767,
                          "name": "India Open (SS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53783,
                          "name": "Malaysia Masters (GPG) 2017 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53786,
                          "name": "Malaysia Masters (GPG) 2017",
                          "importance": 0
                        },
                        {
                          "id": 53789,
                          "name": "Malaysia Masters (GPG) 2017 - Quali. - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53793,
                          "name": "Malaysia Masters (GPG) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53796,
                          "name": "Malaysia Masters (GPG) 2017 - Qualification - Women",
                          "importance": 0
                        },
                        {
                          "id": 53799,
                          "name": "China International (IC) 2017 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53800,
                          "name": "China International (IC) 2017 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53810,
                          "name": "China Masters (GPG) 2014",
                          "importance": 0
                        },
                        {
                          "id": 53815,
                          "name": "Dubai World Finals (SS) 2016 - Women - Finals",
                          "importance": 0
                        },
                        {
                          "id": 53816,
                          "name": "Yonex / K & D Graphics (IC) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53821,
                          "name": "Dubai World Finals (SS) 2016 - XD Duobles - Group B",
                          "importance": 0
                        },
                        {
                          "id": 53823,
                          "name": "Dubai World Finals (SS) 2016 - XD Doubles - Group A",
                          "importance": 0
                        },
                        {
                          "id": 53824,
                          "name": "Dubai World Finals (SS) 2016 - XD Doubles - Finals",
                          "importance": 0
                        },
                        {
                          "id": 53826,
                          "name": "Yonex / K & D Graphics (IC) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53828,
                          "name": "Dubai World Finals (SS) 2016 - Finals",
                          "importance": 0
                        },
                        {
                          "id": 53829,
                          "name": "Dubai World Finals (SS) 2016 - Group B",
                          "importance": 0
                        },
                        {
                          "id": 53830,
                          "name": "Dubai World Finals (SS) 2016 - Doubles - Group B",
                          "importance": 0
                        },
                        {
                          "id": 53832,
                          "name": "Dubai World Finals (SS) 2016 - Doubles - Finals",
                          "importance": 0
                        },
                        {
                          "id": 53835,
                          "name": "Dubai World Finals (SS) 2016 - WD - Finals",
                          "importance": 0
                        },
                        {
                          "id": 53836,
                          "name": "Yonex / K & D Graphics (IC) 2016",
                          "importance": 0
                        },
                        {
                          "id": 53837,
                          "name": "Yonex / K & D Graphics (IC) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53838,
                          "name": "Yonex / K & D Graphics (IC) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53842,
                          "name": "Italian International (IC) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53843,
                          "name": "Italian International (IC) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53846,
                          "name": "Italian International (IC) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53847,
                          "name": "Italian International (IC) 2016",
                          "importance": 0
                        },
                        {
                          "id": 53852,
                          "name": "Dubai World Finals (SS) 2016 - Group A",
                          "importance": 0
                        },
                        {
                          "id": 53854,
                          "name": "Dubai World Finals (SS) 2016 - Doubles - Group A",
                          "importance": 0
                        },
                        {
                          "id": 53855,
                          "name": "Dubai World Finals (SS) 2016 - Women - Group A",
                          "importance": 0
                        },
                        {
                          "id": 53858,
                          "name": "Dubai World Finals (SS) 2016 - Women - Group B",
                          "importance": 0
                        },
                        {
                          "id": 53860,
                          "name": "Dubai World Finals (SS) 2016 - WD - Group B",
                          "importance": 0
                        },
                        {
                          "id": 53861,
                          "name": "Dubai World Finals (SS) 2016 - WD - Group A",
                          "importance": 0
                        },
                        {
                          "id": 53862,
                          "name": "Italian International (IC) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53872,
                          "name": "Scottish Open (GP) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53881,
                          "name": "Korea Masters (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53882,
                          "name": "Korea Masters (GPG) 2016",
                          "importance": 0
                        },
                        {
                          "id": 53884,
                          "name": "Korea Masters (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53885,
                          "name": "Korea Masters (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53891,
                          "name": "Sunrise Bangladesh (IC) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53892,
                          "name": "Sunrise Bangladesh (IC) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53904,
                          "name": "Korea Masters (GPG) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53908,
                          "name": "US Open (GPG) 2015",
                          "importance": 0
                        },
                        {
                          "id": 53910,
                          "name": "Korea Open (SS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53914,
                          "name": "Chinese Taipei GP (GP) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53922,
                          "name": "US Grand Prix (GP) 2014",
                          "importance": 0
                        },
                        {
                          "id": 53924,
                          "name": "Macau Open (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53926,
                          "name": "Macau Open (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53927,
                          "name": "Surabaya International (IS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53937,
                          "name": "Macau Open (GPG) 2015",
                          "importance": 0
                        },
                        {
                          "id": 53947,
                          "name": "Dutch Open (GP) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53961,
                          "name": "Macau Open (GPG) 2016 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 53963,
                          "name": "Chinese Taipei Open (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53964,
                          "name": "Scottish Open (GP) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53965,
                          "name": "Macau Open (GPG) 2016 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 53969,
                          "name": "Chinese Taipei Masters (GP) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53972,
                          "name": "Hong Kong Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 53974,
                          "name": "Hong Kong Open (SS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53984,
                          "name": "Japan Open (SS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53989,
                          "name": "Dutch Open (GP) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 53993,
                          "name": "Hong Kong Open (SS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54014,
                          "name": "Bitburger Open (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54016,
                          "name": "Denmark Open (SS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54019,
                          "name": "Scottish Open (GP) 2016 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54026,
                          "name": "Dutch Open (GP) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54035,
                          "name": "Scottish Open (GP) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54040,
                          "name": "Hong Kong Open (SS) 2016 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54041,
                          "name": "Hong Kong Open (SS) 2016 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54042,
                          "name": "Hong Kong Open (SS) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54046,
                          "name": "Hong Kong Open (SS) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54052,
                          "name": "Hong Kong Open (SS) 2016 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54055,
                          "name": "China Open (SS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54057,
                          "name": "China Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54075,
                          "name": "China Open (SS) 2016 - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 54078,
                          "name": "China Open (SS) 2016 - Women Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 54080,
                          "name": "Malaysia International (IC) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54081,
                          "name": "Malaysia International (IC) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54083,
                          "name": "Malaysia International (IC) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54084,
                          "name": "Malaysia International (IC) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54088,
                          "name": "Malaysia International (IC) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54092,
                          "name": "Chinese Taipei Masters (GP) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54094,
                          "name": "Thailand Open (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54097,
                          "name": "Bitburger Open (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54100,
                          "name": "Surabaya International (IS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54101,
                          "name": "Bitburger Open (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54102,
                          "name": "Indonesia International (IC) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54105,
                          "name": "Indonesia International (IC) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54106,
                          "name": "Indonesia International (IC) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54114,
                          "name": "Indonesia Open (SS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54117,
                          "name": "Denmark Open (SS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54121,
                          "name": "Bitburger Open (GPG) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54122,
                          "name": "Bitburger Open (GPG) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54126,
                          "name": "Indonesia International (IC) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54128,
                          "name": "French Open (SS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54131,
                          "name": "French Open (SS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54132,
                          "name": "Indonesia Open (SS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54133,
                          "name": "French Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54134,
                          "name": "French Open (SS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54140,
                          "name": "Santo Domingo Open (IS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54146,
                          "name": "French Open (SS) 2016 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54147,
                          "name": "French Open (SS) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54149,
                          "name": "French Open (SS) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54151,
                          "name": "French Open (SS) 2016 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54159,
                          "name": "Denmark Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54160,
                          "name": "Denmark Open (SS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54172,
                          "name": "Denmark Open (SS) 2016 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54173,
                          "name": "Denmark Open (SS) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54175,
                          "name": "Bitburger Open (GPG) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54178,
                          "name": "Denmark Open (SS) 2016 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54180,
                          "name": "Denmark Open (SS) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54181,
                          "name": "Denmark Open (SS) 2016 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54183,
                          "name": "Thailand Masters (GP) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54184,
                          "name": "Chinese Taipei Masters (GP) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54189,
                          "name": "Dutch Open (GP) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54195,
                          "name": "Chinese Taipei Masters (GP) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54197,
                          "name": "Canada Open (GP) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54198,
                          "name": "Chinese Taipei GP (GP) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54200,
                          "name": "Japan Open (SS) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54203,
                          "name": "Dutch Open (GP) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54204,
                          "name": "Chinese Taipei Masters (GP) 2016 - Women - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54205,
                          "name": "Russian Open (GP) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54206,
                          "name": "Russian Open (GP) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54207,
                          "name": "Russian Open (GP) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54208,
                          "name": "Thailand Open (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54210,
                          "name": "Russian Open (GP) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54222,
                          "name": "Korea Masters (GPG) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54232,
                          "name": "Russian Open (GP) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54237,
                          "name": "Indonesia Open (SS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54254,
                          "name": "Thailand Open (GPG) 2016 - Mixed Doubles Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54256,
                          "name": "Thailand Open (GPG) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54257,
                          "name": "Thailand Open (GPG) 2016 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54258,
                          "name": "Thailand Open (GPG) 2016 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54259,
                          "name": "Korea Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54261,
                          "name": "Korea Open (SS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54262,
                          "name": "Korea Open (SS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54266,
                          "name": "Vietnam Open (GP) 2016 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54270,
                          "name": "Indonesian Masters (GPG) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54273,
                          "name": "Japan Open (SS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54296,
                          "name": "Korea Open (SS) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54297,
                          "name": "Japan Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54298,
                          "name": "Japan Open (SS)",
                          "importance": 0
                        },
                        {
                          "id": 54318,
                          "name": "US Open (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54319,
                          "name": "Japan Open (SS) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54322,
                          "name": "Japan Open (SS) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54325,
                          "name": "Indonesian Masters (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54326,
                          "name": "Indonesian Masters (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54328,
                          "name": "Indonesian Masters (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54330,
                          "name": "Internacional Mexicano 2016",
                          "importance": 0
                        },
                        {
                          "id": 54336,
                          "name": "Internacional Mexicano 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54337,
                          "name": "Swiss Open (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54345,
                          "name": "Indonesia Open (SS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54347,
                          "name": "Indonesian Masters (GPG) 2015",
                          "importance": 0
                        },
                        {
                          "id": 54348,
                          "name": "Indonesian Masters (GPG) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54349,
                          "name": "Brazil Grand Prix 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54350,
                          "name": "Indonesian Masters (GPG) 2016 - Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54351,
                          "name": "Brazil Grand Prix 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54352,
                          "name": "Brazil Grand Prix 2016",
                          "importance": 0
                        },
                        {
                          "id": 54359,
                          "name": "Brazil Grand Prix 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54372,
                          "name": "French Open - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54385,
                          "name": "Olympic Games - Group D",
                          "importance": 0
                        },
                        {
                          "id": 54386,
                          "name": "Olympic Games - Group C",
                          "importance": 0
                        },
                        {
                          "id": 54387,
                          "name": "Olympic Games - Group L",
                          "importance": 0
                        },
                        {
                          "id": 54388,
                          "name": "Olympic Games - Group H",
                          "importance": 0
                        },
                        {
                          "id": 54389,
                          "name": "Olympic Games - Group E",
                          "importance": 0
                        },
                        {
                          "id": 54390,
                          "name": "Olympic Games - Group P",
                          "importance": 0
                        },
                        {
                          "id": 54391,
                          "name": "Olympic Games - Group N",
                          "importance": 0
                        },
                        {
                          "id": 54392,
                          "name": "Olympic Games - Group J",
                          "importance": 0
                        },
                        {
                          "id": 54393,
                          "name": "Olympic Games - Group M",
                          "importance": 0
                        },
                        {
                          "id": 54397,
                          "name": "Olympic Games Women - Group E",
                          "importance": 0
                        },
                        {
                          "id": 54398,
                          "name": "Olympic Games Women - Group N",
                          "importance": 0
                        },
                        {
                          "id": 54400,
                          "name": "Olympic Games Women - Group P",
                          "importance": 0
                        },
                        {
                          "id": 54401,
                          "name": "Olympic Games Women - Group K",
                          "importance": 0
                        },
                        {
                          "id": 54403,
                          "name": "Olympic Games - Group I",
                          "importance": 0
                        },
                        {
                          "id": 54405,
                          "name": "Olympic Games - Group K",
                          "importance": 0
                        },
                        {
                          "id": 54407,
                          "name": "Olympic Games Doubles - Group C",
                          "importance": 0
                        },
                        {
                          "id": 54409,
                          "name": "Olympic Games Doubles - Group D",
                          "importance": 0
                        },
                        {
                          "id": 54410,
                          "name": "Olympic Games Doubles - Group A",
                          "importance": 0
                        },
                        {
                          "id": 54411,
                          "name": "Olympic Games Mixed Doubles - Group B",
                          "importance": 0
                        },
                        {
                          "id": 54413,
                          "name": "Olympic Games Mixed Doubles - Group A",
                          "importance": 0
                        },
                        {
                          "id": 54414,
                          "name": "Olympic Games Mixed Doubles - Group C",
                          "importance": 0
                        },
                        {
                          "id": 54415,
                          "name": "Olympic Games Women Doubles - Group B",
                          "importance": 0
                        },
                        {
                          "id": 54416,
                          "name": "Olympic Games Mixed Doubles - Group D",
                          "importance": 0
                        },
                        {
                          "id": 54417,
                          "name": "Olympic Games Women Doubles - Group C",
                          "importance": 0
                        },
                        {
                          "id": 54418,
                          "name": "Olympic Games Women - Group A",
                          "importance": 0
                        },
                        {
                          "id": 54420,
                          "name": "Olympic Games Women - Group C",
                          "importance": 0
                        },
                        {
                          "id": 54421,
                          "name": "Olympic Games Women - Group G",
                          "importance": 0
                        },
                        {
                          "id": 54422,
                          "name": "Olympic Games Women - Group H",
                          "importance": 0
                        },
                        {
                          "id": 54423,
                          "name": "Olympic Games Women - Group I",
                          "importance": 0
                        },
                        {
                          "id": 54424,
                          "name": "Olympic Games Women - Group J",
                          "importance": 0
                        },
                        {
                          "id": 54427,
                          "name": "Olympic Games Women - Group M",
                          "importance": 0
                        },
                        {
                          "id": 54433,
                          "name": "Olympic Games Doubles - Group B",
                          "importance": 0
                        },
                        {
                          "id": 54438,
                          "name": "Olympic Games Women Doubles - Group A",
                          "importance": 0
                        },
                        {
                          "id": 54439,
                          "name": "Olympic Games Women Doubles - Group D",
                          "importance": 0
                        },
                        {
                          "id": 54443,
                          "name": "Olympic Games Women - Group L",
                          "importance": 0
                        },
                        {
                          "id": 54444,
                          "name": "New Zealand Open (GPG) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54455,
                          "name": "Vietnam Open (GP) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54456,
                          "name": "Vietnam Open (GP) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54469,
                          "name": "US Open (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54479,
                          "name": "Singapore Open (SS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54494,
                          "name": "Vietnam Open (GP) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54496,
                          "name": "US Open (GPG) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54506,
                          "name": "Canada Open (GP) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54507,
                          "name": "Canada Open (GP) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54509,
                          "name": "US Grand Prix (GP) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54510,
                          "name": "Canada Open (GP) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54513,
                          "name": "Canada Open (GP) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54514,
                          "name": "Chinese Taipei Open (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54518,
                          "name": "Chinese Taipei Open (GPG) - 2016",
                          "importance": 0
                        },
                        {
                          "id": 54523,
                          "name": "US Grand Prix (GP) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54537,
                          "name": "Korea Masters (GPG) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54554,
                          "name": "Chinese Taipei GP (GP) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54562,
                          "name": "Chinese Taipei Open (GPG) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54563,
                          "name": "Chinese Taipei Open (GPG) 2016 - Women Quali",
                          "importance": 0
                        },
                        {
                          "id": 54564,
                          "name": "Australian Open (SS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54568,
                          "name": "Canada Open (GP) 2014",
                          "importance": 0
                        },
                        {
                          "id": 54577,
                          "name": "Australian Open (SS) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54581,
                          "name": "Indonesia Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54582,
                          "name": "Vietnam Challenge (IS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54583,
                          "name": "Vietnam Challenge (IS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54584,
                          "name": "Vietnam Challenge (IS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54587,
                          "name": "Vietnam Challenge (IS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54607,
                          "name": "Surabaya International (IS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54610,
                          "name": "Thomas Cup 2016",
                          "importance": 0
                        },
                        {
                          "id": 54615,
                          "name": "Thomas Cup 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54619,
                          "name": "Uber Cup 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54622,
                          "name": "Uber Cup 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54631,
                          "name": "European Championships 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54634,
                          "name": "European Championships 2016 - Women Singles",
                          "importance": 0
                        },
                        {
                          "id": 54638,
                          "name": "European Championships 2016 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 54642,
                          "name": "European Championships 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54645,
                          "name": "European Championships - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54647,
                          "name": "Asia Championships 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54648,
                          "name": "Asia Championships 2016 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 54652,
                          "name": "Asia Championships 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54653,
                          "name": "Asia Championships 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54654,
                          "name": "Pan Am Team Championships 2016 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 54655,
                          "name": "Swiss Open (GPG) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54669,
                          "name": "Pan Am Team Championships 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54670,
                          "name": "Pan Am Team Championships 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54671,
                          "name": "Pan Am Team Championships 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54672,
                          "name": "China Masters (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54673,
                          "name": "European Championships - Women",
                          "importance": 0
                        },
                        {
                          "id": 54674,
                          "name": "Chile International (IS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54675,
                          "name": "China Masters (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54676,
                          "name": "Chile International (IS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54677,
                          "name": "India Masters (GPG) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54686,
                          "name": "Chinese Taipei Open (GPG) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54688,
                          "name": "New Zealand Open (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54694,
                          "name": "China Masters (GPG) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54695,
                          "name": "China Masters (GPG) 2016 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54696,
                          "name": "Peru International (IC) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54697,
                          "name": "Peru International (IC) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54699,
                          "name": "Peru International (IC) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54700,
                          "name": "Singapore Open (SS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54701,
                          "name": "Singapore Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54702,
                          "name": "Peru International (IC) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54704,
                          "name": "Peru International (IC) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54715,
                          "name": "Singapore Open (SS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54716,
                          "name": "Swiss Open (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54717,
                          "name": "Singapore Open (SS) 2016 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54718,
                          "name": "Singapore Open (SS) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54720,
                          "name": "Singapore Open (SS) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54722,
                          "name": "All England Open (SS) 2016 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54725,
                          "name": "Brasil Open (GP) 2015 - Mixed Doubles - Group A",
                          "importance": 0
                        },
                        {
                          "id": 54727,
                          "name": "Malaysia Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54731,
                          "name": "Malaysia Open (SS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54750,
                          "name": "Malaysia Open (SS) 2016 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54751,
                          "name": "Malaysia Open (SS) 2016 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54754,
                          "name": "Malaysia Open (SS) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54756,
                          "name": "Malaysia Open (SS) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54761,
                          "name": "India Open (SS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54763,
                          "name": "Chinese Taipei Open (GPG) 2015",
                          "importance": 0
                        },
                        {
                          "id": 54778,
                          "name": "India Masters (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54779,
                          "name": "India Open (SS) 2016 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54781,
                          "name": "XVII Giraldilla (IS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54782,
                          "name": "India Open (SS) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54783,
                          "name": "India Open (SS) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54784,
                          "name": "New Zealand Open (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54786,
                          "name": "XVII Giraldilla (IS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54795,
                          "name": "New Zealand Open (GPG) 2016 - Women - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54796,
                          "name": "II Jamaica International (IS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54797,
                          "name": "II Jamaica International (IS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54799,
                          "name": "II Jamaica International (IS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54800,
                          "name": "Swiss Open (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54801,
                          "name": "Swiss Open (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54808,
                          "name": "World Championship - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54810,
                          "name": "Dutch Open (GP) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54821,
                          "name": "All England Open (SS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54822,
                          "name": "Brazil International (IC) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54823,
                          "name": "All England Open (SS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54824,
                          "name": "Brazil International (IC) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54825,
                          "name": "Swiss Open (GPG) 2016 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54826,
                          "name": "Brazil International (IC) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54827,
                          "name": "All England Open (SS) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54828,
                          "name": "Swiss Open (GPG) 2015 - Men Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54829,
                          "name": "Brazil International (IC) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54831,
                          "name": "All England Open (SS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54832,
                          "name": "Brazil International (IC) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54833,
                          "name": "All England Open (SS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54842,
                          "name": "Australian Open (SS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54845,
                          "name": "All England Open (SS) 2016 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54846,
                          "name": "All England Open (SS) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54848,
                          "name": "All England Open (SS) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54850,
                          "name": "All England Open (SS) 2016 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54851,
                          "name": "German Open (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54852,
                          "name": "German Open (GPG) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54853,
                          "name": "Peru International (IS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54855,
                          "name": "Peru International (IS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54857,
                          "name": "German Open (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54858,
                          "name": "German Open (GPG) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54860,
                          "name": "Scottish Open (GP) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54861,
                          "name": "Peru International (IS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54863,
                          "name": "German Open (GPG) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54864,
                          "name": "German Open (GPG) 2016 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54865,
                          "name": "German Open (GPG) 2016 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54866,
                          "name": "German Open (GPG) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54869,
                          "name": "Guatemala International (IS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54871,
                          "name": "Guatemala International (IS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54874,
                          "name": "Guatemala International (IS) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54875,
                          "name": "Asia Team Championships 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54876,
                          "name": "Asia Team Championships 2016 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 54877,
                          "name": "European Team Championship 2016 - Women Singles",
                          "importance": 0
                        },
                        {
                          "id": 54883,
                          "name": "Asia Team Championships 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54884,
                          "name": "European Team Championship 2016 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 54885,
                          "name": "European Team Championship 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54890,
                          "name": "European Team Championship 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54892,
                          "name": "Pan Am Championships 2016 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 54894,
                          "name": "Pan Am Championships 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54896,
                          "name": "Asia Team Championships 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54906,
                          "name": "Pan Am Championships 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54914,
                          "name": "Malaysia Masters (GPG) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54924,
                          "name": "Thailand Open (GP) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54925,
                          "name": "Thailand Masters (GP) 2016 - Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54927,
                          "name": "Thailand Masters (GP) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54928,
                          "name": "US International (IS) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54929,
                          "name": "US International (IS) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54933,
                          "name": "India Masters (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54935,
                          "name": "India Masters (GPG) 2016 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54945,
                          "name": "India Masters (GPG) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54948,
                          "name": "Malaysia Masters (GPG) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54949,
                          "name": "Malaysia Masters (GPG) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54950,
                          "name": "China International (IC) 2016 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54958,
                          "name": "China International (IC) 2016",
                          "importance": 0
                        },
                        {
                          "id": 54965,
                          "name": "Malaysia Masters (GPG) 2016 - Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54967,
                          "name": "Malaysia Masters (GPG) 2016 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54968,
                          "name": "Malaysia Masters (GPG) 2016 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 54970,
                          "name": "Malaysia Masters (GPG) 2016 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54971,
                          "name": "Malaysia Masters (GPG) 2016 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 54973,
                          "name": "Mexico City Grand Prix (GP) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54974,
                          "name": "Mexico City Grand Prix (GP) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54975,
                          "name": "Mexico City Grand Prix (GP) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 54977,
                          "name": "Mexico City Grand Prix (GP) 2015",
                          "importance": 0
                        },
                        {
                          "id": 54981,
                          "name": "US Grand Prix (GP) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 54991,
                          "name": "BWF Superseries Finals 2015 - Finals",
                          "importance": 0
                        },
                        {
                          "id": 54992,
                          "name": "US Grand Prix (GP) 2015",
                          "importance": 0
                        },
                        {
                          "id": 54994,
                          "name": "BWF Superseries Finals 2015 - Mixed Doubles - Finals",
                          "importance": 0
                        },
                        {
                          "id": 54996,
                          "name": "BWF Superseries Finals 2015 - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 54999,
                          "name": "BWF Superseries Finals 2015 - Doubles - Finals",
                          "importance": 0
                        },
                        {
                          "id": 55000,
                          "name": "BWF Superseries Finals 2015 - Women Doubles - Finals",
                          "importance": 0
                        },
                        {
                          "id": 55014,
                          "name": "Indonesian Masters (GPG) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55019,
                          "name": "USA International (IC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55021,
                          "name": "USA International (IC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55022,
                          "name": "USA International (IC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55024,
                          "name": "USA International (IC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55025,
                          "name": "USA International (IC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55026,
                          "name": "Macau Open (GPG) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55043,
                          "name": "Indonesian Masters (GPG) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55048,
                          "name": "Brasil Open (GP) 2015 - Women Doubles - Final round",
                          "importance": 0
                        },
                        {
                          "id": 55049,
                          "name": "Brasil Open (GP) 2015 - Doubles - Final round",
                          "importance": 0
                        },
                        {
                          "id": 55051,
                          "name": "Brasil Open (GP) 2015 - Final round",
                          "importance": 0
                        },
                        {
                          "id": 55054,
                          "name": "Brasil Open (GP) 2015 - Mixed Doubles - Final round",
                          "importance": 0
                        },
                        {
                          "id": 55070,
                          "name": "Macau Open (GPG) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55071,
                          "name": "Macau Open (GPG) 2015 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55073,
                          "name": "Scottish Open (GP) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55074,
                          "name": "Hong Kong Open (SS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55075,
                          "name": "Hong Kong Open (SS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55076,
                          "name": "Hong Kong Open (SS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55079,
                          "name": "Hong Kong Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55097,
                          "name": "Bitburger Open (GPG) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55103,
                          "name": "Chinese Taipei Open (GPG) 2014",
                          "importance": 0
                        },
                        {
                          "id": 55116,
                          "name": "Hong Kong Open (SS) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55117,
                          "name": "Hong Kong Open (SS) 2015 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55122,
                          "name": "China Open (SS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55123,
                          "name": "China Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55124,
                          "name": "China Open (SS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55130,
                          "name": "Puerto Rico International (IS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55135,
                          "name": "China Open (SS) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55137,
                          "name": "China Open (SS) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55139,
                          "name": "Korea Masters (GPG) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55140,
                          "name": "China Open (SS) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55149,
                          "name": "Korea Open (SS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55152,
                          "name": "Malaysia Masters (GPG) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55158,
                          "name": "Korea Masters (GPG) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55159,
                          "name": "Bitburger Open (GPG) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55160,
                          "name": "Bitburger Open (GPG) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55176,
                          "name": "French Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55177,
                          "name": "French Open (SS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55178,
                          "name": "Brazil International (IS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55181,
                          "name": "French Open (SS)",
                          "importance": 0
                        },
                        {
                          "id": 55187,
                          "name": "Brazil International (IS)",
                          "importance": 0
                        },
                        {
                          "id": 55189,
                          "name": "Brazil International (IS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55198,
                          "name": "French Open (SS) 2015 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55200,
                          "name": "French Open (SS) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55202,
                          "name": "French Open (SS) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55204,
                          "name": "French Open (SS) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55206,
                          "name": "Denmark Open (SS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55208,
                          "name": "Denmark Open (SS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55210,
                          "name": "Chile International (IC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55211,
                          "name": "Denmark Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55212,
                          "name": "Chile International (IC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55214,
                          "name": "Chile International (IC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55215,
                          "name": "Dutch Open (GP) 2015 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55224,
                          "name": "Chile International (IC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55252,
                          "name": "Denmark Open (SS) 2015 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55255,
                          "name": "Denmark Open (SS) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55257,
                          "name": "Denmark Open (SS) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55258,
                          "name": "Denmark Open (SS) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55260,
                          "name": "Dutch Open (GP) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55266,
                          "name": "Thailand Open (GP) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55271,
                          "name": "India Open (SS) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55272,
                          "name": "Vietnam International (IS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55279,
                          "name": "Vietnam International (IS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55284,
                          "name": "Colombia International (IS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55286,
                          "name": "Colombia International (IS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55287,
                          "name": "Korea Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55288,
                          "name": "Korea Open (SS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55289,
                          "name": "Korea Open (SS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55296,
                          "name": "Korea Open (SS) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55298,
                          "name": "Korea Open (SS) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55300,
                          "name": "Internacional Mexicano (IS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55301,
                          "name": "Internacional Mexicano (IS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55302,
                          "name": "Japan Open (SS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55304,
                          "name": "Internacional Mexicano (IS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55306,
                          "name": "Japan Open (SS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55307,
                          "name": "Japan Open (SS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55309,
                          "name": "Japan Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55323,
                          "name": "Japan Open (SS) 2015 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55324,
                          "name": "Japan Open (SS) 2015 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55325,
                          "name": "Japan Open (SS) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55327,
                          "name": "Japan Open (SS) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55328,
                          "name": "Guatemala Challenge (IC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55329,
                          "name": "Guatemala Challenge (IC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55330,
                          "name": "Guatemala Challenge (IC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55331,
                          "name": "Guatemala Challenge (IC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55332,
                          "name": "Indonesia International (IC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55333,
                          "name": "Indonesia International (IC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55336,
                          "name": "Indonesia International (IC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55337,
                          "name": "Indonesia International (IC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55342,
                          "name": "Indonesia International (IC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55345,
                          "name": "Carebaco International (FS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55348,
                          "name": "Vietnam Open (GP) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55350,
                          "name": "Vietnam Open (GP) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55364,
                          "name": "Singapore International (IS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55366,
                          "name": "Singapore International (IS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55368,
                          "name": "World Championships 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55369,
                          "name": "World Championships 2015",
                          "importance": 0
                        },
                        {
                          "id": 55370,
                          "name": "World Championships 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55375,
                          "name": "World Championships 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55390,
                          "name": "US Grand Prix (GP) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55401,
                          "name": "US Open (GPG) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55423,
                          "name": "Russian Open (GP) 2015 - Women - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55425,
                          "name": "Chinese Taipei Open (GPG) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55426,
                          "name": "Chinese Taipei Open (GPG) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55436,
                          "name": "Chinese Taipei Open (GPG) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55438,
                          "name": "Chinese Taipei Open (GPG) 2015 - Women - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55441,
                          "name": "White Nights (IC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55442,
                          "name": "White Nights (IC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55443,
                          "name": "White Nights (IC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55444,
                          "name": "White Nights (IC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55445,
                          "name": "White Nights (IC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55450,
                          "name": "Canada Open (GP) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55451,
                          "name": "Canada Open (GP) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55453,
                          "name": "Canada Open (GP) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55462,
                          "name": "Canada Open (GP) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55466,
                          "name": "US Open (GPG) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55470,
                          "name": "Santo Domingo Open (IS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55471,
                          "name": "Santo Domingo Open (IS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55472,
                          "name": "Indonesia Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55473,
                          "name": "Santo Domingo Open (IS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55474,
                          "name": "Indonesia Open (SS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55475,
                          "name": "Indonesia Open (SS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55488,
                          "name": "Australian Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55490,
                          "name": "Australian Open (SS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55507,
                          "name": "Australian Open (SS) 2015 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55508,
                          "name": "Australian Open (SS) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55509,
                          "name": "Australian Open (SS) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55510,
                          "name": "Australian Open (SS) 2015 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55511,
                          "name": "Australian Open (SS) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55513,
                          "name": "Trinidad & Tobago Intern. (IS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55514,
                          "name": "Trinidad & Tobago Intern. (IS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55515,
                          "name": "Trinidad & Tobago Intern. (IS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55529,
                          "name": "Chile International (IS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55530,
                          "name": "Thailand International (IS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55531,
                          "name": "Thailand International (IS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55532,
                          "name": "Thailand International (IS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55533,
                          "name": "Chile International (IS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55534,
                          "name": "Chile International (IS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55536,
                          "name": "Chile International (IS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55544,
                          "name": "Japan Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55560,
                          "name": "Asia Championships (CC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55562,
                          "name": "Asia Championships (CC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55563,
                          "name": "Asia Championships (CC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55564,
                          "name": "Peru International (IC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55565,
                          "name": "Peru International (IC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55566,
                          "name": "Peru International (IC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55569,
                          "name": "Peru International (IC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55570,
                          "name": "India Open - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55572,
                          "name": "Asia Championships (CC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55573,
                          "name": "Asia Championships (CC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55577,
                          "name": "Peru International (IC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55582,
                          "name": "China Masters (GPG) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55583,
                          "name": "China Masters (GPG) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55586,
                          "name": "China Masters (GPG) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55591,
                          "name": "Croatian International (IS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55592,
                          "name": "Singapore Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55593,
                          "name": "Singapore Open (SS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55594,
                          "name": "Croatian International (IS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55595,
                          "name": "Singapore Open (SS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55596,
                          "name": "Croatian International (IS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55598,
                          "name": "India Open (SS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55606,
                          "name": "Croatian International (IS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55614,
                          "name": "Malaysia Open (SS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55628,
                          "name": "Singapore Open (SS) 2015 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55629,
                          "name": "Singapore Open (SS) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55630,
                          "name": "Singapore Open (SS) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55632,
                          "name": "Singapore Open (SS) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55636,
                          "name": "Malaysia Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55638,
                          "name": "Malaysia Open (SS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55640,
                          "name": "Osaka International (IC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55641,
                          "name": "Osaka International (IC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55644,
                          "name": "Osaka International (IC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55646,
                          "name": "Osaka International (IC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55652,
                          "name": "Osaka International (IC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55657,
                          "name": "Malaysia Open (SS) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55658,
                          "name": "Malaysia Open (SS) 2015 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55660,
                          "name": "Malaysia Open (SS) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55661,
                          "name": "Malaysia Open (SS) 2015 - Women - Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55664,
                          "name": "Malaysia Open (SS) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55668,
                          "name": "India Open (SS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55669,
                          "name": "XVI Giraldilla (IS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55671,
                          "name": "XVI Giraldilla (IS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55672,
                          "name": "India Open (SS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55694,
                          "name": "India Open (SS) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55695,
                          "name": "India Open (SS) 2015 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55696,
                          "name": "India Open (SS) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55697,
                          "name": "India Masters (GPG) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55698,
                          "name": "India Open (SS) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55699,
                          "name": "Vietnam International (IC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55700,
                          "name": "India Masters (GPG) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55702,
                          "name": "Vietnam International (IC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55703,
                          "name": "Vietnam International (IC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55704,
                          "name": "Vietnam International (IC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55712,
                          "name": "Swiss Open (GPG) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55713,
                          "name": "III Mercosul Intern. (IC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55714,
                          "name": "III Mercosul Intern. (IC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55715,
                          "name": "Swiss Open (GPG) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55717,
                          "name": "III Mercosul Intern. (IC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55718,
                          "name": "III Mercosul Intern. (IC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55719,
                          "name": "III Mercosul Intern. (IC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55725,
                          "name": "Swiss Open (GPG) 2015 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55727,
                          "name": "Swiss Open (GPG) 2015 - Men Doubles Qual",
                          "importance": 0
                        },
                        {
                          "id": 55729,
                          "name": "All England Open (SS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55731,
                          "name": "All England Open (SS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55732,
                          "name": "All England Open (SS) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55733,
                          "name": "All England Open (SS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55744,
                          "name": "German Open (GPG) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55746,
                          "name": "German Open (GPG) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55757,
                          "name": "German Open (GPG) 2015 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55758,
                          "name": "German Open (GPG) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55759,
                          "name": "German Open (GPG) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55760,
                          "name": "German Open (GPG) 2015 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55762,
                          "name": "German Open (GPG) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55763,
                          "name": "Austrian Open (IC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55764,
                          "name": "Austrian Open (IC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55766,
                          "name": "Austrian Open (IC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55767,
                          "name": "Austrian Open (IC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55770,
                          "name": "Austrian Open (IC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55772,
                          "name": "European Mixed Team Championships 2015 - MD",
                          "importance": 0
                        },
                        {
                          "id": 55773,
                          "name": "European Mixed Team Championships 2015 - MS",
                          "importance": 0
                        },
                        {
                          "id": 55775,
                          "name": "European Mixed Team Championships 2015 - WD",
                          "importance": 0
                        },
                        {
                          "id": 55776,
                          "name": "Denmark Open - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55778,
                          "name": "European Mixed Team Championships 2015 - WS",
                          "importance": 0
                        },
                        {
                          "id": 55781,
                          "name": "European Mixed Team Championships 2015 - XD",
                          "importance": 0
                        },
                        {
                          "id": 55785,
                          "name": "China International (IC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55786,
                          "name": "China International (IC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55787,
                          "name": "China International (IC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55788,
                          "name": "China International (IC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55791,
                          "name": "China International (IC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55808,
                          "name": "Malaysia Masters (GPG) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55809,
                          "name": "Swedish Masters (IC) 2015",
                          "importance": 0
                        },
                        {
                          "id": 55812,
                          "name": "Swedish Masters (IC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55813,
                          "name": "Swedish Masters (IC) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55815,
                          "name": "Swedish Masters (IC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55816,
                          "name": "Swedish Masters (IC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55818,
                          "name": "Malaysia Masters (GPG) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55823,
                          "name": "Denmark Open (SS) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55834,
                          "name": "Malaysia Masters (GPG) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55835,
                          "name": "Malaysia Masters (GPG) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55837,
                          "name": "Thailand International (IC) 2014",
                          "importance": 0
                        },
                        {
                          "id": 55840,
                          "name": "Thailand International (IC) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55841,
                          "name": "Thailand International (IC) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55842,
                          "name": "Thailand International (IC) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55845,
                          "name": "Thailand International (IC) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55847,
                          "name": "BWF Superseries Finals 2014 - Mixed Doubles - Finals",
                          "importance": 0
                        },
                        {
                          "id": 55848,
                          "name": "BWF Superseries Finals 2014 - Finals",
                          "importance": 0
                        },
                        {
                          "id": 55849,
                          "name": "BWF Superseries Finals 2014 - Women Doubles - Finals",
                          "importance": 0
                        },
                        {
                          "id": 55850,
                          "name": "BWF Superseries Finals 2014 - Doubles - Finals",
                          "importance": 0
                        },
                        {
                          "id": 55862,
                          "name": "Axiata Cup 2014 - Team - Group stage",
                          "importance": 0
                        },
                        {
                          "id": 55864,
                          "name": "US Open (GPG) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55865,
                          "name": "Irish Open (IC) 2014",
                          "importance": 0
                        },
                        {
                          "id": 55866,
                          "name": "Irish Open (IC) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55868,
                          "name": "Irish Open (IC) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55872,
                          "name": "Irish Open (IC) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55875,
                          "name": "Welsh Championships (IC) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55876,
                          "name": "Welsh Championships (IC) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55880,
                          "name": "Welsh Championships (IC) 2014",
                          "importance": 0
                        },
                        {
                          "id": 55883,
                          "name": "Welsh Championships (IC) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55884,
                          "name": "Welsh Championships (IC) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55897,
                          "name": "Macau Open (GPG) 2014 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55898,
                          "name": "Macau Open (GPG) 2014 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55899,
                          "name": "Macau Open (GPG) 2014 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55928,
                          "name": "Norwegian International (IS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 55929,
                          "name": "Norwegian International (IS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55930,
                          "name": "China Open (SS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 55936,
                          "name": "China Open (SS) 2014 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55937,
                          "name": "China Open (SS) 2014 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55938,
                          "name": "China Open (SS) 2014 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55939,
                          "name": "Internacional Mexicano (IS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55940,
                          "name": "Internacional Mexicano (IS) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55944,
                          "name": "Japan Open (SS) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55952,
                          "name": "Bitburger Open (GPG) 2014 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55953,
                          "name": "Bitburger Open (GPG) 2014 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55955,
                          "name": "Bitburger Open (GPG) 2014 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55956,
                          "name": "USA International (IC) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55957,
                          "name": "USA International (IC) 2014",
                          "importance": 0
                        },
                        {
                          "id": 55958,
                          "name": "USA International (IC) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55959,
                          "name": "USA International (IC) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55961,
                          "name": "French Open (SS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55968,
                          "name": "French Open (SS) 2014 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 55969,
                          "name": "French Open (SS) 2014 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55972,
                          "name": "Denmark Open (SS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 55973,
                          "name": "French Open (SS) 2014 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55974,
                          "name": "Denmark Open (SS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55975,
                          "name": "Pan American Championships 2014",
                          "importance": 0
                        },
                        {
                          "id": 55976,
                          "name": "Pan American Championships 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55977,
                          "name": "Pan American Championships 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55979,
                          "name": "Pan American Championships 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 55980,
                          "name": "Pan American Championships 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55990,
                          "name": "Denmark Open (SS) 2014 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55991,
                          "name": "Denmark Open (SS) 2014 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 55996,
                          "name": "Bulgarian International (IC) 2014",
                          "importance": 0
                        },
                        {
                          "id": 55997,
                          "name": "Bulgarian International (IC) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 55999,
                          "name": "Bulgarian International (IC) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56000,
                          "name": "Bulgarian International (IC) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 56002,
                          "name": "Vietnam International (IS) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56003,
                          "name": "Bulgarian International (IC) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56004,
                          "name": "Vietnam International (IS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 56005,
                          "name": "Vietnam International (IS) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56006,
                          "name": "Vietnam International (IS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 56013,
                          "name": "Vietnam Open (GP) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 56069,
                          "name": "Singapore International (IS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 56070,
                          "name": "Singapore International (IS) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56071,
                          "name": "Singapore International (IS) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56072,
                          "name": "Singapore International (IS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 56073,
                          "name": "Brasil Open (GP) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56080,
                          "name": "Commonwealth Games 2014 - Singles",
                          "importance": 0
                        },
                        {
                          "id": 56082,
                          "name": "Commonwealth Games 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 56083,
                          "name": "Commonwealth Games 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56085,
                          "name": "Commonwealth Games 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56088,
                          "name": "Australia Open (SS) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56090,
                          "name": "Commonwealth Games 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56094,
                          "name": "Commonwealth Games 2014 - Mixed Teams - MS",
                          "importance": 0
                        },
                        {
                          "id": 56095,
                          "name": "Commonwealth Games 2014 - Mixed Teams - WD",
                          "importance": 0
                        },
                        {
                          "id": 56096,
                          "name": "European Championships - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56097,
                          "name": "Commonwealth Games 2014 - Mixed Teams - MD",
                          "importance": 0
                        },
                        {
                          "id": 56098,
                          "name": "Commonwealth Games 2014 - Mixed Teams - XD",
                          "importance": 0
                        },
                        {
                          "id": 56100,
                          "name": "Russian Open (GP) 2014",
                          "importance": 0
                        },
                        {
                          "id": 56102,
                          "name": "Russian Open (GP) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56103,
                          "name": "Commonwealth Games 2014 - Mixed Teams - WS",
                          "importance": 0
                        },
                        {
                          "id": 56119,
                          "name": "Chinese Taipei Open (GPG) 2014 - Mixed Doubles - Q.",
                          "importance": 0
                        },
                        {
                          "id": 56129,
                          "name": "Canada Open (GP) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56131,
                          "name": "Canada Open (GP) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56136,
                          "name": "Australia Open (SS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 56137,
                          "name": "European Club Championship 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 56139,
                          "name": "European Club Championship 2014",
                          "importance": 0
                        },
                        {
                          "id": 56142,
                          "name": "Indonesia Open (SS) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56143,
                          "name": "Indonesia Open (SS) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56154,
                          "name": "Japan Open (SS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 56155,
                          "name": "Japan Open (SS) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56156,
                          "name": "Indonesia Open (SS) 2014 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 56158,
                          "name": "Japan Open (SS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 56172,
                          "name": "European Championships",
                          "importance": 0
                        },
                        {
                          "id": 56185,
                          "name": "China Masters (GPG) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56189,
                          "name": "New Zealand Open (GP) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56214,
                          "name": "Singapore Open (SS) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56215,
                          "name": "Singapore Open (SS) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56216,
                          "name": "Singapore Open (SS) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 56241,
                          "name": "India Open (SS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 56242,
                          "name": "India Open (SS) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56246,
                          "name": "Osaka International (IC) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 56254,
                          "name": "Malaysia Open (GPG) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56264,
                          "name": "Swiss Open (GPG) 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 56272,
                          "name": "Swiss Open (GPG) 2014 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 56274,
                          "name": "All England Open (SS) 2014",
                          "importance": 0
                        },
                        {
                          "id": 56275,
                          "name": "All England Open (SS) 2014 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56276,
                          "name": "All England Open (SS) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56278,
                          "name": "All England Open (SS) 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56283,
                          "name": "German Open - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56285,
                          "name": "German Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56286,
                          "name": "German Open",
                          "importance": 0
                        },
                        {
                          "id": 56306,
                          "name": "Malaysia Open - Women",
                          "importance": 0
                        },
                        {
                          "id": 56307,
                          "name": "Malaysia Open, Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56309,
                          "name": "Malaysia Open, Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56311,
                          "name": "Malaysia Open 2014",
                          "importance": 0
                        },
                        {
                          "id": 56324,
                          "name": "Korea Open 2014",
                          "importance": 0
                        },
                        {
                          "id": 56325,
                          "name": "Korea Open 2014 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56326,
                          "name": "Korea Open 2014 - Women",
                          "importance": 0
                        },
                        {
                          "id": 56338,
                          "name": "BWF Superseries Finals 2013 - Mixed Doubles - Final",
                          "importance": 0
                        },
                        {
                          "id": 56339,
                          "name": "BWF Superseries Finals 2013 - Mixed Doubles - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 56340,
                          "name": "BWF Superseries Finals 2013 - Final",
                          "importance": 0
                        },
                        {
                          "id": 56341,
                          "name": "BWF Superseries Finals 2013 - Doubles - Final",
                          "importance": 0
                        },
                        {
                          "id": 56343,
                          "name": "BWF Superseries Finals 2013 - Women - Final",
                          "importance": 0
                        },
                        {
                          "id": 56344,
                          "name": "BWF Superseries Finals 2013 - Women - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 56345,
                          "name": "BWF Superseries Finals 2013 - Mixed Doubles - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 56346,
                          "name": "BWF Superseries Finals 2013 - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 56347,
                          "name": "BWF Superseries Finals 2013 - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 56348,
                          "name": "BWF Superseries Finals 2013 - Doubles - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 56349,
                          "name": "BWF Superseries Finals 2013 - Doubles - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 56352,
                          "name": "BWF Superseries Finals 2013 - Women - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 56353,
                          "name": "BWF Superseries Finals 2013 - Women Doubles - Gr. B",
                          "importance": 0
                        },
                        {
                          "id": 56354,
                          "name": "BWF Superseries Finals 2013 - Women Doubles - Gr. A",
                          "importance": 0
                        },
                        {
                          "id": 56362,
                          "name": "Hong Kong Open - Women",
                          "importance": 0
                        },
                        {
                          "id": 56363,
                          "name": "Hong Kong Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56364,
                          "name": "Hong Kong Open - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56369,
                          "name": "China Open - Women",
                          "importance": 0
                        },
                        {
                          "id": 56376,
                          "name": "China Open",
                          "importance": 0
                        },
                        {
                          "id": 56391,
                          "name": "French Open",
                          "importance": 0
                        },
                        {
                          "id": 56392,
                          "name": "French Open - Women",
                          "importance": 0
                        },
                        {
                          "id": 56396,
                          "name": "Denmark Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56397,
                          "name": "Denmark Open",
                          "importance": 0
                        },
                        {
                          "id": 56402,
                          "name": "Japan Open - Women",
                          "importance": 0
                        },
                        {
                          "id": 56403,
                          "name": "Japan Open - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56404,
                          "name": "Japan Open",
                          "importance": 0
                        },
                        {
                          "id": 56406,
                          "name": "China Masters",
                          "importance": 0
                        },
                        {
                          "id": 56407,
                          "name": "China Masters - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56412,
                          "name": "Denmark Open - Women",
                          "importance": 0
                        },
                        {
                          "id": 56420,
                          "name": "World Championship",
                          "importance": 0
                        },
                        {
                          "id": 56421,
                          "name": "World Championship - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56423,
                          "name": "Korea Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56435,
                          "name": "Singapore Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56436,
                          "name": "Singapore Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56438,
                          "name": "Indonesia Open - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56439,
                          "name": "Indonesia Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56440,
                          "name": "Indonesia Open - Women",
                          "importance": 0
                        },
                        {
                          "id": 56441,
                          "name": "All England Championships - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56457,
                          "name": "Singapore Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56458,
                          "name": "India Open",
                          "importance": 0
                        },
                        {
                          "id": 56459,
                          "name": "India Open - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56460,
                          "name": "India Open - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56461,
                          "name": "All England Championships - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56473,
                          "name": "All England Championships - Women",
                          "importance": 0
                        },
                        {
                          "id": 56474,
                          "name": "All England Championships",
                          "importance": 0
                        },
                        {
                          "id": 56478,
                          "name": "Korea Open - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 56488,
                          "name": "Malaysia Open, Women",
                          "importance": 0
                        },
                        {
                          "id": 56489,
                          "name": "Malaysia Open",
                          "importance": 0
                        },
                        {
                          "id": 56494,
                          "name": "Korea Open - Women",
                          "importance": 0
                        },
                        {
                          "id": 56495,
                          "name": "Korea Open",
                          "importance": 0
                        },
                        {
                          "id": 56527,
                          "name": "Olympic Games - Group B",
                          "importance": 0
                        },
                        {
                          "id": 56528,
                          "name": "Olympic Games - Group F",
                          "importance": 0
                        },
                        {
                          "id": 56529,
                          "name": "Olympic Games Women - Group F",
                          "importance": 0
                        },
                        {
                          "id": 56530,
                          "name": "Olympic Games Women - Group B",
                          "importance": 0
                        },
                        {
                          "id": 56533,
                          "name": "Olympic Games Women - Group O",
                          "importance": 0
                        },
                        {
                          "id": 56534,
                          "name": "Olympic Games - Group O",
                          "importance": 0
                        },
                        {
                          "id": 64946,
                          "name": "Malta International 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 64947,
                          "name": "Malta International 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 64948,
                          "name": "Malta International 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 64949,
                          "name": "Malta International 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 64951,
                          "name": "Malta International 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 64952,
                          "name": "Malta International 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 64953,
                          "name": "Malta International 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 64954,
                          "name": "Malta International 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 64956,
                          "name": "Malta International 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 67124,
                          "name": "Denmark Challenge 2025 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67193,
                          "name": "Estonian International 2022 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 67194,
                          "name": "Italian International 2021 - WS",
                          "importance": 0
                        },
                        {
                          "id": 67195,
                          "name": "Italian International 2021 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 67196,
                          "name": "Italian International 2021 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 67198,
                          "name": "Scottish Open 2021 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67199,
                          "name": "Scottish Open 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67200,
                          "name": "Slovenia Future Series 2021 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67201,
                          "name": "Irish Open 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 67203,
                          "name": "Czech Open 2021 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 67204,
                          "name": "Belgian International 2021 - MD",
                          "importance": 0
                        },
                        {
                          "id": 67205,
                          "name": "BWF Uber Cup - 2020 - Knockout Stage",
                          "importance": 0
                        },
                        {
                          "id": 67206,
                          "name": "Cyprus International 2021 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 67207,
                          "name": "Dutch Open 2021 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 67208,
                          "name": "Dutch Open 2021 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 67209,
                          "name": "Bulgarian International 2021 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 67210,
                          "name": "Bulgarian International 2021 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 67211,
                          "name": "Swedish Open 2022 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 67212,
                          "name": "Bulgarian International 2021 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 67214,
                          "name": "Ukraine International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 67215,
                          "name": "Ukraine International 2021 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67216,
                          "name": "Hellas International 2021 - WD",
                          "importance": 0
                        },
                        {
                          "id": 67219,
                          "name": "Latvia International 2021 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67221,
                          "name": "Denmark Masters 2021 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67222,
                          "name": "Denmark Masters 2021 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67226,
                          "name": "Spanish International 2021 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67230,
                          "name": "Portuguese International 2021 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67232,
                          "name": "Uganda International 2021 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67240,
                          "name": "Austrian Open 2020 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67242,
                          "name": "Korea Masters 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67245,
                          "name": "SaarLorLux Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67246,
                          "name": "SaarLorLux Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67247,
                          "name": "Hong Kong Open 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67248,
                          "name": "Dutch Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67250,
                          "name": "Polish International 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67256,
                          "name": "Hyderabad Open 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67257,
                          "name": "Hyderabad Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67258,
                          "name": "Hyderabad Open 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67261,
                          "name": "Brazil International 2019 - WS",
                          "importance": 0
                        },
                        {
                          "id": 67264,
                          "name": "Singapore Open 2019 - MD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67265,
                          "name": "Singapore Open 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67266,
                          "name": "Singapore Open 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67270,
                          "name": "China Masters 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67272,
                          "name": "Spain Masters 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67273,
                          "name": "Spain Masters 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67274,
                          "name": "Malaysia Masters 2019 - MS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67275,
                          "name": "Malaysia Masters 2019 - WD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67276,
                          "name": "Malaysia Masters 2019 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67277,
                          "name": "Malaysia Masters 2019 - WS - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67281,
                          "name": "Chinese Taipei Open 2018 (WD) - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67282,
                          "name": "Chinese Taipei Open 2018 (WS) - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67286,
                          "name": "Polish International 2018 - Doubles - Qualify",
                          "importance": 0
                        },
                        {
                          "id": 67287,
                          "name": "Internacional Mexicano 2018 - Women - Qualify",
                          "importance": 0
                        },
                        {
                          "id": 67294,
                          "name": "Singapore Open (WT) 2018 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67295,
                          "name": "Singapore Open (WT) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67297,
                          "name": "Thailand Open (WT) 2018 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67298,
                          "name": "Thailand Open (WT) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67299,
                          "name": "Thailand Open (WT) 2018 - Women Doubles - Qualificat",
                          "importance": 0
                        },
                        {
                          "id": 67300,
                          "name": "US Open (WT) 2018 - Mixed Doubles - Quali",
                          "importance": 0
                        },
                        {
                          "id": 67301,
                          "name": "US Open (WT) 2018 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67302,
                          "name": "US Open (WT) 2018 - Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 67305,
                          "name": "Slovenia International (IS) 2018 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 67308,
                          "name": "Asia Championships 2018 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67309,
                          "name": "Asia Championships 2018 - Doubles Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67311,
                          "name": "German Open (WT) 2018 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67312,
                          "name": "German Open (WT) 2018 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67313,
                          "name": "German Open (WT) 2018 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67314,
                          "name": "German Open (WT) 2018 - Women Doubles - Qual.",
                          "importance": 0
                        },
                        {
                          "id": 67315,
                          "name": "Swiss Open (WT) 2018 - Mixed Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67316,
                          "name": "Thailand Masters (WT) 2018 - Women Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 67317,
                          "name": "Thailand Masters (WT) 2018 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67318,
                          "name": "Bitburger Open (GPG) 2017 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67319,
                          "name": "Waikito International 2017 (IS) - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 67320,
                          "name": "New Zealand Open (GPG) 2017 - Mixed Doubles Quali",
                          "importance": 0
                        },
                        {
                          "id": 67321,
                          "name": "Chinese Taipei Open (GPG) 2017 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67326,
                          "name": "Asia Championships 2017 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67327,
                          "name": "Asia Championships 2017 - WD Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67330,
                          "name": "Thailand Masters (GPG) 2017 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67331,
                          "name": "China International (IC) 2017 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 67333,
                          "name": "Santo Domingo Open (IS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 67334,
                          "name": "Indonesian Masters (GPG) 2016 - Mixed Doubles - Qual",
                          "importance": 0
                        },
                        {
                          "id": 67341,
                          "name": "German Open (GPG) 2016 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67342,
                          "name": "China International (IC) 2016 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 67345,
                          "name": "US Grand Prix (GP) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67346,
                          "name": "US Grand Prix (GP) 2015 - Women - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 67347,
                          "name": "Bitburger Open (GPG) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67348,
                          "name": "Brazil International (IS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 67349,
                          "name": "French Open (SS) 2015 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 67350,
                          "name": "Denmark Open (SS) 2015 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 67351,
                          "name": "Vietnam International (IS) 2015 - Women",
                          "importance": 0
                        },
                        {
                          "id": 67352,
                          "name": "Vietnam International (IS) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 67353,
                          "name": "Guatemala Challenge (IC) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 67354,
                          "name": "Vietnam Open (GP) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67355,
                          "name": "Vietnam Open (GP) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67356,
                          "name": "Singapore International (IS) 2015 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 67357,
                          "name": "Indonesia Open (SS) 2015 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67358,
                          "name": "Indonesia Open (SS) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 67359,
                          "name": "Indonesia Open (SS) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67360,
                          "name": "Indonesia Open (SS) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67361,
                          "name": "Indonesia Open (SS) 2015 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 67364,
                          "name": "Jamaica International (IS) 2015",
                          "importance": 0
                        },
                        {
                          "id": 67365,
                          "name": "Vietnam International (IC) 2015 - Women Qualif.",
                          "importance": 0
                        },
                        {
                          "id": 67366,
                          "name": "All England Open (SS) 2015 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67367,
                          "name": "All England Open (SS) 2015 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 67368,
                          "name": "All England Open (SS) 2015 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67369,
                          "name": "All England Open (SS) 2015 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67370,
                          "name": "All England Open (SS) 2015 - Women Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 67377,
                          "name": "Macau Open (GPG) 2014 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67378,
                          "name": "Hong Kong Open (SS) 2014 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 67379,
                          "name": "Bitburger Open (GPG) 2014 - Doubles - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67380,
                          "name": "USA International (IC) 2014 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 67381,
                          "name": "French Open (SS) 2014 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67382,
                          "name": "Denmark Open (SS) 2014 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 67383,
                          "name": "Denmark Open (SS) 2014 - Women - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 67393,
                          "name": "Australia Open (SS) 2014 - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 69038,
                          "name": "Finnish International 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 69039,
                          "name": "Finnish International 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 69040,
                          "name": "Finnish International 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 69042,
                          "name": "Finnish International 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 69045,
                          "name": "Finnish International 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 69046,
                          "name": "Finnish International 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 69047,
                          "name": "Finnish International 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 69279,
                          "name": "Odisha Open 2022 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 69301,
                          "name": "Dutch Open 2021 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 69310,
                          "name": "Hellas International 2021 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 69426,
                          "name": "BWF Sudirman Cup - 2019 - Group 1D",
                          "importance": 0
                        },
                        {
                          "id": 69442,
                          "name": "Syed Modi International 2018 - XD - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 69448,
                          "name": "Chinese Taipei Open 2018 (XD) - Qualification",
                          "importance": 0
                        },
                        {
                          "id": 69472,
                          "name": "India Open (WT) 2018 - Women Qualification",
                          "importance": 0
                        },
                        {
                          "id": 69574,
                          "name": "Vietnam Challenge (IS) 2016 - Women Doubles",
                          "importance": 0
                        },
                        {
                          "id": 69583,
                          "name": "Swiss Open (GPG) 2016 - Mixed Doubles Qual.",
                          "importance": 0
                        },
                        {
                          "id": 69589,
                          "name": "India Masters (GPG) 2016 - Mixed Doubles - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 69595,
                          "name": "Indonesian Masters (GPG) 2015 - Women - Quali.",
                          "importance": 0
                        },
                        {
                          "id": 69600,
                          "name": "Chile International (IC) 2015 - Doubles",
                          "importance": 0
                        },
                        {
                          "id": 69618,
                          "name": "Vietnam International (IC) 2015 - Mixed Doubles",
                          "importance": 0
                        },
                        {
                          "id": 70687,
                          "name": "European Mixed Team Championships 2020 - Qual Gr 6",
                          "importance": 0
                        },
                        {
                          "id": 71834,
                          "name": "BWF Uber Cup 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 71835,
                          "name": "BWF Thomas Cup 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 71836,
                          "name": "BWF Thomas Cup 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 71837,
                          "name": "BWF Uber Cup 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 103808,
                          "name": "Luxembourg Open 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 103813,
                          "name": "Luxembourg Open 2026 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 103814,
                          "name": "Luxembourg Open 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 103815,
                          "name": "Luxembourg Open 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 103816,
                          "name": "Luxembourg Open 2026 - WS",
                          "importance": 0
                        },
                        {
                          "id": 103817,
                          "name": "Luxembourg Open 2026 - MD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 103818,
                          "name": "Luxembourg Open 2026 - WD",
                          "importance": 0
                        },
                        {
                          "id": 103819,
                          "name": "Luxembourg Open 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 103820,
                          "name": "Luxembourg Open 2026 - WD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 103846,
                          "name": "Luxembourg Open 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 104104,
                          "name": "BWF Uber Cup 2026 - Playoffs",
                          "importance": 0
                        },
                        {
                          "id": 104514,
                          "name": "Slovak Open 2026 - MS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 104515,
                          "name": "Slovak Open 20266 - WS - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 104517,
                          "name": "Slovak Open 20266 - WS",
                          "importance": 0
                        },
                        {
                          "id": 104521,
                          "name": "Slovak Open 2026 - XD",
                          "importance": 0
                        },
                        {
                          "id": 104522,
                          "name": "Slovak Open 20266 - WD",
                          "importance": 0
                        },
                        {
                          "id": 104525,
                          "name": "Slovak Open 2026 - MD",
                          "importance": 0
                        },
                        {
                          "id": 104526,
                          "name": "Slovak Open 2026 - XD - Qualifying",
                          "importance": 0
                        },
                        {
                          "id": 104527,
                          "name": "Slovak Open 2026 - MS",
                          "importance": 0
                        },
                        {
                          "id": 104528,
                          "name": "Slovak Open 2026 - MD - Qualifying",
                          "importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Tournaments By Class"
      }
    },
    "/cup-bracket": {
      "get": {
        "tags": [
          "Cup bracket"
        ],
        "summary": "Cup Bracket",
        "description": "This endpoint allows you to retrieve the cup knock outs.\nYou can use `id` from the `seasons` or `leagues` endpoint to get the wanted cup knock out tree.\n\nFields in rounds:\n\nField | Explanation\n--- | ---\n`order` | The order of the round\n`description` | The description of the round\n`blocks` | The blocks of the round\n`finished` | If the match is finished\n`order` | The order of the block\n`home_team_score` | The score of the home team\n`away_team_score` | The score of the away team\n`has_next_round_link` | If the match has next round\n`match_in_progress` | If the match is in play\n`series_start_date_timestamp` | The start date of the match\n`automatic_progression` | If the match has automatic progression\n`participants` | The participants of the block (match)\n`team_id` | The id of the team\n`winner` | If the team is winner of the block\n`order` | The order of the participants\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated after every finished match.<br />**Recommended Calls**: Limit calls to 1 per finished match.\n\n### Use Cases\nGet cup knock out based on the **id**<br />`https://badminton.sportmicro.com/cup-bracket?id=eq.{id}`<br /><br />Get cups based on the **season_id**<br />`https://badminton.sportmicro.com/cup-bracket?season_id=eq.{season_id}`<br /><br />Get cups based on the **league_id**<br />`https://badminton.sportmicro.com/cup-bracket?league_id=eq.{league_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.cup-bracket.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.cup-bracket.season_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.cup-bracket.league_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/cup-bracket"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 8,
                      "name": "Singapore Open 2025, WS",
                      "current_round": 5,
                      "type": 1,
                      "season_id": 59,
                      "season_name": "Singapore Open, Women, Singles 2025",
                      "league_id": 52,
                      "league_name": "Singapore Open (WT) 2018 - Women",
                      "league_hash_image": "abd993623d86e993d896c0711fc81ca35cf4590afd33e1a283acef4cdf3ac3e3",
                      "rounds": [
                        {
                          "type": 16,
                          "order": 1,
                          "blocks": [
                            {
                              "order": 1,
                              "finished": true,
                              "away_team_score": "0",
                              "home_team_score": "2",
                              "automatic_progression": false,
                              "series_start_date_timestamp": "2025-05-27T06:30:00+00:00"
                            }
                          ],
                          "description": "Round of 32"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Cup Bracket"
      }
    },
    "/media-leagues": {
      "get": {
        "tags": [
          "Media"
        ],
        "summary": "Media Leagues",
        "description": "This endpoint allows you to retrieve the media from leagues.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 per hour.\n\n### Use Cases\nGet media from a specific **league_id**<br />`https://badminton.sportmicro.com/media-leagues?league_id=eq.{league_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.media-leagues.league_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/media-leagues"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 291,
                      "league_id": 52,
                      "title": "Chen Y. 2 - 0 Wang Z.",
                      "subtitle": "Full Highlights",
                      "url": "https://www.youtube.com/watch?v=3Jh9NTEfaq0",
                      "thumbnail_url": "https://i.ytimg.com/vi/3Jh9NTEfaq0/hqdefault.jpg",
                      "date_published": "2025-06-01T08:38:08+00:00",
                      "channel_url": "https://www.youtube.com/watch?v=3Jh9NTEfaq0"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Media Leagues"
      }
    },
    "/arenas-by-country": {
      "get": {
        "tags": [
          "Arenas"
        ],
        "summary": "Arenas By Country",
        "description": "This endpoint allows you to retrieve the arenas from a specific country.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet arenas from a specific **country_id**<br />`https://badminton.sportmicro.com/arenas-by-country?country_id=eq.{country_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.arenas-by-country.country_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/arenas-by-country"
                  },
                  "type": "array",
                  "example": [
                    {
                      "country_id": 8,
                      "country_name": "Portugal",
                      "country_hash_image": "169b032adf2ab80f3bdffbdf14358d9d72565fad7708f65c65cb4d7918a4ffb2",
                      "arenas": [
                        {
                          "id": 19913,
                          "name": "High Performance Centre - Joaquim Lopes, 1",
                          "hash_image": "b95b87e7f88dd80d712a503f09683564829d30af8ed8f34ec8af157fd1d874e0"
                        },
                        {
                          "id": 19915,
                          "name": "High Performance Centre - Joaquim Lopes, 2",
                          "hash_image": "e07b7353bb1b81386d9d6f2c162c6a5fe5dd2fc358ecba972c26bd510ceae29b"
                        },
                        {
                          "id": 19916,
                          "name": "High Performance Centre - Joaquim Lopes, 3",
                          "hash_image": "32e87a14147ee6ee5f6d7148fe17f6a8d2c9cc71e04d83aff5a365b1d59896b6"
                        },
                        {
                          "id": 19918,
                          "name": "High Performance Centre - Joaquim Lopes, 5",
                          "hash_image": "265d827ee73cc07dc7cb571fa51454201120afc085da9d0d1cf044ca2edcae35"
                        },
                        {
                          "id": 19921,
                          "name": "High Performance Centre - Joaquim Lopes, 4",
                          "hash_image": "2399d28c73739293c09db4795531bb9bfb765bea976b0db800691352a3fb25f3"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Arenas By Country"
      }
    },
    "/seasons-groups": {
      "get": {
        "tags": [
          "Seasons"
        ],
        "summary": "Seasons Groups",
        "description": "This endpoint allows you to retrieve the groups from seasons.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet groups from a specific **season_id**<br />`https://badminton.sportmicro.com/seasons-groups?season_id=eq.{season_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.seasons-groups.season_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/seasons-groups"
                  },
                  "type": "array",
                  "example": [
                    {
                      "season_id": 145,
                      "season_name": "World Tour Finals, WS 2025",
                      "groups": [
                        {
                          "name": "Group A",
                          "tournament_id": 132,
                          "tournament_name": "World Tour Finals 2025 - WS - Group A"
                        },
                        {
                          "name": "Group B",
                          "tournament_id": 127,
                          "tournament_name": "World Tour Finals 2025 - WS - Group B"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons Groups"
      }
    },
    "/referees-by-league": {
      "get": {
        "tags": [
          "Referees"
        ],
        "summary": "Referees By League",
        "description": "This endpoint allows you to retrieve the referees from a specific league.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet referees from a specific **league_id**<br />`https://badminton.sportmicro.com/referees-by-league?league_id=eq.{league_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.referees-by-league.league_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/referees-by-league"
                  },
                  "type": "array",
                  "example": [
                    {
                      "league_id": 52,
                      "league_name": "Singapore Open (WT) 2018 - Women",
                      "league_hash_image": "abd993623d86e993d896c0711fc81ca35cf4590afd33e1a283acef4cdf3ac3e3"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Referees By League"
      }
    },
    "/matches-incidents": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches Incidents",
        "description": "This endpoint allows you to retrieve the incidents from matches.\n\nFor **incidents** we have many types: `goal`, `period`.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 10 seconds during a live match.<br />**Recommended Calls**: Limit calls to 1 per 10 seconds during a live match.\n\n### Use Cases\nGet incidents from a specific **match_id**<br />`https://badminton.sportmicro.com/matches-incidents?match_id=eq.{match_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-incidents.match_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/matches-incidents"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 1,
                      "incidents": [
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 1,
                          "home_score": 0
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 1,
                          "home_score": 12
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 2,
                          "home_score": 4
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 2,
                          "home_score": 13
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 3,
                          "home_score": 6
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 3,
                          "home_score": 15
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 4,
                          "home_score": 9
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 4,
                          "home_score": 19
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 5,
                          "home_score": 14
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 5,
                          "home_score": 20
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 6,
                          "home_score": 14
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 7,
                          "home_score": 19
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 8,
                          "home_score": 20
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 0,
                          "home_score": 1
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 0,
                          "home_score": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 0,
                          "home_score": 3
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 0,
                          "home_score": 4
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 0,
                          "home_score": 5
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 0,
                          "home_score": 6
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 0,
                          "home_score": 7
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 0,
                          "home_score": 8
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 0,
                          "home_score": 9
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 0,
                          "home_score": 10
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 0,
                          "home_score": 11
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 0,
                          "home_score": 12
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 1,
                          "home_score": 1
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 1,
                          "home_score": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 1,
                          "home_score": 3
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 1,
                          "home_score": 4
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 1,
                          "home_score": 13
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 2,
                          "home_score": 5
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 2,
                          "home_score": 6
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 2,
                          "home_score": 14
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 2,
                          "home_score": 15
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 3,
                          "home_score": 7
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 3,
                          "home_score": 8
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 3,
                          "home_score": 9
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 3,
                          "home_score": 16
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 3,
                          "home_score": 17
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 3,
                          "home_score": 18
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 3,
                          "home_score": 19
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 4,
                          "home_score": 10
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 4,
                          "home_score": 11
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 4,
                          "home_score": 12
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 4,
                          "home_score": 13
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 4,
                          "home_score": 14
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 4,
                          "home_score": 20
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 5,
                          "home_score": 21
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 6,
                          "home_score": 15
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 6,
                          "home_score": 16
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 6,
                          "home_score": 17
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 6,
                          "home_score": 18
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 6,
                          "home_score": 19
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 7,
                          "home_score": 20
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 8,
                          "home_score": 21
                        },
                        {
                          "text": "2. set",
                          "time": -1,
                          "type": "period",
                          "is_live": false,
                          "away_score": 8,
                          "home_score": 21
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Incidents"
      }
    },
    "/countries": {
      "get": {
        "tags": [
          "Countries"
        ],
        "summary": "Countries",
        "description": "This endpoint allows you to retrieve the countries.\nYou can use the `alpha` field to get the country.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times per day.<br />**Recommended Calls**: Limit calls to 1 per week.\n\nYou can get the image of the country by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet countries<br />`https://badminton.sportmicro.com/countries`<br /><br />Get country based on the **id**<br />`https://badminton.sportmicro.com/countries?id=eq.{id}`<br /><br />Get countries based on the **alpha**<br />`https://badminton.sportmicro.com/countries?alpha=eq.{alpha}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.countries.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.countries.alpha"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/countries"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 1,
                      "name": "Central African Republic",
                      "alpha": "CF",
                      "hash_image": "5c62e0b4977585c1b8aecfb35a731f2f6669e3c814cd6feab19ee492d56499f1"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Countries"
      }
    },
    "/matches-by-date": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches By Date",
        "description": "This endpoint allows you to retrieve the matches from a specific date. The date has a format of YYYY-DD-MM.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet matches from a specific **date**<br />`https://badminton.sportmicro.com/matches-by-date?date=eq.{date}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-by-date.date"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/matches-by-date"
                  },
                  "type": "array",
                  "example": [
                    {
                      "date": "2008-08-09",
                      "matches": [
                        {
                          "id": 91519,
                          "name": "Navickas K. vs Abian P.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 6505,
                          "season_id": 52067,
                          "start_time": "2008-08-09T11:50:00+00:00",
                          "league_name": "Badminton Olympic Games",
                          "season_name": "Olympic Games 2008",
                          "away_team_id": 64775,
                          "home_team_id": 115983,
                          "status_reason": "Ended",
                          "tournament_id": 18815,
                          "away_team_name": "Abian P.",
                          "home_team_name": "Navickas K.",
                          "away_team_score": 1,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games - Final Round",
                          "away_team_hash_image": "b65a93a1e65a09f2b5c7be44128d8c00715a8c27e03005b6193c1777bd5193dd",
                          "home_team_hash_image": "ef46871c68048852fd2c45d8b83e3a3e5797cedd26ec1ef31d4bf0d40042c126",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "away_team_period_3_score": 9,
                          "home_team_period_1_score": 23,
                          "home_team_period_2_score": 12,
                          "home_team_period_3_score": 21
                        },
                        {
                          "id": 91530,
                          "name": "Koukal P. vs Smith A.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 6505,
                          "season_id": 52067,
                          "start_time": "2008-08-09T11:25:00+00:00",
                          "league_name": "Badminton Olympic Games",
                          "season_name": "Olympic Games 2008",
                          "away_team_id": 192439,
                          "home_team_id": 115147,
                          "status_reason": "Ended",
                          "tournament_id": 18815,
                          "away_team_name": "Smith A.",
                          "home_team_name": "Koukal P.",
                          "away_team_score": 2,
                          "home_team_score": 1,
                          "tournament_name": "Olympic Games - Final Round",
                          "away_team_hash_image": "e1d064563bef27b510759ce20de5b48032f07032d5acddfdbe4c208e869ea74d",
                          "home_team_hash_image": "79ea628006f30ff560919a95eb1ae3ae07ec038b47768cda94dddaaadf71c1c7",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 10,
                          "away_team_period_2_score": 21,
                          "away_team_period_3_score": 21,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 12,
                          "home_team_period_3_score": 15
                        },
                        {
                          "id": 91535,
                          "name": "Jayasinghe T. vs Le Ngoc N.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T10:30:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 134210,
                          "home_team_id": 199049,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Le Ngoc N.",
                          "home_team_name": "Jayasinghe T.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "211b13cb8efa8f7b52e42d387385d17d3a02215981de77851c3ccf58822ff990",
                          "home_team_hash_image": "9d336d0db426fc937b1aa4d35030f2dace3dbe75a11e2681ab6d7ca710e7fcca",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 13,
                          "home_team_period_2_score": 12
                        },
                        {
                          "id": 91539,
                          "name": "Magee C. vs Tolmoff K.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T10:50:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 189952,
                          "home_team_id": 7951,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Tolmoff K.",
                          "home_team_name": "Magee C.",
                          "away_team_score": 1,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "d6c6b0beaf04e7c2b65232a283fa9734692ab08adbabf6002a85bf0b75f827fa",
                          "home_team_hash_image": "5167bd79dbaf5046ff01b8885e49be953b87fb203a18be0ec3310b0e7ed8297d",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 18,
                          "away_team_period_3_score": 19,
                          "home_team_period_1_score": 18,
                          "home_team_period_2_score": 21,
                          "home_team_period_3_score": 21
                        },
                        {
                          "id": 91557,
                          "name": "Kellhoffner E. vs Gomez S.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 6505,
                          "season_id": 52067,
                          "start_time": "2008-08-09T12:00:00+00:00",
                          "league_name": "Badminton Olympic Games",
                          "season_name": "Olympic Games 2008",
                          "away_team_id": 200686,
                          "home_team_id": 123732,
                          "status_reason": "Ended",
                          "tournament_id": 18815,
                          "away_team_name": "Gomez S.",
                          "home_team_name": "Kellhoffner E.",
                          "away_team_score": 1,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games - Final Round",
                          "away_team_hash_image": "84b66462c0588241fe6981ed84138a2b3cd4eafb6d22a0f8ce781889856a6089",
                          "home_team_hash_image": "c88bd810f0dfa3f2e6d629be2ae7acb5f571bbb9d05aadd6982bb9e3fe49e4a1",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 20,
                          "away_team_period_3_score": 15,
                          "home_team_period_1_score": 19,
                          "home_team_period_2_score": 22,
                          "home_team_period_3_score": 21
                        },
                        {
                          "id": 91565,
                          "name": "Augustyn K. vs Jun J.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T11:15:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 200711,
                          "home_team_id": 196799,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Jun J.",
                          "home_team_name": "Augustyn K.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "46e36feacf1c42831faa7c2673e08a6955d69ddba770f5a1c2270f702ec37721",
                          "home_team_hash_image": "cc0d4209a725eb697f2d6afe4a081c8226daafc02dabfaa28922e1377b8d70ad",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 15,
                          "home_team_period_2_score": 5
                        },
                        {
                          "id": 91576,
                          "name": "Daniel G. vs Ludikova K.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T10:40:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 200726,
                          "home_team_id": 200717,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Ludikova K.",
                          "home_team_name": "Daniel G.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "df14a8ae50f14b5076eb273bfc02afae8d4149d0329846fb548aae8f9ac6189e",
                          "home_team_hash_image": "d201c43212827cc98d58c82e5f0dbef9acafbd93b9145bff3e1826d87554b864",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 13,
                          "home_team_period_2_score": 8
                        },
                        {
                          "id": 112600,
                          "name": "Diehl-Karachkova E. vs Nehwal S.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T11:40:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 202,
                          "home_team_id": 197486,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Nehwal S.",
                          "home_team_name": "Diehl-Karachkova E.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "6202744cdc02f301392f089b0c9d23bd6f3025374f8a226dee510eaf807c125d",
                          "home_team_hash_image": "c3058ae7c140ce2f40fcce38bdf6dbd722b5adfb3c304776a34c2b1418a9f73e",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 9,
                          "home_team_period_2_score": 8
                        },
                        {
                          "id": 112602,
                          "name": "Yip P. vs Hallam T.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T12:15:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 200704,
                          "home_team_id": 2438,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Hallam T.",
                          "home_team_name": "Yip P.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "bf9c49a42e5477d75a1dd36b477b8e1097fe5611c47bbaf1e5bca89070ef68e5",
                          "home_team_hash_image": "23f6070e7e4b0d9d9b348a5e41ee29bc02589c2440d9e48c79c333ed0a44a1f1",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 15,
                          "home_team_period_2_score": 17
                        },
                        {
                          "id": 112605,
                          "name": "Xing A. vs Konon O.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T06:20:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 186054,
                          "home_team_id": 198510,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Konon O.",
                          "home_team_name": "Xing A.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "8f3cf30cf826e63f424e24b537e04917f59a6f399bf49aa90715e66301848a70",
                          "home_team_hash_image": "91a954678ba1d074ad765d646bdf236268d0311fe9552b4df75b8bc447953231",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 19,
                          "home_team_period_2_score": 12
                        },
                        {
                          "id": 112606,
                          "name": "Evans S. vs Zwiebler M.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 6505,
                          "season_id": 52067,
                          "start_time": "2008-08-09T02:45:00+00:00",
                          "league_name": "Badminton Olympic Games",
                          "season_name": "Olympic Games 2008",
                          "away_team_id": 117646,
                          "home_team_id": 65131,
                          "status_reason": "Ended",
                          "tournament_id": 18815,
                          "away_team_name": "Zwiebler M.",
                          "home_team_name": "Evans S.",
                          "away_team_score": 2,
                          "home_team_score": 1,
                          "tournament_name": "Olympic Games - Final Round",
                          "away_team_hash_image": "f65f07ccb524810dfda13abf58ea880d6aef18c058cf984b3a43a36cfc10738d",
                          "home_team_hash_image": "acfffd4e13621b24cd5a7ae6d1fd523586a98085a3b98afbd6a0c214cdd2a79c",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 18,
                          "away_team_period_3_score": 21,
                          "home_team_period_1_score": 18,
                          "home_team_period_2_score": 21,
                          "home_team_period_3_score": 19
                        },
                        {
                          "id": 112608,
                          "name": "Wacha P. vs Must R.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 6505,
                          "season_id": 52067,
                          "start_time": "2008-08-09T02:10:00+00:00",
                          "league_name": "Badminton Olympic Games",
                          "season_name": "Olympic Games 2008",
                          "away_team_id": 64892,
                          "home_team_id": 200663,
                          "status_reason": "Ended",
                          "tournament_id": 18815,
                          "away_team_name": "Must R.",
                          "home_team_name": "Wacha P.",
                          "away_team_score": 0,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games - Final Round",
                          "away_team_hash_image": "26ce702b141cb45dbae09356a732b6c41f0abed4b59d1a7ef42e33994cb722cb",
                          "home_team_hash_image": "49f93351cadecaecce85225e239e68b8f6463dbd466ea3ceda848f7c87ed5e90",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 14,
                          "away_team_period_2_score": 15,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 21
                        },
                        {
                          "id": 112610,
                          "name": "Hirose E. vs Ingolfsdottir R.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T01:20:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 199010,
                          "home_team_id": 113392,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Ingolfsdottir R.",
                          "home_team_name": "Hirose E.",
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "b467db27310c27301c57ae503fdd3c00e1bd3b8679fee467e3ef9e27a554cc34",
                          "home_team_hash_image": "489c0cac426a85117c913bb92f57f7e67ac0b761413165da357dac59aac817db",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 6,
                          "away_team_period_2_score": 7,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 19
                        },
                        {
                          "id": 112612,
                          "name": "Schenk J. vs Yulianti M.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T01:00:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 200607,
                          "home_team_id": 197611,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Yulianti M.",
                          "home_team_name": "Schenk J.",
                          "away_team_score": 2,
                          "home_team_score": 1,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "bea6e1a3657c36a2921169dfddea1b1ba0127e1630bf6717294c7672e2a8eee2",
                          "home_team_hash_image": "87129a54f58882bbb3aa060a57d89589fc76c14bfd814665e4aadef8114c4354",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 18,
                          "away_team_period_2_score": 21,
                          "away_team_period_3_score": 22,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 13,
                          "home_team_period_3_score": 20
                        },
                        {
                          "id": 112615,
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T06:10:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "home_team_id": 6761,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "home_team_name": "Cicognini J.",
                          "away_team_score": 0,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "home_team_hash_image": "35da842284eb7020d06af3aea7e4ef362e07ed3dc3e4ad0fd03e729232ebd8da",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 9,
                          "away_team_period_2_score": 13,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 21
                        },
                        {
                          "id": 112618,
                          "name": "Hsieh Y. vs Mehrabi K.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 6505,
                          "season_id": 52067,
                          "start_time": "2008-08-09T07:10:00+00:00",
                          "league_name": "Badminton Olympic Games",
                          "season_name": "Olympic Games 2008",
                          "away_team_id": 251893,
                          "home_team_id": 200647,
                          "status_reason": "Ended",
                          "tournament_id": 18815,
                          "away_team_name": "Mehrabi K.",
                          "home_team_name": "Hsieh Y.",
                          "away_team_score": 0,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games - Final Round",
                          "away_team_hash_image": "19c0ad3887888372ff56dea80482616faacbbdd7177401438e6eb5c7d8a04c4c",
                          "home_team_hash_image": "5c670151a5dbfd531ebc04e5ae3d0a377bf2373b64014541622cc02cd923a904",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 16,
                          "away_team_period_2_score": 12,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 21
                        },
                        {
                          "id": 112619,
                          "name": "Rice A. vs Lee E.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T06:00:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 251894,
                          "home_team_id": 200680,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Lee E.",
                          "home_team_name": "Rice A.",
                          "away_team_score": 1,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "5fda6ecc4bd0ec47b63b63592e904f2a8c5ac7afaa598cefd30113d0dee81d29",
                          "home_team_hash_image": "25904fefbf9a84f32548f895d752506856f143441dccb45ffd73a062e3f136c1",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 15,
                          "away_team_period_2_score": 21,
                          "away_team_period_3_score": 19,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 19,
                          "home_team_period_3_score": 21
                        },
                        {
                          "id": 112620,
                          "name": "Lang V. vs Druzchenko V.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 6505,
                          "season_id": 52067,
                          "start_time": "2008-08-09T11:05:00+00:00",
                          "league_name": "Badminton Olympic Games",
                          "season_name": "Olympic Games 2008",
                          "away_team_id": 251892,
                          "home_team_id": 115607,
                          "status_reason": "Ended",
                          "tournament_id": 18815,
                          "away_team_name": "Druzchenko V.",
                          "home_team_name": "Lang V.",
                          "away_team_score": 0,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games - Final Round",
                          "away_team_hash_image": "fc1621a4cd4533fec08ea6b8ac2f30a431f71511b72e851f348432291f3ba754",
                          "home_team_hash_image": "1e5488fe87d7d64a6dc0b4d07779b13878b0441185bdb716db5b3153b44b8b33",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 12,
                          "away_team_period_2_score": 19,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 21
                        },
                        {
                          "id": 112621,
                          "name": "Carroll E. vs Martinez Y.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T01:10:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 200712,
                          "home_team_id": 251889,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Martinez Y.",
                          "home_team_name": "Carroll E.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "7e544e5eada3e6d2028034d7c2b632a77fc91c50321cbe07d83065fb57240d32",
                          "home_team_hash_image": "bdf0a2ba15fe688269d6e47dd8048d1312e81f1a55ce27d7e53ee9f3e90d1ded",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 9,
                          "home_team_period_2_score": 16
                        },
                        {
                          "id": 112623,
                          "name": "Nedeltcheva P. vs Persson S.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T07:45:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 251897,
                          "home_team_id": 190723,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Persson S.",
                          "home_team_name": "Nedeltcheva P.",
                          "away_team_score": 0,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "54c0f56e4c7f24223a2b422d0ecb99745102a9f69ccb87f730be5ceecbbf947e",
                          "home_team_hash_image": "76661fe649c1ac655dac26302cb62ebf43505ebd127ce53b6ab2c80b5da6882f",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 10,
                          "away_team_period_2_score": 10,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 21
                        },
                        {
                          "id": 119369,
                          "name": "Griga L. vs Allegrini A.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T01:35:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 199009,
                          "home_team_id": 199043,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Allegrini A.",
                          "home_team_name": "Griga L.",
                          "away_team_score": 0,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "860e62f4f72f6e63e7745ef369900299fb741d87ef3665366e35a5b009cdd27a",
                          "home_team_hash_image": "0830dd46cf9be992716f26ff4e5040e9ef201c06453658daac2c4fe4cb675ac3",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 15,
                          "away_team_period_2_score": 11,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 21
                        },
                        {
                          "id": 119371,
                          "name": "Angulo D. vs Hosny H.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 79,
                          "season_id": 52069,
                          "start_time": "2008-08-09T06:35:00+00:00",
                          "league_name": "Badminton Olympic Games Women",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 111257,
                          "home_team_id": 264498,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Hosny H.",
                          "home_team_name": "Angulo D.",
                          "away_team_score": 2,
                          "home_team_score": 1,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "67f8ef7bee2001856b14f8744c7b2fbe14068f101eec70170e57a9ad22ca76d0",
                          "home_team_hash_image": "592464a7d0891facf999b1d8fe83a7c388c0b15898f49f595cce3ab7e251f881",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 7,
                          "away_team_period_3_score": 21,
                          "home_team_period_1_score": 18,
                          "home_team_period_2_score": 21,
                          "home_team_period_3_score": 14
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches By Date"
      }
    },
    "/news-matches": {
      "get": {
        "tags": [
          "News"
        ],
        "summary": "News Matches",
        "description": "This endpoint allows you to retrieve the news from matches.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 2 hours.<br />**Recommended Calls**: Limit calls to 1 every 2 hours.\n\n### Use Cases\nGet news from a specific **match_id**<br />`https://badminton.sportmicro.com/news-matches?match_id=eq.{match_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.news-matches.match_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/news-matches"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 100199,
                      "match_id": 100199,
                      "league_id": 5153,
                      "league_name": "Olympic Games",
                      "league_hash_image": "839207dba78b9d7ce46b4dda5a318077adf1c9c518d0e9cf920583f43ced778f",
                      "date": "2024-07-28T16:30:00+00:00",
                      "title": "Olympic Tournament Singles 2024 Round 1: A Spectacular Display of International Badminton",
                      "name": "Olympic Tournament Singles 2024 Round 1: A Spectacular Display of International Badminton",
                      "subtitles": [
                        {
                          "text": "The away team also put up a strong performance in the first round of the Olympic Tournament Singles 2024. Despite the pressure of playing in a foreign environment, the away team's players showed great composure and skill on the court. They displayed a high level of technical proficiency and strategic acumen, making for some exciting badminton action. The away team's performance in the first round has certainly made them a team to watch out for in the rest of the tournament.",
                          "subtitle": "The Performance of the Away Team"
                        },
                        {
                          "text": "The first round of the Olympic Tournament Singles 2024 was a testament to the high level of competition in international badminton. Each match was a nail-biting encounter, with players giving their all to secure a win. The intensity of the competition was palpable, with every point fiercely contested. The players displayed exceptional skill and agility, making for some thrilling badminton action. The first round set the tone for the rest of the tournament, promising more exciting matches to come.",
                          "subtitle": "The Intense Competition of Round 1"
                        },
                        {
                          "text": "The home team played a crucial role in the first round of the Olympic Tournament Singles 2024. Their performance was commendable, demonstrating their prowess and determination on the court. The home team's players showed great resilience and tenacity, fighting for every point and keeping the spectators on the edge of their seats. Their performance was a testament to their hard work and preparation leading up to the tournament. The home team's performance in the first round has set high expectations for their future matches in the tournament.",
                          "subtitle": "The Role of the Home Team"
                        },
                        {
                          "text": "The much-anticipated Olympic Tournament Singles 2024 kicked off with a bang, marking the beginning of an exciting season of international badminton. The first round of the tournament was held on Sun Jul 28 2024 16:30:00 GMT+0000 (Coordinated Universal Time), and it was nothing short of spectacular. The event, part of the prestigious Olympic Games, saw some of the best badminton players from around the world showcasing their skills and strategies on the court. The atmosphere was electric, with fans from all corners of the globe cheering for their favorite teams and players.",
                          "subtitle": "The Opening of the Olympic Tournament Singles 2024"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "News Matches"
      }
    },
    "/seasons-by-league": {
      "get": {
        "tags": [
          "Seasons"
        ],
        "summary": "Seasons By League",
        "description": "This endpoint allows you to retrieve the seasons from a specific league.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet seasons from a specific **league_id**<br />`https://badminton.sportmicro.com/seasons-by-league?league_id=eq.{league_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.seasons-by-league.league_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/seasons-by-league"
                  },
                  "type": "array",
                  "example": [
                    {
                      "league_id": 52,
                      "league_name": "Singapore Open (WT) 2018 - Women",
                      "league_hash_image": "abd993623d86e993d896c0711fc81ca35cf4590afd33e1a283acef4cdf3ac3e3",
                      "seasons": [
                        {
                          "id": 59,
                          "name": "Singapore Open, Women, Singles 2025",
                          "year": "2025",
                          "start_time": "2025-05-28"
                        },
                        {
                          "id": 41317,
                          "name": "Singapore Open, Women, Singles 2024",
                          "year": "2024",
                          "start_time": "2024-06-02"
                        },
                        {
                          "id": 42081,
                          "name": "Singapore Open, Women, Singles 2023",
                          "year": "2023",
                          "start_time": "2023-06-06"
                        },
                        {
                          "id": 48457,
                          "name": "Singapore Open (WT) 2018, Women",
                          "year": "2018",
                          "start_time": "2018-07-19"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons By League"
      }
    },
    "/matches-by-date-league": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches By Date League",
        "description": "This endpoint allows you to retrieve the matches from a specific date and league. The date has a format of YYYY-DD-MM.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet matches from a specific **date** and **league_id**<br />`https://badminton.sportmicro.com/matches-by-date-league?date=eq.{date}&league_id=eq.{league_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-by-date-league.date"
          },
          {
            "$ref": "#/components/parameters/rowFilter.matches-by-date-league.league_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/matches-by-date-league"
                  },
                  "type": "array",
                  "example": [
                    {
                      "date": "2008-08-09",
                      "league_id": 79,
                      "league_name": "Badminton Olympic Games Women",
                      "matches": [
                        {
                          "id": 91535,
                          "name": "Jayasinghe T. vs Le Ngoc N.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T10:30:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 134210,
                          "home_team_id": 199049,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Le Ngoc N.",
                          "home_team_name": "Jayasinghe T.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "211b13cb8efa8f7b52e42d387385d17d3a02215981de77851c3ccf58822ff990",
                          "home_team_hash_image": "9d336d0db426fc937b1aa4d35030f2dace3dbe75a11e2681ab6d7ca710e7fcca",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 13,
                          "home_team_period_2_score": 12
                        },
                        {
                          "id": 91539,
                          "name": "Magee C. vs Tolmoff K.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T10:50:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 189952,
                          "home_team_id": 7951,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Tolmoff K.",
                          "home_team_name": "Magee C.",
                          "away_team_score": 1,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "d6c6b0beaf04e7c2b65232a283fa9734692ab08adbabf6002a85bf0b75f827fa",
                          "home_team_hash_image": "5167bd79dbaf5046ff01b8885e49be953b87fb203a18be0ec3310b0e7ed8297d",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 18,
                          "away_team_period_3_score": 19,
                          "home_team_period_1_score": 18,
                          "home_team_period_2_score": 21,
                          "home_team_period_3_score": 21
                        },
                        {
                          "id": 91565,
                          "name": "Augustyn K. vs Jun J.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T11:15:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 200711,
                          "home_team_id": 196799,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Jun J.",
                          "home_team_name": "Augustyn K.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "46e36feacf1c42831faa7c2673e08a6955d69ddba770f5a1c2270f702ec37721",
                          "home_team_hash_image": "cc0d4209a725eb697f2d6afe4a081c8226daafc02dabfaa28922e1377b8d70ad",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 15,
                          "home_team_period_2_score": 5
                        },
                        {
                          "id": 91576,
                          "name": "Daniel G. vs Ludikova K.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T10:40:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 200726,
                          "home_team_id": 200717,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Ludikova K.",
                          "home_team_name": "Daniel G.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "df14a8ae50f14b5076eb273bfc02afae8d4149d0329846fb548aae8f9ac6189e",
                          "home_team_hash_image": "d201c43212827cc98d58c82e5f0dbef9acafbd93b9145bff3e1826d87554b864",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 13,
                          "home_team_period_2_score": 8
                        },
                        {
                          "id": 112600,
                          "name": "Diehl-Karachkova E. vs Nehwal S.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T11:40:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 202,
                          "home_team_id": 197486,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Nehwal S.",
                          "home_team_name": "Diehl-Karachkova E.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "6202744cdc02f301392f089b0c9d23bd6f3025374f8a226dee510eaf807c125d",
                          "home_team_hash_image": "c3058ae7c140ce2f40fcce38bdf6dbd722b5adfb3c304776a34c2b1418a9f73e",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 9,
                          "home_team_period_2_score": 8
                        },
                        {
                          "id": 112602,
                          "name": "Yip P. vs Hallam T.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T12:15:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 200704,
                          "home_team_id": 2438,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Hallam T.",
                          "home_team_name": "Yip P.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "bf9c49a42e5477d75a1dd36b477b8e1097fe5611c47bbaf1e5bca89070ef68e5",
                          "home_team_hash_image": "23f6070e7e4b0d9d9b348a5e41ee29bc02589c2440d9e48c79c333ed0a44a1f1",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 15,
                          "home_team_period_2_score": 17
                        },
                        {
                          "id": 112605,
                          "name": "Xing A. vs Konon O.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T06:20:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 186054,
                          "home_team_id": 198510,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Konon O.",
                          "home_team_name": "Xing A.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "8f3cf30cf826e63f424e24b537e04917f59a6f399bf49aa90715e66301848a70",
                          "home_team_hash_image": "91a954678ba1d074ad765d646bdf236268d0311fe9552b4df75b8bc447953231",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 19,
                          "home_team_period_2_score": 12
                        },
                        {
                          "id": 112610,
                          "name": "Hirose E. vs Ingolfsdottir R.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T01:20:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 199010,
                          "home_team_id": 113392,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Ingolfsdottir R.",
                          "home_team_name": "Hirose E.",
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "b467db27310c27301c57ae503fdd3c00e1bd3b8679fee467e3ef9e27a554cc34",
                          "home_team_hash_image": "489c0cac426a85117c913bb92f57f7e67ac0b761413165da357dac59aac817db",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 6,
                          "away_team_period_2_score": 7,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 19
                        },
                        {
                          "id": 112612,
                          "name": "Schenk J. vs Yulianti M.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T01:00:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 200607,
                          "home_team_id": 197611,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Yulianti M.",
                          "home_team_name": "Schenk J.",
                          "away_team_score": 2,
                          "home_team_score": 1,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "bea6e1a3657c36a2921169dfddea1b1ba0127e1630bf6717294c7672e2a8eee2",
                          "home_team_hash_image": "87129a54f58882bbb3aa060a57d89589fc76c14bfd814665e4aadef8114c4354",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 18,
                          "away_team_period_2_score": 21,
                          "away_team_period_3_score": 22,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 13,
                          "home_team_period_3_score": 20
                        },
                        {
                          "id": 112615,
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T06:10:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "home_team_id": 6761,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "home_team_name": "Cicognini J.",
                          "away_team_score": 0,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "home_team_hash_image": "35da842284eb7020d06af3aea7e4ef362e07ed3dc3e4ad0fd03e729232ebd8da",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 9,
                          "away_team_period_2_score": 13,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 21
                        },
                        {
                          "id": 112619,
                          "name": "Rice A. vs Lee E.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T06:00:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 251894,
                          "home_team_id": 200680,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Lee E.",
                          "home_team_name": "Rice A.",
                          "away_team_score": 1,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "5fda6ecc4bd0ec47b63b63592e904f2a8c5ac7afaa598cefd30113d0dee81d29",
                          "home_team_hash_image": "25904fefbf9a84f32548f895d752506856f143441dccb45ffd73a062e3f136c1",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 15,
                          "away_team_period_2_score": 21,
                          "away_team_period_3_score": 19,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 19,
                          "home_team_period_3_score": 21
                        },
                        {
                          "id": 112621,
                          "name": "Carroll E. vs Martinez Y.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T01:10:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 200712,
                          "home_team_id": 251889,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Martinez Y.",
                          "home_team_name": "Carroll E.",
                          "away_team_score": 2,
                          "home_team_score": 0,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "7e544e5eada3e6d2028034d7c2b632a77fc91c50321cbe07d83065fb57240d32",
                          "home_team_hash_image": "bdf0a2ba15fe688269d6e47dd8048d1312e81f1a55ce27d7e53ee9f3e90d1ded",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 21,
                          "home_team_period_1_score": 9,
                          "home_team_period_2_score": 16
                        },
                        {
                          "id": 112623,
                          "name": "Nedeltcheva P. vs Persson S.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T07:45:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 251897,
                          "home_team_id": 190723,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Persson S.",
                          "home_team_name": "Nedeltcheva P.",
                          "away_team_score": 0,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "54c0f56e4c7f24223a2b422d0ecb99745102a9f69ccb87f730be5ceecbbf947e",
                          "home_team_hash_image": "76661fe649c1ac655dac26302cb62ebf43505ebd127ce53b6ab2c80b5da6882f",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 10,
                          "away_team_period_2_score": 10,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 21
                        },
                        {
                          "id": 119369,
                          "name": "Griga L. vs Allegrini A.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T01:35:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 199009,
                          "home_team_id": 199043,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Allegrini A.",
                          "home_team_name": "Griga L.",
                          "away_team_score": 0,
                          "home_team_score": 2,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "860e62f4f72f6e63e7745ef369900299fb741d87ef3665366e35a5b009cdd27a",
                          "home_team_hash_image": "0830dd46cf9be992716f26ff4e5040e9ef201c06453658daac2c4fe4cb675ac3",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 15,
                          "away_team_period_2_score": 11,
                          "home_team_period_1_score": 21,
                          "home_team_period_2_score": 21
                        },
                        {
                          "id": 119371,
                          "name": "Angulo D. vs Hosny H.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 52069,
                          "start_time": "2008-08-09T06:35:00+00:00",
                          "season_name": "Olympic Games Women 2008",
                          "away_team_id": 111257,
                          "home_team_id": 264498,
                          "status_reason": "Ended",
                          "tournament_id": 39305,
                          "away_team_name": "Hosny H.",
                          "home_team_name": "Angulo D.",
                          "away_team_score": 2,
                          "home_team_score": 1,
                          "tournament_name": "Olympic Games Women - Final Round",
                          "away_team_hash_image": "67f8ef7bee2001856b14f8744c7b2fbe14068f101eec70170e57a9ad22ca76d0",
                          "home_team_hash_image": "592464a7d0891facf999b1d8fe83a7c388c0b15898f49f595cce3ab7e251f881",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 21,
                          "away_team_period_2_score": 7,
                          "away_team_period_3_score": 21,
                          "home_team_period_1_score": 18,
                          "home_team_period_2_score": 21,
                          "home_team_period_3_score": 14
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches By Date League"
      }
    },
    "/teams-by-tournament": {
      "get": {
        "tags": [
          "Teams"
        ],
        "summary": "Teams By Tournament",
        "description": "This endpoint allows you to retrieve the teams from a specific tournament.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet teams from a specific **tournament_id**<br />`https://badminton.sportmicro.com/teams-by-tournament?tournament_id=eq.{tournament_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.teams-by-tournament.tournament_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/teams-by-tournament"
                  },
                  "type": "array",
                  "example": [
                    {
                      "tournament_id": 67,
                      "tournament_name": "Japan Open 2022 - WS",
                      "teams": [
                        {
                          "team_id": 312,
                          "team_name": "Yvonne LI.",
                          "team_hash_image": "a09239b5b1c3dc23eb86dbe315993359092074503d8f81be5ab1b48b06e8e03b"
                        },
                        {
                          "team_id": 1446,
                          "team_name": "Zhang Y.",
                          "team_hash_image": "8b5969f2eda177c51d06dbf1da340505da57b340cd430a811a15f58de93a29df"
                        },
                        {
                          "team_id": 1623,
                          "team_name": "Wang I.",
                          "team_hash_image": "8e47fc5156e5fcaffb368a1dc6636f36c9ae1196465e6d548d5aa9f49c4e9bc9"
                        },
                        {
                          "team_id": 98,
                          "team_name": "Se Young An.",
                          "team_hash_image": "1bb889d81b2a09848671e24cf1c710933b33aa3924b8bb0aa1babfd74a3247b1"
                        },
                        {
                          "team_id": 726,
                          "team_name": "Kjaersfeldt L.",
                          "team_hash_image": "ec44450bf064b65fde4ef11ed205e794e8379c2c81378a49a263755e9a95b440"
                        },
                        {
                          "team_id": 774,
                          "team_name": "Christophersen L.",
                          "team_hash_image": "f338b65314bc73b26da77de805203ebc04b625612cbf62e2996a1cb3d5131a7c"
                        },
                        {
                          "team_id": 256,
                          "team_name": "Kim G.",
                          "team_hash_image": "72f8f0fd2c359c1d3b46ef97a52d7905ae891a94f7752070f7da87075462cf33"
                        },
                        {
                          "team_id": 125,
                          "team_name": "Tai T.",
                          "team_hash_image": "47f3a190ebc801f48614c2a83305457881aa318ac82f88bfdf4e2dbe944aae19"
                        },
                        {
                          "team_id": 139,
                          "team_name": "Bing Jiao He.",
                          "team_hash_image": "ed5b07e18758b9b280bce61018c37454533172501e17892d2b4f777a320f5311"
                        },
                        {
                          "team_id": 202,
                          "team_name": "Nehwal S.",
                          "team_hash_image": "6202744cdc02f301392f089b0c9d23bd6f3025374f8a226dee510eaf807c125d"
                        },
                        {
                          "team_id": 237,
                          "team_name": "Ohori A.",
                          "team_hash_image": "06f47043a3e5d5c08d4a57b5d295c9a5bb33f30c08e18a54e7a9388e5f86dce2"
                        },
                        {
                          "team_id": 245,
                          "team_name": "Mariska G.",
                          "team_hash_image": "3c131313731739246ca1fe1c13b4c5ed664ca317054c531cf6b6175c32a873a0"
                        },
                        {
                          "team_id": 525,
                          "team_name": "Blichfeldt M.",
                          "team_hash_image": "c239293cddd0c1a31e994d1257adebe7bebb448eb0952482ffa6b2cc8c846056"
                        },
                        {
                          "team_id": 554,
                          "team_name": "Ongbumrungpan B.",
                          "team_hash_image": "04b248db8244ed07912fe32d01e5515518a1c7a008f68bb5108558cefc9e58b4"
                        },
                        {
                          "team_id": 598,
                          "team_name": "Zhang B.",
                          "team_hash_image": "fd4f1b828b0fb9628d2f2ea78dc1f171d6a2abf09ad9f7eaadd3c2e2bcf24984"
                        },
                        {
                          "team_id": 621,
                          "team_name": "Marín C.",
                          "team_hash_image": "1f272df580d7dd07ee253403e75c415958e13998e61c6d7b0664cab0b3c59f8f"
                        },
                        {
                          "team_id": 1574,
                          "team_name": "Kawakami S.",
                          "team_hash_image": "9cfb38bb56ecdd3ef28699f7f0f49fe80828b53f183ead695b0e432cf2658f87"
                        },
                        {
                          "team_id": 790,
                          "team_name": "Pai Yu Po.",
                          "team_hash_image": "f422fa136e4d7d320d43217f2268858bb09f990fbee537cc99bdedca7e3e2746"
                        },
                        {
                          "team_id": 816,
                          "team_name": "Hsu W.",
                          "team_hash_image": "effe3401e530fc5afbb32e90ec1355d92879d939a8f1106b9e5f704d4a2b8809"
                        },
                        {
                          "team_id": 1090,
                          "team_name": "Yeo J.",
                          "team_hash_image": "75fb7423925f5b3830f3316646a4c4ec0aa75b56cc69fa0d03af6e9d00618d73"
                        },
                        {
                          "team_id": 1149,
                          "team_name": "Gilmour K.",
                          "team_hash_image": "e0820664f2cff8f9bf9bfbaa95f729ab523803d4841e87a5253af0c7efc36356"
                        },
                        {
                          "team_id": 1701,
                          "team_name": "Tan L.",
                          "team_hash_image": "897e58fb7c1e2899fdaa4c2dd50641d7529287cfb4a0cb809fdf722049b0c620"
                        },
                        {
                          "team_id": 2121,
                          "team_name": "Cheung N.",
                          "team_hash_image": "efcbe161d5c30a71094bea301b1985f044f4cc6970006e27acf9fc30bf9f7612"
                        },
                        {
                          "team_id": 2470,
                          "team_name": "Takahashi S.",
                          "team_hash_image": "7d76797aedc0056a7d53fc6355fff6ebcaed1b237cdae74d0df2067ea24f98da"
                        },
                        {
                          "team_id": 6084,
                          "team_name": "Chaiwan P.",
                          "team_hash_image": "bd66ac050fb624b32f46647ba924725dd301a52a4377982f5bc1a702f50a3665"
                        },
                        {
                          "team_id": 741,
                          "team_name": "Chochuwong P.",
                          "team_hash_image": "06a358f5692ebcf41f7860e2997cc9ea22eb0ec544747828b9851a0c0ef932e5"
                        },
                        {
                          "team_id": 589,
                          "team_name": "Han Y.",
                          "team_hash_image": "2966de4cc7744fd343a07f1fc804c738dd4f24e5e198bffd2721035ae6819313"
                        },
                        {
                          "team_id": 228,
                          "team_name": "Wang Z.",
                          "team_hash_image": "902b904e89eedc8eaa1919cab064619fc0f83f8b6cf656e77961d9af9be87b7f"
                        },
                        {
                          "team_id": 192,
                          "team_name": "Yamaguchi A.",
                          "team_hash_image": "7d4ca7489587a5902b3cce6fb3a4f6e28fe7790e77872241f77529830e165712"
                        },
                        {
                          "team_id": 647,
                          "team_name": "Katethong S.",
                          "team_hash_image": "fa6e54c9be024e915d54394688d2a66e1559a3e21699f32d07e4ccb184ab7fd7"
                        },
                        {
                          "team_id": 271,
                          "team_name": "Chen Y.",
                          "team_hash_image": "5a9fe63af489239d7522521c7bc53de1632c3a05120a7b6e3d45e22fd618a86d"
                        },
                        {
                          "team_id": 182,
                          "team_name": "Intanon R.",
                          "team_hash_image": "dfdd90ad01bd4d7a250b03135434d237ea58b848739f3013f011cd99ea7b1cfd"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams By Tournament"
      }
    },
    "/leagues-by-class": {
      "get": {
        "tags": [
          "Leagues"
        ],
        "summary": "Leagues By Class",
        "description": "This endpoint allows you to retrieve the leagues from a specific class.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet leagues from a specific **class_id**<br />`https://badminton.sportmicro.com/leagues-by-category?class_id=eq.{class_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.leagues-by-class.class_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/leagues-by-class"
                  },
                  "type": "array",
                  "example": [
                    {
                      "class_id": 35,
                      "class_name": "International",
                      "class_hash_image": "6701356dde08b8b59ddc05f68767a5e14908e233616451ad89a8f08e30dcfc85",
                      "leagues": [
                        {
                          "id": 52,
                          "name": "Singapore Open (WT) 2018 - Women",
                          "hash_image": "abd993623d86e993d896c0711fc81ca35cf4590afd33e1a283acef4cdf3ac3e3"
                        },
                        {
                          "id": 166,
                          "name": "Uber Cup - Singles",
                          "hash_image": "e7d8fe45dc21212ecfbec86e89ac953668f23baaa364eb97962f35d5cf15e406"
                        },
                        {
                          "id": 6519,
                          "name": "Uber Cup - Doubles",
                          "hash_image": "7a4100e239dccebe02e5515c9b2b342be5e1221bd46b55db341fa93c067d5e98"
                        },
                        {
                          "id": 6548,
                          "name": "Thomas Cup - Doubles",
                          "hash_image": "394a24a4aefca9aa3d96f346a01d1409a4c5305553de6d362b61282c4601193f"
                        },
                        {
                          "id": 6550,
                          "name": "Thomas Cup",
                          "hash_image": "d5df4a3122b51720712d9c1c1674cb48b2f7d43cd8b5577be7a50b45d7790f00"
                        },
                        {
                          "id": 6556,
                          "name": "Thomas Cup - Singles",
                          "hash_image": "ca22d52d73adbe90305c9168898c34a0443d62b8abb469ba0144f2098a21815e"
                        },
                        {
                          "id": 11131,
                          "name": "Swedish Open - WD",
                          "hash_image": "9507c603c2140eabbeca87d5a9412900dbc3f44bdf714d0082e788f495c30e45"
                        },
                        {
                          "id": 11150,
                          "name": "India Open (WT) 2018 - Women",
                          "hash_image": "8343bc0e633b979c84707fad99ecb0f5dc6de73df6275a7392c35c277efd94ff"
                        },
                        {
                          "id": 11201,
                          "name": "Malaysia Open (WT) 2018 - Women Doubles",
                          "hash_image": "e587916ec11ae61ccc29d05ff4b1b35f2ceb6e38d14271a00007451ff985b59f"
                        },
                        {
                          "id": 11288,
                          "name": "Odisha Masters - Women - Singles",
                          "hash_image": "d4f568cb04a0da150aada830a8dc91fc6f87f0d3dd230836630f9c56f926ce2f"
                        },
                        {
                          "id": 11768,
                          "name": "Australian Open (WT) 2018 - Doubles",
                          "hash_image": "7ba2fa1392fdce851a55fbfade42e86a48b9fd11f42bc69bddda9171e16bd472"
                        },
                        {
                          "id": 11777,
                          "name": "Turkiye International Championships - XD",
                          "hash_image": "cd9ffc6a8ca2a31288d9559fd8425ebc987e7a771b99c081962d7589fc73e036"
                        },
                        {
                          "id": 12051,
                          "name": "Norwegian International - MS",
                          "hash_image": "a06229863ef335ddf95cc3cb5f0750f8ec9c7732b74f40d0f780b003dd26a65f"
                        },
                        {
                          "id": 12127,
                          "name": "Hungarian International - Doubles",
                          "hash_image": "17683409b92402ba11a4713aa94dd32f904aeb0d6f70b795d24ae8eb3d15dc4d"
                        },
                        {
                          "id": 12416,
                          "name": "Arctic Open - MD",
                          "hash_image": "08853da9026577600c178350c6aaac83cde2e5c5f65352891d8f68ec335cf8bd"
                        },
                        {
                          "id": 12433,
                          "name": "Arctic Open - XD",
                          "hash_image": "dc7c363634defd110b70d3e0db9047c5e99318213cf007dfde5f3a050678b5f6"
                        },
                        {
                          "id": 12500,
                          "name": "Bulgarian International Championship - MD",
                          "hash_image": "f0d26cd0279f22cbd7bee20df64d996653864f1ec95a86f52f6034a4d6c5e3f5"
                        },
                        {
                          "id": 12586,
                          "name": "Kaohsiung Masters - XD",
                          "hash_image": "3b8dcad4d59aec85e32910be6e0c85b14c9d102996f2eb30f5138f6250385872"
                        },
                        {
                          "id": 12683,
                          "name": "Indonesia Masters I - XD",
                          "hash_image": "02ca40415750b33061f6e51372c9a59b75c9699919fdf6796f617654d7ce3a2c"
                        },
                        {
                          "id": 12684,
                          "name": "Indonesia Masters I - MS",
                          "hash_image": "bbe7a401eff6e7e7a853342808d4490db2aa073a6fecef42eaaf25c946f65d71"
                        },
                        {
                          "id": 12761,
                          "name": "Lithuanian International 2025 - MS",
                          "hash_image": "4cfa42b36eafe8f03bbe77f86d483aa61e8efe6410d5e7d65849e138b399a731"
                        },
                        {
                          "id": 12763,
                          "name": "Lithuanian International 2025 - WD",
                          "hash_image": "1e3c6ae95e75c141ed1e16e78a899b94e0b6b3bc21d5ae31cfe827e6d5df0fc5"
                        },
                        {
                          "id": 12764,
                          "name": "Lithuanian International 2025 - WS",
                          "hash_image": "e34a8e98066a3957f7c0671adb45c5438a903056947d1ded9045bfaff6ecc104"
                        },
                        {
                          "id": 12895,
                          "name": "Bonn International - Women Doubles",
                          "hash_image": "62da8984a6be89e89b9399ffd577bd9fa79db7254b666569264cfe7bd5a867a6"
                        },
                        {
                          "id": 13070,
                          "name": "Chinese Taipei Open 2018 (MS)",
                          "hash_image": "3dd5ef3bad74482f97b0085db9a802bb0af0ed48219a6a4721dea8efec70db59"
                        },
                        {
                          "id": 13094,
                          "name": "Luxembourg Open - MS",
                          "hash_image": "bda7cd80ab12ddc913a420264ace29ef36493b85d6a8c605f133b61116d8133e"
                        },
                        {
                          "id": 13098,
                          "name": "Luxembourg Open - MD",
                          "hash_image": "e8db49413bda2c8e75ccd9342ebe6c7a832d5500b0749be3e117abc877e8b93f"
                        },
                        {
                          "id": 13099,
                          "name": "Luxembourg Open - WS",
                          "hash_image": "19c675ee2c3fd332b91905e1a05c6f694408a6ed9bb90ba466ad2f6f4da54990"
                        },
                        {
                          "id": 13101,
                          "name": "Luxembourg Open - XD",
                          "hash_image": "399841adbdb633ba503ded9ae9fef35f5bfc1e32563aa050aa2a163ebb0805f7"
                        },
                        {
                          "id": 13103,
                          "name": "Luxembourg Open - WD",
                          "hash_image": "872ea54109237e5e4f06fb6d0fbb4bb644135ef6a8be58da20d9ab9721886852"
                        },
                        {
                          "id": 13288,
                          "name": "BWF Uber Cup",
                          "hash_image": "741c94e83257c75cbf91b93a932835d5bc865ccba5607aa5f00e5bc4727301c9"
                        },
                        {
                          "id": 13392,
                          "name": "Abu Dhabi Masters - MS",
                          "hash_image": "16b8e379bba8903a9e65445c354d833661d0f704e37508dfd3868059473151de"
                        },
                        {
                          "id": 13531,
                          "name": "Armenia Infinity Cup",
                          "hash_image": "f6280e63ed8648d1237fbde0604139fb13cdb859f6e99f0f79a2c3aa1a69829b"
                        },
                        {
                          "id": 13540,
                          "name": "Armenia Infinity Cup - Mixed Doubles",
                          "hash_image": "8bf770fb69eb9d14ab460013cab66095045a67af4c0ef004838fafd2161f7149"
                        },
                        {
                          "id": 14086,
                          "name": "Brazil International Series 2019 - MD",
                          "hash_image": "0ff278df284dd0c3addc3b157d98bb572fd6202079d600c7b6b0d7290938d8ee"
                        },
                        {
                          "id": 14102,
                          "name": "Kharkiv International (IC) 2017 - Women Doubles",
                          "hash_image": "e7d12f7b92415a2181c34b5629f8f9b7d2f17e32f5c18cda7816f80f4651cf4e"
                        },
                        {
                          "id": 15652,
                          "name": "Akita Masters (WT) 2018",
                          "hash_image": "eeb741ad163839ee11fd74d3f6d316ec12d330b5a64b2f90f165c56bc6eda182"
                        },
                        {
                          "id": 16391,
                          "name": "Macau Open (GPG) 2017 - Women Doubles",
                          "hash_image": "63746f77d2e5bf1376141b2227dca4efd2a746151a30f4ccdb33780e0ece8b88"
                        },
                        {
                          "id": 16396,
                          "name": "Bitburger Open (GPG) 2017 - Women",
                          "hash_image": "be3fbee1b8e413e69faae5f8f549c8356f42c2b8b1794443db8a6fcd37415ca2"
                        },
                        {
                          "id": 16497,
                          "name": "Russian Open (WT) - Mixed Doubles",
                          "hash_image": "3f4ecf021fd9dc70201a57407f2d25d66e97c7a2eecfb6711fee2277da864cf6"
                        },
                        {
                          "id": 16503,
                          "name": "Russian Open (GP)",
                          "hash_image": "73a1f8e0c9e576b0828588fa7a2f68b12fa6f184e688ff4b790409756dfe75e7"
                        },
                        {
                          "id": 21336,
                          "name": "Finnish International - WS",
                          "hash_image": "401aae3d511b1fca0c8617b35fc8fcb555500eaa6c7b343c49d5b1d5146814f2"
                        },
                        {
                          "id": 21346,
                          "name": "Finnish International - MD",
                          "hash_image": "9795a6324c2aabd88c7b8d26574cd7daf4828f847a1a2e99c4ce532fa9d4e38d"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Leagues By Class"
      }
    },
    "/seasons-info": {
      "get": {
        "tags": [
          "Seasons"
        ],
        "summary": "Seasons Info",
        "description": "This endpoint allows you to retrieve the info from seasons.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet info from a specific **season_id**<br />`https://badminton.sportmicro.com/seasons-info?season_id=eq.{season_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.seasons-info.season_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/seasons-info"
                  },
                  "type": "array",
                  "example": [
                    {
                      "season_id": 115,
                      "season_name": "Olympic Tournament, Women, Singles 2021",
                      "competitors": 43,
                      "city": "Tokyo",
                      "countries": [
                        "Japan"
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons Info"
      }
    },
    "/teams-by-league": {
      "get": {
        "tags": [
          "Teams"
        ],
        "summary": "Teams By League",
        "description": "This endpoint allows you to retrieve the teams from a specific league.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet teams from a specific **league_id**<br />`https://badminton.sportmicro.com/teams-by-league?league_id=eq.{league_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.teams-by-league.league_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/teams-by-league"
                  },
                  "type": "array",
                  "example": [
                    {
                      "league_id": 79,
                      "league_name": "Badminton Olympic Games Women",
                      "teams": [
                        {
                          "id": 139,
                          "name": "Bing Jiao He.",
                          "hash_image": "ed5b07e18758b9b280bce61018c37454533172501e17892d2b4f777a320f5311"
                        },
                        {
                          "id": 156,
                          "name": "Azurmendi C.",
                          "hash_image": "e41b90829517794073aab04bcfb6c4c16d8b1b5133fde64d2f141c06c5d92659"
                        },
                        {
                          "id": 165,
                          "name": "Aghaei H.",
                          "hash_image": "44d08e686f1adc57ae34d047dfa08e26290d6fff3c67defe6c7948874fb34dcc"
                        },
                        {
                          "id": 177,
                          "name": "Abdul Razzaq F.",
                          "hash_image": "c659b7a373841bbda838bb61af207ca9eda6bd39b5e3e2499c46225ae1b31d2a"
                        },
                        {
                          "id": 182,
                          "name": "Intanon R.",
                          "hash_image": "dfdd90ad01bd4d7a250b03135434d237ea58b848739f3013f011cd99ea7b1cfd"
                        },
                        {
                          "id": 1039,
                          "name": "Cheah S.",
                          "hash_image": "289ec60b905c159cdc6b57b83a8f038eb0a918d398ffe1ce2c87211911f221ab"
                        },
                        {
                          "id": 1043,
                          "name": "Sarosi L.",
                          "hash_image": "7872d5bed455f3066f528eb4690211b55cc806d5399a9840a8bc76b1629b939e"
                        },
                        {
                          "id": 1048,
                          "name": "Kosetskaya E.",
                          "hash_image": "1897a52524fa74cae201a9547b03255060f1f3c2f403f512257262dc6bd3e73e"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams By League"
      }
    },
    "/arenas": {
      "get": {
        "tags": [
          "Arenas"
        ],
        "summary": "Arenas",
        "description": "This endpoint allows you to retrieve the arenas.\nWith geolocation parameter from `geolocations` endpoint we can see latitude and longitute of the arena.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\nYou can get the image of the arena by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet arenas<br />`https://badminton.sportmicro.com/arenas`<br /><br />Get arenas based on the **id**<br />`https://badminton.sportmicro.com/arenas?id=eq.{id}`<br /><br />Get arenas from a specific **country_id**<br />`https://badminton.sportmicro.com/arenas?country_id=eq.{country_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.arenas.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.arenas.country_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/arenas"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 24,
                      "name": "Court 2",
                      "city": "Kallang",
                      "hash_image": "cb6814ebf006be151f7844bff7bc086dee9acf974bfca0a10c4338fa3126d1e9",
                      "country_id": 39,
                      "country_name": "Singapore",
                      "country_hash_image": "58d9e33c417379bdf294f2e6907c186c529d7691e73867a82207314837701bea",
                      "geolocation": [
                        {
                          "name": "Kallang",
                          "type": "macrohood",
                          "label": "Kallang, Singapore",
                          "county": "Singapore",
                          "region": "Singapore",
                          "latitude": 1.314458,
                          "locality": "Singapore",
                          "continent": "Asia",
                          "longitude": 103.864827,
                          "confidence": 0.1,
                          "postal_code": "339274",
                          "country_code": "SGP"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Arenas"
      }
    },
    "/standings": {
      "get": {
        "tags": [
          "Standings"
        ],
        "summary": "Standings",
        "description": "This endpoint allows you to retrieve the standings.\nFor the type argument you can search by: **home**, **away** and **total**.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated after every finished match.<br />**Recommended Calls**: Limit calls to 1 per finished match.\n\n### Use Cases\nGet standings<br />`https://badminton.sportmicro.com/standings`<br /><br />Get standing based on the **id**<br />`https://badminton.sportmicro.com/standings?id=eq.{id}`<br /><br />Get standing from a specific **league_id**<br />`https://badminton.sportmicro.com/standings?league_id=eq.{league_id}`<br /><br />Get standing from a specific **league_id** and **season_id**<br />`https://badminton.sportmicro.com/standings?league_id=eq.{league_id}&season_id=eq.{season_id}`<br /><br />Get standing from a specific **league_id**, **season_id** and **type**<br />`https://badminton.sportmicro.com/standings?league_id=eq.{league_id}&season_id=eq.{season_id}&type=eq.{type}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.standings.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.standings.type"
          },
          {
            "$ref": "#/components/parameters/rowFilter.standings.season_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.standings.league_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/standings"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 76,
                      "tournament_id": 91,
                      "tournament_name": "Olympic Tournament - Singles - Women",
                      "type": "home",
                      "name": "Olympic Tournament Women 2020, Group C",
                      "season_id": 115,
                      "season_name": "Olympic Tournament, Women, Singles 2021",
                      "league_id": 79,
                      "league_name": "Badminton Olympic Games Women",
                      "competitors": [
                        {
                          "wins": 0,
                          "losses": 0,
                          "matches": 0,
                          "team_id": 156,
                          "position": 1,
                          "team_name": "Azurmendi C.",
                          "scores_for": 0,
                          "scores_against": 0,
                          "team_hash_image": "e41b90829517794073aab04bcfb6c4c16d8b1b5133fde64d2f141c06c5d92659"
                        },
                        {
                          "wins": 2,
                          "losses": 0,
                          "matches": 2,
                          "team_id": 98,
                          "position": 1,
                          "team_name": "Se Young An.",
                          "scores_for": 4,
                          "scores_against": 0,
                          "team_hash_image": "1bb889d81b2a09848671e24cf1c710933b33aa3924b8bb0aa1babfd74a3247b1"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Standings"
      }
    },
    "/seasons": {
      "get": {
        "tags": [
          "Seasons"
        ],
        "summary": "Seasons",
        "description": "This endpoint allows you to retrieve the seasons.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet seasons<br />`https://badminton.sportmicro.com/seasons`<br /><br />Get seasons based on the **id**<br />`https://badminton.sportmicro.com/seasons?id=eq.{id}`<br /><br />Get seasons from a specific **league_id**<br />`https://badminton.sportmicro.com/seasons?league_id=eq.{league_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.seasons.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.seasons.league_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/seasons"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 80,
                      "name": "Japan Open, Women, Singles 2025",
                      "year": "2025",
                      "start_time": "2025-07-15",
                      "end_time": "2025-07-15",
                      "league_id": 68,
                      "league_name": "Japan Open (SS) 2017 - Women"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons"
      }
    },
    "/seasons-by-tournament": {
      "get": {
        "tags": [
          "Seasons"
        ],
        "summary": "Seasons By Tournament",
        "description": "This endpoint allows you to retrieve the seasons from a specific tournament.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet seasons from a specific **tournament_id**<br />`https://badminton.sportmicro.com/seasons-by-tournament?tournament_id=eq.{tournament_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.seasons-by-tournament.tournament_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/seasons-by-tournament"
                  },
                  "type": "array",
                  "example": [
                    {
                      "tournament_id": 62,
                      "tournament_name": "Singapore Open 2025 - WS",
                      "seasons": [
                        {
                          "id": 59,
                          "name": "Singapore Open, Women, Singles 2025",
                          "year": "2025"
                        },
                        {
                          "id": 41317,
                          "name": "Singapore Open, Women, Singles 2024",
                          "year": "2024"
                        },
                        {
                          "id": 42081,
                          "name": "Singapore Open, Women, Singles 2023",
                          "year": "2023"
                        },
                        {
                          "id": 48457,
                          "name": "Singapore Open (WT) 2018, Women",
                          "year": "2018"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons By Tournament"
      }
    },
    "/matches-tv-channels": {
      "get": {
        "tags": [
          "Tv channels"
        ],
        "summary": "Matches Tv Channels",
        "description": "This endpoint allows you to retrieve the tv channels for matches from all countries.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 per hour.\n\n### Use Cases\nGet tv channels from a specific **match_id**<br />`https://badminton.sportmicro.com/matches-tv-channels?match_id=eq.{match_id}`<br /><br />Get tv channels from a specific **match_id** and **alpha**<br />`https://badminton.sportmicro.com/matches-tv-channels?match_id=eq.{match_id}&alpha=eq.{alpha}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-tv-channels.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.matches-tv-channels.alpha"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/matches-tv-channels"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 94652,
                      "country_id": 16,
                      "country_name": "Brazil",
                      "country_hash_image": "bbaf8352442730e92c16c5ea6b0ff7cc595c24e02d8e8bfc5fea5a4e0bb0b46b",
                      "alpha": "BR",
                      "tv_channels": [
                        {
                          "id": 6,
                          "name": "Star+ Brazil"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Tv Channels"
      }
    },
    "/tv-channels": {
      "get": {
        "tags": [
          "Tv channels"
        ],
        "summary": "Tv Channels",
        "description": "This endpoint allows you to retrieve the tv channels.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a week.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet tv channels<br />`https://badminton.sportmicro.com/tv-channels`<br /><br />Get tv channels based on the **name**<br />`https://badminton.sportmicro.com/tv-channels?name=like.*Sportklub*`<br /><br />Get tv channels based on the **id**<br />`https://badminton.sportmicro.com/tv-channels?id=eq.{id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.tv-channels.id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/tv-channels"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 1,
                      "name": "5Sport"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Tv Channels"
      }
    },
    "/matches-live": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches Live",
        "description": "This endpoint allows you to retrieve the live matches.\n\nIt has the same results as the /matches endpoint.",
        "responses": {},
        "operationId": "Matches Live"
      }
    },
    "/teams-by-season": {
      "get": {
        "tags": [
          "Teams"
        ],
        "summary": "Teams By Season",
        "description": "This endpoint allows you to retrieve the teams from a specific season.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet teams from a specific **season_id**<br />`https://badminton.sportmicro.com/teams-by-season?season_id=eq.{season_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.teams-by-season.season_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/teams-by-season"
                  },
                  "type": "array",
                  "example": [
                    {
                      "season_id": 110,
                      "season_name": "Olympic Tournament, Women, Singles 2024",
                      "teams": [
                        {
                          "team_id": 139,
                          "team_name": "Bing Jiao He.",
                          "team_hash_image": "ed5b07e18758b9b280bce61018c37454533172501e17892d2b4f777a320f5311"
                        },
                        {
                          "team_id": 156,
                          "team_name": "Azurmendi C.",
                          "team_hash_image": "e41b90829517794073aab04bcfb6c4c16d8b1b5133fde64d2f141c06c5d92659"
                        },
                        {
                          "team_id": 165,
                          "team_name": "Aghaei H.",
                          "team_hash_image": "44d08e686f1adc57ae34d047dfa08e26290d6fff3c67defe6c7948874fb34dcc"
                        },
                        {
                          "team_id": 177,
                          "team_name": "Abdul Razzaq F.",
                          "team_hash_image": "c659b7a373841bbda838bb61af207ca9eda6bd39b5e3e2499c46225ae1b31d2a"
                        },
                        {
                          "team_id": 182,
                          "team_name": "Intanon R.",
                          "team_hash_image": "dfdd90ad01bd4d7a250b03135434d237ea58b848739f3013f011cd99ea7b1cfd"
                        },
                        {
                          "team_id": 1039,
                          "team_name": "Cheah S.",
                          "team_hash_image": "289ec60b905c159cdc6b57b83a8f038eb0a918d398ffe1ce2c87211911f221ab"
                        },
                        {
                          "team_id": 1043,
                          "team_name": "Sarosi L.",
                          "team_hash_image": "7872d5bed455f3066f528eb4690211b55cc806d5399a9840a8bc76b1629b939e"
                        },
                        {
                          "team_id": 1048,
                          "team_name": "Kosetskaya E.",
                          "team_hash_image": "1897a52524fa74cae201a9547b03255060f1f3c2f403f512257262dc6bd3e73e"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams By Season"
      }
    },
    "/agg-news-matches": {
      "get": {
        "tags": [
          "News"
        ],
        "summary": "Agg News Matches",
        "description": "This endpoint allows you to retrieve aggregated news from matches.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 15 minutes.<br />**Recommended Calls**: Limit calls to 1 every 15 minutes.\n\n### Use Cases\nGet news from a specific **match_id**<br />`https://badminton.sportmicro.com/agg-news-matches?match_id=eq.{match_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.agg-news-matches.match_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/agg-news-matches"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 1,
                      "match_id": 93820,
                      "title": "Analysis of EEG features and study of automatic classification in first ... - BMC Psychiatry",
                      "link": "https://bmcpsychiatry.biomedcentral.com/articles/10.1186/s12888-023-05349-9",
                      "thumbnail_url": "https://media.springernature.com/w200/springer-static/cover/journal/12888.jpg",
                      "description": "Background Major depressive disorder (MDD) has a high incidence and an unknown mechanism. There are no objective and sensitive indicators for clinical diagnosis. Objective This study explored specific electrophysiological indicators and their role in the clinical diagnosis of MDD using machine learning. Methods Forty first-episode and drug-naïve patients with MDD and forty healthy controls (HCs) were recruited. EEG data were collected from all subjects in the resting state with eyes closed for 10 min. The severity of MDD was assessed by the Hamilton Depression Rating Scale (HAMD-17). Machine learning analysis was used to identify the patients with MDD. Results Compared to the HC group, the relative power of the low delta and theta bands was significantly higher in the right occipital region, and the relative power of the alpha band in the entire posterior occipital region was significantly lower in the MDD group. In the MDD group, the alpha band scalp functional connectivity was overall lower, while the scalp functional connectivity in the gamma band was significantly higher than that in the HC group. In the feature set of the relative power of the ROI in each band, the highest accuracy of 88.2% was achieved using the KNN classifier while using PCA feature selection. In the explanatory model using SHAP values, the top-ranking influence feature is the relative power of the alpha band in the left parietal region. Conclusions Our findings reveal that the abnormal EEG neural oscillations may reflect an imbalance of excitation, inhibition and hyperactivity in the cerebral cortex in first-episode and drug-naïve patients with MDD. The relative power of the alpha band in the left parietal region is expected to be an objective electrophysiological indicator of MDD.",
                      "published_date": "2023-11-13T17:56:26+00:00",
                      "source_url": "https://bmcpsychiatry.biomedcentral.com",
                      "source": "BMC Psychiatry"
                    },
                    {
                      "id": 8,
                      "match_id": 93820,
                      "title": "Profiles of Birch allergen component sensitization | JAA - Dove Medical Press",
                      "link": "https://www.dovepress.com/profiles-of-birch-allergen-component-sensitization-and-its-association-peer-reviewed-fulltext-article-JAA",
                      "thumbnail_url": "https://www.dovepress.com/assets/img/addon/og_logo.png",
                      "description": "Investigating major allergen components associated with birch pollen allergy in northern China and elucidate clinical relevance to pollen food allergy syndrome.",
                      "published_date": "2023-11-13T12:13:39+00:00",
                      "source_url": "https://www.dovepress.com",
                      "source": "Dove Medical Press"
                    },
                    {
                      "id": 121,
                      "match_id": 93820,
                      "title": "Chronic Inflammatory & Immune Microenvironment and HCC | JIR - Dove Medical Press",
                      "link": "https://www.dovepress.com/chronic-inflammatory-and-immune-microenvironment-promote-hepatocellula-peer-reviewed-fulltext-article-JIR",
                      "thumbnail_url": "https://www.dovepress.com/assets/img/addon/og_logo.png",
                      "description": "In this review we discuss role of hepatic chronic inflammatory & immunosuppressive microenvironment in HCC development, explore potential therapeutic targets.",
                      "published_date": "2023-11-15T07:08:31+00:00",
                      "source_url": "https://www.dovepress.com",
                      "source": "Dove Medical Press"
                    },
                    {
                      "id": 134,
                      "match_id": 93820,
                      "title": "Humoral and cellular immunity against different SARS-CoV-2 ... - Nature.com",
                      "link": "https://www.nature.com/articles/s41598-023-47130-8",
                      "thumbnail_url": "https://media.springernature.com/m685/springer-static/image/art%3A10.1038%2Fs41598-023-47130-8/MediaObjects/41598_2023_47130_Fig1_HTML.png",
                      "published_date": "2023-11-15T10:03:42+00:00",
                      "source_url": "https://www.nature.com",
                      "source": "Nature.com"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Agg News Matches"
      }
    }
  },
  "externalDocs": {
    "description": "Sportmicro API Documentation",
    "url": "https://docs.sportmicro.com/docs"
  },
  "tags": [
    {
      "name": "Countries",
      "description": "API Endpoints of Countries"
    },
    {
      "name": "Classes",
      "description": "API Endpoints of Classes"
    },
    {
      "name": "Leagues",
      "description": "API Endpoints of Leagues"
    },
    {
      "name": "Tournaments",
      "description": "API Endpoints of Tournaments"
    },
    {
      "name": "Seasons",
      "description": "API Endpoints of Seasons"
    },
    {
      "name": "Cup bracket",
      "description": "API Endpoints of Cup bracket"
    },
    {
      "name": "Standings",
      "description": "API Endpoints of Standings"
    },
    {
      "name": "Teams",
      "description": "API Endpoints of Teams"
    },
    {
      "name": "Players",
      "description": "API Endpoints of Players"
    },
    {
      "name": "Injuries",
      "description": "API Endpoints of Injuries"
    },
    {
      "name": "Matches",
      "description": "API Endpoints of Matches"
    },
    {
      "name": "Odds",
      "description": "API Endpoints of Odds"
    },
    {
      "name": "Bookmakers",
      "description": "API Endpoints of Bookmakers"
    },
    {
      "name": "Tv channels",
      "description": "API Endpoints of Tv channels"
    },
    {
      "name": "Coaches",
      "description": "API Endpoints of coaches"
    },
    {
      "name": "Referees",
      "description": "API Endpoints of Referees"
    },
    {
      "name": "Arenas",
      "description": "API Endpoints of arenas"
    },
    {
      "name": "News",
      "description": "API Endpoints of News"
    },
    {
      "name": "Media",
      "description": "API Endpoints of Media"
    },
    {
      "name": "v1-Odds",
      "description": "API Endpoints of Odds from Bet365"
    }
  ],
  "x-tagGroups": [
    {
      "name": "Endpoints",
      "tags": [
        "Countries",
        "Classes",
        "Leagues",
        "Tournaments",
        "Seasons",
        "Cup bracket",
        "Standings",
        "Teams",
        "Players",
        "Injuries",
        "Matches",
        "Odds",
        "Bookmakers",
        "Tv channels",
        "Coaches",
        "Referees",
        "Arenas",
        "News",
        "Media",
        "v1-Odds"
      ]
    }
  ],
  "servers": [
    {
      "url": "https://badminton.sportmicro.com"
    }
  ],
  "components": {
    "parameters": {
      "preferParams": {
        "name": "Prefer",
        "description": "Preference",
        "required": false,
        "in": "header",
        "schema": {
          "type": "string",
          "enum": [
            "params=single-object"
          ]
        }
      },
      "preferReturn": {
        "name": "Prefer",
        "description": "Preference",
        "required": false,
        "in": "header",
        "schema": {
          "type": "string",
          "enum": [
            "return=representation",
            "return=minimal",
            "return=none"
          ]
        }
      },
      "preferCount": {
        "name": "Prefer",
        "description": "Preference",
        "required": false,
        "in": "header",
        "schema": {
          "type": "string",
          "enum": [
            "count=none"
          ]
        }
      },
      "preferPost": {
        "name": "Prefer",
        "description": "Preference",
        "required": false,
        "in": "header",
        "schema": {
          "type": "string",
          "enum": [
            "return=representation",
            "return=minimal",
            "return=none",
            "resolution=ignore-duplicates",
            "resolution=merge-duplicates"
          ]
        }
      },
      "select": {
        "name": "select",
        "description": "Filtering Columns",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string"
        }
      },
      "on_conflict": {
        "name": "on_conflict",
        "description": "On Conflict",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string"
        }
      },
      "order": {
        "name": "order",
        "description": "Ordering",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string"
        }
      },
      "range": {
        "name": "Range",
        "description": "Limiting and Pagination",
        "required": false,
        "in": "header",
        "schema": {
          "type": "string"
        }
      },
      "rangeUnit": {
        "name": "Range-Unit",
        "description": "Limiting and Pagination",
        "required": false,
        "in": "header",
        "schema": {
          "type": "string",
          "default": "items",
          "example": "items"
        },
        "example": "items"
      },
      "offset": {
        "name": "offset",
        "description": "Limiting and Pagination",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "default": "0",
          "example": "0"
        },
        "example": "0"
      },
      "limit": {
        "name": "limit",
        "description": "Limiting and Pagination",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "default": "50",
          "example": "50"
        },
        "example": "50"
      },
      "rowFilter.teams-seasons.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.98"
        },
        "example": "eq.98"
      },
      "rowFilter.teams-seasons.team_name": {
        "name": "team_name",
        "description": "The name of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams-seasons.team_hash_image": {
        "name": "team_hash_image",
        "description": "The hash image of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams-seasons.tournaments": {
        "name": "tournaments",
        "description": "The tournaments of the team playing",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.tournaments-by-league.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.52"
        },
        "example": "eq.52"
      },
      "rowFilter.tournaments-by-league.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.tournaments-by-league.league_hash_image": {
        "name": "league_hash_image",
        "description": "The hash image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.tournaments-by-league.tournaments": {
        "name": "tournaments",
        "description": "The tournaments",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.teams.id": {
        "name": "id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.135381"
        },
        "example": "eq.135381"
      },
      "rowFilter.teams.name": {
        "name": "name",
        "description": "The name of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.short_name": {
        "name": "short_name",
        "description": "The short name of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.full_name": {
        "name": "full_name",
        "description": "The full name of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.gender": {
        "name": "gender",
        "description": "The gender of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character"
        }
      },
      "rowFilter.teams.team_player_info_id": {
        "name": "team_player_info_id",
        "description": "The id of the player (_team_)",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.teams.name_code": {
        "name": "name_code",
        "description": "The name code of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.national": {
        "name": "national",
        "description": "If the team is national",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.teams.type": {
        "name": "type",
        "description": "The type of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.teams.flag": {
        "name": "flag",
        "description": "The flag of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.color_primary": {
        "name": "color_primary",
        "description": "The primary color of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams.color_secondary": {
        "name": "color_secondary",
        "description": "The secondary color of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams.color_text": {
        "name": "color_text",
        "description": "The text color of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams.foundation_date": {
        "name": "foundation_date",
        "description": "The foundation date of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.teams.hash_image": {
        "name": "hash_image",
        "description": "The name of the image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams.country_id": {
        "name": "country_id",
        "description": "The id of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.teams.country_name": {
        "name": "country_name",
        "description": "The name of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.country_hash_image": {
        "name": "country_hash_image",
        "description": "The name image of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams.sub_teams": {
        "name": "sub_teams",
        "description": "The sub teams of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer[]"
        }
      },
      "rowFilter.teams.class_id": {
        "name": "class_id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.35"
        },
        "example": "eq.35"
      },
      "rowFilter.teams.class_name": {
        "name": "class_name",
        "description": "The name of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.class_hash_image": {
        "name": "class_hash_image",
        "description": "The name image of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams.tournament_id": {
        "name": "tournament_id",
        "description": "The id of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.33101"
        },
        "example": "eq.33101"
      },
      "rowFilter.teams.tournament_name": {
        "name": "tournament_name",
        "description": "The name of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.primary_league_id": {
        "name": "primary_league_id",
        "description": "The id of the primary league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.teams.primary_league_name": {
        "name": "primary_league_name",
        "description": "The name of the primary league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.primary_league_hash_image": {
        "name": "primary_league_hash_image",
        "description": "The name image of the primary league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams.arena_id": {
        "name": "arena_id",
        "description": "The id of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.teams.arena_name": {
        "name": "arena_name",
        "description": "The name of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.arena_hash_image": {
        "name": "arena_hash_image",
        "description": "The name image of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams.coach_id": {
        "name": "coach_id",
        "description": "The id of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.teams.coach_name": {
        "name": "coach_name",
        "description": "The name of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.coach_hash_image": {
        "name": "coach_hash_image",
        "description": "The name image of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams.parent_team_id": {
        "name": "parent_team_id",
        "description": "The id of the parent team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.teams.parent_team_name": {
        "name": "parent_team_name",
        "description": "The name of the parent team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.parent_team_hash_image": {
        "name": "parent_team_hash_image",
        "description": "The name image of the parent team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.leagues.id": {
        "name": "id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.52"
        },
        "example": "eq.52"
      },
      "rowFilter.leagues.name": {
        "name": "name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues.importance": {
        "name": "importance",
        "description": "The importance level of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues.level": {
        "name": "level",
        "description": "The level of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues.current_champion_team_id": {
        "name": "current_champion_team_id",
        "description": "The id of the team that hold the title",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues.current_champion_team_name": {
        "name": "current_champion_team_name",
        "description": "The name of the team that hold the title",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues.current_champion_team_hash_image": {
        "name": "current_champion_team_hash_image",
        "description": "The name image of the team that hold the title",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.leagues.current_champion_team_num_titles": {
        "name": "current_champion_team_num_titles",
        "description": "The number of the title that the team is holding",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues.teams_most_titles": {
        "name": "teams_most_titles",
        "description": "The ids of the teams with the most titles",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues.most_titles": {
        "name": "most_titles",
        "description": "The number of the most titles accomplished by one team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues.ground": {
        "name": "ground",
        "description": "The default ground type of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues.number_of_sets": {
        "name": "number_of_sets",
        "description": "The default number of sets in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues.max_points": {
        "name": "max_points",
        "description": "The max number of points in one game",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues.primary_color": {
        "name": "primary_color",
        "description": "The primary color of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.leagues.secondary_color": {
        "name": "secondary_color",
        "description": "The secondary color of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.leagues.connected_leagues": {
        "name": "connected_leagues",
        "description": "The ids of connected leagues",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues.higher_leagues": {
        "name": "higher_leagues",
        "description": "The ids of higher leagues",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues.lower_leagues": {
        "name": "lower_leagues",
        "description": "The ids of lower leagues",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues.start_league": {
        "name": "start_league",
        "description": "The date of starting the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.leagues.end_league": {
        "name": "end_league",
        "description": "The date of ending the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.leagues.hash_image": {
        "name": "hash_image",
        "description": "The name of the image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.leagues.class_id": {
        "name": "class_id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.35"
        },
        "example": "eq.35"
      },
      "rowFilter.leagues.class_name": {
        "name": "class_name",
        "description": "The name of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues.class_hash_image": {
        "name": "class_hash_image",
        "description": "The name image of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.seasons-rounds.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.59"
        },
        "example": "eq.59"
      },
      "rowFilter.seasons-rounds.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons-rounds.rounds": {
        "name": "rounds",
        "description": "The rounds of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.tournaments.id": {
        "name": "id",
        "description": "The id of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.19635"
        },
        "example": "eq.19635"
      },
      "rowFilter.tournaments.name": {
        "name": "name",
        "description": "The name of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.tournaments.importance": {
        "name": "importance",
        "description": "The importance level of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.tournaments.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.6766"
        },
        "example": "eq.6766"
      },
      "rowFilter.tournaments.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.tournaments.league_hash_image": {
        "name": "league_hash_image",
        "description": "The name image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.tournaments.class_id": {
        "name": "class_id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.35"
        },
        "example": "eq.35"
      },
      "rowFilter.tournaments.class_name": {
        "name": "class_name",
        "description": "The name of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.tournaments.class_hash_image": {
        "name": "class_hash_image",
        "description": "The name image of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.players-by-team.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.players-by-team.team_name": {
        "name": "team_name",
        "description": "The name of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players-by-team.team_hash_image": {
        "name": "team_hash_image",
        "description": "The hash image of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.players-by-team.players": {
        "name": "players",
        "description": "The players",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-by-date.date": {
        "name": "date",
        "description": "The date",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.2008-08-09"
        },
        "example": "eq.2008-08-09"
      },
      "rowFilter.leagues-by-date.leagues": {
        "name": "leagues",
        "description": "The leagues",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.coaches.id": {
        "name": "id",
        "description": "The id of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches.name": {
        "name": "name",
        "description": "The name of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.coaches.nickname": {
        "name": "nickname",
        "description": "The short name of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.coaches.default_formation": {
        "name": "default_formation",
        "description": "The default formation by the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.coaches.nationality": {
        "name": "nationality",
        "description": "The nationality of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.coaches.nationality_iso2": {
        "name": "nationality_iso2",
        "description": "The alpha2 of the nationality",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.coaches.total_matches": {
        "name": "total_matches",
        "description": "The number of total matches by the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches.wins_matches": {
        "name": "wins_matches",
        "description": "The number of wins by the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches.draws_matches": {
        "name": "draws_matches",
        "description": "The number of draws by the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches.losses_matches": {
        "name": "losses_matches",
        "description": "The number of losses by the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches.goals_scored_matches": {
        "name": "goals_scored_matches",
        "description": "The number of goals scored in matches managed by the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches.goals_conceded_matches": {
        "name": "goals_conceded_matches",
        "description": "The number of goals conceded in matches managed by the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches.total_points_matches": {
        "name": "total_points_matches",
        "description": "The number of total points gained by the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches.date_of_birth": {
        "name": "date_of_birth",
        "description": "The date of the coach's birth",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.coaches.hash_image": {
        "name": "hash_image",
        "description": "The name of the image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.coaches.former_player_id": {
        "name": "former_player_id",
        "description": "The id of the coach as a former player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches.country_id": {
        "name": "country_id",
        "description": "The id of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches.country_name": {
        "name": "country_name",
        "description": "The name of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.coaches.country_hash_image": {
        "name": "country_hash_image",
        "description": "The name image of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.coaches.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches.team_name": {
        "name": "team_name",
        "description": "The name of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.coaches.team_hash_image": {
        "name": "team_hash_image",
        "description": "The name image of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.coaches.class_id": {
        "name": "class_id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches.class_name": {
        "name": "class_name",
        "description": "The name of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.coaches.class_hash_image": {
        "name": "class_hash_image",
        "description": "The hash image of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.classes.id": {
        "name": "id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.35"
        },
        "example": "eq.35"
      },
      "rowFilter.classes.name": {
        "name": "name",
        "description": "The name of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.classes.flag": {
        "name": "flag",
        "description": "The flag of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.classes.alpha": {
        "name": "alpha",
        "description": "The alpha name of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.classes.importance": {
        "name": "importance",
        "description": "The importance of the class specified with a number",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.classes.hash_image": {
        "name": "hash_image",
        "description": "The name of the image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-weather.id": {
        "name": "id",
        "description": "The id of the weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1"
        },
        "example": "eq.1"
      },
      "rowFilter.matches-weather.dt": {
        "name": "dt",
        "description": "The date of the weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches-weather.temp": {
        "name": "temp",
        "description": "The temperature of the weather `Kelvin`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.matches-weather.feels_like": {
        "name": "feels_like",
        "description": "The human perception of the weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.matches-weather.pressure": {
        "name": "pressure",
        "description": "The pressure of the weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.matches-weather.humidity": {
        "name": "humidity",
        "description": "The humidity of the weather in `%`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.matches-weather.dew_point": {
        "name": "dew_point",
        "description": "The minimum temperature of the weather `Kelvin`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.matches-weather.uvi": {
        "name": "uvi",
        "description": "The maximum value of UV index for the day",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.matches-weather.clouds": {
        "name": "clouds",
        "description": "The cloudiness of the weather in `%`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.matches-weather.wind_speed": {
        "name": "wind_speed",
        "description": "The wind speed `Metre/Sec`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.matches-weather.wind_deg": {
        "name": "wind_deg",
        "description": "The wind direction `Degrees`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.matches-weather.wind_gust": {
        "name": "wind_gust",
        "description": "The wind gust `Metre/Sec`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.matches-weather.weather_id": {
        "name": "weather_id",
        "description": "The random id of the weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-weather.weather_main": {
        "name": "weather_main",
        "description": "The title of the weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-weather.weather_description": {
        "name": "weather_description",
        "description": "The description of the weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-weather.weather_icon": {
        "name": "weather_icon",
        "description": "The name of the image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-weather.pop": {
        "name": "pop",
        "description": "The probability of precipitation in `%`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.matches.id": {
        "name": "id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1"
        },
        "example": "eq.1"
      },
      "rowFilter.matches.name": {
        "name": "name",
        "description": "Home team name vs away team name",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches.tournament_id": {
        "name": "tournament_id",
        "description": "The id of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.204"
        },
        "example": "eq.204"
      },
      "rowFilter.matches.tournament_name": {
        "name": "tournament_name",
        "description": "The name of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.tournament_importance": {
        "name": "tournament_importance",
        "description": "The importance of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.229"
        },
        "example": "eq.229"
      },
      "rowFilter.matches.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.round_id": {
        "name": "round_id",
        "description": "The id of the round",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.2287"
        },
        "example": "eq.2287"
      },
      "rowFilter.matches.round": {
        "name": "round",
        "description": "The round",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches.status": {
        "name": "status",
        "description": "The status of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches.status_type": {
        "name": "status_type",
        "description": "The type of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.attendance": {
        "name": "attendance",
        "description": "The number of people watching the match at the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches.arena_id": {
        "name": "arena_id",
        "description": "The id of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.58"
        },
        "example": "eq.58"
      },
      "rowFilter.matches.arena_name": {
        "name": "arena_name",
        "description": "The name of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.arena_hash_image": {
        "name": "arena_hash_image",
        "description": "The name image of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches.referee_id": {
        "name": "referee_id",
        "description": "The id of the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches.referee_name": {
        "name": "referee_name",
        "description": "The name of the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.referee_hash_image": {
        "name": "referee_hash_image",
        "description": "The name image of the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches.home_team_id": {
        "name": "home_team_id",
        "description": "The id of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.98"
        },
        "example": "eq.98"
      },
      "rowFilter.matches.home_team_name": {
        "name": "home_team_name",
        "description": "The name of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.home_team_hash_image": {
        "name": "home_team_hash_image",
        "description": "The name image of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches.away_team_id": {
        "name": "away_team_id",
        "description": "The id of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.293"
        },
        "example": "eq.293"
      },
      "rowFilter.matches.away_team_name": {
        "name": "away_team_name",
        "description": "The name of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.away_team_hash_image": {
        "name": "away_team_hash_image",
        "description": "The name image of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches.home_team_score": {
        "name": "home_team_score",
        "description": "The score of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches.away_team_score": {
        "name": "away_team_score",
        "description": "The score of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches.times": {
        "name": "times",
        "description": "The time of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches.specific_start_time": {
        "name": "specific_start_time",
        "description": "The real start time of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches.start_time": {
        "name": "start_time",
        "description": "The official start time of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches.end_time": {
        "name": "end_time",
        "description": "The end of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches.duration": {
        "name": "duration",
        "description": "The duration of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches.last_period": {
        "name": "last_period",
        "description": "The last period of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.season_statistics_type": {
        "name": "season_statistics_type",
        "description": "The type of the season's statistics",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.class_id": {
        "name": "class_id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches.class_name": {
        "name": "class_name",
        "description": "The name of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.class_hash_image": {
        "name": "class_hash_image",
        "description": "The name of the class image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.league_hash_image": {
        "name": "league_hash_image",
        "description": "The name of the league image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches.previous_leg_match_id": {
        "name": "previous_leg_match_id",
        "description": "The id of the previous leg match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches.weather_id": {
        "name": "weather_id",
        "description": "The id of the weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches.weather_main": {
        "name": "weather_main",
        "description": "The main weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.weather_icon": {
        "name": "weather_icon",
        "description": "The name icon of the weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-statistics.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1"
        },
        "example": "eq.1"
      },
      "rowFilter.matches-statistics.statistics": {
        "name": "statistics",
        "description": "The statistics of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.tournaments-by-class.class_id": {
        "name": "class_id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.35"
        },
        "example": "eq.35"
      },
      "rowFilter.tournaments-by-class.class_name": {
        "name": "class_name",
        "description": "The name of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.tournaments-by-class.class_hash_image": {
        "name": "class_hash_image",
        "description": "The hash image of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.tournaments-by-class.tournaments": {
        "name": "tournaments",
        "description": "The tournaments",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.cup-bracket.id": {
        "name": "id",
        "description": "The id of the cup bracket",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.8"
        },
        "example": "eq.8"
      },
      "rowFilter.cup-bracket.name": {
        "name": "name",
        "description": "The name of the cup bracket",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.cup-bracket.current_round": {
        "name": "current_round",
        "description": "The last or the current round in the cup bracket",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.cup-bracket.type": {
        "name": "type",
        "description": "The type of the cup bracket",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.cup-bracket.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.59"
        },
        "example": "eq.59"
      },
      "rowFilter.cup-bracket.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.cup-bracket.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.52"
        },
        "example": "eq.52"
      },
      "rowFilter.cup-bracket.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.cup-bracket.league_hash_image": {
        "name": "league_hash_image",
        "description": "The name image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.cup-bracket.rounds": {
        "name": "rounds",
        "description": "The rounds of the cup bracket",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.media-leagues.id": {
        "name": "id",
        "description": "The id of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.media-leagues.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.52"
        },
        "example": "eq.52"
      },
      "rowFilter.media-leagues.title": {
        "name": "title",
        "description": "The title of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.media-leagues.subtitle": {
        "name": "subtitle",
        "description": "The subtitle of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.media-leagues.url": {
        "name": "url",
        "description": "The url of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.media-leagues.thumbnail_url": {
        "name": "thumbnail_url",
        "description": "The thumbnail url of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.media-leagues.date_published": {
        "name": "date_published",
        "description": "The date of publishing the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.media-leagues.channel_url": {
        "name": "channel_url",
        "description": "The source url of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas-by-country.country_id": {
        "name": "country_id",
        "description": "The id of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.8"
        },
        "example": "eq.8"
      },
      "rowFilter.arenas-by-country.country_name": {
        "name": "country_name",
        "description": "The name of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas-by-country.country_hash_image": {
        "name": "country_hash_image",
        "description": "The hash image of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.arenas-by-country.arenas": {
        "name": "arenas",
        "description": "The arenas",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.coaches-career.coach_id": {
        "name": "coach_id",
        "description": "The id of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches-career.careers": {
        "name": "careers",
        "description": "The career of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.seasons-groups.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.145"
        },
        "example": "eq.145"
      },
      "rowFilter.seasons-groups.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons-groups.groups": {
        "name": "groups",
        "description": "The groups of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.referees-by-league.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.52"
        },
        "example": "eq.52"
      },
      "rowFilter.referees-by-league.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.referees-by-league.league_hash_image": {
        "name": "league_hash_image",
        "description": "The hash image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.referees-by-league.referees": {
        "name": "referees",
        "description": "The referees",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-incidents.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1"
        },
        "example": "eq.1"
      },
      "rowFilter.matches-incidents.incidents": {
        "name": "incidents",
        "description": "The incidents of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.media-teams.id": {
        "name": "id",
        "description": "The id of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.media-teams.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.media-teams.title": {
        "name": "title",
        "description": "The title of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.media-teams.subtitle": {
        "name": "subtitle",
        "description": "The subtitle of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.media-teams.url": {
        "name": "url",
        "description": "The url of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.media-teams.thumbnail_url": {
        "name": "thumbnail_url",
        "description": "The thumbnail url of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.media-teams.date_published": {
        "name": "date_published",
        "description": "The date of publishing the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.media-teams.channel_url": {
        "name": "channel_url",
        "description": "The source url of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.countries.id": {
        "name": "id",
        "description": "The id of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1"
        },
        "example": "eq.1"
      },
      "rowFilter.countries.name": {
        "name": "name",
        "description": "The name of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.countries.alpha": {
        "name": "alpha",
        "description": "The alpha name of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying",
          "example": "eq.CF"
        },
        "example": "eq.CF"
      },
      "rowFilter.countries.hash_image": {
        "name": "hash_image",
        "description": "The name of the image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-by-date.date": {
        "name": "date",
        "description": "The date",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.2008-08-09"
        },
        "example": "eq.2008-08-09"
      },
      "rowFilter.matches-by-date.matches": {
        "name": "matches",
        "description": "The matches",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.news-matches.id": {
        "name": "id",
        "description": "The id of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.news-matches.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.100199"
        },
        "example": "eq.100199"
      },
      "rowFilter.news-matches.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.news-matches.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.news-matches.league_hash_image": {
        "name": "league_hash_image",
        "description": "The hash image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.news-matches.date": {
        "name": "date",
        "description": "The date of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.news-matches.title": {
        "name": "title",
        "description": "The title of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.news-matches.name": {
        "name": "name",
        "description": "The name of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.news-matches.subtitles": {
        "name": "subtitles",
        "description": "The subtitles",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.agg-news-players.id": {
        "name": "id",
        "description": "The id of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.agg-news-players.player_id": {
        "name": "player_id",
        "description": "The id of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.agg-news-players.title": {
        "name": "title",
        "description": "The title of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-players.link": {
        "name": "link",
        "description": "The link of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-players.thumbnail_url": {
        "name": "thumbnail_url",
        "description": "The thumbnail url of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-players.description": {
        "name": "description",
        "description": "The description of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-players.published_date": {
        "name": "published_date",
        "description": "The published date of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.agg-news-players.source_url": {
        "name": "source_url",
        "description": "The source url of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-players.source": {
        "name": "source",
        "description": "The source of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons-by-league.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.52"
        },
        "example": "eq.52"
      },
      "rowFilter.seasons-by-league.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons-by-league.league_hash_image": {
        "name": "league_hash_image",
        "description": "The hash image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons-by-league.seasons": {
        "name": "seasons",
        "description": "The seasons",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.coaches-by-country.country_id": {
        "name": "country_id",
        "description": "The id of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coaches-by-country.country_name": {
        "name": "country_name",
        "description": "The name of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.coaches-by-country.country_hash_image": {
        "name": "country_hash_image",
        "description": "The hash image of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.coaches-by-country.coaches": {
        "name": "coaches",
        "description": "The coaches",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.agg-news-leagues.id": {
        "name": "id",
        "description": "The id of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.agg-news-leagues.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.agg-news-leagues.title": {
        "name": "title",
        "description": "The title of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-leagues.link": {
        "name": "link",
        "description": "The link of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-leagues.thumbnail_url": {
        "name": "thumbnail_url",
        "description": "The thumbnail url of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-leagues.description": {
        "name": "description",
        "description": "The description of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-leagues.published_date": {
        "name": "published_date",
        "description": "The published date of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.agg-news-leagues.source_url": {
        "name": "source_url",
        "description": "The source url of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-leagues.source": {
        "name": "source",
        "description": "The source of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-by-date-league.date": {
        "name": "date",
        "description": "The date",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.2008-08-09"
        },
        "example": "eq.2008-08-09"
      },
      "rowFilter.matches-by-date-league.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.79"
        },
        "example": "eq.79"
      },
      "rowFilter.matches-by-date-league.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-by-date-league.league_hash_image": {
        "name": "league_hash_image",
        "description": "The hash image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-by-date-league.matches": {
        "name": "matches",
        "description": "The matches",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.players.id": {
        "name": "id",
        "description": "The id of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.players.name": {
        "name": "name",
        "description": "The name of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players.first_name": {
        "name": "first_name",
        "description": "The first name of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players.last_name": {
        "name": "last_name",
        "description": "The last name of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players.nickname": {
        "name": "nickname",
        "description": "The short name of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players.player_position": {
        "name": "player_position",
        "description": "The position of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players.player_jersey_number": {
        "name": "player_jersey_number",
        "description": "The jersey number of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players.player_height": {
        "name": "player_height",
        "description": "The height of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.players.preferred_foot": {
        "name": "preferred_foot",
        "description": "The preferred foot of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players.country_id": {
        "name": "country_id",
        "description": "The id of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.players.country_name": {
        "name": "country_name",
        "description": "The name of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players.country_hash_image": {
        "name": "country_hash_image",
        "description": "The name image of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players.shirt_number": {
        "name": "shirt_number",
        "description": "The shirt number of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.players.date_of_birth": {
        "name": "date_of_birth",
        "description": "The date of the player's birth",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.players.market_value": {
        "name": "market_value",
        "description": "The proposed market value of the player `EUR`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.players.market_currency": {
        "name": "market_currency",
        "description": "The proposed market currency",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players.hash_image": {
        "name": "hash_image",
        "description": "The name of the image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.players.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.players.team_name": {
        "name": "team_name",
        "description": "The name of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players.team_hash_image": {
        "name": "team_hash_image",
        "description": "The name image of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.players.retired_status": {
        "name": "retired_status",
        "description": "Retired",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.players.cricket_info_id": {
        "name": "cricket_info_id",
        "description": "The info id of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.teams-by-tournament.tournament_id": {
        "name": "tournament_id",
        "description": "The id of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.67"
        },
        "example": "eq.67"
      },
      "rowFilter.teams-by-tournament.tournament_name": {
        "name": "tournament_name",
        "description": "The name of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams-by-tournament.teams": {
        "name": "teams",
        "description": "The teams",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-by-class.class_id": {
        "name": "class_id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.35"
        },
        "example": "eq.35"
      },
      "rowFilter.leagues-by-class.class_name": {
        "name": "class_name",
        "description": "The name of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-by-class.class_hash_image": {
        "name": "class_hash_image",
        "description": "The hash image of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.leagues-by-class.leagues": {
        "name": "leagues",
        "description": "The leagues",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.seasons-info.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.115"
        },
        "example": "eq.115"
      },
      "rowFilter.seasons-info.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons-info.goals": {
        "name": "goals",
        "description": "The number of goals by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.seasons-info.home_wins": {
        "name": "home_wins",
        "description": "The number of home team wins by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.seasons-info.away_wins": {
        "name": "away_wins",
        "description": "The number of away team wins by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.seasons-info.draws": {
        "name": "draws",
        "description": "The number of draws by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.seasons-info.yellow_cards": {
        "name": "yellow_cards",
        "description": "The number of yellow cards by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.seasons-info.red_cards": {
        "name": "red_cards",
        "description": "The number of red cards by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.seasons-info.rounds": {
        "name": "rounds",
        "description": "The number of rounds by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.seasons-info.competitors": {
        "name": "competitors",
        "description": "The number of competitors by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.seasons-info.total_prize_money": {
        "name": "total_prize_money",
        "description": "The number of total prize money by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.seasons-info.total_prize_money_currency": {
        "name": "total_prize_money_currency",
        "description": "The currency of the total prize money by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons-info.city": {
        "name": "city",
        "description": "The host city of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons-info.level": {
        "name": "level",
        "description": "The level of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons-info.countries": {
        "name": "countries",
        "description": "The host countries of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text[]"
        }
      },
      "rowFilter.seasons-info.higher_tournament_teams": {
        "name": "higher_tournament_teams",
        "description": "The number of newcomers higher tournaments by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.seasons-info.lower_tournament_teams": {
        "name": "lower_tournament_teams",
        "description": "The number of newcomers lower tournaments by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.seasons-info.tournament_other_teams": {
        "name": "tournament_other_teams",
        "description": "The number of newcomers other tournaments by the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.teams-by-league.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.79"
        },
        "example": "eq.79"
      },
      "rowFilter.teams-by-league.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams-by-league.league_hash_image": {
        "name": "league_hash_image",
        "description": "The hash image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams-by-league.teams": {
        "name": "teams",
        "description": "The teams",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.referees.id": {
        "name": "id",
        "description": "The id of the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.referees.name": {
        "name": "name",
        "description": "The name of the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.referees.yellow_cards": {
        "name": "yellow_cards",
        "description": "The number of yellow cards given by the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.referees.red_cards": {
        "name": "red_cards",
        "description": "The number of red cards given by the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.referees.yellow_red_cards": {
        "name": "yellow_red_cards",
        "description": "The number of yellow-red cards given by the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.referees.matches_count": {
        "name": "matches_count",
        "description": "The number of games played by the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.referees.date_of_birth": {
        "name": "date_of_birth",
        "description": "The date of the referee's birth",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.referees.first_debut_timestamp": {
        "name": "first_debut_timestamp",
        "description": "The id of the first tournament played by the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.referees.hash_image": {
        "name": "hash_image",
        "description": "The name of the image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.referees.country_id": {
        "name": "country_id",
        "description": "The id of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.referees.country_name": {
        "name": "country_name",
        "description": "The name of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.referees.country_hash_image": {
        "name": "country_hash_image",
        "description": "The name image of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.arenas.id": {
        "name": "id",
        "description": "The id of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.24"
        },
        "example": "eq.24"
      },
      "rowFilter.arenas.name": {
        "name": "name",
        "description": "The name of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas.city": {
        "name": "city",
        "description": "The city of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas.stadium_capacity": {
        "name": "stadium_capacity",
        "description": "The capacity of the stadium",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.arenas.coordinates": {
        "name": "coordinates",
        "description": "The coordinates of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas.built": {
        "name": "built",
        "description": "The built date of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas.opened": {
        "name": "opened",
        "description": "The date when the arena opened",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas.owner": {
        "name": "owner",
        "description": "The owner of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas.operator": {
        "name": "operator",
        "description": "The operator of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas.surface": {
        "name": "surface",
        "description": "The surface of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas.cost": {
        "name": "cost",
        "description": "The cost of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas.dimensions": {
        "name": "dimensions",
        "description": "The dimensions of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas.hash_image": {
        "name": "hash_image",
        "description": "The name of the image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.arenas.country_id": {
        "name": "country_id",
        "description": "The id of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.39"
        },
        "example": "eq.39"
      },
      "rowFilter.arenas.country_name": {
        "name": "country_name",
        "description": "The name of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.arenas.country_hash_image": {
        "name": "country_hash_image",
        "description": "The name image of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.arenas.geolocation": {
        "name": "geolocation",
        "description": "The geolocation",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.standings.id": {
        "name": "id",
        "description": "The id of the standing",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.76"
        },
        "example": "eq.76"
      },
      "rowFilter.standings.tournament_id": {
        "name": "tournament_id",
        "description": "The id of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.standings.tournament_name": {
        "name": "tournament_name",
        "description": "The name of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.standings.type": {
        "name": "type",
        "description": "The type of the standing",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.home"
        },
        "example": "eq.home"
      },
      "rowFilter.standings.name": {
        "name": "name",
        "description": "The name of the standing",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.standings.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.115"
        },
        "example": "eq.115"
      },
      "rowFilter.standings.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.standings.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.79"
        },
        "example": "eq.79"
      },
      "rowFilter.standings.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.standings.league_hash_image": {
        "name": "league_hash_image",
        "description": "The name image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.standings.competitors": {
        "name": "competitors",
        "description": "The competitors of the standing",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.seasons.id": {
        "name": "id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.80"
        },
        "example": "eq.80"
      },
      "rowFilter.seasons.name": {
        "name": "name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons.year": {
        "name": "year",
        "description": "The year of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons.start_time": {
        "name": "start_time",
        "description": "The start time of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons.end_time": {
        "name": "end_time",
        "description": "The end time of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.68"
        },
        "example": "eq.68"
      },
      "rowFilter.seasons.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons.league_hash_image": {
        "name": "league_hash_image",
        "description": "The name image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons-by-tournament.tournament_id": {
        "name": "tournament_id",
        "description": "The id of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.62"
        },
        "example": "eq.62"
      },
      "rowFilter.seasons-by-tournament.tournament_name": {
        "name": "tournament_name",
        "description": "The name of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons-by-tournament.seasons": {
        "name": "seasons",
        "description": "The seasons",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-tv-channels.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.94652"
        },
        "example": "eq.94652"
      },
      "rowFilter.matches-tv-channels.country_id": {
        "name": "country_id",
        "description": "The id of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-tv-channels.country_name": {
        "name": "country_name",
        "description": "The name of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-tv-channels.country_hash_image": {
        "name": "country_hash_image",
        "description": "The name image of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-tv-channels.alpha": {
        "name": "alpha",
        "description": "The alpha2 of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying",
          "example": "eq.BR"
        },
        "example": "eq.BR"
      },
      "rowFilter.matches-tv-channels.tv_channels": {
        "name": "tv_channels",
        "description": "The tv channels",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.media-players.id": {
        "name": "id",
        "description": "The id of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.media-players.player_id": {
        "name": "player_id",
        "description": "The id of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.media-players.title": {
        "name": "title",
        "description": "The title of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.media-players.subtitle": {
        "name": "subtitle",
        "description": "The subtitle of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.media-players.url": {
        "name": "url",
        "description": "The url of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.media-players.thumbnail_url": {
        "name": "thumbnail_url",
        "description": "The thumbnail url of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.media-players.date_published": {
        "name": "date_published",
        "description": "The date of publishing the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.media-players.channel_url": {
        "name": "channel_url",
        "description": "The source url of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.tv-channels.id": {
        "name": "id",
        "description": "The id of the tv channel",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1"
        },
        "example": "eq.1"
      },
      "rowFilter.tv-channels.name": {
        "name": "name",
        "description": "The name of the tv channel",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-teams.id": {
        "name": "id",
        "description": "The id of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.agg-news-teams.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.agg-news-teams.title": {
        "name": "title",
        "description": "The title of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-teams.link": {
        "name": "link",
        "description": "The link of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-teams.thumbnail_url": {
        "name": "thumbnail_url",
        "description": "The thumbnail url of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-teams.description": {
        "name": "description",
        "description": "The description of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-teams.published_date": {
        "name": "published_date",
        "description": "The published date of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.agg-news-teams.source_url": {
        "name": "source_url",
        "description": "The source url of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-teams.source": {
        "name": "source",
        "description": "The source of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.id": {
        "name": "id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.109390"
        },
        "example": "eq.109390"
      },
      "rowFilter.matches-live.name": {
        "name": "name",
        "description": "Home team name vs away team name",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-live.tournament_id": {
        "name": "tournament_id",
        "description": "The id of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.96491"
        },
        "example": "eq.96491"
      },
      "rowFilter.matches-live.tournament_name": {
        "name": "tournament_name",
        "description": "The name of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.tournament_importance": {
        "name": "tournament_importance",
        "description": "The importance of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.61715"
        },
        "example": "eq.61715"
      },
      "rowFilter.matches-live.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.round_id": {
        "name": "round_id",
        "description": "The id of the round",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.round": {
        "name": "round",
        "description": "The round",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-live.status": {
        "name": "status",
        "description": "The status of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-live.status_type": {
        "name": "status_type",
        "description": "The type of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.attendance": {
        "name": "attendance",
        "description": "The number of people watching the match at the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.arena_id": {
        "name": "arena_id",
        "description": "The id of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.38489"
        },
        "example": "eq.38489"
      },
      "rowFilter.matches-live.arena_name": {
        "name": "arena_name",
        "description": "The name of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.arena_hash_image": {
        "name": "arena_hash_image",
        "description": "The name image of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-live.referee_id": {
        "name": "referee_id",
        "description": "The id of the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.referee_name": {
        "name": "referee_name",
        "description": "The name of the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.referee_hash_image": {
        "name": "referee_hash_image",
        "description": "The name image of the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-live.home_team_id": {
        "name": "home_team_id",
        "description": "The id of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.home_team_name": {
        "name": "home_team_name",
        "description": "The name of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.home_team_hash_image": {
        "name": "home_team_hash_image",
        "description": "The name image of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-live.away_team_id": {
        "name": "away_team_id",
        "description": "The id of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.away_team_name": {
        "name": "away_team_name",
        "description": "The name of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.away_team_hash_image": {
        "name": "away_team_hash_image",
        "description": "The name image of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-live.home_team_score": {
        "name": "home_team_score",
        "description": "The score of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-live.away_team_score": {
        "name": "away_team_score",
        "description": "The score of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-live.times": {
        "name": "times",
        "description": "The time of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-live.specific_start_time": {
        "name": "specific_start_time",
        "description": "The real start time of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches-live.start_time": {
        "name": "start_time",
        "description": "The official start time of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches-live.end_time": {
        "name": "end_time",
        "description": "The end of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches-live.duration": {
        "name": "duration",
        "description": "The duration of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.last_period": {
        "name": "last_period",
        "description": "The last period of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.season_statistics_type": {
        "name": "season_statistics_type",
        "description": "The type of the season's statistics",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.class_id": {
        "name": "class_id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.class_name": {
        "name": "class_name",
        "description": "The name of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.class_hash_image": {
        "name": "class_hash_image",
        "description": "The name of the class image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-live.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.league_hash_image": {
        "name": "league_hash_image",
        "description": "The name of the league image",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-live.previous_leg_match_id": {
        "name": "previous_leg_match_id",
        "description": "The id of the previous leg match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.weather_id": {
        "name": "weather_id",
        "description": "The id of the weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.weather_main": {
        "name": "weather_main",
        "description": "The main weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.weather_icon": {
        "name": "weather_icon",
        "description": "The name icon of the weather",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams-by-season.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.110"
        },
        "example": "eq.110"
      },
      "rowFilter.teams-by-season.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams-by-season.teams": {
        "name": "teams",
        "description": "The teams",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.referees-by-country.country_id": {
        "name": "country_id",
        "description": "The id of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.referees-by-country.country_name": {
        "name": "country_name",
        "description": "The name of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.referees-by-country.country_hash_image": {
        "name": "country_hash_image",
        "description": "The hash image of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.referees-by-country.referees": {
        "name": "referees",
        "description": "The referees",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.competition_name": {
        "name": "competition_name",
        "description": "The name of the competition",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.city_name": {
        "name": "city_name",
        "description": "The city of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.playing_months": {
        "name": "playing_months",
        "description": "The months playing in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer[]"
        }
      },
      "rowFilter.leagues-info.surface_type": {
        "name": "surface_type",
        "description": "The surface",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.qualification_rounds_played": {
        "name": "qualification_rounds_played",
        "description": "The rounds played in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.main_rounds_played": {
        "name": "main_rounds_played",
        "description": "The main rounds played in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.prize_money": {
        "name": "prize_money",
        "description": "The amount of the prize money for winning the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.match_type": {
        "name": "match_type",
        "description": "The match type",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.promoted_teams": {
        "name": "promoted_teams",
        "description": "The promoted teams",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.most_title_names": {
        "name": "most_title_names",
        "description": "The teams with most titles",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.number_of_teams": {
        "name": "number_of_teams",
        "description": "The number of the teams in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.number_of_groups": {
        "name": "number_of_groups",
        "description": "The number of the groups in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.league_grade": {
        "name": "league_grade",
        "description": "The grade of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.age_category": {
        "name": "age_category",
        "description": "The age class of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.category": {
        "name": "category",
        "description": "The class of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.first_season_winner": {
        "name": "first_season_winner",
        "description": "The first season winner of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.total_teams_count": {
        "name": "total_teams_count",
        "description": "The count of the teams in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.total_tables_count": {
        "name": "total_tables_count",
        "description": "The count of the tables in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.promoting_teams_count": {
        "name": "promoting_teams_count",
        "description": "The count of the promoting teams in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.relegating_teams_count": {
        "name": "relegating_teams_count",
        "description": "The count of the relegating teams in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.total_games_count": {
        "name": "total_games_count",
        "description": "The count of the games in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.game_frequency": {
        "name": "game_frequency",
        "description": "The frequency of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.total_rounds_count": {
        "name": "total_rounds_count",
        "description": "The count of the rounds in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.competition_type": {
        "name": "competition_type",
        "description": "The type of the competition",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.league_gender": {
        "name": "league_gender",
        "description": "The gender people playing in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.first_season_start_year": {
        "name": "first_season_start_year",
        "description": "First season start year",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.most_popular_teams": {
        "name": "most_popular_teams",
        "description": "The name of the most popular teams in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.playoff_teams_count": {
        "name": "playoff_teams_count",
        "description": "The number of the teams playing in the playoffs",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.main_competition": {
        "name": "main_competition",
        "description": "The main competition",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.games_per_group": {
        "name": "games_per_group",
        "description": "The number of the games per group",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.playoff_qualifying_teams_count": {
        "name": "playoff_qualifying_teams_count",
        "description": "The count of the teams that are qualified to play in the playoffs",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.number_of_promoted_teams": {
        "name": "number_of_promoted_teams",
        "description": "The number of promoted teams",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.total_number_of_rounds": {
        "name": "total_number_of_rounds",
        "description": "The number of rounds",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.largest_stadium": {
        "name": "largest_stadium",
        "description": "The largest stadium",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.last_season_magnitude": {
        "name": "last_season_magnitude",
        "description": "The last season magnitude",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.tv_partners": {
        "name": "tv_partners",
        "description": "The tv partners of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.official_organization": {
        "name": "official_organization",
        "description": "The official organisation of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.promotions": {
        "name": "promotions",
        "description": "The promotions",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.last_season_top_scorers": {
        "name": "last_season_top_scorers",
        "description": "The last season top scorers in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.agg-news-matches.id": {
        "name": "id",
        "description": "The id of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.agg-news-matches.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.93820"
        },
        "example": "eq.93820"
      },
      "rowFilter.agg-news-matches.title": {
        "name": "title",
        "description": "The title of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-matches.link": {
        "name": "link",
        "description": "The link of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-matches.thumbnail_url": {
        "name": "thumbnail_url",
        "description": "The thumbnail url of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-matches.description": {
        "name": "description",
        "description": "The description of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-matches.published_date": {
        "name": "published_date",
        "description": "The published date of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.agg-news-matches.source_url": {
        "name": "source_url",
        "description": "The source url of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.agg-news-matches.source": {
        "name": "source",
        "description": "The source of the news",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.coverage-live.match_id": {
        "name": "match_id",
        "description": "The id of the match. example:`eq.{match_id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coverage-live.match_winner": {
        "name": "match_winner",
        "description": "Coverage of match_winner",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage-live.correct_score": {
        "name": "correct_score",
        "description": "Coverage of correct_score",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.match-winner-movements.match_winner_id": {
        "name": "match_winner_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.match-winner-movements.movements": {
        "name": "movements",
        "description": "The movements",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.correct-score-movements.correct_score_id": {
        "name": "correct_score_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.correct-score-movements.movements": {
        "name": "movements",
        "description": "The movements",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.coverage.match_id": {
        "name": "match_id",
        "description": "The id of the match. example:`eq.{match_id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.coverage.match_winner": {
        "name": "match_winner",
        "description": "Coverage of match_winner",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage.correct_score": {
        "name": "correct_score",
        "description": "Coverage of correct_score",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.correct-score.match_id": {
        "name": "match_id",
        "description": "The id of the match. example:`eq.{match_id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.correct-score.is_live": {
        "name": "is_live",
        "description": "If the match is live. example:`eq.{is_live}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.correct-score.periods": {
        "name": "periods",
        "description": "Periods",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.match-winner.match_id": {
        "name": "match_id",
        "description": "The id of the match. example:`eq.{match_id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.match-winner.is_live": {
        "name": "is_live",
        "description": "If the match is live. example:`eq.{is_live}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.match-winner.periods": {
        "name": "periods",
        "description": "Periods",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "lang": {
        "name": "lang",
        "description": "Multi-language",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "default": "en",
          "example": "en"
        },
        "example": "en"
      }
    },
    "schemas": {
      "teams-seasons": {
        "description": "Seasons\nThis endpoint allows you to retrieve the seasons from teams.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet seasons from a specific **team_id**<br />`https://badminton.sportmicro.com/teams-seasons?team_id=eq.{team_id}`",
        "properties": {
          "team_id": {
            "description": "The id of the team\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "team_name": {
            "description": "The name of the team",
            "format": "text",
            "type": "string"
          },
          "team_hash_image": {
            "description": "The hash image of the team",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "tournaments": {
            "description": "The tournaments of the team playing",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "tournaments-by-league": {
        "description": "Tournaments by league\nThis endpoint allows you to retrieve the tournaments from a specific league.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet tournaments from a specific **league_id**<br />`https://badminton.sportmicro.com/tournaments-by-league?league_id=eq.{league_id}`",
        "properties": {
          "league_id": {
            "description": "The id of the league\n\nNote:\nThis is a Foreign Key to `leagues.id`.<fk table='leagues' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The hash image of the league",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "tournaments": {
            "description": "The tournaments",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "teams": {
        "description": "Teams\nThis endpoint allows you to retrieve the teams.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\nYou can get the image of the team by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet teams<br />`https://badminton.sportmicro.com/teams`<br /><br />Get team based on the **name**<br />`https://badminton.sportmicro.com/teams?name=like.*Real*`<br /><br />Get team based on the **id**<br />`https://badminton.sportmicro.com/teams?id=eq.{id}`<br /><br />Get teams from a specific **country_id**<br />`https://badminton.sportmicro.com/teams?country_id=eq.{country_id}`<br /><br />Get teams from a specific **category_id**<br />`https://badminton.sportmicro.com/teams?category_id=eq.{category_id}`<br /><br />Get team from a specific **primary_league_id**<br />`https://badminton.sportmicro.com/teams?primary_league_id=eq.{primary_league_id}`",
        "properties": {
          "id": {
            "description": "The id of the team\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the team",
            "format": "text",
            "type": "string"
          },
          "short_name": {
            "description": "The short name of the team",
            "format": "text",
            "type": "string"
          },
          "full_name": {
            "description": "The full name of the team",
            "format": "text",
            "type": "string"
          },
          "gender": {
            "description": "The gender of the team",
            "format": "character",
            "maxLength": 1,
            "type": "string"
          },
          "name_code": {
            "description": "The name code of the team",
            "format": "text",
            "type": "string"
          },
          "national": {
            "description": "If the team is national",
            "format": "boolean",
            "type": "boolean"
          },
          "type": {
            "description": "The type of the team",
            "format": "integer",
            "type": "integer"
          },
          "color_primary": {
            "description": "The primary color of the team",
            "format": "character varying",
            "maxLength": 7,
            "type": "string"
          },
          "color_secondary": {
            "description": "The secondary color of the team",
            "format": "character varying",
            "maxLength": 7,
            "type": "string"
          },
          "color_text": {
            "description": "The text color of the team",
            "format": "character varying",
            "maxLength": 7,
            "type": "string"
          },
          "hash_image": {
            "description": "The name of the image",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "country_id": {
            "description": "The id of the country\n\nNote:\nThis is a Foreign Key to `countries.id`.<fk table='countries' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "country_name": {
            "description": "The name of the country",
            "format": "text",
            "type": "string"
          },
          "country_hash_image": {
            "description": "The name image of the country",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "sub_teams": {
            "description": "The sub teams of the team",
            "format": "integer[]",
            "items": {
              "type": "integer"
            },
            "type": "array"
          },
          "class_id": {
            "description": "The id of the class\n\nNote:\nThis is a Foreign Key to `classes.id`.<fk table='classes' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "class_name": {
            "description": "The name of the class",
            "format": "text",
            "type": "string"
          },
          "class_hash_image": {
            "description": "The name image of the class",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "tournament_id": {
            "description": "The id of the tournament\n\nNote:\nThis is a Foreign Key to `seasons-by-tournament.tournament_id`.<fk table='seasons-by-tournament' column='tournament_id'/>",
            "format": "integer",
            "type": "integer"
          },
          "tournament_name": {
            "description": "The name of the tournament",
            "format": "text",
            "type": "string"
          },
          "primary_league_id": {
            "description": "The id of the primary league\n\nNote:\nThis is a Foreign Key to `leagues.id`.<fk table='leagues' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "primary_league_name": {
            "description": "The name of the primary league",
            "format": "text",
            "type": "string"
          },
          "primary_league_hash_image": {
            "description": "The name image of the primary league",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          }
        },
        "type": "object"
      },
      "leagues": {
        "description": "Leagues\nThis endpoint allows you to retrieve the leagues and the cups.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 every day.\n\nYou can get the image of the league by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet leagues<br />`https://badminton.sportmicro.com/leagues`<br /><br />Search the leagues by the `name`<br />`https://badminton.sportmicro.com/leagues?name=like.*Championship*`<br /><br />Get leagues based on the **id**<br />`https://badminton.sportmicro.com/leagues?id=eq.{id}`<br /><br />Get leagues from a specific **class_id**<br />`https://badminton.sportmicro.com/leagues?class_id=eq.{class_id}`",
        "properties": {
          "id": {
            "description": "The id of the league\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "importance": {
            "description": "The importance level of the league",
            "format": "integer",
            "type": "integer"
          },
          "current_champion_team_id": {
            "description": "The id of the team that hold the title",
            "format": "integer",
            "type": "integer"
          },
          "current_champion_team_name": {
            "description": "The name of the team that hold the title",
            "format": "text",
            "type": "string"
          },
          "current_champion_team_hash_image": {
            "description": "The name image of the team that hold the title",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "current_champion_team_num_titles": {
            "description": "The number of the title that the team is holding",
            "format": "integer",
            "type": "integer"
          },
          "teams_most_titles": {
            "description": "The ids of the teams with the most titles",
            "format": "jsonb"
          },
          "most_titles": {
            "description": "The number of the most titles accomplished by one team",
            "format": "integer",
            "type": "integer"
          },
          "primary_color": {
            "description": "The primary color of the league",
            "format": "character varying",
            "maxLength": 7,
            "type": "string"
          },
          "secondary_color": {
            "description": "The secondary color of the league",
            "format": "character varying",
            "maxLength": 7,
            "type": "string"
          },
          "start_league": {
            "description": "The date of starting the league",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "end_league": {
            "description": "The date of ending the league",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "hash_image": {
            "description": "The name of the image",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "class_id": {
            "description": "The id of the class\n\nNote:\nThis is a Foreign Key to `classes.id`.<fk table='classes' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "class_name": {
            "description": "The name of the class",
            "format": "text",
            "type": "string"
          },
          "class_hash_image": {
            "description": "The name image of the class",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          }
        },
        "type": "object"
      },
      "seasons-rounds": {
        "description": "Rounds\nThis endpoint allows you to retrieve the rounds from seasons.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet rounds from a specific **season_id**<br />`https://badminton.sportmicro.com/seasons-rounds?season_id=eq.{season_id}`",
        "properties": {
          "season_id": {
            "description": "The id of the season\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "season_name": {
            "description": "The name of the season",
            "format": "text",
            "type": "string"
          },
          "rounds": {
            "description": "The rounds of the season",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "tournaments": {
        "description": "Tournaments\nThis endpoint allows you to retrieve the tournaments.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet tournaments<br />`https://badminton.sportmicro.com/tournaments`<br /><br />Get tournaments based on the **id**<br />`https://badminton.sportmicro.com/tournaments?id=eq.{id}`<br /><br />Get tournaments from a specific **league_id**<br />`https://badminton.sportmicro.com/tournaments?league_id=eq.{league_id}`<br /><br />Get tournaments from a specific **class_id**<br />`https://badminton.sportmicro.com/tournaments?class_id=eq.{class_id}`",
        "properties": {
          "id": {
            "description": "The id of the tournament\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the tournament",
            "format": "text",
            "type": "string"
          },
          "importance": {
            "description": "The importance level of the tournament",
            "format": "integer",
            "type": "integer"
          },
          "league_id": {
            "description": "The id of the league\n\nNote:\nThis is a Foreign Key to `leagues.id`.<fk table='leagues' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The name image of the league",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "class_id": {
            "description": "The id of the class\n\nNote:\nThis is a Foreign Key to `classes.id`.<fk table='classes' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "class_name": {
            "description": "The name of the class",
            "format": "text",
            "type": "string"
          },
          "class_hash_image": {
            "description": "The name image of the class",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          }
        },
        "type": "object"
      },
      "players-by-team": {
        "description": "Players by team\nThis endpoint allows you to retrieve the players from a specific team.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet players from a specific **team_id**<br />`https://badminton.sportmicro.com/players-by-team?team_id=eq.{team_id}`",
        "properties": {},
        "type": "object"
      },
      "leagues-by-date": {
        "description": "Leagues by date\nThis endpoint allows you to retrieve the leagues from a specific date. The date has a format of YYYY-DD-MM.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet leagues from a specific **date**<br />`https://badminton.sportmicro.com/leagues-by-date?date=eq.{date}`",
        "properties": {
          "date": {
            "description": "The date",
            "format": "text",
            "type": "string"
          },
          "leagues": {
            "description": "The leagues",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "coaches": {
        "description": "Coaches\nThis endpoint allows you to retrieve the coaches.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 per hour.\n\nYou can get the image of the coach by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet coach based on the **id**<br />`https://badminton.sportmicro.com/coaches?id=eq.{id}`<br /><br />Get coach from a specific **country_id**<br />`https://badminton.sportmicro.com/coaches?country_id=eq.{country_id}`<br /><br />Get coach from a specific **team_id**<br />`https://badminton.sportmicro.com/coaches?team_id=eq.{team_id}`",
        "properties": {},
        "type": "object"
      },
      "classes": {
        "description": "Classes\nThis endpoint allows you to retrieve the classes.\nYou can use the `alpha` parameter to get a specific class as a country.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times per day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\nYou can get the image of the category by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet classes<br />`https://badminton.sportmicro.com/classes`<br /><br />Get class based on the **id**<br />`https://badminton.sportmicro.com/classes?id=eq.{id}`<br /><br />Get classes based on the **alpha**<br />`https://badminton.sportmicro.com/classes?alpha=eq.{alpha}`",
        "properties": {
          "id": {
            "description": "The id of the class\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the class",
            "format": "text",
            "type": "string"
          },
          "flag": {
            "description": "The flag of the class",
            "format": "text",
            "type": "string"
          },
          "alpha": {
            "description": "The alpha name of the country",
            "format": "character varying",
            "maxLength": 2,
            "type": "string"
          },
          "importance": {
            "description": "The importance of the class specified with a number",
            "format": "integer",
            "type": "integer"
          },
          "hash_image": {
            "description": "The name of the image",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          }
        },
        "type": "object"
      },
      "matches-weather": {
        "description": "Weather\nThis endpoint allows you to retrieve the weather from matches.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every hour.\n**Recommended Calls**: Limit calls to 1 every hour.\n\n### Use Cases\nGet weather based on the **id**<br />`https://badminton.sportmicro.com/matches-weather?id=eq.{id}`",
        "properties": {
          "id": {
            "description": "The id of the weather\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "dt": {
            "description": "The date of the weather",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "temp": {
            "description": "The temperature of the weather `Kelvin`",
            "format": "numeric",
            "type": "number"
          },
          "feels_like": {
            "description": "The human perception of the weather",
            "format": "numeric",
            "type": "number"
          },
          "pressure": {
            "description": "The pressure of the weather",
            "format": "numeric",
            "type": "number"
          },
          "humidity": {
            "description": "The humidity of the weather in `%`",
            "format": "numeric",
            "type": "number"
          },
          "dew_point": {
            "description": "The minimum temperature of the weather `Kelvin`",
            "format": "numeric",
            "type": "number"
          },
          "uvi": {
            "description": "The maximum value of UV index for the day",
            "format": "numeric",
            "type": "number"
          },
          "clouds": {
            "description": "The cloudiness of the weather in `%`",
            "format": "numeric",
            "type": "number"
          },
          "wind_speed": {
            "description": "The wind speed `Metre/Sec`",
            "format": "numeric",
            "type": "number"
          },
          "wind_deg": {
            "description": "The wind direction `Degrees`",
            "format": "numeric",
            "type": "number"
          },
          "wind_gust": {
            "description": "The wind gust `Metre/Sec`",
            "format": "numeric",
            "type": "number"
          },
          "weather_id": {
            "description": "The random id of the weather",
            "format": "integer",
            "type": "integer"
          },
          "weather_main": {
            "description": "The title of the weather",
            "format": "text",
            "type": "string"
          },
          "weather_description": {
            "description": "The description of the weather",
            "format": "text",
            "type": "string"
          },
          "weather_icon": {
            "description": "The name of the image",
            "format": "text",
            "type": "string"
          },
          "pop": {
            "description": "The probability of precipitation in `%`",
            "format": "numeric",
            "type": "number"
          }
        },
        "type": "object"
      },
      "matches": {
        "description": "Matches\nThis endpoint allows you to retrieve the matches.\nYou can use `id` from the `seasons`, `tournaments`, `rounds`, `arenas`, `referees` and `teams` endpoint to get the matches.\nMatches status codes:\n\n`type` | `description`\n--- | ---\ncanceled | Abandoned\ncanceled | Canceled\ndelayed | Start delayed\nfinished | Walkover\nfinished | Removed\nfinished | Retired\nfinished | Ended\nfinished | Coverage canceled\nlive | 1st set\nlive | 2nd set\nlive | 3rd set\npostponed | Postponed\nupcoming | Not started\nlive | 4th set\nlive | 5th set\nlive | 6th set\nlive | 7th set\n\nFor **scores** we have fields for covering that: `current`, `display`, `period1`, `period2`, `period3`, `period4`, `period5`, `normaltime`, `team`, `match_id`.\n\nFor **time extras or injuries** we have fields for covering that: **current_period_start_timestamp**, **current**, **match_id**, **period_count**.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 10 seconds.<br />**Recommended Calls**: Limit calls to 1 every 10 seconds.\n\n### Use Cases\nGet matches<br />`https://badminton.sportmicro.com/matches`<br /><br />Get match based on the **id**<br />`https://badminton.sportmicro.com/matches?id=eq.{id}`<br /><br />Get matches based on the **start_time** (gte = greater than or equal to, lt = lower than)<br />`https://badminton.sportmicro.com/matches?start_time=gte.2023-04-27&start_time=lt.2023-04-28`<br /><br />Get matches based on the **status_type**<br />`https://badminton.sportmicro.com/matches?status_type=eq.{status_type}`<br /><br />Get matches based on the **season_id**<br />`https://badminton.sportmicro.com/matches?season_id=eq.{season_id}`<br /><br />Get matches based on the **tournament_id**<br />`https://badminton.sportmicro.com/matches?tournament_id=eq.{tournament_id}`<br /><br />Get matches based on the **round_id**<br />`https://badminton.sportmicro.com/matches?round_id=eq.{round_id}`<br /><br />Get matches based on the **arena_id**<br />`https://badminton.sportmicro.com/matches?arena_id=eq.{arena_id}`<br /><br />Get matches based on the **referee_id**<br />`https://badminton.sportmicro.com/matches?referee_id=eq.{referee_id}`<br /><br />**H2H** - Get head to head matches with teams ex.(home_team_id, away_team_id)<br />`https://badminton.sportmicro.com/matches?or=(home_team_id.eq.{home_team_id}, away_team_id.eq.{home_team_id}, home_team_id.eq.{away_team_id}, away_team_id.eq.{away_team_id})`<br /><br />Get home team matches based on the **home_team_id**<br />`https://badminton.sportmicro.com/matches?home_team_id=eq.{home_team_id}`<br /><br />Get away team matches based on the **away_team_id**<br />`https://badminton.sportmicro.com/matches?away_team_id=eq.{away_team_id}`",
        "properties": {
          "id": {
            "description": "The id of the match\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "Home team name vs away team name",
            "format": "character varying",
            "type": "string"
          },
          "tournament_id": {
            "description": "The id of the tournament\n\nNote:\nThis is a Foreign Key to `seasons-by-tournament.tournament_id`.<fk table='seasons-by-tournament' column='tournament_id'/>",
            "format": "integer",
            "type": "integer"
          },
          "tournament_name": {
            "description": "The name of the tournament",
            "format": "text",
            "type": "string"
          },
          "tournament_importance": {
            "description": "The importance of the tournament",
            "format": "integer",
            "type": "integer"
          },
          "season_id": {
            "description": "The id of the season\n\nNote:\nThis is a Foreign Key to `seasons.id`.<fk table='seasons' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "season_name": {
            "description": "The name of the season",
            "format": "text",
            "type": "string"
          },
          "round_id": {
            "description": "The id of the round\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "round": {
            "description": "The round",
            "format": "jsonb"
          },
          "status": {
            "description": "The status of the match",
            "format": "jsonb"
          },
          "status_type": {
            "description": "The type of the match",
            "format": "text",
            "type": "string"
          },
          "arena_id": {
            "description": "The id of the arena\n\nNote:\nThis is a Foreign Key to `arenas.id`.<fk table='arenas' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "arena_name": {
            "description": "The name of the arena",
            "format": "text",
            "type": "string"
          },
          "arena_hash_image": {
            "description": "The name image of the arena",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "home_team_id": {
            "description": "The id of the home team\n\nNote:\nThis is a Foreign Key to `teams.id`.<fk table='teams' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "home_team_name": {
            "description": "The name of the home team",
            "format": "text",
            "type": "string"
          },
          "home_team_hash_image": {
            "description": "The name image of the home team",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "away_team_id": {
            "description": "The id of the away team\n\nNote:\nThis is a Foreign Key to `teams.id`.<fk table='teams' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "away_team_name": {
            "description": "The name of the away team",
            "format": "text",
            "type": "string"
          },
          "away_team_hash_image": {
            "description": "The name image of the away team",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "home_team_score": {
            "description": "The score of the home team",
            "format": "jsonb"
          },
          "away_team_score": {
            "description": "The score of the away team",
            "format": "jsonb"
          },
          "times": {
            "description": "The time of the match",
            "format": "jsonb"
          },
          "specific_start_time": {
            "description": "The real start time of the match",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "start_time": {
            "description": "The official start time of the match",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "end_time": {
            "description": "The end of the match",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "duration": {
            "description": "The duration of the match",
            "format": "integer",
            "type": "integer"
          },
          "last_period": {
            "description": "The last period of the match",
            "format": "text",
            "type": "string"
          },
          "class_id": {
            "description": "The id of the class",
            "format": "integer",
            "type": "integer"
          },
          "class_name": {
            "description": "The name of the class",
            "format": "text",
            "type": "string"
          },
          "class_hash_image": {
            "description": "The name of the class image",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "league_id": {
            "description": "The id of the league",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The name of the league image",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "weather_id": {
            "description": "The id of the weather\n\nNote:\nThis is a Foreign Key to `matches-weather.id`.<fk table='matches-weather' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "weather_main": {
            "description": "The main weather",
            "format": "text",
            "type": "string"
          },
          "weather_icon": {
            "description": "The name icon of the weather",
            "format": "text",
            "type": "string"
          }
        },
        "type": "object"
      },
      "matches-statistics": {
        "description": "Statistics\nThis endpoint allows you to retrieve the statistics from matches.\n\nTypes of the statistics:\n**Points won**, **Comeback to win**, **Match points**, **Max points in a row**, **Biggest lead**.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every minute.\n**Recommended Calls**: Limit calls to 1 every minute.\n\n### Use Cases\nGet statistics from a specific **match_id**<br />`https://badminton.sportmicro.com/matches-statistics?match_id=eq.{match_id}`",
        "properties": {
          "match_id": {
            "description": "The id of the match\n\nNote:\nThis is a Foreign Key to `matches.id`.<fk table='matches' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "statistics": {
            "description": "The statistics of the match",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "tournaments-by-class": {
        "description": "Tournaments by class\nThis endpoint allows you to retrieve the tournaments from a specific class.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet tournaments from a specific **class_id**<br />`https://badminton.sportmicro.com/tournaments-by-class?class_id=eq.{class_id}`",
        "properties": {
          "class_id": {
            "description": "The id of the class\n\nNote:\nThis is a Foreign Key to `classes.id`.<fk table='classes' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "class_name": {
            "description": "The name of the class",
            "format": "text",
            "type": "string"
          },
          "class_hash_image": {
            "description": "The hash image of the class",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "tournaments": {
            "description": "The tournaments",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "cup-bracket": {
        "description": "Cup bracket\nThis endpoint allows you to retrieve the cup knock outs.\nYou can use `id` from the `seasons` or `leagues` endpoint to get the wanted cup knock out tree.\n\nFields in rounds:\n\nField | Explanation\n--- | ---\n`order` | The order of the round\n`description` | The description of the round\n`blocks` | The blocks of the round\n`finished` | If the match is finished\n`order` | The order of the block\n`home_team_score` | The score of the home team\n`away_team_score` | The score of the away team\n`has_next_round_link` | If the match has next round\n`match_in_progress` | If the match is in play\n`series_start_date_timestamp` | The start date of the match\n`automatic_progression` | If the match has automatic progression\n`participants` | The participants of the block (match)\n`team_id` | The id of the team\n`winner` | If the team is winner of the block\n`order` | The order of the participants\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated after every finished match.<br />**Recommended Calls**: Limit calls to 1 per finished match.\n\n### Use Cases\nGet cup knock out based on the **id**<br />`https://badminton.sportmicro.com/cup-bracket?id=eq.{id}`<br /><br />Get cups based on the **season_id**<br />`https://badminton.sportmicro.com/cup-bracket?season_id=eq.{season_id}`<br /><br />Get cups based on the **league_id**<br />`https://badminton.sportmicro.com/cup-bracket?league_id=eq.{league_id}`",
        "properties": {
          "id": {
            "description": "The id of the cup bracket\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the cup bracket",
            "format": "text",
            "type": "string"
          },
          "current_round": {
            "description": "The last or the current round in the cup bracket",
            "format": "integer",
            "type": "integer"
          },
          "type": {
            "description": "The type of the cup bracket",
            "format": "integer",
            "type": "integer"
          },
          "season_id": {
            "description": "The id of the season\n\nNote:\nThis is a Foreign Key to `seasons.id`.<fk table='seasons' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "season_name": {
            "description": "The name of the season",
            "format": "text",
            "type": "string"
          },
          "league_id": {
            "description": "The id of the league\n\nNote:\nThis is a Foreign Key to `leagues.id`.<fk table='leagues' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The name image of the league",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "rounds": {
            "description": "The rounds of the cup bracket",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "media-leagues": {
        "description": "Leagues media\nThis endpoint allows you to retrieve the media from leagues.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 per hour.\n\n### Use Cases\nGet media from a specific **league_id**<br />`https://badminton.sportmicro.com/media-leagues?league_id=eq.{league_id}`",
        "properties": {
          "id": {
            "description": "The id of the media\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "league_id": {
            "description": "The id of the league",
            "format": "integer",
            "type": "integer"
          },
          "title": {
            "description": "The title of the media",
            "format": "text",
            "type": "string"
          },
          "subtitle": {
            "description": "The subtitle of the media",
            "format": "text",
            "type": "string"
          },
          "url": {
            "description": "The url of the media",
            "format": "text",
            "type": "string"
          },
          "thumbnail_url": {
            "description": "The thumbnail url of the media",
            "format": "text",
            "type": "string"
          },
          "date_published": {
            "description": "The date of publishing the media",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "channel_url": {
            "description": "The source url of the media",
            "format": "text",
            "type": "string"
          }
        },
        "type": "object"
      },
      "arenas-by-country": {
        "description": "Arenas by country\nThis endpoint allows you to retrieve the arenas from a specific country.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet arenas from a specific **country_id**<br />`https://badminton.sportmicro.com/arenas-by-country?country_id=eq.{country_id}`",
        "properties": {
          "country_id": {
            "description": "The id of the country\n\nNote:\nThis is a Foreign Key to `countries.id`.<fk table='countries' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "country_name": {
            "description": "The name of the country",
            "format": "text",
            "type": "string"
          },
          "country_hash_image": {
            "description": "The hash image of the country",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "arenas": {
            "description": "The arenas",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "coaches-career": {
        "description": "Coaches career\nThis endpoint allows you to retrieve the careers from coaches.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 per hour.\n\n### Use Cases\nGet career from a specific **coach_id**<br />`https://badminton.sportmicro.com/coaches-career?coach_id=eq.{coach_id}`",
        "properties": {},
        "type": "object"
      },
      "seasons-groups": {
        "description": "Groups\nThis endpoint allows you to retrieve the groups from seasons.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet groups from a specific **season_id**<br />`https://badminton.sportmicro.com/seasons-groups?season_id=eq.{season_id}`",
        "properties": {
          "season_id": {
            "description": "The id of the season\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "season_name": {
            "description": "The name of the season",
            "format": "text",
            "type": "string"
          },
          "groups": {
            "description": "The groups of the season",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "referees-by-league": {
        "description": "Referees by league\nThis endpoint allows you to retrieve the referees from a specific league.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet referees from a specific **league_id**<br />`https://badminton.sportmicro.com/referees-by-league?league_id=eq.{league_id}`",
        "properties": {
          "league_id": {
            "description": "The id of the league",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The hash image of the league",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          }
        },
        "type": "object"
      },
      "matches-incidents": {
        "description": "Incidents\nThis endpoint allows you to retrieve the incidents from matches.\n\nFor **incidents** we have many types: `goal`, `period`.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 10 seconds during a live match.<br />**Recommended Calls**: Limit calls to 1 per 10 seconds during a live match.\n\n### Use Cases\nGet incidents from a specific **match_id**<br />`https://badminton.sportmicro.com/matches-incidents?match_id=eq.{match_id}`",
        "properties": {
          "match_id": {
            "description": "The id of the match\n\nNote:\nThis is a Foreign Key to `matches.id`.<fk table='matches' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "incidents": {
            "description": "The incidents of the match",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "media-teams": {
        "description": "Teams media\nThis endpoint allows you to retrieve the media from teams.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 per hour.\n\n### Use Cases\nGet media from a specific **team_id**<br />`https://badminton.sportmicro.com/media-teams?team_id=eq.{team_id}`",
        "properties": {},
        "type": "object"
      },
      "countries": {
        "description": "Countries\nThis endpoint allows you to retrieve the countries.\nYou can use the `alpha` field to get the country.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times per day.<br />**Recommended Calls**: Limit calls to 1 per week.\n\nYou can get the image of the country by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet countries<br />`https://badminton.sportmicro.com/countries`<br /><br />Get country based on the **id**<br />`https://badminton.sportmicro.com/countries?id=eq.{id}`<br /><br />Get countries based on the **alpha**<br />`https://badminton.sportmicro.com/countries?alpha=eq.{alpha}`",
        "properties": {
          "id": {
            "description": "The id of the country\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the country",
            "format": "text",
            "type": "string"
          },
          "alpha": {
            "description": "The alpha name of the country",
            "format": "character varying",
            "maxLength": 2,
            "type": "string"
          },
          "hash_image": {
            "description": "The name of the image",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          }
        },
        "type": "object"
      },
      "matches-by-date": {
        "description": "Matches by date\nThis endpoint allows you to retrieve the matches from a specific date. The date has a format of YYYY-DD-MM.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet matches from a specific **date**<br />`https://badminton.sportmicro.com/matches-by-date?date=eq.{date}`",
        "properties": {
          "date": {
            "description": "The date",
            "format": "text",
            "type": "string"
          },
          "matches": {
            "description": "The matches",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "news-matches": {
        "description": "Matches news\nThis endpoint allows you to retrieve the news from matches.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 2 hours.<br />**Recommended Calls**: Limit calls to 1 every 2 hours.\n\n### Use Cases\nGet news from a specific **match_id**<br />`https://badminton.sportmicro.com/news-matches?match_id=eq.{match_id}`",
        "properties": {
          "id": {
            "description": "The id of the news",
            "format": "integer",
            "type": "integer"
          },
          "match_id": {
            "description": "The id of the match",
            "format": "integer",
            "type": "integer"
          },
          "league_id": {
            "description": "The id of the league",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The hash image of the league",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "date": {
            "description": "The date of the match",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "title": {
            "description": "The title of the news",
            "format": "text",
            "type": "string"
          },
          "name": {
            "description": "The name of the news",
            "format": "text",
            "type": "string"
          },
          "subtitles": {
            "description": "The subtitles",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "agg-news-players": {
        "description": "Players news\nThis endpoint allows you to retrieve aggregated news from players.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 15 minutes.<br />**Recommended Calls**: Limit calls to 1 every 15 minutes.\n\n### Use Cases\nGet news from a specific **player_id**<br />`https://badminton.sportmicro.com/agg-news-players?player_id=eq.{player_id}`",
        "properties": {},
        "type": "object"
      },
      "seasons-by-league": {
        "description": "Seasons by league\nThis endpoint allows you to retrieve the seasons from a specific league.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet seasons from a specific **league_id**<br />`https://badminton.sportmicro.com/seasons-by-league?league_id=eq.{league_id}`",
        "properties": {
          "league_id": {
            "description": "The id of the league\n\nNote:\nThis is a Foreign Key to `leagues.id`.<fk table='leagues' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The hash image of the league",
            "format": "text",
            "type": "string"
          },
          "seasons": {
            "description": "The seasons",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "coaches-by-country": {
        "description": "Coaches by country\nThis endpoint allows you to retrieve the coaches from a specific country.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet coaches from a specific **country_id**<br />`https://badminton.sportmicro.com/coaches-by-country?country_id=eq.{country_id}`",
        "properties": {},
        "type": "object"
      },
      "agg-news-leagues": {
        "description": "Leagues news\nThis endpoint allows you to retrieve aggregated news from leagues.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 15 minutes.<br />**Recommended Calls**: Limit calls to 1 every 15 minutes.\n\n### Use Cases\nGet the news from a specific **league_id**<br />`https://badminton.sportmicro.com/agg-news-leagues?league_id=eq.{league_id}`",
        "properties": {},
        "type": "object"
      },
      "matches-by-date-league": {
        "description": "Matches by date and league\nThis endpoint allows you to retrieve the matches from a specific date and league. The date has a format of YYYY-DD-MM.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet matches from a specific **date** and **league_id**<br />`https://badminton.sportmicro.com/matches-by-date-league?date=eq.{date}&league_id=eq.{league_id}`",
        "properties": {
          "date": {
            "description": "The date",
            "format": "text",
            "type": "string"
          },
          "league_id": {
            "description": "The id of the league",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The hash image of the league",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "matches": {
            "description": "The matches",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "players": {
        "description": "Players\nThis endpoint allows you to retrieve the players.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 15 minutes.<br />**Recommended Calls**: Limit calls to 1 every 15 minutes.\n\nYou can get the image of the player by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet players<br />`https://badminton.sportmicro.com/players`<br /><br />Get players based on the **name**<br />`https://badminton.sportmicro.com/players?name=like.*Cristiano*`<br /><br />Get players based on the **id**<br />`https://badminton.sportmicro.com/players?id=eq.{id}`<br /><br />Get players from a specific **team_id**<br />`https://badminton.sportmicro.com/players?team_id=eq.{team_id}`",
        "properties": {},
        "type": "object"
      },
      "teams-by-tournament": {
        "description": "Teams by tournament\nThis endpoint allows you to retrieve the teams from a specific tournament.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet teams from a specific **tournament_id**<br />`https://badminton.sportmicro.com/teams-by-tournament?tournament_id=eq.{tournament_id}`",
        "properties": {
          "tournament_id": {
            "description": "The id of the tournament\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "tournament_name": {
            "description": "The name of the tournament",
            "format": "text",
            "type": "string"
          },
          "teams": {
            "description": "The teams",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "leagues-by-class": {
        "description": "Leagues by class\nThis endpoint allows you to retrieve the leagues from a specific class.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet leagues from a specific **class_id**<br />`https://badminton.sportmicro.com/leagues-by-category?class_id=eq.{class_id}`",
        "properties": {
          "class_id": {
            "description": "The id of the class\n\nNote:\nThis is a Foreign Key to `classes.id`.<fk table='classes' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "class_name": {
            "description": "The name of the class",
            "format": "text",
            "type": "string"
          },
          "class_hash_image": {
            "description": "The hash image of the class",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "leagues": {
            "description": "The leagues",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "seasons-info": {
        "description": "Info\nThis endpoint allows you to retrieve the info from seasons.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet info from a specific **season_id**<br />`https://badminton.sportmicro.com/seasons-info?season_id=eq.{season_id}`",
        "properties": {
          "season_id": {
            "description": "The id of the season\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "season_name": {
            "description": "The name of the season",
            "format": "text",
            "type": "string"
          },
          "rounds": {
            "description": "The number of rounds by the season",
            "format": "integer",
            "type": "integer"
          },
          "competitors": {
            "description": "The number of competitors by the season",
            "format": "integer",
            "type": "integer"
          },
          "city": {
            "description": "The host city of the season",
            "format": "text",
            "type": "string"
          },
          "countries": {
            "description": "The host countries of the season",
            "format": "text[]",
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "teams-by-league": {
        "description": "Teams by league\nThis endpoint allows you to retrieve the teams from a specific league.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet teams from a specific **league_id**<br />`https://badminton.sportmicro.com/teams-by-league?league_id=eq.{league_id}`",
        "properties": {
          "league_id": {
            "description": "The id of the league\n\nNote:\nThis is a Foreign Key to `leagues.id`.<fk table='leagues' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The hash image of the league",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "teams": {
            "description": "The teams",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "referees": {
        "description": "Referees\nThis endpoint allows you to retrieve the referees.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet referees based on the **id**<br />`https://badminton.sportmicro.com/referees?id=eq.{id}`<br /><br />Get referees from a specific **country_id**<br />`https://badminton.sportmicro.com/referees?country_id=eq.{country_id}`",
        "properties": {},
        "type": "object"
      },
      "arenas": {
        "description": "Arenas\nThis endpoint allows you to retrieve the arenas.\nWith geolocation parameter from `geolocations` endpoint we can see latitude and longitute of the arena.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\nYou can get the image of the arena by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet arenas<br />`https://badminton.sportmicro.com/arenas`<br /><br />Get arenas based on the **id**<br />`https://badminton.sportmicro.com/arenas?id=eq.{id}`<br /><br />Get arenas from a specific **country_id**<br />`https://badminton.sportmicro.com/arenas?country_id=eq.{country_id}`",
        "properties": {
          "id": {
            "description": "The id of the arena\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the arena",
            "format": "text",
            "type": "string"
          },
          "city": {
            "description": "The city of the arena",
            "format": "text",
            "type": "string"
          },
          "stadium_capacity": {
            "description": "The capacity of the stadium",
            "format": "integer",
            "type": "integer"
          },
          "built": {
            "description": "The built date of the arena",
            "format": "text",
            "type": "string"
          },
          "opened": {
            "description": "The date when the arena opened",
            "format": "text",
            "type": "string"
          },
          "owner": {
            "description": "The owner of the arena",
            "format": "text",
            "type": "string"
          },
          "operator": {
            "description": "The operator of the arena",
            "format": "text",
            "type": "string"
          },
          "surface": {
            "description": "The surface of the arena",
            "format": "text",
            "type": "string"
          },
          "hash_image": {
            "description": "The name of the image",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "country_id": {
            "description": "The id of the country\n\nNote:\nThis is a Foreign Key to `countries.id`.<fk table='countries' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "country_name": {
            "description": "The name of the country",
            "format": "text",
            "type": "string"
          },
          "country_hash_image": {
            "description": "The name image of the country",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "geolocation": {
            "description": "The geolocation",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "standings": {
        "description": "Standings\nThis endpoint allows you to retrieve the standings.\nFor the type argument you can search by: **home**, **away** and **total**.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated after every finished match.<br />**Recommended Calls**: Limit calls to 1 per finished match.\n\n### Use Cases\nGet standings<br />`https://badminton.sportmicro.com/standings`<br /><br />Get standing based on the **id**<br />`https://badminton.sportmicro.com/standings?id=eq.{id}`<br /><br />Get standing from a specific **league_id**<br />`https://badminton.sportmicro.com/standings?league_id=eq.{league_id}`<br /><br />Get standing from a specific **league_id** and **season_id**<br />`https://badminton.sportmicro.com/standings?league_id=eq.{league_id}&season_id=eq.{season_id}`<br /><br />Get standing from a specific **league_id**, **season_id** and **type**<br />`https://badminton.sportmicro.com/standings?league_id=eq.{league_id}&season_id=eq.{season_id}&type=eq.{type}`",
        "properties": {
          "id": {
            "description": "The id of the standing\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "tournament_id": {
            "description": "The id of the tournament\n\nNote:\nThis is a Foreign Key to `seasons-by-tournament.tournament_id`.<fk table='seasons-by-tournament' column='tournament_id'/>",
            "format": "integer",
            "type": "integer"
          },
          "tournament_name": {
            "description": "The name of the tournament",
            "format": "text",
            "type": "string"
          },
          "type": {
            "description": "The type of the standing",
            "format": "text",
            "type": "string"
          },
          "name": {
            "description": "The name of the standing",
            "format": "text",
            "type": "string"
          },
          "season_id": {
            "description": "The id of the season\n\nNote:\nThis is a Foreign Key to `seasons.id`.<fk table='seasons' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "season_name": {
            "description": "The name of the season",
            "format": "text",
            "type": "string"
          },
          "league_id": {
            "description": "The id of the league\n\nNote:\nThis is a Foreign Key to `leagues.id`.<fk table='leagues' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The name image of the league",
            "format": "text",
            "type": "string"
          },
          "competitors": {
            "description": "The competitors of the standing",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "seasons": {
        "description": "Seasons\nThis endpoint allows you to retrieve the seasons.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet seasons<br />`https://badminton.sportmicro.com/seasons`<br /><br />Get seasons based on the **id**<br />`https://badminton.sportmicro.com/seasons?id=eq.{id}`<br /><br />Get seasons from a specific **league_id**<br />`https://badminton.sportmicro.com/seasons?league_id=eq.{league_id}`",
        "properties": {
          "id": {
            "description": "The id of the season\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the season",
            "format": "text",
            "type": "string"
          },
          "year": {
            "description": "The year of the season",
            "format": "text",
            "type": "string"
          },
          "start_time": {
            "description": "The start time of the season",
            "format": "text",
            "type": "string"
          },
          "end_time": {
            "description": "The end time of the season",
            "format": "text",
            "type": "string"
          },
          "league_id": {
            "description": "The id of the league\n\nNote:\nThis is a Foreign Key to `leagues.id`.<fk table='leagues' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The name image of the league",
            "format": "text",
            "type": "string"
          }
        },
        "type": "object"
      },
      "seasons-by-tournament": {
        "description": "Seasons by tournament\nThis endpoint allows you to retrieve the seasons from a specific tournament.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet seasons from a specific **tournament_id**<br />`https://badminton.sportmicro.com/seasons-by-tournament?tournament_id=eq.{tournament_id}`",
        "properties": {
          "tournament_id": {
            "description": "The id of the tournament\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "tournament_name": {
            "description": "The name of the tournament",
            "format": "text",
            "type": "string"
          },
          "seasons": {
            "description": "The seasons",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "matches-tv-channels": {
        "description": "Tv channels\nThis endpoint allows you to retrieve the tv channels for matches from all countries.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 per hour.\n\n### Use Cases\nGet tv channels from a specific **match_id**<br />`https://badminton.sportmicro.com/matches-tv-channels?match_id=eq.{match_id}`<br /><br />Get tv channels from a specific **match_id** and **alpha**<br />`https://badminton.sportmicro.com/matches-tv-channels?match_id=eq.{match_id}&alpha=eq.{alpha}`",
        "properties": {
          "match_id": {
            "description": "The id of the match",
            "format": "integer",
            "type": "integer"
          },
          "country_id": {
            "description": "The id of the country\n\nNote:\nThis is a Foreign Key to `countries.id`.<fk table='countries' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "country_name": {
            "description": "The name of the country",
            "format": "text",
            "type": "string"
          },
          "country_hash_image": {
            "description": "The name image of the country",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "alpha": {
            "description": "The alpha2 of the country",
            "format": "character varying",
            "maxLength": 2,
            "type": "string"
          },
          "tv_channels": {
            "description": "The tv channels",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "media-players": {
        "description": "Players media\nThis endpoint allows you to retrieve the media from players.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 per hour.\n\n### Use Cases\nGet media from a specific **player_id**<br />`https://badminton.sportmicro.com/media-players?player_id=eq.{player_id}`",
        "properties": {},
        "type": "object"
      },
      "tv-channels": {
        "description": "Tv channels\nThis endpoint allows you to retrieve the tv channels.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a week.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet tv channels<br />`https://badminton.sportmicro.com/tv-channels`<br /><br />Get tv channels based on the **name**<br />`https://badminton.sportmicro.com/tv-channels?name=like.*Sportklub*`<br /><br />Get tv channels based on the **id**<br />`https://badminton.sportmicro.com/tv-channels?id=eq.{id}`",
        "properties": {
          "id": {
            "description": "The id of the tv channel\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the tv channel",
            "format": "text",
            "type": "string"
          }
        },
        "type": "object"
      },
      "agg-news-teams": {
        "description": "Teams news\nThis endpoint allows you to retrieve aggregated news from teams.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 15 minutes.<br />**Recommended Calls**: Limit calls to 1 every 15 minutes.\n\n### Use Cases\nGet the news from a specific **team_id**<br />`https://badminton.sportmicro.com/agg-news-teams?team_id=eq.{team_id}`",
        "properties": {},
        "type": "object"
      },
      "matches-live": {
        "description": "Live matches\nThis endpoint allows you to retrieve the live matches.\n\nIt has the same results as the /matches endpoint.",
        "properties": {},
        "type": "object"
      },
      "teams-by-season": {
        "description": "Teams by season\nThis endpoint allows you to retrieve the teams from a specific season.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet teams from a specific **season_id**<br />`https://badminton.sportmicro.com/teams-by-season?season_id=eq.{season_id}`",
        "properties": {
          "season_id": {
            "description": "The id of the season\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "season_name": {
            "description": "The name of the season",
            "format": "text",
            "type": "string"
          },
          "teams": {
            "description": "The teams",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "referees-by-country": {
        "description": "Referees by country\nThis endpoint allows you to retrieve the referees from a specific country.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet referees from a specific **country_id**<br />`https://badminton.sportmicro.com/referees-by-country?country_id=eq.{country_id}`",
        "properties": {},
        "type": "object"
      },
      "leagues-info": {
        "description": "Info\nThis endpoint allows you to retrieve the info from leagues and cups.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 every day.\n\n### Use Cases\nGet league info from a specific **league_id**<br />`https://badminton.sportmicro.com/leagues-info?league_id=eq.{league_id}`",
        "properties": {},
        "type": "object"
      },
      "agg-news-matches": {
        "description": "Matches news\nThis endpoint allows you to retrieve aggregated news from matches.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 15 minutes.<br />**Recommended Calls**: Limit calls to 1 every 15 minutes.\n\n### Use Cases\nGet news from a specific **match_id**<br />`https://badminton.sportmicro.com/agg-news-matches?match_id=eq.{match_id}`",
        "properties": {
          "id": {
            "description": "The id of the news\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "match_id": {
            "description": "The id of the match\n\nNote:\nThis is a Foreign Key to `matches.id`.<fk table='matches' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "title": {
            "description": "The title of the news",
            "format": "text",
            "type": "string"
          },
          "link": {
            "description": "The link of the news",
            "format": "text",
            "type": "string"
          },
          "thumbnail_url": {
            "description": "The thumbnail url of the news",
            "format": "text",
            "type": "string"
          },
          "description": {
            "description": "The description of the news",
            "format": "text",
            "type": "string"
          },
          "published_date": {
            "description": "The published date of the news",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "source_url": {
            "description": "The source url of the news",
            "format": "text",
            "type": "string"
          },
          "source": {
            "description": "The source of the news",
            "format": "text",
            "type": "string"
          }
        },
        "type": "object"
      },
      "coverage-live": {
        "description": "Live odds coverages\nThis endpoint allows you to retrieve information about all matches coverages.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every minute.<br />**Recommended Calls**: Limit calls to 1 per minute.\n\n### Use Cases\nGet all live coverages<br />`https://badminton.sportmicro.com/odds/coverage-live`<br /><br />Get live odds coverage a specific **match_id**<br />`https://badminton.sportmicro.com/odds/coverage-live?match_id=eq.{match_id}`",
        "properties": {},
        "type": "object"
      },
      "match-winner-movements": {
        "description": "Match winner odds movements\nThis endpoint allows you to retrieve the odds movements from match winner market.\n\nThe movements are available only for past matches within the last 6 months.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every minute.<br />**Recommended Calls**: Limit calls to 1 per minute.\n\n### Use Cases\nGet the movements from a specific **match_winner_id**<br />`https://badminton.sportmicro.com/odds/match-winner-movements?match_winner_id=eq.{match_winner_id}`",
        "properties": {},
        "type": "object"
      },
      "correct-score-movements": {
        "description": "Correct score odds movements\nThis endpoint allows you to retrieve the odds movements from correct score market.\n\nThe movements are available only for past matches within the last 6 months.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every minute.<br />**Recommended Calls**: Limit calls to 1 per minute.\n\n### Use Cases\nGet the movements from a specific **correct_score_id**<br />`https://badminton.sportmicro.com/odds/correct-score-movements?correct_score_id=eq.{correct_score_id}`",
        "properties": {},
        "type": "object"
      },
      "coverage": {
        "description": "Odds Coverages\nThis endpoint allows you to retrieve information about all matches coverages.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every minute.<br />**Recommended Calls**: Limit calls to 1 per minute.\n\n### Use Cases\nGet all coverages<br />`https://badminton.sportmicro.com/odds/coverage`<br /><br />Get odds coverages from a specific **match_id**<br />`https://badminton.sportmicro.com/odds/coverage?match_id=eq.{match_id}`",
        "properties": {},
        "type": "object"
      },
      "correct-score": {
        "description": "Correct score odds\nThis endpoint allows you to retrieve the odds from correct score market.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: Live and today's matches are updated every minute, while other matches are updated every hour.<br />**Recommended Calls**: Limit calls to 1 per minute for live and today's matches, and 1 per hour for other matches.\n\n### Use Cases\nGet the odds from a specific **match_id**<br />`https://badminton.sportmicro.com/odds/correct-score?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://badminton.sportmicro.com/odds/correct-score?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://badminton.sportmicro.com/odds/correct-score?match_id=eq.{match_id}&is_live=eq.false`",
        "properties": {},
        "type": "object"
      },
      "match-winner": {
        "description": "Match winner odds\nThis endpoint allows you to retrieve the odds from match winner market.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: Live and today's matches are updated every minute, while other matches are updated every hour.<br />**Recommended Calls**: Limit calls to 1 per minute for live and today's matches, and 1 per hour for other matches.\n\n### Use Cases\nGet the odds from a specific **match_id**<br />`https://badminton.sportmicro.com/odds/match-winner?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://badminton.sportmicro.com/odds/match-winner?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://badminton.sportmicro.com/odds/match-winner?match_id=eq.{match_id}&is_live=eq.false`",
        "properties": {},
        "type": "object"
      }
    }
  }
}
