{
  "openapi": "3.0.3",
  "info": {
    "description": "Sportmicro is happy to have you here! Thanks for visiting our darts documentation. You will learn all there is to know about Sportmicro' Darts 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/darts.png",
      "altText": "Sportmicro darts logo"
    },
    "license": {
      "name": "MIT",
      "url": "https://opensource.org/licenses/MIT"
    }
  },
  "paths": {
    "/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://darts.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-10-30",
                      "league_id": 7229,
                      "league_name": "European Darts Championship",
                      "matches": [
                        {
                          "id": 37985,
                          "name": "Part J. vs Thornton R.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 27750,
                          "start_time": "2008-10-30T20:40:00+00:00",
                          "season_name": "European Championship 2008",
                          "away_team_id": 612,
                          "home_team_id": 2333,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Thornton R.",
                          "home_team_name": "Part J.",
                          "away_team_score": 5,
                          "home_team_score": 3,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "e6c316128df12cb9c58699a337b426b8f5abd44e1b116291bd2e1d96ef7275ce",
                          "home_team_hash_image": "5b4f1f89ba2918a77e93566880d02d016a13a37ac48e4657d5318cb6b7f2ef7e",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37986,
                          "name": "Scholten R. vs Mensur Suljović",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 27750,
                          "start_time": "2008-10-30T21:15:00+00:00",
                          "season_name": "European Championship 2008",
                          "away_team_id": 829,
                          "home_team_id": 99507,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Mensur Suljović",
                          "home_team_name": "Scholten R.",
                          "away_team_score": 5,
                          "home_team_score": 1,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "b1a77e2597ffa0aec0de2b891b2a8bc06125677b9d435a04a0a1bb4bf7922503",
                          "home_team_hash_image": "ab1e3d03f05129d2a9fd4c55088ccaea02998b2d16647dfd43360683a11b564b",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37987,
                          "name": "Baxter R. vs Van Der Voort V.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 27750,
                          "start_time": "2008-10-30T21:50:00+00:00",
                          "season_name": "European Championship 2008",
                          "away_team_id": 1303,
                          "home_team_id": 1474,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Van Der Voort V.",
                          "home_team_name": "Baxter R.",
                          "away_team_score": 4,
                          "home_team_score": 6,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "06c031b653d65365f2743cc05703fd21e27c9343b6f71ec380c7f4b941751ec0",
                          "home_team_hash_image": "0a74bf59c9a0a17196b4d61eb06faad930519c5cfabf1b57163cefb832e7ad59",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37988,
                          "name": "Jenkins T. vs Rodriquez C.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 27750,
                          "start_time": "2008-10-30T18:55:00+00:00",
                          "season_name": "European Championship 2008",
                          "away_team_id": 98590,
                          "home_team_id": 717,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Rodriquez C.",
                          "home_team_name": "Jenkins T.",
                          "away_team_score": 7,
                          "home_team_score": 5,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "4e7b52d52d3bfcdaf88efdac54a9c3985ea75c9e2b82e6750c82aef8c88d29fc",
                          "home_team_hash_image": "30cbcaac37f6d3f5a31d9dba45100acab22dbf88fc2ec7ce28ec4ec20bc3856a",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37989,
                          "name": "Mervyn King vs Jones W.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 27750,
                          "start_time": "2008-10-30T18:20:00+00:00",
                          "season_name": "European Championship 2008",
                          "away_team_id": 1431,
                          "home_team_id": 1464,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Jones W.",
                          "home_team_name": "Mervyn King",
                          "away_team_score": 4,
                          "home_team_score": 6,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "16e775861254b99e3bb31935d7ac0580e7735483a4073f914a453a7946016f67",
                          "home_team_hash_image": "2f56c29b94fc9b4deb3a18f1185ea09a9754e8801847b548ec32d875595e8de2",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37990,
                          "name": "Taylor P. vs Barry J.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 27750,
                          "start_time": "2008-10-30T20:05:00+00:00",
                          "season_name": "European Championship 2008",
                          "away_team_id": 102345,
                          "home_team_id": 494,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Barry J.",
                          "home_team_name": "Taylor P.",
                          "away_team_score": 1,
                          "home_team_score": 5,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "44e4ade94f46b4aa232104a1fe3329624ebe750c097e6569d8db09a47202f77d",
                          "home_team_hash_image": "e8598738096859ede3ab452f6b848ba1db5cf23d7c3944b0ace55ae9da9f7537",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37995,
                          "name": "Mardle W. vs Welge A.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 27750,
                          "start_time": "2008-10-30T19:30:00+00:00",
                          "season_name": "European Championship 2008",
                          "away_team_id": 76651,
                          "home_team_id": 2343,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Welge A.",
                          "home_team_name": "Mardle W.",
                          "away_team_score": 0,
                          "home_team_score": 5,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "3268e451b3f34c6246b62bf2b493c3f73af39dd5c2745a707c0dc136f423ddd5",
                          "home_team_hash_image": "17b39171a61abed7052b8709197782028ee5fc8c6bc9f8a3fc6b087b22d29a27",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37996,
                          "name": "Osborne C. vs Walsh M.",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 27750,
                          "start_time": "2008-10-30T17:45:00+00:00",
                          "season_name": "European Championship 2008",
                          "away_team_id": 582,
                          "home_team_id": 705,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Walsh M.",
                          "home_team_name": "Osborne C.",
                          "away_team_score": 6,
                          "home_team_score": 4,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "4176d77d187b3ac54306da719280c99d12d9da6eb4e576197ffaad8c6e54ce94",
                          "home_team_hash_image": "ec71c78cc4b779d4d438235c76ad8020fdc20a96ad4bdec7df4b52576785cf4a",
                          "tournament_importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches By Date League"
      }
    },
    "/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"
      }
    },
    "/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://darts.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-10-30",
                      "leagues": [
                        {
                          "class_id": "International",
                          "league_id": 7229,
                          "class_name": "International",
                          "league_name": "European Darts Championship",
                          "class_hash_image": "f465b7ab362e9ce16602bf421652b302b3b12cb0c1af67bb767a9befd50bc959",
                          "league_importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Leagues By Date"
      }
    },
    "/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://darts.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": 75,
                      "tournament_name": "WDF World Championship",
                      "teams": [
                        {
                          "team_id": 922,
                          "team_name": "Andy Baetens",
                          "team_hash_image": "401aea2ce76389f770150444cb96467edaae2f371d02c3c837c69f91d84a486e"
                        },
                        {
                          "team_id": 933,
                          "team_name": "Thompson J.",
                          "team_hash_image": "b67d3dac425daebb44b465946001b4f00bf69fd25df0a7949571ab774b7a7474"
                        },
                        {
                          "team_id": 4385,
                          "team_name": "Scott J.",
                          "team_hash_image": "0d0a9ffc7b588c1cd8bbadd1f300cf8543fc3c3be853ecacc367cbc910d89575"
                        },
                        {
                          "team_id": 5918,
                          "team_name": "Barilli M.",
                          "team_hash_image": "6b7da5dc39a22639f9efec57c6d65a79b193a33136c5e7eaa77a2d778c0818ae"
                        },
                        {
                          "team_id": 8264,
                          "team_name": "Luke K.",
                          "team_hash_image": "b579741c01d651127db7bfb302213d76f30c3c81fa7629210b3c7d7d07928733"
                        },
                        {
                          "team_id": 8269,
                          "team_name": "Raschini F.",
                          "team_hash_image": "c9e8fa45fea93f3077eed29f32e69d5d4c37a1c7a6f6a9e853f7f70661b94ada"
                        },
                        {
                          "team_id": 8287,
                          "team_name": "Graham M.",
                          "team_hash_image": "0ca9b8a7c495c2a6ed187ccb2dcb841585ddc55fa89a95556719afb7f3632215"
                        },
                        {
                          "team_id": 1153,
                          "team_name": "Richard Veenstra",
                          "team_hash_image": "272060735f1b6a657c6f5961024249da027e09a6a8ced7eab2b9c5e1d1c73778"
                        },
                        {
                          "team_id": 86527,
                          "team_name": "Obukhov R.",
                          "team_hash_image": "dca55f265ba083166e5d918cb787f7534fdabdfc792c0916f600f572db1b3cde"
                        },
                        {
                          "team_id": 998,
                          "team_name": "Warren W.",
                          "team_hash_image": "d94446d396586b21e0db41783836f1e2b049792a33ac528a4613e0f7c0ab87e6"
                        },
                        {
                          "team_id": 3184,
                          "team_name": "Parletti D.",
                          "team_hash_image": "84ba5859e1dddf74f8d17d128071c620f9e56bc70c0fa55dde15d55e064c9ee7"
                        },
                        {
                          "team_id": 4281,
                          "team_name": "Prins D.",
                          "team_hash_image": "46b17b24d4777f62230dd6a3d4b8116feb83a60136420c307f6d41fdf92d8d73"
                        },
                        {
                          "team_id": 7398,
                          "team_name": "Jones I.",
                          "team_hash_image": "6f9bf7b134718a5481e4d10aea4fe2e592f9525c3518cebc7f29aefd42ab6d34"
                        },
                        {
                          "team_id": 6652,
                          "team_name": "De Vreede R.",
                          "team_hash_image": "d0cab446800b3c198c7a34dabb9b8465471faa2c59195df58979c343be1ac9c7"
                        },
                        {
                          "team_id": 8295,
                          "team_name": "Kadar L.",
                          "team_hash_image": "197b08ad930c3eda9d16c74a5c9c604858118109a52582e7a30dd643c0c5c327"
                        },
                        {
                          "team_id": 8256,
                          "team_name": "Gardiner L.",
                          "team_hash_image": "2ca18b2921803bb19d239b9d3d9117f0b7bb41755f9f072bf76a3eb59d9d54fc"
                        },
                        {
                          "team_id": 8275,
                          "team_name": "Desreumaux J.",
                          "team_hash_image": "0dd6a9ec9292482433f8d1e45a011dd948075a63af537111089a902924af4c54"
                        },
                        {
                          "team_id": 8302,
                          "team_name": "Hazel B.",
                          "team_hash_image": "3b9ab9c17b22ff89abb65de02635758730f63f9d34888efdfe9fa9ca8547cb9c"
                        },
                        {
                          "team_id": 8282,
                          "team_name": "Donovan L.",
                          "team_hash_image": "e6646a1362a4e0b030b1185c83a603395575e6e66c13ae980ef1ead1b524c57c"
                        },
                        {
                          "team_id": 8332,
                          "team_name": "Brooks J.",
                          "team_hash_image": "e31bd234b17632b4c6bb1b63a3bd66e50dec65b0849cbaa19912e28162ad9fdf"
                        },
                        {
                          "team_id": 8310,
                          "team_name": "Burt S.",
                          "team_hash_image": "a21bbdca8874843c64360983fc7bb029c6205a8dc8e02a869ba3275a155b8d4b"
                        },
                        {
                          "team_id": 8317,
                          "team_name": "Hansen R.",
                          "team_hash_image": "11d7a639e5169b99086c29d0305c8492ca9ec7141482d4ade44c04037966ceee"
                        },
                        {
                          "team_id": 8326,
                          "team_name": "Shewan L.",
                          "team_hash_image": "1221295245ed283777c889dafc89b2572c48f47179c38864678e8667ba1827b2"
                        },
                        {
                          "team_id": 8338,
                          "team_name": "McDonald S.",
                          "team_hash_image": "527e3ee9f0e84f6d42bb4902d3c8e65d8ff7952248107a940049aa89f9040392"
                        },
                        {
                          "team_id": 87354,
                          "team_name": "Steyer S.",
                          "team_hash_image": "aa414746f00fbb8f1ea904f466412bcf7cca60ede4c9725728f035ea6fe7bc2b"
                        },
                        {
                          "team_id": 74834,
                          "team_name": "Turner A.",
                          "team_hash_image": "f72e6ac453ec3e4b964a33fb429792a47b4b454fa88e71e63916c88d8b409643"
                        },
                        {
                          "team_id": 74863,
                          "team_name": "Allen A.",
                          "team_hash_image": "676ddad66d02d274a58fc936d8fb0961d2580d51a802353798b4687606f84a5e"
                        },
                        {
                          "team_id": 104,
                          "team_name": "Luke Littler",
                          "team_hash_image": "adecc39534d8acf0e8ad82f945a1a50413cc80526d1bf19d0731f75a474f7fbc"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams By Tournament"
      }
    },
    "/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://darts.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-12-15T19:00:00+00:00",
                      "temp": 279.63,
                      "feels_like": 277.53,
                      "pressure": 1038,
                      "humidity": 83,
                      "dew_point": 276.7,
                      "uvi": 0,
                      "clouds": 93,
                      "wind_speed": 2.86,
                      "wind_deg": 228,
                      "wind_gust": 8.71,
                      "weather_id": 804,
                      "weather_main": "Clouds",
                      "weather_description": "overcast clouds",
                      "weather_icon": "04n",
                      "pop": 0
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Weather"
      }
    },
    "/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**Highest checkout**, **Average 3 darts**, **Thrown over 140**, **Thrown 180**, **Checkouts over 100**, **Thrown over 100**, **Checkouts accuracy**.\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://darts.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": 42,
                      "statistics": [
                        {
                          "type": "Average 3 darts",
                          "period": "ALL",
                          "category": "Attacking",
                          "away_team": "0",
                          "home_team": "0"
                        },
                        {
                          "type": "Checkouts accuracy",
                          "period": "ALL",
                          "category": "Attacking",
                          "away_team": "5/13 (38%)",
                          "home_team": "6/9 (67%)"
                        },
                        {
                          "type": "Checkouts over 100",
                          "period": "ALL",
                          "category": "Attacking",
                          "away_team": "1",
                          "home_team": "0"
                        },
                        {
                          "type": "Highest checkout",
                          "period": "ALL",
                          "category": "Attacking",
                          "away_team": "115",
                          "home_team": "81"
                        },
                        {
                          "type": "Thrown 180",
                          "period": "ALL",
                          "category": "Attacking",
                          "away_team": "3",
                          "home_team": "6"
                        },
                        {
                          "type": "Thrown over 100",
                          "period": "ALL",
                          "category": "Attacking",
                          "away_team": "14",
                          "home_team": "11"
                        },
                        {
                          "type": "Thrown over 140",
                          "period": "ALL",
                          "category": "Attacking",
                          "away_team": "4",
                          "home_team": "8"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Statistics"
      }
    },
    "/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://darts.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": 93,
                      "league_name": "Grand Slam of Darts",
                      "teams": [
                        {
                          "id": 194,
                          "name": "Lukas Wenig",
                          "hash_image": "2409a329830ff71fef34a350c11a96ff5d7312fb4a63e000785e90a525f5cdd2"
                        },
                        {
                          "id": 296,
                          "name": "Gerwyn Price",
                          "hash_image": "3043e41e8c2b6cadee34a85fc41104f553b2be7c997b746ea9b8c962ac387750"
                        },
                        {
                          "id": 390,
                          "name": "Keane Barry",
                          "hash_image": "cb1ca3268c9bb472ab0aaf1d1828298d8588192630a74399952a9a9dd854edbc"
                        },
                        {
                          "id": 395,
                          "name": "Lourence Ilagan",
                          "hash_image": "c9c31155745581ddf9c26bf0bab747f8ef727d81cf6f08ad9c572a2b0e95db8b"
                        },
                        {
                          "id": 409,
                          "name": "Gary Anderson",
                          "hash_image": "38ccf272c9f202dde67aa912c010a7bbe4e6a8dbc2df273485b429d5d6ec9c5e"
                        },
                        {
                          "id": 436,
                          "name": "Montgomery R.",
                          "hash_image": "bbff927076cd4abce28051fe1db3173116b70209b7cf5c1adcbbfc19c98e2bc7"
                        },
                        {
                          "id": 444,
                          "name": "Murnan J.",
                          "hash_image": "1836015edc5334828203c6de86b303fdd82b03defe5799ccf536c41fc5188afd"
                        },
                        {
                          "id": 451,
                          "name": "Robson G.",
                          "hash_image": "a16fcb1d7d56084a46ee32186af235761a6fcaf6f72925be38e5c7f06a1aed4a"
                        },
                        {
                          "id": 459,
                          "name": "Krzysztof Ratajski",
                          "hash_image": "638207d265ecc539303a6c5cd5136abcb05fc578f904ba73c23ce09d982744fc"
                        },
                        {
                          "id": 471,
                          "name": "Girvan N.",
                          "hash_image": "309c2ea0efa050b2824e690992379ebaaecd50325179bc4fbe42afc0c526a7ee"
                        },
                        {
                          "id": 475,
                          "name": "Josh Rock",
                          "hash_image": "5a6c73e7137f3474a90c4356235c7f54e9a7247facb0312baa2ca3b324c7a864"
                        },
                        {
                          "id": 486,
                          "name": "Raymond van Barneveld",
                          "hash_image": "255ec20363147cdeb89785902ef6e6644bab285a8ed2e99b8f66b4d3aefa8370"
                        },
                        {
                          "id": 582,
                          "name": "Walsh M.",
                          "hash_image": "4176d77d187b3ac54306da719280c99d12d9da6eb4e576197ffaad8c6e54ce94"
                        },
                        {
                          "id": 594,
                          "name": "Kellett S.",
                          "hash_image": "f87c50c68d07e2c078b3ecd657859a39a9ae67366f1b8a77fe717a8329e610bc"
                        },
                        {
                          "id": 599,
                          "name": "Painter K.",
                          "hash_image": "1a39991f1c8f5dabd6abdd8cd87a3af5bc23c0645cee260615849cec9ce81f26"
                        },
                        {
                          "id": 624,
                          "name": "Williams J.",
                          "hash_image": "b2a2e644ed458503128e289cf0708b1f12f67d4a7072ad4918b73fbd9820ef00"
                        },
                        {
                          "id": 631,
                          "name": "Ross Smith",
                          "hash_image": "cf61575a26538cee9140a5b776dc98d96ac85112d12720937dcf13e6e979dbbc"
                        },
                        {
                          "id": 640,
                          "name": "Harrington R.",
                          "hash_image": "47fa950609f30ee7e203010a98dbab19dbf89996b502b91691ae2d34cad84a25"
                        },
                        {
                          "id": 651,
                          "name": "Danny Noppert",
                          "hash_image": "dfe0ba876123e1dfdf1283be71e23e05ec2f7bb5ef383661f40d795aece67533"
                        },
                        {
                          "id": 659,
                          "name": "Max Hopp",
                          "hash_image": "99625c21b7bd5094ba975eb73ccb3fa1fbadd7fc686c9d8181e26abaf96c9a69"
                        },
                        {
                          "id": 664,
                          "name": "Dimitri Van den Bergh",
                          "hash_image": "250102ec3507fe7425f47c9400755de48a3975042911533b46b7ab460ef015b6"
                        },
                        {
                          "id": 678,
                          "name": "Adam Hunt",
                          "hash_image": "ae8904dd939feb2788fb8d69a81f45e07d693bf4bcc21d326fe5d4174ffe5958"
                        },
                        {
                          "id": 686,
                          "name": "Joe Cullen",
                          "hash_image": "adb58ca475dbe096a6efb74ac88910b0481e589f1ffd108809fcacf05248b44d"
                        },
                        {
                          "id": 690,
                          "name": "Gabriel Clemens",
                          "hash_image": "53efe2fb6394b2d98fac9f6c3718fa42200306c33e8f200ff148c18426a9371f"
                        },
                        {
                          "id": 700,
                          "name": "Pipe J.",
                          "hash_image": "913585ee1a738ba31d8d9dceed8ae15dff2d474886666e8ab54b16424979117c"
                        },
                        {
                          "id": 705,
                          "name": "Osborne C.",
                          "hash_image": "ec71c78cc4b779d4d438235c76ad8020fdc20a96ad4bdec7df4b52576785cf4a"
                        },
                        {
                          "id": 709,
                          "name": "Webster M.",
                          "hash_image": "80c73e379c2e3df007a2297553c1be98e02ccff3f32bfa788fb757461e4c3084"
                        },
                        {
                          "id": 728,
                          "name": "Dekker J.",
                          "hash_image": "ec8e47ce0f09aefa347f8d16488f28348c01e8ffad2a48d342a7648f39aab2f1"
                        },
                        {
                          "id": 738,
                          "name": "Stompe C.",
                          "hash_image": "2eb1618d7ecb412e27715bf600e45fcf7019eff49690e06271c3f4740667575c"
                        },
                        {
                          "id": 743,
                          "name": "Hankey T.",
                          "hash_image": "6a0b4dc6d912061e0f869fee3cac97572a70074bede614b7fa06c7babc4f0c37"
                        },
                        {
                          "id": 1299,
                          "name": "Jenkins A.",
                          "hash_image": "233e9bafca0bddd59e0b7bbdec6aec88ecdd6c8957032744ef358a110c50cd4b"
                        },
                        {
                          "id": 1303,
                          "name": "Van Der Voort V.",
                          "hash_image": "06c031b653d65365f2743cc05703fd21e27c9343b6f71ec380c7f4b941751ec0"
                        },
                        {
                          "id": 1317,
                          "name": "Nixon P.",
                          "hash_image": "bd8995f58d8bfc8d8b42b65efb3c03ac7035f19ea4e179ef1016ceeeaf3cb7a4"
                        },
                        {
                          "id": 1323,
                          "name": "Hamilton A.",
                          "hash_image": "58218ff9617ae3480e8a716a1bf11d33edcfa356ab41adbbf6cde75ecba6ad90"
                        },
                        {
                          "id": 1329,
                          "name": "Tabern A.",
                          "hash_image": "52ed4df1cbc950e758a90170a4b0f8af04d474522e9cbda2c4e58a934640e0d5"
                        },
                        {
                          "id": 1336,
                          "name": "Woods B.",
                          "hash_image": "86cfda1f05cb83cdb65cac861c900daf7c15183ebd9ee19720bbc85feaf217a9"
                        },
                        {
                          "id": 2333,
                          "name": "Part J.",
                          "hash_image": "5b4f1f89ba2918a77e93566880d02d016a13a37ac48e4657d5318cb6b7f2ef7e"
                        },
                        {
                          "id": 2336,
                          "name": "Mcdine K.",
                          "hash_image": "3ebb4bab3c30a06f418bd4dd8b91734b4edd9812eff3f2fdc5535b234ef1f801"
                        },
                        {
                          "id": 2343,
                          "name": "Mardle W.",
                          "hash_image": "17b39171a61abed7052b8709197782028ee5fc8c6bc9f8a3fc6b087b22d29a27"
                        },
                        {
                          "id": 2351,
                          "name": "Dobromyslova A.",
                          "hash_image": "c79263026c4b3c2ec094ceb4cd27c3f14bfefe62c79bfd37deb3a5cc56104315"
                        },
                        {
                          "id": 2355,
                          "name": "Mawson G.",
                          "hash_image": "880f784bd127638af2371f1dbde837681d710a916fe18d0a31b715e66bc9666a"
                        },
                        {
                          "id": 2387,
                          "name": "Shepherd K.",
                          "hash_image": "5c1b439799a3da04ebd199cc6c36c6d1f9e9af5d21e0e6fec5a1aeae87ba42e7"
                        },
                        {
                          "id": 2392,
                          "name": "Newton W.",
                          "hash_image": "2693ad3cc21bda36c89474cc719532bf3f732ed09e189aff17f6c066b88dc900"
                        },
                        {
                          "id": 2396,
                          "name": "Lloyd C.",
                          "hash_image": "ee0e720adefebf2e0a1002ee685baa930221b491e363bc7fdc3369c0a569b00e"
                        },
                        {
                          "id": 2403,
                          "name": "De Ruiter N.",
                          "hash_image": "1009db04b2f00af04b5fa72337b243906b233e8de65039abdc01e58a70de0c4f"
                        },
                        {
                          "id": 2409,
                          "name": "Mcgarry C.",
                          "hash_image": "c421a40888fc6b293447de82e9715ab0b46a8a90b5cac6bfea349d4d58a9066b"
                        },
                        {
                          "id": 2414,
                          "name": "Young D.",
                          "hash_image": "a27b0e4aab896a15f60f6559377fd5b706a4afa9b0caa057c498143dc7d08033"
                        },
                        {
                          "id": 2421,
                          "name": "Ovens D.",
                          "hash_image": "c18dc37de733ff8c82256ee23c9f1db3b221027d014f650b665f3c4275977d99"
                        },
                        {
                          "id": 2706,
                          "name": "Winstanley D.",
                          "hash_image": "93c61c8e7ee41755cc40d78f4b073fbc6e20b586cc80415bee5785e2c71a2e15"
                        },
                        {
                          "id": 2716,
                          "name": "Hubbard J.",
                          "hash_image": "39aa45fca948ff1750e8329fa83b1fd741d2e1e53c38ca5d4795e85a3aa42ce7"
                        },
                        {
                          "id": 2723,
                          "name": "Monk A.",
                          "hash_image": "ce48893bac0172823f135f4bad49c374651c799d9d6718fabf7000df945e7495"
                        },
                        {
                          "id": 2731,
                          "name": "Bates B.",
                          "hash_image": "7cccbf9404e7b8b5051650303568f5c8b4b86b950118c7679f7580d1a0855158"
                        },
                        {
                          "id": 2741,
                          "name": "Brown K.",
                          "hash_image": "d1da7ea98704cb89e4cd946b8e45b830396e96d783023f25b5270bc4bafdbef7"
                        },
                        {
                          "id": 2749,
                          "name": "Rodriguez R.",
                          "hash_image": "4114017c77ba8f0e9900049ccefda549cdd6bf30a584b458ac317d12e9e2bcb0"
                        },
                        {
                          "id": 2755,
                          "name": "Green R.",
                          "hash_image": "a0c7a473c5eb8838897d15223605f117b728ff4373a7caf576ced521580292d2"
                        },
                        {
                          "id": 2763,
                          "name": "George R.",
                          "hash_image": "5b914f97885875bca6dcf1a13df168bd1b228fbd0f0ffc6d7a21abaae0f98950"
                        },
                        {
                          "id": 2766,
                          "name": "Caven J.",
                          "hash_image": "9f3c38e263eb3ad398be0bcabae5634fd9c312ef63ce7c737394325106e57757"
                        },
                        {
                          "id": 2822,
                          "name": "Maish S.",
                          "hash_image": "4266c35d17440e0589bdf197e329129f1c0b71066213bbf2a1d4da3d8484ba33"
                        },
                        {
                          "id": 2831,
                          "name": "Hoenselaar F.",
                          "hash_image": "b5887e88c6d740d2bc6b7056f00f8600e0cb2655c949013afec870da25bccf77"
                        },
                        {
                          "id": 2839,
                          "name": "Hylton M.",
                          "hash_image": "6febb16ad5f09dc9a23d348f14bbcc33a2667455e60285e722b7384af1f8b507"
                        },
                        {
                          "id": 2849,
                          "name": "Bromberg S.",
                          "hash_image": "587588339c471b259b613a262c6d18f632b3bc5a7b2e1a341a94d4644a73d186"
                        },
                        {
                          "id": 2858,
                          "name": "Wright T.",
                          "hash_image": "6cdfb02b451382e6647be6341252110ec72e0ac27d841d85c0bfd2ad1566fbfa"
                        },
                        {
                          "id": 2871,
                          "name": "Suzuki M.",
                          "hash_image": "5012618c9e240fc6ee4ef64bd4d662c5dce934fdbe1414e6bf62323c4f501ed1"
                        },
                        {
                          "id": 3088,
                          "name": "Adam Gawlas",
                          "hash_image": "1f53d3837a4cb91d538de8475a1573163d5296c4ca38f42e9d8d2c7ad633d856"
                        },
                        {
                          "id": 3096,
                          "name": "Jermaine Wattimena",
                          "hash_image": "acc52fd9342b663197ac4bb8c23b361b907a17b70e55ff42b0359377741ccadf"
                        },
                        {
                          "id": 3112,
                          "name": "Derry N.",
                          "hash_image": "8a7f3b6d956f0bae72d58dc524d0647800b5db25de81b2f6e2aeeeece4034340"
                        },
                        {
                          "id": 3175,
                          "name": "William O'Connor",
                          "hash_image": "69b9d2820aeaba22fb9ed507613b8195038ad856da99666e17f42618f23cdd50"
                        },
                        {
                          "id": 3184,
                          "name": "Parletti D.",
                          "hash_image": "84ba5859e1dddf74f8d17d128071c620f9e56bc70c0fa55dde15d55e064c9ee7"
                        },
                        {
                          "id": 3202,
                          "name": "Heydon N.",
                          "hash_image": "c15939fff35857f4c2c2ac6dc47d8212929a7706d4ae275e41fe5b6a99ffcf82"
                        },
                        {
                          "id": 3805,
                          "name": "Perez C.",
                          "hash_image": "e6dc1f868f7fd7a7a556c1ecdc088d8f7f2e260229d94b89700aa3a982729cdc"
                        },
                        {
                          "id": 3811,
                          "name": "Fallon Sherrock",
                          "hash_image": "33b2f2ea0b3e6d95b45416facca1554a75e14290b50c0678787704a90e296ad7"
                        },
                        {
                          "id": 3815,
                          "name": "Rafferty N.",
                          "hash_image": "252b482d1e1901c742ee82c1456007b60a5bbdb70b4115c259dd61b3b05d132a"
                        },
                        {
                          "id": 3819,
                          "name": "Scott Williams",
                          "hash_image": "a58b34be17bcb9fd286b8db80744c1cc65b6e2c1f20a1509021cccbd46bbc66e"
                        },
                        {
                          "id": 3831,
                          "name": "Van Peer B.",
                          "hash_image": "044643ddf248822a475a71b4e06668f6955411001d23ca24936319123c7bf594"
                        },
                        {
                          "id": 3839,
                          "name": "Stowe Buntz",
                          "hash_image": "ba2f865cc14ea7a6f814e5709e1b9cae40f6c5fe224e8de2599769f0814916cc"
                        },
                        {
                          "id": 3847,
                          "name": "Haruki Muramatsu",
                          "hash_image": "673fbf7de54e035af971722972dc49638b371f4392faafa6289c9032e86e34a0"
                        },
                        {
                          "id": 3914,
                          "name": "Hine S.",
                          "hash_image": "d2ff0b4e7cc545551e1380cc1e2226129f99ad29702efb8e01c3686cbcc94804"
                        },
                        {
                          "id": 3980,
                          "name": "Cadby C.",
                          "hash_image": "058bad15f4e967651fd28e6e0b4499d453acf8292f192f2c4eda96c5e4899c67"
                        },
                        {
                          "id": 4161,
                          "name": "Noa-Lynn van Leuven",
                          "hash_image": "2b240dfa466f90e6c8ea545991a4db27dfde44caa52915d6df6e810838cbf79c"
                        },
                        {
                          "id": 4166,
                          "name": "Wessel Nijman",
                          "hash_image": "27f71d78b9f792b3977c0c127138190523ed62eb6259fc575c7bc97644d3e2ee"
                        },
                        {
                          "id": 4175,
                          "name": "Leonard Gates",
                          "hash_image": "f32de92ef453f01682608e463c91a5e06b9e89b4792a59434eaef64e97ad26eb"
                        },
                        {
                          "id": 4247,
                          "name": "Bradley Brooks",
                          "hash_image": "8fa5532c01d0cc0d2ede9a06ce3351233c033c5621e2d93ee45cbaaec64f33be"
                        },
                        {
                          "id": 4252,
                          "name": "Rodriguez R.",
                          "hash_image": "4114017c77ba8f0e9900049ccefda549cdd6bf30a584b458ac317d12e9e2bcb0"
                        },
                        {
                          "id": 4257,
                          "name": "Matthew Campbell",
                          "hash_image": "fc00d913f1631c3eaf4f5f4c6b28ba90a7447cd34eb49a17f5160a1c93f962a8"
                        },
                        {
                          "id": 4262,
                          "name": "Davis J.",
                          "hash_image": "2ecad1d1356d83e91801557e337a89ff2494fe7b907cd99782643637808d6b7c"
                        },
                        {
                          "id": 8203,
                          "name": "Cam Crabtree",
                          "hash_image": "0f163a17a0354d27c480e955839564d8e0f08c94ef5799977b8002fb3e26d728"
                        },
                        {
                          "id": 8213,
                          "name": "Jurjen Van der Velde",
                          "hash_image": "2060026808541bdcebfb56e237f76249a9f308ebd39a6f7e1c8ff1e959cb5664"
                        },
                        {
                          "id": 8221,
                          "name": "Stefan Bellmont",
                          "hash_image": "9ca81598d8a6aec1d34071fe304604b8a74645e585d6b04b3654ad23150059bb"
                        },
                        {
                          "id": 8224,
                          "name": "Alexis Toylo",
                          "hash_image": "25103cfc452795eb5acab54cb3d97b9fabd6c00d901d2ae5ba0bd33588b601a1"
                        },
                        {
                          "id": 8229,
                          "name": "Alex Spellman",
                          "hash_image": "6ad7ffe739625f31549de870d4529cf65e6cb48b31c5387a438a709ef77e09f1"
                        },
                        {
                          "id": 8234,
                          "name": "Niko Springer",
                          "hash_image": "d731d07d8b98e6abc94d63b9bb9b8f0ab5002bbe7d763e220d936e9166255fa0"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams By League"
      }
    },
    "/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://darts.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": 38076,
                      "title": "Grand Slam of Darts: Searle zavřel na 9 šipek, Smith končí už ve ... - TN.cz",
                      "link": "https://tn.nova.cz/sport/clanek/529287-grand-slam-of-darts-searle-zavrel-na-9-sipek-smith-konci-uz-ve-skupine",
                      "thumbnail_url": "https://nova-ott-images-tn.ssl.cdn.cra.cz/r1200x/15e00b76-fed2-421b-81b7-2d419a79b46e.jpg",
                      "description": "Šipkařský turnaj Grand Slam of Darts má ze sebou třetí den a polovina skupin už zná své postupující. Gerwyn Price už měl jasné první místo a to potvrdil jednoznačnou výhrou nad van Veenem. Spolu s Icemanem postupuje i Ryan Searle, který ukončil zápas proti Raffertymu perfektní hrou. Už ve skupině končí Michael Smith, který prohrál s Jamesem Wadem 1:5.",
                      "published_date": "2023-11-13T21:51:00+00:00",
                      "source_url": "https://tn.nova.cz",
                      "source": "TN.cz"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Agg News Matches"
      }
    },
    "/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://darts.sportmicro.com/teams`<br /><br />Get team based on the **name**<br />`https://darts.sportmicro.com/teams?name=like.*Real*`<br /><br />Get team based on the **id**<br />`https://darts.sportmicro.com/teams?id=eq.{id}`<br /><br />Get teams from a specific **country_id**<br />`https://darts.sportmicro.com/teams?country_id=eq.{country_id}`<br /><br />Get teams from a specific **category_id**<br />`https://darts.sportmicro.com/teams?category_id=eq.{category_id}`<br /><br />Get team from a specific **primary_league_id**<br />`https://darts.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": 1317,
                      "name": "Nixon P.",
                      "full_name": "Phil Nixon",
                      "gender": "M",
                      "name_code": "NIX",
                      "national": false,
                      "type": 1,
                      "color_primary": "#374df5",
                      "color_secondary": "#374df5",
                      "color_text": "#ffffff",
                      "hash_image": "bd8995f58d8bfc8d8b42b65efb3c03ac7035f19ea4e179ef1016ceeeaf3cb7a4",
                      "class_id": 45,
                      "class_name": "International",
                      "class_hash_image": "f465b7ab362e9ce16602bf421652b302b3b12cb0c1af67bb767a9befd50bc959",
                      "tournament_id": 511,
                      "tournament_name": "Grand Slam of Darts 2010 - Group A",
                      "primary_league_id": 93,
                      "primary_league_name": "Grand Slam of Darts"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams"
      }
    },
    "/matches-highlights": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches Highlights",
        "description": "This endpoint allows you to retrieve the highlights from matches.\nIt has all social media posts about the match.\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 highlights from a specific **match_id**<br />`https://darts.sportmicro.com/matches-highlights?match_id=eq.{match_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-highlights.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-highlights"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 1,
                      "match_id": 1424,
                      "title": "Barstow C. 4 - 2 Howson R.",
                      "subtitle": "Full Highlights",
                      "url": "https://www.youtube.com/watch?v=y_cFzRv7Nek&pp=ygUSbW9kdXMgc3VwZXIgc2VyaWVz",
                      "created_at": "2026-03-30T06:16:19+00:00",
                      "source_url": "https://www.youtube.com/watch?v=y_cFzRv7Nek&pp=ygUSbW9kdXMgc3VwZXIgc2VyaWVz"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Highlights"
      }
    },
    "/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://darts.sportmicro.com/leagues`<br /><br />Search the leagues by the `name`<br />`https://darts.sportmicro.com/leagues?name=like.*Championship*`<br /><br />Get leagues based on the **id**<br />`https://darts.sportmicro.com/leagues?id=eq.{id}`<br /><br />Get leagues from a specific **class_id**<br />`https://darts.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": 59,
                      "name": "PDC World Championship",
                      "importance": 0,
                      "current_champion_team_num_titles": 2,
                      "most_titles": 14,
                      "primary_color": "#0b395f",
                      "secondary_color": "#3969a0",
                      "start_league": "2025-12-11T00:00:00+00:00",
                      "end_league": "2026-01-03T00:00:00+00:00",
                      "hash_image": "b36d3447d325791b2bee7ba3dc29a0dd30686eadf739b4ac5b2794917bcda980",
                      "class_id": 45,
                      "class_name": "International",
                      "class_hash_image": "f465b7ab362e9ce16602bf421652b302b3b12cb0c1af67bb767a9befd50bc959"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Leagues"
      }
    },
    "/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://darts.sportmicro.com/arenas`<br /><br />Get arenas based on the **id**<br />`https://darts.sportmicro.com/arenas?id=eq.{id}`<br /><br />Get arenas from a specific **country_id**<br />`https://darts.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": 29,
                      "name": "Alexandra Palace",
                      "city": "London",
                      "stadium_capacity": 10250,
                      "opened": "start date and age",
                      "operator": "Alexandra Park and Palace Charitable Trust",
                      "cost": "formatprice",
                      "hash_image": "d9bd77b282d740aaf7ea7c7405c72065c4a94543a3dbb923437f44b3dba0a6d9",
                      "country_id": 23,
                      "country_name": "England",
                      "country_hash_image": "69374b09b1681162ba2d6bba92d6a167ea5ca5921eb172eb173e999e3be5d8ba",
                      "geolocation": [
                        {
                          "name": "London",
                          "type": "locality",
                          "label": "London, England, United Kingdom",
                          "county": "Kingston upon Thames",
                          "region": "London",
                          "latitude": 51.509648,
                          "locality": "London",
                          "continent": "Europe",
                          "longitude": -0.099076,
                          "confidence": 1,
                          "postal_code": "SE1",
                          "country_code": "GBR"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Arenas"
      }
    },
    "/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://darts.sportmicro.com/tournaments`<br /><br />Get tournaments based on the **id**<br />`https://darts.sportmicro.com/tournaments?id=eq.{id}`<br /><br />Get tournaments from a specific **league_id**<br />`https://darts.sportmicro.com/tournaments?league_id=eq.{league_id}`<br /><br />Get tournaments from a specific **class_id**<br />`https://darts.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": 23268,
                      "name": "World Seniors Darts Championship 2025",
                      "importance": 0,
                      "league_id": 7873,
                      "league_name": "World Seniors Darts Championship",
                      "class_id": 45,
                      "class_name": "International",
                      "class_hash_image": "f465b7ab362e9ce16602bf421652b302b3b12cb0c1af67bb767a9befd50bc959"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Tournaments"
      }
    },
    "/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://darts.sportmicro.com/matches-tv-channels?match_id=eq.{match_id}`<br /><br />Get tv channels from a specific **match_id** and **alpha**<br />`https://darts.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": 1507,
                      "country_id": 76,
                      "country_name": "Croatia",
                      "country_hash_image": "15e68b1f46577e27d82b47596b5bb9224ec847838c53432b4ae182a4e20a04e7",
                      "alpha": "HR",
                      "tv_channels": [
                        {
                          "id": 89,
                          "name": "Zona Sport TV"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Tv Channels"
      }
    },
    "/media-players": {
      "get": {
        "tags": [
          "Media"
        ],
        "summary": "Media Players",
        "description": "This 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://darts.sportmicro.com/media-players?player_id=eq.{player_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.media-players.player_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-players"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 307,
                      "player_id": 419180,
                      "title": "Anderson G - Wattimena J",
                      "subtitle": "FINAL SET CHAOS IN FULL! 💥",
                      "url": "https://youtu.be/3XbYtJ_AXZA?si=LYHujkjAHSsAGePI",
                      "thumbnail_url": "https://i.ytimg.com/vi/3XbYtJ_AXZA/hqdefault.jpg",
                      "date_published": "2025-12-29T11:40:29+00:00",
                      "channel_url": "https://youtu.be/3XbYtJ_AXZA?si=LYHujkjAHSsAGePI"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Media Players"
      }
    },
    "/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://darts.sportmicro.com/countries`<br /><br />Get country based on the **id**<br />`https://darts.sportmicro.com/countries?id=eq.{id}`<br /><br />Get countries based on the **alpha**<br />`https://darts.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"
      }
    },
    "/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://darts.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": 37,
                      "class_name": "England",
                      "class_hash_image": "4771f9c89bf8072f0a3947f7abca6d49af4fc8e1929d040bd3b84c96640fb064",
                      "tournaments": [
                        {
                          "id": 219,
                          "name": "Premier League",
                          "importance": 11
                        },
                        {
                          "id": 484,
                          "name": "Premier League",
                          "importance": 0
                        },
                        {
                          "id": 616,
                          "name": "Premier League - Playoffs",
                          "importance": 0
                        },
                        {
                          "id": 1961,
                          "name": "Playoffs",
                          "importance": 14
                        },
                        {
                          "id": 22520,
                          "name": "Premier League - Night 16",
                          "importance": 0
                        },
                        {
                          "id": 22580,
                          "name": "Premier League - Night 15",
                          "importance": 0
                        },
                        {
                          "id": 22614,
                          "name": "Premier League - Night 14",
                          "importance": 0
                        },
                        {
                          "id": 22702,
                          "name": "Premier League - Night 12",
                          "importance": 0
                        },
                        {
                          "id": 22761,
                          "name": "Premier League - Night 11",
                          "importance": 0
                        },
                        {
                          "id": 24833,
                          "name": "Premier League - Night 13",
                          "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://darts.sportmicro.com/cup-bracket?id=eq.{id}`<br /><br />Get cups based on the **season_id**<br />`https://darts.sportmicro.com/cup-bracket?season_id=eq.{season_id}`<br /><br />Get cups based on the **league_id**<br />`https://darts.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": 7,
                      "name": "PDC World Championship 25/26",
                      "current_round": 7,
                      "type": 1,
                      "season_id": 61,
                      "season_name": "PDC World Championship 2026",
                      "league_id": 59,
                      "league_name": "PDC World Championship",
                      "league_hash_image": "b36d3447d325791b2bee7ba3dc29a0dd30686eadf739b4ac5b2794917bcda980",
                      "rounds": [
                        {
                          "type": 64,
                          "order": 1,
                          "blocks": [
                            {
                              "order": 1,
                              "finished": true,
                              "away_team_score": "0",
                              "home_team_score": "3",
                              "has_next_round_link": true,
                              "automatic_progression": false,
                              "series_start_date_timestamp": "2025-12-11T21:04:00+00:00"
                            }
                          ],
                          "description": "Round of 128"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Cup Bracket"
      }
    },
    "/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://darts.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": 61,
                      "season_name": "PDC World Championship 2026",
                      "rounds": [
                        {
                          "id": 1042,
                          "name": "Round of 128",
                          "round": 64,
                          "end_time": "2025-12-19",
                          "start_time": "2025-12-11"
                        },
                        {
                          "id": 1043,
                          "name": "Round of 64",
                          "round": 32,
                          "end_time": "2025-12-23",
                          "start_time": "2025-12-20"
                        },
                        {
                          "id": 1044,
                          "name": "Round of 32",
                          "round": 6,
                          "end_time": "2025-12-29",
                          "start_time": "2025-12-27"
                        },
                        {
                          "id": 1045,
                          "name": "Round of 16",
                          "round": 5,
                          "end_time": "2025-12-30",
                          "start_time": "2025-12-29"
                        },
                        {
                          "id": 1046,
                          "name": "Quarterfinals",
                          "round": 27,
                          "end_time": "2026-01-01",
                          "start_time": "2026-01-01"
                        },
                        {
                          "id": 1047,
                          "name": "Semifinals",
                          "round": 28,
                          "end_time": "2026-01-02",
                          "start_time": "2026-01-02"
                        },
                        {
                          "id": 1048,
                          "name": "Final",
                          "round": 29,
                          "end_time": "2026-01-03",
                          "start_time": "2026-01-03"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons Rounds"
      }
    },
    "/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://darts.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": 59,
                      "league_name": "PDC World Championship",
                      "league_hash_image": "b36d3447d325791b2bee7ba3dc29a0dd30686eadf739b4ac5b2794917bcda980"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Referees By League"
      }
    },
    "/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://darts.sportmicro.com/seasons`<br /><br />Get seasons based on the **id**<br />`https://darts.sportmicro.com/seasons?id=eq.{id}`<br /><br />Get seasons from a specific **league_id**<br />`https://darts.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": 31419,
                      "name": "World Grand Prix 2020",
                      "year": "2020",
                      "start_time": "2020-10-07",
                      "end_time": "2020-10-07",
                      "league_id": 7265,
                      "league_name": "World Grand Prix"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons"
      }
    },
    "/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://darts.sportmicro.com/classes`<br /><br />Get class based on the **id**<br />`https://darts.sportmicro.com/classes?id=eq.{id}`<br /><br />Get classes based on the **alpha**<br />`https://darts.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": 37,
                      "name": "England",
                      "flag": "england",
                      "alpha": "EN",
                      "importance": 1,
                      "hash_image": "4771f9c89bf8072f0a3947f7abca6d49af4fc8e1929d040bd3b84c96640fb064",
                      "matches_live_count": 0,
                      "last_match_date": "2026-04-16T20:20:00+00:00"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Classes"
      }
    },
    "/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://darts.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": 47555,
                      "match_id": 47555,
                      "league_id": 2875,
                      "league_name": "Premier League Darts",
                      "league_hash_image": "96cd11affc7dda52b6348b0d54d158a67cee178c7fae03e76b935147f33217c5",
                      "date": "2025-03-13T19:45:00+00:00",
                      "title": "Premier League Darts 2025: Round 27 Showdown Between Cross R. and Dobey C.",
                      "name": "Premier League Darts 2025: Round 27 Showdown Between Cross R. and Dobey C.",
                      "subtitles": [
                        {
                          "text": "As the Premier League Darts 2025 season reaches its critical juncture, Round 27 promises to deliver an electrifying encounter between two formidable competitors. The atmosphere is set to be charged as Cross R. takes on Dobey C. in what is expected to be a thrilling match. With both players vying for crucial points in the league standings, the stakes couldn't be higher. Fans are eagerly anticipating a display of skill, precision, and mental fortitude as these two athletes step onto the oche. The match is not just about individual glory; it’s a pivotal moment that could influence the overall dynamics of the league. As the countdown to the match begins, the excitement builds, and the anticipation of a high-stakes battle looms large.",
                          "subtitle": "A Clash of Titans in Round 27"
                        },
                        {
                          "text": "In the world of darts, strategy plays a crucial role, and as Cross R. faces Dobey C., tactical insights will be key to determining the outcome of this match. Both players are known for their unique styles and approaches to the game. Cross R. often relies on his ability to control the pace of the match, using calculated shots to build pressure on his opponent. On the other hand, Dobey C. is known for his aggressive scoring and ability to capitalize on any mistakes made by his rivals. Fans can expect a battle of wits as both players attempt to outmaneuver each other. The psychological aspect of the game will also come into play, with each player looking to gain the upper hand not just through skill, but through mental resilience. As the match unfolds, spectators will be keenly observing how each player adapts their tactics in response to the other’s performance.",
                          "subtitle": "Tactical Insights: What to Expect"
                        },
                        {
                          "text": "Leading up to this highly anticipated clash, both Cross R. and Dobey C. have shown remarkable form, each carving out their own path through the Premier League Darts 2025 season. Cross R. has demonstrated a consistent ability to perform under pressure, showcasing a blend of strategic play and explosive scoring. Meanwhile, Dobey C. has been on a remarkable run, displaying resilience and adaptability that has earned him a loyal following. The recent performances of both players have set the stage for a captivating showdown. Fans and analysts alike are keen to dissect their previous encounters, examining the strategies that have led to their successes and the lessons learned from past defeats. As they prepare for this pivotal match, the question on everyone’s mind is whether Cross R. can maintain his momentum or if Dobey C. will continue his ascent in the league.",
                          "subtitle": "The Road to Round 27: Form and Momentum"
                        },
                        {
                          "text": "Round 27 of the Premier League Darts 2025 season is not just another match; it holds significant implications for the league standings. With the competition heating up, every point is crucial as players jockey for position in the playoff race. A victory for Cross R. could solidify his place among the top contenders, while a win for Dobey C. could propel him into the upper echelons of the league. The ripple effects of this match will be felt throughout the standings, influencing not only the immediate rankings but also the psychological landscape of the remaining fixtures. As fans tune in, they will be acutely aware that this match could be a turning point in the season, making it a must-watch event for all darts enthusiasts. The excitement surrounding the potential outcomes adds an extra layer of intrigue to an already thrilling matchup.",
                          "subtitle": "The Impact of Round 27 on the League Standings"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "News Matches"
      }
    },
    "/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://darts.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": 104,
                      "team_name": "Luke Littler",
                      "team_hash_image": "adecc39534d8acf0e8ad82f945a1a50413cc80526d1bf19d0731f75a474f7fbc",
                      "tournaments": [
                        {
                          "seasons": [
                            {
                              "season_id": 103,
                              "start_time": "2026-07-11",
                              "season_name": "Nations League, Women 2026"
                            },
                            {
                              "season_id": 8104,
                              "start_time": "2022-06-02",
                              "season_name": "Nations League, Women 2022"
                            },
                            {
                              "season_id": 14778,
                              "start_time": "2019-05-21",
                              "season_name": "Nations League, Women 2019"
                            },
                            {
                              "season_id": 185,
                              "start_time": "2025-06-05",
                              "season_name": "Nations League, Women 2025"
                            },
                            {
                              "season_id": 5083,
                              "start_time": "2024-05-14",
                              "season_name": "Nations League, Women 2024"
                            },
                            {
                              "season_id": 8097,
                              "start_time": "2023-05-31",
                              "season_name": "Nations League, Women 2023"
                            },
                            {
                              "season_id": 8126,
                              "start_time": "2021-05-25",
                              "season_name": "Nations League, Women 2021"
                            },
                            {
                              "season_id": 14833,
                              "start_time": "2018-05-15",
                              "season_name": "Nations League, Women 2018"
                            }
                          ],
                          "tournament_id": 75,
                          "tournament_name": "WDF World Championship"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "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://darts.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": 59,
                      "league_name": "PDC World Championship",
                      "league_hash_image": "b36d3447d325791b2bee7ba3dc29a0dd30686eadf739b4ac5b2794917bcda980",
                      "tournaments": [
                        {
                          "id": 65,
                          "name": "PDC World Championship 2026",
                          "importance": 15
                        },
                        {
                          "id": 286,
                          "name": "PDC World Championship 2022",
                          "importance": 0
                        },
                        {
                          "id": 920,
                          "name": "PDC World Championship 2019",
                          "importance": 0
                        },
                        {
                          "id": 1399,
                          "name": "PDC World Championship 2020",
                          "importance": 0
                        },
                        {
                          "id": 1989,
                          "name": "PDC World Championship 2011",
                          "importance": 0
                        },
                        {
                          "id": 2107,
                          "name": "PDC World Championship 2021",
                          "importance": 0
                        },
                        {
                          "id": 23510,
                          "name": "PDC World Championship 2025",
                          "importance": 0
                        },
                        {
                          "id": 25249,
                          "name": "PDC World Championship 2024",
                          "importance": 0
                        },
                        {
                          "id": 25289,
                          "name": "PDC World Championship 2010",
                          "importance": 0
                        },
                        {
                          "id": 26421,
                          "name": "PDC World Championship 2022/23",
                          "importance": 0
                        },
                        {
                          "id": 28393,
                          "name": "PDC World Championship 2018",
                          "importance": 0
                        },
                        {
                          "id": 28654,
                          "name": "PDC World Championship",
                          "importance": 0
                        },
                        {
                          "id": 28733,
                          "name": "PDC World Championship 2017",
                          "importance": 0
                        },
                        {
                          "id": 29000,
                          "name": "PDC World Championship 2016",
                          "importance": 0
                        },
                        {
                          "id": 29389,
                          "name": "PDC World Championship",
                          "importance": 0
                        },
                        {
                          "id": 30062,
                          "name": "PDC World Championship",
                          "importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Tournaments By League"
      }
    },
    "/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://darts.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": 59,
                      "league_name": "PDC World Championship",
                      "league_hash_image": "b36d3447d325791b2bee7ba3dc29a0dd30686eadf739b4ac5b2794917bcda980",
                      "seasons": [
                        {
                          "id": 61,
                          "name": "PDC World Championship 2026",
                          "year": "25/26",
                          "start_time": "2025-12-12"
                        },
                        {
                          "id": 26992,
                          "name": "PDC World Championship 24/25",
                          "year": "24/25",
                          "start_time": "2024-12-22"
                        },
                        {
                          "id": 28985,
                          "name": "PDC World Championship 23/24",
                          "year": "23/24",
                          "start_time": "2023-12-16"
                        },
                        {
                          "id": 30036,
                          "name": "PDC World Championship 22/23",
                          "year": "22/23",
                          "start_time": "2022-12-17"
                        },
                        {
                          "id": 30828,
                          "name": "PDC World Championship 21/22",
                          "year": "21/22",
                          "start_time": "2021-12-17"
                        },
                        {
                          "id": 31352,
                          "name": "PDC World Championship 20/21",
                          "year": "20/21",
                          "start_time": "2020-12-18"
                        },
                        {
                          "id": 31732,
                          "name": "PDC World Championship 19/20",
                          "year": "19/20",
                          "start_time": "2020-01-01"
                        },
                        {
                          "id": 31988,
                          "name": "PDC World Championship 18/19",
                          "year": "18/19",
                          "start_time": "2018-12-22"
                        },
                        {
                          "id": 32229,
                          "name": "PDC World Championship 17/18",
                          "year": "17/18",
                          "start_time": "2017-12-28"
                        },
                        {
                          "id": 32509,
                          "name": "PDC World Championship 16/17",
                          "year": "16/17",
                          "start_time": "2017-01-02"
                        },
                        {
                          "id": 32838,
                          "name": "PDC World Championship 15/16",
                          "year": "15/16",
                          "start_time": "2016-01-03"
                        },
                        {
                          "id": 33187,
                          "name": "PDC World Championship 14/15",
                          "year": "14/15",
                          "start_time": "2014-12-19"
                        },
                        {
                          "id": 33497,
                          "name": "PDC World Championship 13/14",
                          "year": "13/14",
                          "start_time": "2013-12-14"
                        },
                        {
                          "id": 33696,
                          "name": "PDC World Championship 12/13",
                          "year": "12/13",
                          "start_time": "2012-12-14"
                        },
                        {
                          "id": 33851,
                          "name": "PDC World Championship 11/12",
                          "year": "11/12",
                          "start_time": "2011-12-15"
                        },
                        {
                          "id": 34019,
                          "name": "PDC World Championship 10/11",
                          "year": "10/11",
                          "start_time": "2010-12-16"
                        },
                        {
                          "id": 34269,
                          "name": "PDC World Championship 09/10",
                          "year": "09/10",
                          "start_time": "2009-12-18"
                        },
                        {
                          "id": 34410,
                          "name": "PDC World Championship 08/09",
                          "year": "08/09",
                          "start_time": "2008-12-20"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons By League"
      }
    },
    "/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://darts.sportmicro.com/standings`<br /><br />Get standing based on the **id**<br />`https://darts.sportmicro.com/standings?id=eq.{id}`<br /><br />Get standing from a specific **league_id**<br />`https://darts.sportmicro.com/standings?league_id=eq.{league_id}`<br /><br />Get standing from a specific **league_id** and **season_id**<br />`https://darts.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://darts.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": 123,
                      "tournament_id": 133,
                      "tournament_name": "Grand Slam of Darts 2025 - Group H",
                      "type": "total",
                      "name": "Grand Slam of Darts 2025, Group H",
                      "season_id": 147,
                      "season_name": "Grand Slam of Darts 2025",
                      "league_id": 93,
                      "league_name": "Grand Slam of Darts",
                      "competitors": [
                        {
                          "wins": 1,
                          "draws": 0,
                          "losses": 2,
                          "points": 2,
                          "matches": 3,
                          "team_id": 328,
                          "position": 4,
                          "team_name": "Jonny Clayton",
                          "team_hash_image": "976738e6a3814a0608337ab9adea96175932e37b3442163d77c296ce2f5b0c8a"
                        },
                        {
                          "wins": 1,
                          "draws": 0,
                          "losses": 2,
                          "points": 2,
                          "matches": 3,
                          "team_id": 8203,
                          "position": 3,
                          "team_name": "Cam Crabtree",
                          "team_hash_image": "0f163a17a0354d27c480e955839564d8e0f08c94ef5799977b8002fb3e26d728"
                        },
                        {
                          "wins": 2,
                          "draws": 0,
                          "losses": 1,
                          "points": 4,
                          "matches": 3,
                          "team_id": 194,
                          "position": 1,
                          "team_name": "Lukas Wenig",
                          "team_hash_image": "2409a329830ff71fef34a350c11a96ff5d7312fb4a63e000785e90a525f5cdd2"
                        },
                        {
                          "wins": 2,
                          "draws": 0,
                          "losses": 1,
                          "points": 4,
                          "matches": 3,
                          "team_id": 651,
                          "position": 2,
                          "team_name": "Danny Noppert",
                          "team_hash_image": "dfe0ba876123e1dfdf1283be71e23e05ec2f7bb5ef383661f40d795aece67533"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Standings"
      }
    },
    "/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://darts.sportmicro.com/tv-channels`<br /><br />Get tv channels based on the **name**<br />`https://darts.sportmicro.com/tv-channels?name=like.*Sportklub*`<br /><br />Get tv channels based on the **id**<br />`https://darts.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"
      }
    },
    "/media-teams": {
      "get": {
        "tags": [
          "Media"
        ],
        "summary": "Media Teams",
        "description": "This 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://darts.sportmicro.com/media-teams?team_id=eq.{team_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.media-teams.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/media-teams"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 555,
                      "team_id": 409,
                      "title": "Linfield 1 - 2 Shamrock Rovers",
                      "subtitle": "Full Highlights",
                      "url": "https://www.youtube.com/watch?v=moPhyTZNGsw",
                      "thumbnail_url": "https://i.ytimg.com/vi/moPhyTZNGsw/hqdefault.jpg",
                      "date_published": "2026-04-06T10:46:39+00:00",
                      "channel_url": "https://www.youtube.com/watch?v=moPhyTZNGsw"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Media Teams"
      }
    },
    "/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://darts.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": 45,
                      "class_name": "International",
                      "class_hash_image": "f465b7ab362e9ce16602bf421652b302b3b12cb0c1af67bb767a9befd50bc959",
                      "leagues": [
                        {
                          "id": 59,
                          "name": "PDC World Championship",
                          "hash_image": "b36d3447d325791b2bee7ba3dc29a0dd30686eadf739b4ac5b2794917bcda980"
                        },
                        {
                          "id": 85,
                          "name": "Modus Super Series",
                          "hash_image": "886111579de9cf88f7d3563cf91bd901dacf2e83236ac23f37ad6dc42aacc399"
                        },
                        {
                          "id": 144,
                          "name": "Premier League Darts",
                          "hash_image": "734ad03e9e133e376b3b1f6b35dc94a0f6e328e47b12a00ba93190b245fa12d1"
                        },
                        {
                          "id": 1460,
                          "name": "Players Championship",
                          "hash_image": "792611f0fd276fc39a9cc7335b36114a52c2a7fe3a461349dc3428e512b7be24"
                        },
                        {
                          "id": 7146,
                          "name": "World Youth Championship Final",
                          "hash_image": "334f10ff893614c46d51bca7403b8d67e8f024edf1a79a4848a10363bbc10cdf"
                        },
                        {
                          "id": 8307,
                          "name": "World Seniors Champion of Champions",
                          "hash_image": "f2e1155e549050f2b413d56915023fd42bd2f318bec2928f532d327aaef1ca4a"
                        },
                        {
                          "id": 10021,
                          "name": "Singapore Masters",
                          "hash_image": "74221a740d88761d8bb6ce1fb7a7bbab9a8bc1c3282fcfca8318ad5e93085854"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Leagues By Class"
      }
    },
    "/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://darts.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": 147,
                      "season_name": "Grand Slam of Darts 2025",
                      "teams": [
                        {
                          "team_id": 194,
                          "team_name": "Lukas Wenig",
                          "team_hash_image": "2409a329830ff71fef34a350c11a96ff5d7312fb4a63e000785e90a525f5cdd2"
                        },
                        {
                          "team_id": 296,
                          "team_name": "Gerwyn Price",
                          "team_hash_image": "3043e41e8c2b6cadee34a85fc41104f553b2be7c997b746ea9b8c962ac387750"
                        },
                        {
                          "team_id": 390,
                          "team_name": "Keane Barry",
                          "team_hash_image": "cb1ca3268c9bb472ab0aaf1d1828298d8588192630a74399952a9a9dd854edbc"
                        },
                        {
                          "team_id": 395,
                          "team_name": "Lourence Ilagan",
                          "team_hash_image": "c9c31155745581ddf9c26bf0bab747f8ef727d81cf6f08ad9c572a2b0e95db8b"
                        },
                        {
                          "team_id": 409,
                          "team_name": "Gary Anderson",
                          "team_hash_image": "38ccf272c9f202dde67aa912c010a7bbe4e6a8dbc2df273485b429d5d6ec9c5e"
                        },
                        {
                          "team_id": 436,
                          "team_name": "Montgomery R.",
                          "team_hash_image": "bbff927076cd4abce28051fe1db3173116b70209b7cf5c1adcbbfc19c98e2bc7"
                        },
                        {
                          "team_id": 444,
                          "team_name": "Murnan J.",
                          "team_hash_image": "1836015edc5334828203c6de86b303fdd82b03defe5799ccf536c41fc5188afd"
                        },
                        {
                          "team_id": 451,
                          "team_name": "Robson G.",
                          "team_hash_image": "a16fcb1d7d56084a46ee32186af235761a6fcaf6f72925be38e5c7f06a1aed4a"
                        },
                        {
                          "team_id": 459,
                          "team_name": "Krzysztof Ratajski",
                          "team_hash_image": "638207d265ecc539303a6c5cd5136abcb05fc578f904ba73c23ce09d982744fc"
                        },
                        {
                          "team_id": 471,
                          "team_name": "Girvan N.",
                          "team_hash_image": "309c2ea0efa050b2824e690992379ebaaecd50325179bc4fbe42afc0c526a7ee"
                        },
                        {
                          "team_id": 475,
                          "team_name": "Josh Rock",
                          "team_hash_image": "5a6c73e7137f3474a90c4356235c7f54e9a7247facb0312baa2ca3b324c7a864"
                        },
                        {
                          "team_id": 486,
                          "team_name": "Raymond van Barneveld",
                          "team_hash_image": "255ec20363147cdeb89785902ef6e6644bab285a8ed2e99b8f66b4d3aefa8370"
                        },
                        {
                          "team_id": 582,
                          "team_name": "Walsh M.",
                          "team_hash_image": "4176d77d187b3ac54306da719280c99d12d9da6eb4e576197ffaad8c6e54ce94"
                        },
                        {
                          "team_id": 594,
                          "team_name": "Kellett S.",
                          "team_hash_image": "f87c50c68d07e2c078b3ecd657859a39a9ae67366f1b8a77fe717a8329e610bc"
                        },
                        {
                          "team_id": 599,
                          "team_name": "Painter K.",
                          "team_hash_image": "1a39991f1c8f5dabd6abdd8cd87a3af5bc23c0645cee260615849cec9ce81f26"
                        },
                        {
                          "team_id": 624,
                          "team_name": "Williams J.",
                          "team_hash_image": "b2a2e644ed458503128e289cf0708b1f12f67d4a7072ad4918b73fbd9820ef00"
                        },
                        {
                          "team_id": 631,
                          "team_name": "Ross Smith",
                          "team_hash_image": "cf61575a26538cee9140a5b776dc98d96ac85112d12720937dcf13e6e979dbbc"
                        },
                        {
                          "team_id": 640,
                          "team_name": "Harrington R.",
                          "team_hash_image": "47fa950609f30ee7e203010a98dbab19dbf89996b502b91691ae2d34cad84a25"
                        },
                        {
                          "team_id": 651,
                          "team_name": "Danny Noppert",
                          "team_hash_image": "dfe0ba876123e1dfdf1283be71e23e05ec2f7bb5ef383661f40d795aece67533"
                        },
                        {
                          "team_id": 659,
                          "team_name": "Max Hopp",
                          "team_hash_image": "99625c21b7bd5094ba975eb73ccb3fa1fbadd7fc686c9d8181e26abaf96c9a69"
                        },
                        {
                          "team_id": 664,
                          "team_name": "Dimitri Van den Bergh",
                          "team_hash_image": "250102ec3507fe7425f47c9400755de48a3975042911533b46b7ab460ef015b6"
                        },
                        {
                          "team_id": 678,
                          "team_name": "Adam Hunt",
                          "team_hash_image": "ae8904dd939feb2788fb8d69a81f45e07d693bf4bcc21d326fe5d4174ffe5958"
                        },
                        {
                          "team_id": 686,
                          "team_name": "Joe Cullen",
                          "team_hash_image": "adb58ca475dbe096a6efb74ac88910b0481e589f1ffd108809fcacf05248b44d"
                        },
                        {
                          "team_id": 690,
                          "team_name": "Gabriel Clemens",
                          "team_hash_image": "53efe2fb6394b2d98fac9f6c3718fa42200306c33e8f200ff148c18426a9371f"
                        },
                        {
                          "team_id": 700,
                          "team_name": "Pipe J.",
                          "team_hash_image": "913585ee1a738ba31d8d9dceed8ae15dff2d474886666e8ab54b16424979117c"
                        },
                        {
                          "team_id": 705,
                          "team_name": "Osborne C.",
                          "team_hash_image": "ec71c78cc4b779d4d438235c76ad8020fdc20a96ad4bdec7df4b52576785cf4a"
                        },
                        {
                          "team_id": 709,
                          "team_name": "Webster M.",
                          "team_hash_image": "80c73e379c2e3df007a2297553c1be98e02ccff3f32bfa788fb757461e4c3084"
                        },
                        {
                          "team_id": 728,
                          "team_name": "Dekker J.",
                          "team_hash_image": "ec8e47ce0f09aefa347f8d16488f28348c01e8ffad2a48d342a7648f39aab2f1"
                        },
                        {
                          "team_id": 738,
                          "team_name": "Stompe C.",
                          "team_hash_image": "2eb1618d7ecb412e27715bf600e45fcf7019eff49690e06271c3f4740667575c"
                        },
                        {
                          "team_id": 743,
                          "team_name": "Hankey T.",
                          "team_hash_image": "6a0b4dc6d912061e0f869fee3cac97572a70074bede614b7fa06c7babc4f0c37"
                        },
                        {
                          "team_id": 1299,
                          "team_name": "Jenkins A.",
                          "team_hash_image": "233e9bafca0bddd59e0b7bbdec6aec88ecdd6c8957032744ef358a110c50cd4b"
                        },
                        {
                          "team_id": 1303,
                          "team_name": "Van Der Voort V.",
                          "team_hash_image": "06c031b653d65365f2743cc05703fd21e27c9343b6f71ec380c7f4b941751ec0"
                        },
                        {
                          "team_id": 1317,
                          "team_name": "Nixon P.",
                          "team_hash_image": "bd8995f58d8bfc8d8b42b65efb3c03ac7035f19ea4e179ef1016ceeeaf3cb7a4"
                        },
                        {
                          "team_id": 1323,
                          "team_name": "Hamilton A.",
                          "team_hash_image": "58218ff9617ae3480e8a716a1bf11d33edcfa356ab41adbbf6cde75ecba6ad90"
                        },
                        {
                          "team_id": 1329,
                          "team_name": "Tabern A.",
                          "team_hash_image": "52ed4df1cbc950e758a90170a4b0f8af04d474522e9cbda2c4e58a934640e0d5"
                        },
                        {
                          "team_id": 1336,
                          "team_name": "Woods B.",
                          "team_hash_image": "86cfda1f05cb83cdb65cac861c900daf7c15183ebd9ee19720bbc85feaf217a9"
                        },
                        {
                          "team_id": 2333,
                          "team_name": "Part J.",
                          "team_hash_image": "5b4f1f89ba2918a77e93566880d02d016a13a37ac48e4657d5318cb6b7f2ef7e"
                        },
                        {
                          "team_id": 2336,
                          "team_name": "Mcdine K.",
                          "team_hash_image": "3ebb4bab3c30a06f418bd4dd8b91734b4edd9812eff3f2fdc5535b234ef1f801"
                        },
                        {
                          "team_id": 2343,
                          "team_name": "Mardle W.",
                          "team_hash_image": "17b39171a61abed7052b8709197782028ee5fc8c6bc9f8a3fc6b087b22d29a27"
                        },
                        {
                          "team_id": 2351,
                          "team_name": "Dobromyslova A.",
                          "team_hash_image": "c79263026c4b3c2ec094ceb4cd27c3f14bfefe62c79bfd37deb3a5cc56104315"
                        },
                        {
                          "team_id": 2355,
                          "team_name": "Mawson G.",
                          "team_hash_image": "880f784bd127638af2371f1dbde837681d710a916fe18d0a31b715e66bc9666a"
                        },
                        {
                          "team_id": 2387,
                          "team_name": "Shepherd K.",
                          "team_hash_image": "5c1b439799a3da04ebd199cc6c36c6d1f9e9af5d21e0e6fec5a1aeae87ba42e7"
                        },
                        {
                          "team_id": 2392,
                          "team_name": "Newton W.",
                          "team_hash_image": "2693ad3cc21bda36c89474cc719532bf3f732ed09e189aff17f6c066b88dc900"
                        },
                        {
                          "team_id": 2396,
                          "team_name": "Lloyd C.",
                          "team_hash_image": "ee0e720adefebf2e0a1002ee685baa930221b491e363bc7fdc3369c0a569b00e"
                        },
                        {
                          "team_id": 2403,
                          "team_name": "De Ruiter N.",
                          "team_hash_image": "1009db04b2f00af04b5fa72337b243906b233e8de65039abdc01e58a70de0c4f"
                        },
                        {
                          "team_id": 2409,
                          "team_name": "Mcgarry C.",
                          "team_hash_image": "c421a40888fc6b293447de82e9715ab0b46a8a90b5cac6bfea349d4d58a9066b"
                        },
                        {
                          "team_id": 2414,
                          "team_name": "Young D.",
                          "team_hash_image": "a27b0e4aab896a15f60f6559377fd5b706a4afa9b0caa057c498143dc7d08033"
                        },
                        {
                          "team_id": 2421,
                          "team_name": "Ovens D.",
                          "team_hash_image": "c18dc37de733ff8c82256ee23c9f1db3b221027d014f650b665f3c4275977d99"
                        },
                        {
                          "team_id": 2706,
                          "team_name": "Winstanley D.",
                          "team_hash_image": "93c61c8e7ee41755cc40d78f4b073fbc6e20b586cc80415bee5785e2c71a2e15"
                        },
                        {
                          "team_id": 2716,
                          "team_name": "Hubbard J.",
                          "team_hash_image": "39aa45fca948ff1750e8329fa83b1fd741d2e1e53c38ca5d4795e85a3aa42ce7"
                        },
                        {
                          "team_id": 2723,
                          "team_name": "Monk A.",
                          "team_hash_image": "ce48893bac0172823f135f4bad49c374651c799d9d6718fabf7000df945e7495"
                        },
                        {
                          "team_id": 2731,
                          "team_name": "Bates B.",
                          "team_hash_image": "7cccbf9404e7b8b5051650303568f5c8b4b86b950118c7679f7580d1a0855158"
                        },
                        {
                          "team_id": 2741,
                          "team_name": "Brown K.",
                          "team_hash_image": "d1da7ea98704cb89e4cd946b8e45b830396e96d783023f25b5270bc4bafdbef7"
                        },
                        {
                          "team_id": 2749,
                          "team_name": "Rodriguez R.",
                          "team_hash_image": "4114017c77ba8f0e9900049ccefda549cdd6bf30a584b458ac317d12e9e2bcb0"
                        },
                        {
                          "team_id": 2755,
                          "team_name": "Green R.",
                          "team_hash_image": "a0c7a473c5eb8838897d15223605f117b728ff4373a7caf576ced521580292d2"
                        },
                        {
                          "team_id": 2763,
                          "team_name": "George R.",
                          "team_hash_image": "5b914f97885875bca6dcf1a13df168bd1b228fbd0f0ffc6d7a21abaae0f98950"
                        },
                        {
                          "team_id": 2766,
                          "team_name": "Caven J.",
                          "team_hash_image": "9f3c38e263eb3ad398be0bcabae5634fd9c312ef63ce7c737394325106e57757"
                        },
                        {
                          "team_id": 2822,
                          "team_name": "Maish S.",
                          "team_hash_image": "4266c35d17440e0589bdf197e329129f1c0b71066213bbf2a1d4da3d8484ba33"
                        },
                        {
                          "team_id": 2831,
                          "team_name": "Hoenselaar F.",
                          "team_hash_image": "b5887e88c6d740d2bc6b7056f00f8600e0cb2655c949013afec870da25bccf77"
                        },
                        {
                          "team_id": 2839,
                          "team_name": "Hylton M.",
                          "team_hash_image": "6febb16ad5f09dc9a23d348f14bbcc33a2667455e60285e722b7384af1f8b507"
                        },
                        {
                          "team_id": 2849,
                          "team_name": "Bromberg S.",
                          "team_hash_image": "587588339c471b259b613a262c6d18f632b3bc5a7b2e1a341a94d4644a73d186"
                        },
                        {
                          "team_id": 2858,
                          "team_name": "Wright T.",
                          "team_hash_image": "6cdfb02b451382e6647be6341252110ec72e0ac27d841d85c0bfd2ad1566fbfa"
                        },
                        {
                          "team_id": 2871,
                          "team_name": "Suzuki M.",
                          "team_hash_image": "5012618c9e240fc6ee4ef64bd4d662c5dce934fdbe1414e6bf62323c4f501ed1"
                        },
                        {
                          "team_id": 3088,
                          "team_name": "Adam Gawlas",
                          "team_hash_image": "1f53d3837a4cb91d538de8475a1573163d5296c4ca38f42e9d8d2c7ad633d856"
                        },
                        {
                          "team_id": 3096,
                          "team_name": "Jermaine Wattimena",
                          "team_hash_image": "acc52fd9342b663197ac4bb8c23b361b907a17b70e55ff42b0359377741ccadf"
                        },
                        {
                          "team_id": 3112,
                          "team_name": "Derry N.",
                          "team_hash_image": "8a7f3b6d956f0bae72d58dc524d0647800b5db25de81b2f6e2aeeeece4034340"
                        },
                        {
                          "team_id": 3175,
                          "team_name": "William O'Connor",
                          "team_hash_image": "69b9d2820aeaba22fb9ed507613b8195038ad856da99666e17f42618f23cdd50"
                        },
                        {
                          "team_id": 3184,
                          "team_name": "Parletti D.",
                          "team_hash_image": "84ba5859e1dddf74f8d17d128071c620f9e56bc70c0fa55dde15d55e064c9ee7"
                        },
                        {
                          "team_id": 3202,
                          "team_name": "Heydon N.",
                          "team_hash_image": "c15939fff35857f4c2c2ac6dc47d8212929a7706d4ae275e41fe5b6a99ffcf82"
                        },
                        {
                          "team_id": 3805,
                          "team_name": "Perez C.",
                          "team_hash_image": "e6dc1f868f7fd7a7a556c1ecdc088d8f7f2e260229d94b89700aa3a982729cdc"
                        },
                        {
                          "team_id": 3811,
                          "team_name": "Fallon Sherrock",
                          "team_hash_image": "33b2f2ea0b3e6d95b45416facca1554a75e14290b50c0678787704a90e296ad7"
                        },
                        {
                          "team_id": 3815,
                          "team_name": "Rafferty N.",
                          "team_hash_image": "252b482d1e1901c742ee82c1456007b60a5bbdb70b4115c259dd61b3b05d132a"
                        },
                        {
                          "team_id": 3819,
                          "team_name": "Scott Williams",
                          "team_hash_image": "a58b34be17bcb9fd286b8db80744c1cc65b6e2c1f20a1509021cccbd46bbc66e"
                        },
                        {
                          "team_id": 3831,
                          "team_name": "Van Peer B.",
                          "team_hash_image": "044643ddf248822a475a71b4e06668f6955411001d23ca24936319123c7bf594"
                        },
                        {
                          "team_id": 3839,
                          "team_name": "Stowe Buntz",
                          "team_hash_image": "ba2f865cc14ea7a6f814e5709e1b9cae40f6c5fe224e8de2599769f0814916cc"
                        },
                        {
                          "team_id": 3847,
                          "team_name": "Haruki Muramatsu",
                          "team_hash_image": "673fbf7de54e035af971722972dc49638b371f4392faafa6289c9032e86e34a0"
                        },
                        {
                          "team_id": 3914,
                          "team_name": "Hine S.",
                          "team_hash_image": "d2ff0b4e7cc545551e1380cc1e2226129f99ad29702efb8e01c3686cbcc94804"
                        },
                        {
                          "team_id": 3980,
                          "team_name": "Cadby C.",
                          "team_hash_image": "058bad15f4e967651fd28e6e0b4499d453acf8292f192f2c4eda96c5e4899c67"
                        },
                        {
                          "team_id": 4161,
                          "team_name": "Noa-Lynn van Leuven",
                          "team_hash_image": "2b240dfa466f90e6c8ea545991a4db27dfde44caa52915d6df6e810838cbf79c"
                        },
                        {
                          "team_id": 4166,
                          "team_name": "Wessel Nijman",
                          "team_hash_image": "27f71d78b9f792b3977c0c127138190523ed62eb6259fc575c7bc97644d3e2ee"
                        },
                        {
                          "team_id": 4175,
                          "team_name": "Leonard Gates",
                          "team_hash_image": "f32de92ef453f01682608e463c91a5e06b9e89b4792a59434eaef64e97ad26eb"
                        },
                        {
                          "team_id": 4247,
                          "team_name": "Bradley Brooks",
                          "team_hash_image": "8fa5532c01d0cc0d2ede9a06ce3351233c033c5621e2d93ee45cbaaec64f33be"
                        },
                        {
                          "team_id": 4252,
                          "team_name": "Rodriguez R.",
                          "team_hash_image": "4114017c77ba8f0e9900049ccefda549cdd6bf30a584b458ac317d12e9e2bcb0"
                        },
                        {
                          "team_id": 4257,
                          "team_name": "Matthew Campbell",
                          "team_hash_image": "fc00d913f1631c3eaf4f5f4c6b28ba90a7447cd34eb49a17f5160a1c93f962a8"
                        },
                        {
                          "team_id": 4262,
                          "team_name": "Davis J.",
                          "team_hash_image": "2ecad1d1356d83e91801557e337a89ff2494fe7b907cd99782643637808d6b7c"
                        },
                        {
                          "team_id": 8203,
                          "team_name": "Cam Crabtree",
                          "team_hash_image": "0f163a17a0354d27c480e955839564d8e0f08c94ef5799977b8002fb3e26d728"
                        },
                        {
                          "team_id": 8213,
                          "team_name": "Jurjen Van der Velde",
                          "team_hash_image": "2060026808541bdcebfb56e237f76249a9f308ebd39a6f7e1c8ff1e959cb5664"
                        },
                        {
                          "team_id": 8221,
                          "team_name": "Stefan Bellmont",
                          "team_hash_image": "9ca81598d8a6aec1d34071fe304604b8a74645e585d6b04b3654ad23150059bb"
                        },
                        {
                          "team_id": 8224,
                          "team_name": "Alexis Toylo",
                          "team_hash_image": "25103cfc452795eb5acab54cb3d97b9fabd6c00d901d2ae5ba0bd33588b601a1"
                        },
                        {
                          "team_id": 8229,
                          "team_name": "Alex Spellman",
                          "team_hash_image": "6ad7ffe739625f31549de870d4529cf65e6cb48b31c5387a438a709ef77e09f1"
                        },
                        {
                          "team_id": 8234,
                          "team_name": "Niko Springer",
                          "team_hash_image": "d731d07d8b98e6abc94d63b9bb9b8f0ab5002bbe7d763e220d936e9166255fa0"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams By Season"
      }
    },
    "/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://darts.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": 61,
                      "season_name": "PDC World Championship 2026",
                      "competitors": 128,
                      "countries": [
                        "England"
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons Info"
      }
    },
    "/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 | Canceled\ndelayed | Start delayed\nfinished | Walkover\nfinished | Removed\nfinished | Ended\nfinished | Coverage canceled\npostponed | Postponed\nupcoming | Not started\n\nFor **scores** we have fields for covering that: `current`, `display`, `period1`, `period2`, `period3`, `period4`, `period5`, `period6`, `period7`, `normaltime`, `team`, `match_id`.\n\nFor **time extras or injuries** we have fields for covering that: **current**, **current_period_start_timestamp**, **match_id**.\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://darts.sportmicro.com/matches`<br /><br />Get match based on the **id**<br />`https://darts.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://darts.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://darts.sportmicro.com/matches?status_type=eq.{status_type}`<br /><br />Get matches based on the **season_id**<br />`https://darts.sportmicro.com/matches?season_id=eq.{season_id}`<br /><br />Get matches based on the **tournament_id**<br />`https://darts.sportmicro.com/matches?tournament_id=eq.{tournament_id}`<br /><br />Get matches based on the **round_id**<br />`https://darts.sportmicro.com/matches?round_id=eq.{round_id}`<br /><br />Get matches based on the **arena_id**<br />`https://darts.sportmicro.com/matches?arena_id=eq.{arena_id}`<br /><br />Get matches based on the **referee_id**<br />`https://darts.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://darts.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://darts.sportmicro.com/matches?home_team_id=eq.{home_team_id}`<br /><br />Get away team matches based on the **away_team_id**<br />`https://darts.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": "Phillips M. vs Darius Labanauskas",
                      "tournament_id": 552,
                      "tournament_name": "BDO World Trophy 2018",
                      "tournament_importance": 0,
                      "season_id": 550,
                      "season_name": "BDO World Trophy 2018",
                      "round_id": 5015,
                      "round": {
                        "id": 5015,
                        "name": "Round of 32",
                        "round": 5,
                        "end_time": "2018-06-01",
                        "start_time": "2018-05-30"
                      },
                      "status": {
                        "type": "finished",
                        "reason": "Ended"
                      },
                      "status_type": "finished",
                      "home_team_id": 759,
                      "home_team_name": "Phillips M.",
                      "home_team_hash_image": "67a1ab615ac17633f2685221af74b7e3b79d96b4e1ac3e1ead7b8421acbbd876",
                      "away_team_id": 770,
                      "away_team_name": "Darius Labanauskas",
                      "away_team_hash_image": "823a0390a8520d855e6a611be29e096785535714f065d7ba4ac80fea5c936ad3",
                      "home_team_score": {
                        "current": 3,
                        "display": 3
                      },
                      "away_team_score": {
                        "current": 6,
                        "display": 6
                      },
                      "times": {
                        "specific_start_time": "2018-06-01T21:00:56+00:00"
                      },
                      "specific_start_time": "2018-06-01T21:00:56+00:00",
                      "start_time": "2018-06-01T19:30:00+00:00",
                      "duration": 9000,
                      "class_id": 45,
                      "class_name": "International",
                      "class_hash_image": "f465b7ab362e9ce16602bf421652b302b3b12cb0c1af67bb767a9befd50bc959",
                      "league_id": 267,
                      "league_name": "BDO World Trophy"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches"
      }
    },
    "/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://darts.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-10-30",
                      "matches": [
                        {
                          "id": 37985,
                          "name": "Part J. vs Thornton R.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 7229,
                          "season_id": 27750,
                          "start_time": "2008-10-30T20:40:00+00:00",
                          "league_name": "European Darts Championship",
                          "season_name": "European Championship 2008",
                          "away_team_id": 612,
                          "home_team_id": 2333,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Thornton R.",
                          "home_team_name": "Part J.",
                          "away_team_score": 5,
                          "home_team_score": 3,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "e6c316128df12cb9c58699a337b426b8f5abd44e1b116291bd2e1d96ef7275ce",
                          "home_team_hash_image": "5b4f1f89ba2918a77e93566880d02d016a13a37ac48e4657d5318cb6b7f2ef7e",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37986,
                          "name": "Scholten R. vs Mensur Suljović",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 7229,
                          "season_id": 27750,
                          "start_time": "2008-10-30T21:15:00+00:00",
                          "league_name": "European Darts Championship",
                          "season_name": "European Championship 2008",
                          "away_team_id": 829,
                          "home_team_id": 99507,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Mensur Suljović",
                          "home_team_name": "Scholten R.",
                          "away_team_score": 5,
                          "home_team_score": 1,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "b1a77e2597ffa0aec0de2b891b2a8bc06125677b9d435a04a0a1bb4bf7922503",
                          "home_team_hash_image": "ab1e3d03f05129d2a9fd4c55088ccaea02998b2d16647dfd43360683a11b564b",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37987,
                          "name": "Baxter R. vs Van Der Voort V.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 7229,
                          "season_id": 27750,
                          "start_time": "2008-10-30T21:50:00+00:00",
                          "league_name": "European Darts Championship",
                          "season_name": "European Championship 2008",
                          "away_team_id": 1303,
                          "home_team_id": 1474,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Van Der Voort V.",
                          "home_team_name": "Baxter R.",
                          "away_team_score": 4,
                          "home_team_score": 6,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "06c031b653d65365f2743cc05703fd21e27c9343b6f71ec380c7f4b941751ec0",
                          "home_team_hash_image": "0a74bf59c9a0a17196b4d61eb06faad930519c5cfabf1b57163cefb832e7ad59",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37988,
                          "name": "Jenkins T. vs Rodriquez C.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 7229,
                          "season_id": 27750,
                          "start_time": "2008-10-30T18:55:00+00:00",
                          "league_name": "European Darts Championship",
                          "season_name": "European Championship 2008",
                          "away_team_id": 98590,
                          "home_team_id": 717,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Rodriquez C.",
                          "home_team_name": "Jenkins T.",
                          "away_team_score": 7,
                          "home_team_score": 5,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "4e7b52d52d3bfcdaf88efdac54a9c3985ea75c9e2b82e6750c82aef8c88d29fc",
                          "home_team_hash_image": "30cbcaac37f6d3f5a31d9dba45100acab22dbf88fc2ec7ce28ec4ec20bc3856a",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37989,
                          "name": "Mervyn King vs Jones W.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 7229,
                          "season_id": 27750,
                          "start_time": "2008-10-30T18:20:00+00:00",
                          "league_name": "European Darts Championship",
                          "season_name": "European Championship 2008",
                          "away_team_id": 1431,
                          "home_team_id": 1464,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Jones W.",
                          "home_team_name": "Mervyn King",
                          "away_team_score": 4,
                          "home_team_score": 6,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "16e775861254b99e3bb31935d7ac0580e7735483a4073f914a453a7946016f67",
                          "home_team_hash_image": "2f56c29b94fc9b4deb3a18f1185ea09a9754e8801847b548ec32d875595e8de2",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37990,
                          "name": "Taylor P. vs Barry J.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 7229,
                          "season_id": 27750,
                          "start_time": "2008-10-30T20:05:00+00:00",
                          "league_name": "European Darts Championship",
                          "season_name": "European Championship 2008",
                          "away_team_id": 102345,
                          "home_team_id": 494,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Barry J.",
                          "home_team_name": "Taylor P.",
                          "away_team_score": 1,
                          "home_team_score": 5,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "44e4ade94f46b4aa232104a1fe3329624ebe750c097e6569d8db09a47202f77d",
                          "home_team_hash_image": "e8598738096859ede3ab452f6b848ba1db5cf23d7c3944b0ace55ae9da9f7537",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37995,
                          "name": "Mardle W. vs Welge A.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 7229,
                          "season_id": 27750,
                          "start_time": "2008-10-30T19:30:00+00:00",
                          "league_name": "European Darts Championship",
                          "season_name": "European Championship 2008",
                          "away_team_id": 76651,
                          "home_team_id": 2343,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Welge A.",
                          "home_team_name": "Mardle W.",
                          "away_team_score": 0,
                          "home_team_score": 5,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "3268e451b3f34c6246b62bf2b493c3f73af39dd5c2745a707c0dc136f423ddd5",
                          "home_team_hash_image": "17b39171a61abed7052b8709197782028ee5fc8c6bc9f8a3fc6b087b22d29a27",
                          "tournament_importance": 0
                        },
                        {
                          "id": 37996,
                          "name": "Osborne C. vs Walsh M.",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 7229,
                          "season_id": 27750,
                          "start_time": "2008-10-30T17:45:00+00:00",
                          "league_name": "European Darts Championship",
                          "season_name": "European Championship 2008",
                          "away_team_id": 582,
                          "home_team_id": 705,
                          "status_reason": "Ended",
                          "tournament_id": 30461,
                          "away_team_name": "Walsh M.",
                          "home_team_name": "Osborne C.",
                          "away_team_score": 6,
                          "home_team_score": 4,
                          "tournament_name": "European Championship",
                          "away_team_hash_image": "4176d77d187b3ac54306da719280c99d12d9da6eb4e576197ffaad8c6e54ce94",
                          "home_team_hash_image": "ec71c78cc4b779d4d438235c76ad8020fdc20a96ad4bdec7df4b52576785cf4a",
                          "tournament_importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches By Date"
      }
    },
    "/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://darts.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": 307,
                      "league_id": 59,
                      "title": "Anderson G - Wattimena J",
                      "subtitle": "FINAL SET CHAOS IN FULL! 💥",
                      "url": "https://youtu.be/3XbYtJ_AXZA?si=LYHujkjAHSsAGePI",
                      "thumbnail_url": "https://i.ytimg.com/vi/3XbYtJ_AXZA/hqdefault.jpg",
                      "date_published": "2025-12-29T11:40:29+00:00",
                      "channel_url": "https://youtu.be/3XbYtJ_AXZA?si=LYHujkjAHSsAGePI"
                    }
                  ]
                }
              }
            }
          }
        },
        "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://darts.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": 23,
                      "country_name": "England",
                      "country_hash_image": "69374b09b1681162ba2d6bba92d6a167ea5ca5921eb172eb173e999e3be5d8ba",
                      "arenas": [
                        {
                          "id": 29,
                          "name": "Alexandra Palace",
                          "hash_image": "d9bd77b282d740aaf7ea7c7405c72065c4a94543a3dbb923437f44b3dba0a6d9"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "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://darts.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": 234,
                      "season_name": "Grand Slam of Darts 2021",
                      "groups": [
                        {
                          "name": "Group A",
                          "tournament_id": 205,
                          "tournament_name": "Grand Slam of Darts 2021 - Group A"
                        },
                        {
                          "name": "Group B",
                          "tournament_id": 945,
                          "tournament_name": "Grand Slam of Darts 2021 - Group B"
                        },
                        {
                          "name": "Group C",
                          "tournament_id": 456,
                          "tournament_name": "Grand Slam of Darts 2021 - Group C"
                        },
                        {
                          "name": "Group D",
                          "tournament_id": 1170,
                          "tournament_name": "Grand Slam of Darts 2021 - Group D"
                        },
                        {
                          "name": "Group E",
                          "tournament_id": 504,
                          "tournament_name": "Grand Slam of Darts 2021 - Group E"
                        },
                        {
                          "name": "Group F",
                          "tournament_id": 488,
                          "tournament_name": "Grand Slam of Darts 2021 - Group F"
                        },
                        {
                          "name": "Group G",
                          "tournament_id": 203,
                          "tournament_name": "Grand Slam of Darts 2021 - Group G"
                        },
                        {
                          "name": "Group H",
                          "tournament_id": 1985,
                          "tournament_name": "Grand Slam of Darts 2021 - Group H"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons Groups"
      }
    },
    "/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://darts.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": 65,
                      "tournament_name": "PDC World Championship 2026",
                      "seasons": [
                        {
                          "id": 61,
                          "name": "PDC World Championship 2026",
                          "year": "25/26"
                        },
                        {
                          "id": 26992,
                          "name": "PDC World Championship 24/25",
                          "year": "24/25"
                        },
                        {
                          "id": 28985,
                          "name": "PDC World Championship 23/24",
                          "year": "23/24"
                        },
                        {
                          "id": 30036,
                          "name": "PDC World Championship 22/23",
                          "year": "22/23"
                        },
                        {
                          "id": 30828,
                          "name": "PDC World Championship 21/22",
                          "year": "21/22"
                        },
                        {
                          "id": 31352,
                          "name": "PDC World Championship 20/21",
                          "year": "20/21"
                        },
                        {
                          "id": 31732,
                          "name": "PDC World Championship 19/20",
                          "year": "19/20"
                        },
                        {
                          "id": 31988,
                          "name": "PDC World Championship 18/19",
                          "year": "18/19"
                        },
                        {
                          "id": 32229,
                          "name": "PDC World Championship 17/18",
                          "year": "17/18"
                        },
                        {
                          "id": 32509,
                          "name": "PDC World Championship 16/17",
                          "year": "16/17"
                        },
                        {
                          "id": 32838,
                          "name": "PDC World Championship 15/16",
                          "year": "15/16"
                        },
                        {
                          "id": 33187,
                          "name": "PDC World Championship 14/15",
                          "year": "14/15"
                        },
                        {
                          "id": 33497,
                          "name": "PDC World Championship 13/14",
                          "year": "13/14"
                        },
                        {
                          "id": 33696,
                          "name": "PDC World Championship 12/13",
                          "year": "12/13"
                        },
                        {
                          "id": 33851,
                          "name": "PDC World Championship 11/12",
                          "year": "11/12"
                        },
                        {
                          "id": 34019,
                          "name": "PDC World Championship 10/11",
                          "year": "10/11"
                        },
                        {
                          "id": 34269,
                          "name": "PDC World Championship 09/10",
                          "year": "09/10"
                        },
                        {
                          "id": 34410,
                          "name": "PDC World Championship 08/09",
                          "year": "08/09"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons By Tournament"
      }
    },
    "/odds/odd-even": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "Odd Even",
        "description": "This endpoint allows you to retrieve the odds from odd even 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.\n\n**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://darts.sportmicro.com/odds/odd-even?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/odd-even?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/odd-even?match_id=eq.{match_id}&is_live=eq.false`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.odd-even.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.odd-even.is_live"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/odd-even"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 47,
                      "is_live": false,
                      "periods": [
                        {
                          "period_type": "Full Time",
                          "odds": [
                            {
                              "id": 8,
                              "bookmaker_id": 17,
                              "odd": 1.727,
                              "odd_movement": 1,
                              "even": 2,
                              "even_movement": -1,
                              "payout": 92.68
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Odd Even"
      }
    },
    "/odds/coverage": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "Coverage",
        "description": "This 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://darts.sportmicro.com/odds/coverage`<br /><br />Get odds coverages from a specific **match_id**<br />`https://darts.sportmicro.com/odds/coverage?match_id=eq.{match_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.coverage.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/coverage"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 43,
                      "full_time_results": true,
                      "over_under": true,
                      "asian_handicaps": true,
                      "correct_score": true,
                      "odd_even": false
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Coverage"
      }
    },
    "/odds/over-under": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "Over Under",
        "description": "This endpoint allows you to retrieve the odds from over under 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://darts.sportmicro.com/odds/over-under?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/over-under?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/over-under?match_id=eq.{match_id}&is_live=eq.false`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.over-under.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.over-under.is_live"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/over-under"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 43,
                      "is_live": false,
                      "periods": [
                        {
                          "odds": [
                            {
                              "odds": [
                                {
                                  "id": 243,
                                  "over": 3.5,
                                  "under": 1.25,
                                  "payout": 92.11,
                                  "bookmaker_id": 46,
                                  "over_movement": -1,
                                  "under_movement": 0
                                },
                                {
                                  "id": 244,
                                  "over": 3.6,
                                  "under": 1.25,
                                  "payout": 92.78,
                                  "bookmaker_id": 47,
                                  "over_movement": -1,
                                  "under_movement": 0
                                },
                                {
                                  "id": 245,
                                  "over": 3.65,
                                  "under": 1.24,
                                  "payout": 92.56,
                                  "bookmaker_id": 34,
                                  "over_movement": 0,
                                  "under_movement": 0
                                },
                                {
                                  "id": 246,
                                  "over": 3.75,
                                  "under": 1.25,
                                  "payout": 93.75,
                                  "bookmaker_id": 39,
                                  "over_movement": 1,
                                  "under_movement": -1
                                }
                              ],
                              "type": "10.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 238,
                                  "over": 1.015,
                                  "under": 21,
                                  "payout": 96.82,
                                  "bookmaker_id": 39,
                                  "over_movement": 0,
                                  "under_movement": 0
                                }
                              ],
                              "type": "6.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 240,
                                  "over": 1.1,
                                  "under": 7,
                                  "payout": 95.06,
                                  "bookmaker_id": 39,
                                  "over_movement": 0,
                                  "under_movement": 0
                                }
                              ],
                              "type": "7.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 239,
                                  "over": 1.35,
                                  "under": 3,
                                  "payout": 93.1,
                                  "bookmaker_id": 46,
                                  "over_movement": 1,
                                  "under_movement": -1
                                },
                                {
                                  "id": 241,
                                  "over": 1.35,
                                  "under": 3,
                                  "payout": 93.1,
                                  "bookmaker_id": 47,
                                  "over_movement": 1,
                                  "under_movement": -1
                                },
                                {
                                  "id": 242,
                                  "over": 1.333,
                                  "under": 3.25,
                                  "payout": 94.53,
                                  "bookmaker_id": 39,
                                  "over_movement": 0,
                                  "under_movement": 0
                                }
                              ],
                              "type": "8.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 247,
                                  "over": 1.909,
                                  "under": 1.909,
                                  "payout": 95.45,
                                  "bookmaker_id": 56,
                                  "over_movement": 0,
                                  "under_movement": 0
                                },
                                {
                                  "id": 248,
                                  "over": 1.84,
                                  "under": 1.86,
                                  "payout": 92.5,
                                  "bookmaker_id": 27,
                                  "over_movement": 0,
                                  "under_movement": 0
                                },
                                {
                                  "id": 249,
                                  "over": 1.91,
                                  "under": 1.8,
                                  "payout": 92.67,
                                  "bookmaker_id": 46,
                                  "over_movement": 0,
                                  "under_movement": 0
                                },
                                {
                                  "id": 250,
                                  "over": 1.82,
                                  "under": 1.89,
                                  "payout": 92.72,
                                  "bookmaker_id": 69,
                                  "over_movement": -1,
                                  "under_movement": 1
                                },
                                {
                                  "id": 251,
                                  "over": 1.91,
                                  "under": 1.83,
                                  "payout": 93.46,
                                  "bookmaker_id": 47,
                                  "over_movement": 0,
                                  "under_movement": 1
                                },
                                {
                                  "id": 252,
                                  "over": 1.84,
                                  "under": 1.86,
                                  "payout": 92.5,
                                  "bookmaker_id": 40,
                                  "over_movement": 0,
                                  "under_movement": 0
                                },
                                {
                                  "id": 253,
                                  "over": 1.84,
                                  "under": 1.86,
                                  "payout": 92.5,
                                  "bookmaker_id": 16,
                                  "over_movement": 0,
                                  "under_movement": 0
                                },
                                {
                                  "id": 254,
                                  "over": 1.833,
                                  "under": 1.833,
                                  "payout": 91.65,
                                  "bookmaker_id": 39,
                                  "over_movement": 0,
                                  "under_movement": 0
                                },
                                {
                                  "id": 255,
                                  "over": 1.925,
                                  "under": 1.8,
                                  "payout": 93.02,
                                  "bookmaker_id": 23,
                                  "over_movement": 0,
                                  "under_movement": 0
                                },
                                {
                                  "id": 256,
                                  "over": 1.925,
                                  "under": 1.8,
                                  "payout": 93.02,
                                  "bookmaker_id": 4,
                                  "over_movement": 0,
                                  "under_movement": 0
                                }
                              ],
                              "type": "9.5"
                            }
                          ],
                          "period_type": "Full Time"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Over Under"
      }
    },
    "/odds/full-time-results": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "Full Time Results",
        "description": "This endpoint allows you to retrieve the odds from full time results 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://darts.sportmicro.com/odds/full-time-results?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/full-time-results?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/full-time-results?match_id=eq.{match_id}&is_live=eq.false`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.full-time-results.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.full-time-results.is_live"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/full-time-results"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 43,
                      "is_live": false,
                      "periods": [
                        {
                          "period_type": "Full Time",
                          "odds": [
                            {
                              "id": 475,
                              "bookmaker_id": 1,
                              "home": 2.1,
                              "home_movement": 1,
                              "draw": 1.71,
                              "draw_movement": -1,
                              "payout": 94.25
                            },
                            {
                              "id": 482,
                              "bookmaker_id": 4,
                              "home": 1.9090909,
                              "home_movement": 0,
                              "draw": 1.9090909,
                              "draw_movement": 0,
                              "payout": 95.45
                            },
                            {
                              "id": 479,
                              "bookmaker_id": 5,
                              "home": 2.15,
                              "home_movement": 1,
                              "draw": 1.66,
                              "draw_movement": -1,
                              "payout": 93.67
                            },
                            {
                              "id": 483,
                              "bookmaker_id": 7,
                              "home": 2.15,
                              "home_movement": 1,
                              "draw": 1.66,
                              "draw_movement": -1,
                              "payout": 93.67
                            },
                            {
                              "id": 481,
                              "bookmaker_id": 9,
                              "home": 2.05,
                              "home_movement": 1,
                              "draw": 1.74,
                              "draw_movement": -1,
                              "payout": 94.12
                            },
                            {
                              "id": 477,
                              "bookmaker_id": 10,
                              "home": 2.1,
                              "home_movement": 1,
                              "draw": 1.75,
                              "draw_movement": -1,
                              "payout": 95.45
                            },
                            {
                              "id": 476,
                              "bookmaker_id": 16,
                              "home": 2.08,
                              "home_movement": -1,
                              "draw": 1.71,
                              "draw_movement": 1,
                              "payout": 93.85
                            },
                            {
                              "id": 474,
                              "bookmaker_id": 17,
                              "home": 2.1,
                              "home_movement": 1,
                              "draw": 1.7,
                              "draw_movement": -1,
                              "payout": 93.95
                            },
                            {
                              "id": 486,
                              "bookmaker_id": 23,
                              "home": 1.9090909,
                              "home_movement": 0,
                              "draw": 1.9090909,
                              "draw_movement": 0,
                              "payout": 95.45
                            },
                            {
                              "id": 488,
                              "bookmaker_id": 25,
                              "home": 2.02,
                              "home_movement": -1,
                              "draw": 1.72,
                              "draw_movement": 1,
                              "payout": 92.9
                            },
                            {
                              "id": 489,
                              "bookmaker_id": 27,
                              "home": 2.08,
                              "home_movement": -1,
                              "draw": 1.71,
                              "draw_movement": 1,
                              "payout": 93.85
                            },
                            {
                              "id": 490,
                              "bookmaker_id": 34,
                              "home": 2.01,
                              "home_movement": 1,
                              "draw": 1.71,
                              "draw_movement": -1,
                              "payout": 92.4
                            },
                            {
                              "id": 492,
                              "bookmaker_id": 38,
                              "home": 2.04,
                              "home_movement": 1,
                              "draw": 1.67,
                              "draw_movement": -1,
                              "payout": 91.83
                            },
                            {
                              "id": 480,
                              "bookmaker_id": 39,
                              "home": 2.1,
                              "home_movement": 1,
                              "draw": 1.727,
                              "draw_movement": -1,
                              "payout": 94.77
                            },
                            {
                              "id": 495,
                              "bookmaker_id": 40,
                              "home": 2.08,
                              "home_movement": -1,
                              "draw": 1.71,
                              "draw_movement": 1,
                              "payout": 93.85
                            },
                            {
                              "id": 496,
                              "bookmaker_id": 41,
                              "home": 2.08,
                              "home_movement": 1,
                              "draw": 1.7,
                              "draw_movement": -1,
                              "payout": 93.54
                            },
                            {
                              "id": 493,
                              "bookmaker_id": 44,
                              "home": 2.1,
                              "home_movement": 1,
                              "draw": 1.73,
                              "draw_movement": -1,
                              "payout": 94.86
                            },
                            {
                              "id": 497,
                              "bookmaker_id": 46,
                              "home": 2,
                              "home_movement": 1,
                              "draw": 1.8,
                              "draw_movement": -1,
                              "payout": 94.74
                            },
                            {
                              "id": 498,
                              "bookmaker_id": 47,
                              "home": 2,
                              "home_movement": 1,
                              "draw": 1.8,
                              "draw_movement": -1,
                              "payout": 94.74
                            },
                            {
                              "id": 485,
                              "bookmaker_id": 49,
                              "home": 1.94,
                              "home_movement": 1,
                              "draw": 1.86,
                              "draw_movement": -1,
                              "payout": 94.96
                            },
                            {
                              "id": 487,
                              "bookmaker_id": 50,
                              "home": 2.15,
                              "home_movement": 1,
                              "draw": 1.66,
                              "draw_movement": -1,
                              "payout": 93.67
                            },
                            {
                              "id": 484,
                              "bookmaker_id": 55,
                              "home": 2.05,
                              "home_movement": -1,
                              "draw": 1.76,
                              "draw_movement": 1,
                              "payout": 94.7
                            },
                            {
                              "id": 478,
                              "bookmaker_id": 56,
                              "home": 2.14,
                              "home_movement": 1,
                              "draw": 1.724,
                              "draw_movement": -1,
                              "payout": 95.48
                            },
                            {
                              "id": 494,
                              "bookmaker_id": 66,
                              "home": 1.85,
                              "home_movement": 0,
                              "draw": 1.85,
                              "draw_movement": 0,
                              "payout": 92.5
                            },
                            {
                              "id": 491,
                              "bookmaker_id": 67,
                              "home": 2.13,
                              "home_movement": 1,
                              "draw": 1.65,
                              "draw_movement": -1,
                              "payout": 92.98
                            },
                            {
                              "id": 499,
                              "bookmaker_id": 69,
                              "home": 1.95,
                              "home_movement": 1,
                              "draw": 1.8,
                              "draw_movement": -1,
                              "payout": 93.6
                            },
                            {
                              "id": 500,
                              "bookmaker_id": 70,
                              "home": 2.13,
                              "home_movement": 1,
                              "draw": 1.65,
                              "draw_movement": -1,
                              "payout": 92.98
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Full Time Results"
      }
    },
    "/odds/asian-handicaps": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "Asian Handicaps",
        "description": "This endpoint allows you to retrieve the odds from asian handicaps 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 odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/asian-handicaps?match_id=eq.{match_id}`<br /><br />Get live odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/asian-handicaps?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get pre-match odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/asian-handicaps?match_id=eq.{match_id}&is_live=eq.false`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.asian-handicaps.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.asian-handicaps.is_live"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/asian-handicaps"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 43,
                      "is_live": false,
                      "periods": [
                        {
                          "odds": [
                            {
                              "odds": [
                                {
                                  "id": 719,
                                  "away": 1.727,
                                  "home": 2,
                                  "payout": 92.68,
                                  "bookmaker_id": 14,
                                  "away_movement": 1,
                                  "home_movement": -1
                                }
                              ],
                              "type": "0"
                            },
                            {
                              "odds": [
                                {
                                  "id": 687,
                                  "away": 1.67,
                                  "home": 2.15,
                                  "payout": 93.99,
                                  "bookmaker_id": 70,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 693,
                                  "away": 1.67,
                                  "home": 2.15,
                                  "payout": 93.99,
                                  "bookmaker_id": 67,
                                  "away_movement": 0,
                                  "home_movement": 0
                                }
                              ],
                              "type": "+0.5/-0.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 676,
                                  "away": 1.75,
                                  "home": 2.05,
                                  "payout": 94.41,
                                  "bookmaker_id": 25,
                                  "away_movement": 1,
                                  "home_movement": -1
                                },
                                {
                                  "id": 694,
                                  "away": 1.67,
                                  "home": 2.15,
                                  "payout": 93.99,
                                  "bookmaker_id": 67,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 695,
                                  "away": 1.67,
                                  "home": 2.15,
                                  "payout": 93.99,
                                  "bookmaker_id": 70,
                                  "away_movement": -1,
                                  "home_movement": 1
                                }
                              ],
                              "type": "-0.5/+0.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 683,
                                  "away": 2.25,
                                  "home": 1.57,
                                  "payout": 92.47,
                                  "bookmaker_id": 46,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 689,
                                  "away": 2.14,
                                  "home": 1.62,
                                  "payout": 92.2,
                                  "bookmaker_id": 27,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 697,
                                  "away": 2.4,
                                  "home": 1.5,
                                  "payout": 92.31,
                                  "bookmaker_id": 10,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 698,
                                  "away": 2.2,
                                  "home": 1.62,
                                  "payout": 93.3,
                                  "bookmaker_id": 44,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 699,
                                  "away": 2.3,
                                  "home": 1.57,
                                  "payout": 93.31,
                                  "bookmaker_id": 47,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 700,
                                  "away": 2.3,
                                  "home": 1.57,
                                  "payout": 93.31,
                                  "bookmaker_id": 67,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 701,
                                  "away": 2.3,
                                  "home": 1.57,
                                  "payout": 93.31,
                                  "bookmaker_id": 70,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 702,
                                  "away": 2.14,
                                  "home": 1.62,
                                  "payout": 92.2,
                                  "bookmaker_id": 40,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 703,
                                  "away": 2.14,
                                  "home": 1.62,
                                  "payout": 92.2,
                                  "bookmaker_id": 16,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 704,
                                  "away": 2.2,
                                  "home": 1.6,
                                  "payout": 92.63,
                                  "bookmaker_id": 34,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 705,
                                  "away": 2.2,
                                  "home": 1.615,
                                  "payout": 93.13,
                                  "bookmaker_id": 39,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 706,
                                  "away": 2.375,
                                  "home": 1.533,
                                  "payout": 93.16,
                                  "bookmaker_id": 23,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 707,
                                  "away": 2.375,
                                  "home": 1.533,
                                  "payout": 93.16,
                                  "bookmaker_id": 4,
                                  "away_movement": 0,
                                  "home_movement": 0
                                }
                              ],
                              "type": "+1.5/-1.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 675,
                                  "away": 1.4,
                                  "home": 2.7,
                                  "payout": 92.2,
                                  "bookmaker_id": 34,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 677,
                                  "away": 1.4,
                                  "home": 2.75,
                                  "payout": 92.77,
                                  "bookmaker_id": 25,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 678,
                                  "away": 1.533,
                                  "home": 2.375,
                                  "payout": 93.16,
                                  "bookmaker_id": 4,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 679,
                                  "away": 1.4,
                                  "home": 2.75,
                                  "payout": 92.77,
                                  "bookmaker_id": 39,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 680,
                                  "away": 1.533,
                                  "home": 2.375,
                                  "payout": 93.16,
                                  "bookmaker_id": 23,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 681,
                                  "away": 1.5,
                                  "home": 2.4,
                                  "payout": 92.31,
                                  "bookmaker_id": 10,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 682,
                                  "away": 1.4,
                                  "home": 2.75,
                                  "payout": 92.77,
                                  "bookmaker_id": 67,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 684,
                                  "away": 1.44,
                                  "home": 2.6,
                                  "payout": 92.67,
                                  "bookmaker_id": 46,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 685,
                                  "away": 1.48,
                                  "home": 2.6,
                                  "payout": 94.31,
                                  "bookmaker_id": 47,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 686,
                                  "away": 1.4,
                                  "home": 2.75,
                                  "payout": 92.77,
                                  "bookmaker_id": 70,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 688,
                                  "away": 1.444,
                                  "home": 2.82,
                                  "payout": 95.5,
                                  "bookmaker_id": 56,
                                  "away_movement": -1,
                                  "home_movement": 1
                                }
                              ],
                              "type": "-1.5/+1.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 708,
                                  "away": 3.25,
                                  "home": 1.3,
                                  "payout": 92.86,
                                  "bookmaker_id": 46,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 709,
                                  "away": 3.4,
                                  "home": 1.27,
                                  "payout": 92.46,
                                  "bookmaker_id": 10,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 710,
                                  "away": 3.25,
                                  "home": 1.3,
                                  "payout": 92.86,
                                  "bookmaker_id": 47,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 711,
                                  "away": 3.2,
                                  "home": 1.33,
                                  "payout": 93.95,
                                  "bookmaker_id": 25,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 712,
                                  "away": 3.2,
                                  "home": 1.33,
                                  "payout": 93.95,
                                  "bookmaker_id": 67,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 713,
                                  "away": 3.2,
                                  "home": 1.33,
                                  "payout": 93.95,
                                  "bookmaker_id": 70,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 714,
                                  "away": 3.15,
                                  "home": 1.31,
                                  "payout": 92.52,
                                  "bookmaker_id": 34,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 715,
                                  "away": 3.25,
                                  "home": 1.333,
                                  "payout": 94.53,
                                  "bookmaker_id": 39,
                                  "away_movement": -1,
                                  "home_movement": 1
                                }
                              ],
                              "type": "+2.5/-2.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 667,
                                  "away": 1.21,
                                  "home": 3.9,
                                  "payout": 92.35,
                                  "bookmaker_id": 34,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 673,
                                  "away": 1.25,
                                  "home": 3.6,
                                  "payout": 92.78,
                                  "bookmaker_id": 46,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 674,
                                  "away": 1.222,
                                  "home": 4,
                                  "payout": 93.6,
                                  "bookmaker_id": 39,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 690,
                                  "away": 1.25,
                                  "home": 3.7,
                                  "payout": 93.43,
                                  "bookmaker_id": 47,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 691,
                                  "away": 1.3,
                                  "home": 3.3,
                                  "payout": 93.26,
                                  "bookmaker_id": 4,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 692,
                                  "away": 1.3,
                                  "home": 3.3,
                                  "payout": 93.26,
                                  "bookmaker_id": 23,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 696,
                                  "away": 1.27,
                                  "home": 3.4,
                                  "payout": 92.46,
                                  "bookmaker_id": 10,
                                  "away_movement": 0,
                                  "home_movement": 0
                                }
                              ],
                              "type": "-2.5/+2.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 716,
                                  "away": 5.5,
                                  "home": 1.142,
                                  "payout": 94.56,
                                  "bookmaker_id": 39,
                                  "away_movement": 0,
                                  "home_movement": 0
                                }
                              ],
                              "type": "+3.5/-3.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 670,
                                  "away": 1.12,
                                  "home": 5.5,
                                  "payout": 93.05,
                                  "bookmaker_id": 10,
                                  "away_movement": 0,
                                  "home_movement": 0
                                },
                                {
                                  "id": 671,
                                  "away": 1.111,
                                  "home": 6.5,
                                  "payout": 94.88,
                                  "bookmaker_id": 39,
                                  "away_movement": -1,
                                  "home_movement": 1
                                }
                              ],
                              "type": "-3.5/+3.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 717,
                                  "away": 11,
                                  "home": 1.05,
                                  "payout": 95.85,
                                  "bookmaker_id": 39,
                                  "away_movement": 0,
                                  "home_movement": 0
                                }
                              ],
                              "type": "+4.5/-4.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 668,
                                  "away": 1.04,
                                  "home": 13,
                                  "payout": 96.3,
                                  "bookmaker_id": 39,
                                  "away_movement": -1,
                                  "home_movement": 1
                                },
                                {
                                  "id": 669,
                                  "away": 1.02,
                                  "home": 10,
                                  "payout": 92.56,
                                  "bookmaker_id": 10,
                                  "away_movement": 0,
                                  "home_movement": 0
                                }
                              ],
                              "type": "-4.5/+4.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 718,
                                  "away": 29,
                                  "home": 1.006,
                                  "payout": 97.23,
                                  "bookmaker_id": 39,
                                  "away_movement": 0,
                                  "home_movement": 0
                                }
                              ],
                              "type": "+5.5/-5.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 672,
                                  "away": 1.006,
                                  "home": 34,
                                  "payout": 97.71,
                                  "bookmaker_id": 39,
                                  "away_movement": 0,
                                  "home_movement": 1
                                }
                              ],
                              "type": "-5.5/+5.5"
                            }
                          ],
                          "period_type": "Full Time"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Asian Handicaps"
      }
    },
    "/odds/coverage-live": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "Coverage Live",
        "description": "This 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://darts.sportmicro.com/odds/coverage-live`<br /><br />Get live odds coverage a specific **match_id**<br />`https://darts.sportmicro.com/odds/coverage-live?match_id=eq.{match_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.coverage-live.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/coverage-live"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 43,
                      "full_time_results": false,
                      "over_under": false,
                      "asian_handicaps": false,
                      "correct_score": false,
                      "odd_even": false
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Coverage Live"
      }
    },
    "/odds/correct-score": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "Correct Score",
        "description": "This 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://darts.sportmicro.com/odds/correct-score?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://darts.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://darts.sportmicro.com/odds/correct-score?match_id=eq.{match_id}&is_live=eq.false`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.correct-score.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.correct-score.is_live"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/correct-score"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 43,
                      "is_live": false,
                      "periods": [
                        {
                          "odds": [
                            {
                              "odds": [
                                {
                                  "id": 1260,
                                  "score": 34,
                                  "bookmaker_id": 46,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1280,
                                  "score": 41,
                                  "bookmaker_id": 4,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1261,
                                  "score": 36,
                                  "bookmaker_id": 16,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1264,
                                  "score": 36,
                                  "bookmaker_id": 27,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1273,
                                  "score": 29,
                                  "bookmaker_id": 39,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1284,
                                  "score": 36,
                                  "bookmaker_id": 40,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1266,
                                  "score": 67,
                                  "bookmaker_id": 47,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1278,
                                  "score": 41,
                                  "bookmaker_id": 23,
                                  "score_movement": 0
                                }
                              ],
                              "type": "0 : 6"
                            },
                            {
                              "odds": [
                                {
                                  "id": 1281,
                                  "score": 13,
                                  "bookmaker_id": 47,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1263,
                                  "score": 13,
                                  "bookmaker_id": 46,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1272,
                                  "score": 15,
                                  "bookmaker_id": 27,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1274,
                                  "score": 15,
                                  "bookmaker_id": 4,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1262,
                                  "score": 15,
                                  "bookmaker_id": 23,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1268,
                                  "score": 15,
                                  "bookmaker_id": 40,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1269,
                                  "score": 13,
                                  "bookmaker_id": 39,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1279,
                                  "score": 15,
                                  "bookmaker_id": 16,
                                  "score_movement": 0
                                }
                              ],
                              "type": "1 : 6"
                            },
                            {
                              "odds": [
                                {
                                  "id": 1270,
                                  "score": 8.5,
                                  "bookmaker_id": 47,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1271,
                                  "score": 9,
                                  "bookmaker_id": 40,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1282,
                                  "score": 8.5,
                                  "bookmaker_id": 39,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1265,
                                  "score": 9,
                                  "bookmaker_id": 27,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1285,
                                  "score": 9.5,
                                  "bookmaker_id": 4,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1267,
                                  "score": 8.5,
                                  "bookmaker_id": 46,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1287,
                                  "score": 9.5,
                                  "bookmaker_id": 23,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1286,
                                  "score": 9,
                                  "bookmaker_id": 16,
                                  "score_movement": 0
                                }
                              ],
                              "type": "2 : 6"
                            },
                            {
                              "odds": [
                                {
                                  "id": 1283,
                                  "score": 7,
                                  "bookmaker_id": 47,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1291,
                                  "score": 7.5,
                                  "bookmaker_id": 4,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1275,
                                  "score": 7,
                                  "bookmaker_id": 40,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1289,
                                  "score": 7,
                                  "bookmaker_id": 27,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1276,
                                  "score": 7,
                                  "bookmaker_id": 16,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1277,
                                  "score": 6.5,
                                  "bookmaker_id": 39,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1290,
                                  "score": 7.5,
                                  "bookmaker_id": 23,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1288,
                                  "score": 7,
                                  "bookmaker_id": 46,
                                  "score_movement": -1
                                }
                              ],
                              "type": "3 : 6"
                            },
                            {
                              "odds": [
                                {
                                  "id": 1296,
                                  "score": 6,
                                  "bookmaker_id": 39,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1293,
                                  "score": 6.5,
                                  "bookmaker_id": 46,
                                  "score_movement": 1
                                },
                                {
                                  "id": 1294,
                                  "score": 6.5,
                                  "bookmaker_id": 47,
                                  "score_movement": 1
                                },
                                {
                                  "id": 1299,
                                  "score": 6.5,
                                  "bookmaker_id": 16,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1297,
                                  "score": 6.5,
                                  "bookmaker_id": 23,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1298,
                                  "score": 6.5,
                                  "bookmaker_id": 4,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1292,
                                  "score": 6.5,
                                  "bookmaker_id": 27,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1295,
                                  "score": 6.5,
                                  "bookmaker_id": 40,
                                  "score_movement": 0
                                }
                              ],
                              "type": "4 : 6"
                            },
                            {
                              "odds": [
                                {
                                  "id": 1303,
                                  "score": 6.75,
                                  "bookmaker_id": 40,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1304,
                                  "score": 6.75,
                                  "bookmaker_id": 16,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1311,
                                  "score": 6.5,
                                  "bookmaker_id": 23,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1302,
                                  "score": 6.5,
                                  "bookmaker_id": 46,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1301,
                                  "score": 6.5,
                                  "bookmaker_id": 47,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1312,
                                  "score": 6.5,
                                  "bookmaker_id": 4,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1300,
                                  "score": 6.75,
                                  "bookmaker_id": 27,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1305,
                                  "score": 6.5,
                                  "bookmaker_id": 39,
                                  "score_movement": 0
                                }
                              ],
                              "type": "5 : 6"
                            },
                            {
                              "odds": [
                                {
                                  "id": 1306,
                                  "score": 46,
                                  "bookmaker_id": 47,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1314,
                                  "score": 56,
                                  "bookmaker_id": 27,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1310,
                                  "score": 41,
                                  "bookmaker_id": 39,
                                  "score_movement": 1
                                },
                                {
                                  "id": 1309,
                                  "score": 41,
                                  "bookmaker_id": 14,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1307,
                                  "score": 56,
                                  "bookmaker_id": 40,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1308,
                                  "score": 56,
                                  "bookmaker_id": 16,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1313,
                                  "score": 34,
                                  "bookmaker_id": 23,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1315,
                                  "score": 34,
                                  "bookmaker_id": 4,
                                  "score_movement": 0
                                }
                              ],
                              "type": "6 : 0"
                            },
                            {
                              "odds": [
                                {
                                  "id": 1318,
                                  "score": 23,
                                  "bookmaker_id": 16,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1321,
                                  "score": 15,
                                  "bookmaker_id": 14,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1320,
                                  "score": 15,
                                  "bookmaker_id": 23,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1319,
                                  "score": 19,
                                  "bookmaker_id": 39,
                                  "score_movement": 1
                                },
                                {
                                  "id": 1316,
                                  "score": 23,
                                  "bookmaker_id": 40,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1317,
                                  "score": 23,
                                  "bookmaker_id": 27,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1322,
                                  "score": 15,
                                  "bookmaker_id": 4,
                                  "score_movement": 0
                                }
                              ],
                              "type": "6 : 1"
                            },
                            {
                              "odds": [
                                {
                                  "id": 1328,
                                  "score": 11,
                                  "bookmaker_id": 39,
                                  "score_movement": 1
                                },
                                {
                                  "id": 1324,
                                  "score": 13,
                                  "bookmaker_id": 16,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1330,
                                  "score": 9.5,
                                  "bookmaker_id": 4,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1329,
                                  "score": 9.5,
                                  "bookmaker_id": 23,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1326,
                                  "score": 13,
                                  "bookmaker_id": 40,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1327,
                                  "score": 11,
                                  "bookmaker_id": 14,
                                  "score_movement": 1
                                },
                                {
                                  "id": 1323,
                                  "score": 13,
                                  "bookmaker_id": 27,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1325,
                                  "score": 9.5,
                                  "bookmaker_id": 46,
                                  "score_movement": 0
                                }
                              ],
                              "type": "6 : 2"
                            },
                            {
                              "odds": [
                                {
                                  "id": 1338,
                                  "score": 7.5,
                                  "bookmaker_id": 4,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1334,
                                  "score": 8,
                                  "bookmaker_id": 34,
                                  "score_movement": 1
                                },
                                {
                                  "id": 1331,
                                  "score": 9,
                                  "bookmaker_id": 27,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1336,
                                  "score": 8,
                                  "bookmaker_id": 39,
                                  "score_movement": 1
                                },
                                {
                                  "id": 1337,
                                  "score": 7.5,
                                  "bookmaker_id": 23,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1332,
                                  "score": 9,
                                  "bookmaker_id": 40,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1333,
                                  "score": 9,
                                  "bookmaker_id": 16,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1335,
                                  "score": 7.6,
                                  "bookmaker_id": 14,
                                  "score_movement": 1
                                }
                              ],
                              "type": "6 : 3"
                            },
                            {
                              "odds": [
                                {
                                  "id": 1344,
                                  "score": 7,
                                  "bookmaker_id": 14,
                                  "score_movement": 1
                                },
                                {
                                  "id": 1341,
                                  "score": 6.5,
                                  "bookmaker_id": 47,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1340,
                                  "score": 6,
                                  "bookmaker_id": 46,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1339,
                                  "score": 7.5,
                                  "bookmaker_id": 27,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1346,
                                  "score": 6.5,
                                  "bookmaker_id": 23,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1347,
                                  "score": 6.5,
                                  "bookmaker_id": 4,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1342,
                                  "score": 7.5,
                                  "bookmaker_id": 40,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1343,
                                  "score": 7.5,
                                  "bookmaker_id": 16,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1345,
                                  "score": 7,
                                  "bookmaker_id": 39,
                                  "score_movement": 1
                                }
                              ],
                              "type": "6 : 4"
                            },
                            {
                              "odds": [
                                {
                                  "id": 1348,
                                  "score": 7.5,
                                  "bookmaker_id": 27,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1354,
                                  "score": 7,
                                  "bookmaker_id": 39,
                                  "score_movement": 1
                                },
                                {
                                  "id": 1351,
                                  "score": 7.5,
                                  "bookmaker_id": 16,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1350,
                                  "score": 7.5,
                                  "bookmaker_id": 40,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1349,
                                  "score": 6.5,
                                  "bookmaker_id": 47,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1356,
                                  "score": 6.5,
                                  "bookmaker_id": 4,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1352,
                                  "score": 6.5,
                                  "bookmaker_id": 34,
                                  "score_movement": 0
                                },
                                {
                                  "id": 1353,
                                  "score": 6,
                                  "bookmaker_id": 14,
                                  "score_movement": -1
                                },
                                {
                                  "id": 1355,
                                  "score": 6.5,
                                  "bookmaker_id": 23,
                                  "score_movement": 0
                                }
                              ],
                              "type": "6 : 5"
                            }
                          ],
                          "period_type": "Full Time"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Correct Score"
      }
    }
  },
  "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://darts.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.matches-by-date-league.date": {
        "name": "date",
        "description": "The date",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.2008-10-30"
        },
        "example": "eq.2008-10-30"
      },
      "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.7229"
        },
        "example": "eq.7229"
      },
      "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.matches-live.id": {
        "name": "id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "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"
        }
      },
      "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"
        }
      },
      "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"
        }
      },
      "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.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.leagues-by-date.date": {
        "name": "date",
        "description": "The date",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.2008-10-30"
        },
        "example": "eq.2008-10-30"
      },
      "rowFilter.leagues-by-date.leagues": {
        "name": "leagues",
        "description": "The leagues",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "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.75"
        },
        "example": "eq.75"
      },
      "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.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.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-statistics.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.42"
        },
        "example": "eq.42"
      },
      "rowFilter.matches-statistics.statistics": {
        "name": "statistics",
        "description": "The statistics of the match",
        "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.93"
        },
        "example": "eq.93"
      },
      "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.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.38076"
        },
        "example": "eq.38076"
      },
      "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.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.teams.id": {
        "name": "id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1317"
        },
        "example": "eq.1317"
      },
      "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.45"
        },
        "example": "eq.45"
      },
      "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.511"
        },
        "example": "eq.511"
      },
      "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",
          "example": "eq.93"
        },
        "example": "eq.93"
      },
      "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.matches-highlights.id": {
        "name": "id",
        "description": "The id of the highlight",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-highlights.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1424"
        },
        "example": "eq.1424"
      },
      "rowFilter.matches-highlights.title": {
        "name": "title",
        "description": "The title of the highlight",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-highlights.subtitle": {
        "name": "subtitle",
        "description": "The subtitle of the highlight",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-highlights.url": {
        "name": "url",
        "description": "The url of the highlight",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-highlights.created_at": {
        "name": "created_at",
        "description": "The publishing date of the highlight",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches-highlights.source_url": {
        "name": "source_url",
        "description": "The source url of the highlight",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues.id": {
        "name": "id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.59"
        },
        "example": "eq.59"
      },
      "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.45"
        },
        "example": "eq.45"
      },
      "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.arenas.id": {
        "name": "id",
        "description": "The id of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.29"
        },
        "example": "eq.29"
      },
      "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.23"
        },
        "example": "eq.23"
      },
      "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.tournaments.id": {
        "name": "id",
        "description": "The id of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.23268"
        },
        "example": "eq.23268"
      },
      "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.7873"
        },
        "example": "eq.7873"
      },
      "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.45"
        },
        "example": "eq.45"
      },
      "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.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.1507"
        },
        "example": "eq.1507"
      },
      "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.HR"
        },
        "example": "eq.HR"
      },
      "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",
          "example": "eq.419180"
        },
        "example": "eq.419180"
      },
      "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.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.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.37"
        },
        "example": "eq.37"
      },
      "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.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.cup-bracket.id": {
        "name": "id",
        "description": "The id of the cup bracket",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.7"
        },
        "example": "eq.7"
      },
      "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.61"
        },
        "example": "eq.61"
      },
      "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.59"
        },
        "example": "eq.59"
      },
      "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.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.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-rounds.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.61"
        },
        "example": "eq.61"
      },
      "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.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.59"
        },
        "example": "eq.59"
      },
      "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.seasons.id": {
        "name": "id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.31419"
        },
        "example": "eq.31419"
      },
      "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.7265"
        },
        "example": "eq.7265"
      },
      "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.classes.id": {
        "name": "id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.37"
        },
        "example": "eq.37"
      },
      "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",
          "example": "eq.EN"
        },
        "example": "eq.EN"
      },
      "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.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.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.47555"
        },
        "example": "eq.47555"
      },
      "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.teams-seasons.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.104"
        },
        "example": "eq.104"
      },
      "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.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.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.59"
        },
        "example": "eq.59"
      },
      "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.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.59"
        },
        "example": "eq.59"
      },
      "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.standings.id": {
        "name": "id",
        "description": "The id of the standing",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.123"
        },
        "example": "eq.123"
      },
      "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.total"
        },
        "example": "eq.total"
      },
      "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.147"
        },
        "example": "eq.147"
      },
      "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.93"
        },
        "example": "eq.93"
      },
      "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.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.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.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.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.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",
          "example": "eq.409"
        },
        "example": "eq.409"
      },
      "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.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.45"
        },
        "example": "eq.45"
      },
      "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.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.147"
        },
        "example": "eq.147"
      },
      "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.seasons-info.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.61"
        },
        "example": "eq.61"
      },
      "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.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.552"
        },
        "example": "eq.552"
      },
      "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.550"
        },
        "example": "eq.550"
      },
      "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.5015"
        },
        "example": "eq.5015"
      },
      "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"
        }
      },
      "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.759"
        },
        "example": "eq.759"
      },
      "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.770"
        },
        "example": "eq.770"
      },
      "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-by-date.date": {
        "name": "date",
        "description": "The date",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.2008-10-30"
        },
        "example": "eq.2008-10-30"
      },
      "rowFilter.matches-by-date.matches": {
        "name": "matches",
        "description": "The matches",
        "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.59"
        },
        "example": "eq.59"
      },
      "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.23"
        },
        "example": "eq.23"
      },
      "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.seasons-groups.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.234"
        },
        "example": "eq.234"
      },
      "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.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.65"
        },
        "example": "eq.65"
      },
      "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.odd-even.match_id": {
        "name": "match_id",
        "description": "The id of the match. example:`eq.{match_id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.47"
        },
        "example": "eq.47"
      },
      "rowFilter.odd-even.is_live": {
        "name": "is_live",
        "description": "If the match is live. example:`eq.{is_live}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean",
          "example": "eq.false"
        },
        "example": "eq.false"
      },
      "rowFilter.odd-even.periods": {
        "name": "periods",
        "description": "Periods",
        "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",
          "example": "eq.43"
        },
        "example": "eq.43"
      },
      "rowFilter.coverage.full_time_results": {
        "name": "full_time_results",
        "description": "Coverage of full_time_results",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage.over_under": {
        "name": "over_under",
        "description": "Coverage of over_under",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage.asian_handicaps": {
        "name": "asian_handicaps",
        "description": "Coverage of asian_handicaps",
        "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.coverage.odd_even": {
        "name": "odd_even",
        "description": "Coverage of odd_even",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.over-under.match_id": {
        "name": "match_id",
        "description": "The id of the match. example:`eq.{match_id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.43"
        },
        "example": "eq.43"
      },
      "rowFilter.over-under.is_live": {
        "name": "is_live",
        "description": "If the match is live. example:`eq.{is_live}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean",
          "example": "eq.false"
        },
        "example": "eq.false"
      },
      "rowFilter.over-under.periods": {
        "name": "periods",
        "description": "Periods",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.over-under-movements.over_under_id": {
        "name": "over_under_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.over-under-movements.movements": {
        "name": "movements",
        "description": "The movements",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.full-time-results.match_id": {
        "name": "match_id",
        "description": "The id of the match. example:`eq.{match_id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.43"
        },
        "example": "eq.43"
      },
      "rowFilter.full-time-results.is_live": {
        "name": "is_live",
        "description": "If the match is live. example:`eq.{is_live}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean",
          "example": "eq.false"
        },
        "example": "eq.false"
      },
      "rowFilter.full-time-results.periods": {
        "name": "periods",
        "description": "Periods",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.asian-handicaps.match_id": {
        "name": "match_id",
        "description": "The id of the match. example:`eq.{match_id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.43"
        },
        "example": "eq.43"
      },
      "rowFilter.asian-handicaps.is_live": {
        "name": "is_live",
        "description": "If the match is live. example:`eq.{is_live}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean",
          "example": "eq.false"
        },
        "example": "eq.false"
      },
      "rowFilter.asian-handicaps.periods": {
        "name": "periods",
        "description": "Periods",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.odd-even-movements.odd_even_id": {
        "name": "odd_even_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.odd-even-movements.movements": {
        "name": "movements",
        "description": "The movements",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.full-time-results-movements.full_time_result_id": {
        "name": "full_time_result_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.full-time-results-movements.movements": {
        "name": "movements",
        "description": "The movements",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "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",
          "example": "eq.43"
        },
        "example": "eq.43"
      },
      "rowFilter.coverage-live.full_time_results": {
        "name": "full_time_results",
        "description": "Coverage of full_time_results",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage-live.over_under": {
        "name": "over_under",
        "description": "Coverage of over_under",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage-live.asian_handicaps": {
        "name": "asian_handicaps",
        "description": "Coverage of asian_handicaps",
        "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.coverage-live.odd_even": {
        "name": "odd_even",
        "description": "Coverage of odd_even",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.asian-handicaps-movements.asian_handicap_id": {
        "name": "asian_handicap_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.asian-handicaps-movements.movements": {
        "name": "movements",
        "description": "The movements",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "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",
          "example": "eq.43"
        },
        "example": "eq.43"
      },
      "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",
          "example": "eq.false"
        },
        "example": "eq.false"
      },
      "rowFilter.correct-score.periods": {
        "name": "periods",
        "description": "Periods",
        "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"
        }
      },
      "lang": {
        "name": "lang",
        "description": "Multi-language",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "default": "en",
          "example": "en"
        },
        "example": "en"
      }
    },
    "schemas": {
      "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://darts.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"
      },
      "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"
      },
      "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://darts.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"
      },
      "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://darts.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"
      },
      "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://darts.sportmicro.com/coaches?id=eq.{id}`<br /><br />Get coach from a specific **country_id**<br />`https://darts.sportmicro.com/coaches?country_id=eq.{country_id}`<br /><br />Get coach from a specific **team_id**<br />`https://darts.sportmicro.com/coaches?team_id=eq.{team_id}`",
        "properties": {},
        "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://darts.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-statistics": {
        "description": "Statistics\nThis endpoint allows you to retrieve the statistics from matches.\n\nTypes of the statistics:\n**Highest checkout**, **Average 3 darts**, **Thrown over 140**, **Thrown 180**, **Checkouts over 100**, **Thrown over 100**, **Checkouts accuracy**.\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://darts.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"
      },
      "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://darts.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"
      },
      "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://darts.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"
      },
      "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://darts.sportmicro.com/leagues-info?league_id=eq.{league_id}`",
        "properties": {},
        "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://darts.sportmicro.com/teams`<br /><br />Get team based on the **name**<br />`https://darts.sportmicro.com/teams?name=like.*Real*`<br /><br />Get team based on the **id**<br />`https://darts.sportmicro.com/teams?id=eq.{id}`<br /><br />Get teams from a specific **country_id**<br />`https://darts.sportmicro.com/teams?country_id=eq.{country_id}`<br /><br />Get teams from a specific **category_id**<br />`https://darts.sportmicro.com/teams?category_id=eq.{category_id}`<br /><br />Get team from a specific **primary_league_id**<br />`https://darts.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"
          },
          "team_player_info_id": {
            "description": "The id of the player (_team_)",
            "format": "integer",
            "type": "integer"
          },
          "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"
          },
          "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"
      },
      "matches-highlights": {
        "description": "Highlights\nThis endpoint allows you to retrieve the highlights from matches.\nIt has all social media posts about the match.\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 highlights from a specific **match_id**<br />`https://darts.sportmicro.com/matches-highlights?match_id=eq.{match_id}`",
        "properties": {
          "id": {
            "description": "The id of the highlight\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 highlight",
            "format": "text",
            "type": "string"
          },
          "subtitle": {
            "description": "The subtitle of the highlight",
            "format": "text",
            "type": "string"
          },
          "url": {
            "description": "The url of the highlight",
            "format": "text",
            "type": "string"
          },
          "created_at": {
            "description": "The publishing date of the highlight",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "source_url": {
            "description": "The source url of the highlight",
            "format": "text",
            "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://darts.sportmicro.com/leagues`<br /><br />Search the leagues by the `name`<br />`https://darts.sportmicro.com/leagues?name=like.*Championship*`<br /><br />Get leagues based on the **id**<br />`https://darts.sportmicro.com/leagues?id=eq.{id}`<br /><br />Get leagues from a specific **class_id**<br />`https://darts.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"
      },
      "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://darts.sportmicro.com/arenas`<br /><br />Get arenas based on the **id**<br />`https://darts.sportmicro.com/arenas?id=eq.{id}`<br /><br />Get arenas from a specific **country_id**<br />`https://darts.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"
          },
          "opened": {
            "description": "The date when the arena opened",
            "format": "text",
            "type": "string"
          },
          "operator": {
            "description": "The operator of the arena",
            "format": "text",
            "type": "string"
          },
          "cost": {
            "description": "The cost 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"
      },
      "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://darts.sportmicro.com/tournaments`<br /><br />Get tournaments based on the **id**<br />`https://darts.sportmicro.com/tournaments?id=eq.{id}`<br /><br />Get tournaments from a specific **league_id**<br />`https://darts.sportmicro.com/tournaments?league_id=eq.{league_id}`<br /><br />Get tournaments from a specific **class_id**<br />`https://darts.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"
      },
      "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://darts.sportmicro.com/matches-tv-channels?match_id=eq.{match_id}`<br /><br />Get tv channels from a specific **match_id** and **alpha**<br />`https://darts.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://darts.sportmicro.com/media-players?player_id=eq.{player_id}`",
        "properties": {
          "id": {
            "description": "The id of the media\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "player_id": {
            "description": "The id of the player",
            "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"
      },
      "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://darts.sportmicro.com/countries`<br /><br />Get country based on the **id**<br />`https://darts.sportmicro.com/countries?id=eq.{id}`<br /><br />Get countries based on the **alpha**<br />`https://darts.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"
      },
      "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://darts.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"
      },
      "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://darts.sportmicro.com/referees-by-country?country_id=eq.{country_id}`",
        "properties": {},
        "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://darts.sportmicro.com/cup-bracket?id=eq.{id}`<br /><br />Get cups based on the **season_id**<br />`https://darts.sportmicro.com/cup-bracket?season_id=eq.{season_id}`<br /><br />Get cups based on the **league_id**<br />`https://darts.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"
      },
      "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://darts.sportmicro.com/agg-news-players?player_id=eq.{player_id}`",
        "properties": {},
        "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://darts.sportmicro.com/coaches-career?coach_id=eq.{coach_id}`",
        "properties": {},
        "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://darts.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"
      },
      "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://darts.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"
      },
      "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://darts.sportmicro.com/seasons`<br /><br />Get seasons based on the **id**<br />`https://darts.sportmicro.com/seasons?id=eq.{id}`<br /><br />Get seasons from a specific **league_id**<br />`https://darts.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"
      },
      "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://darts.sportmicro.com/classes`<br /><br />Get class based on the **id**<br />`https://darts.sportmicro.com/classes?id=eq.{id}`<br /><br />Get classes based on the **alpha**<br />`https://darts.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"
      },
      "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://darts.sportmicro.com/players`<br /><br />Get players based on the **name**<br />`https://darts.sportmicro.com/players?name=like.*Cristiano*`<br /><br />Get players based on the **id**<br />`https://darts.sportmicro.com/players?id=eq.{id}`<br /><br />Get players from a specific **team_id**<br />`https://darts.sportmicro.com/players?team_id=eq.{team_id}`",
        "properties": {},
        "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://darts.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"
      },
      "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://darts.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"
      },
      "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://darts.sportmicro.com/referees?id=eq.{id}`<br /><br />Get referees from a specific **country_id**<br />`https://darts.sportmicro.com/referees?country_id=eq.{country_id}`",
        "properties": {},
        "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://darts.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"
      },
      "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://darts.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://darts.sportmicro.com/coaches-by-country?country_id=eq.{country_id}`",
        "properties": {},
        "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://darts.sportmicro.com/standings`<br /><br />Get standing based on the **id**<br />`https://darts.sportmicro.com/standings?id=eq.{id}`<br /><br />Get standing from a specific **league_id**<br />`https://darts.sportmicro.com/standings?league_id=eq.{league_id}`<br /><br />Get standing from a specific **league_id** and **season_id**<br />`https://darts.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://darts.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"
      },
      "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://darts.sportmicro.com/players-by-team?team_id=eq.{team_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://darts.sportmicro.com/agg-news-leagues?league_id=eq.{league_id}`",
        "properties": {},
        "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://darts.sportmicro.com/agg-news-teams?team_id=eq.{team_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://darts.sportmicro.com/tv-channels`<br /><br />Get tv channels based on the **name**<br />`https://darts.sportmicro.com/tv-channels?name=like.*Sportklub*`<br /><br />Get tv channels based on the **id**<br />`https://darts.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"
      },
      "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://darts.sportmicro.com/media-teams?team_id=eq.{team_id}`",
        "properties": {
          "id": {
            "description": "The id of the media\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "team_id": {
            "description": "The id of the team",
            "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"
      },
      "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://darts.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"
      },
      "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://darts.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"
      },
      "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://darts.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"
          },
          "total_prize_money": {
            "description": "The number of total prize money by the season",
            "format": "integer",
            "type": "integer"
          },
          "total_prize_money_currency": {
            "description": "The currency of the total prize money by the season",
            "format": "text",
            "type": "string"
          },
          "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"
      },
      "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 | Canceled\ndelayed | Start delayed\nfinished | Walkover\nfinished | Removed\nfinished | Ended\nfinished | Coverage canceled\npostponed | Postponed\nupcoming | Not started\n\nFor **scores** we have fields for covering that: `current`, `display`, `period1`, `period2`, `period3`, `period4`, `period5`, `period6`, `period7`, `normaltime`, `team`, `match_id`.\n\nFor **time extras or injuries** we have fields for covering that: **current**, **current_period_start_timestamp**, **match_id**.\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://darts.sportmicro.com/matches`<br /><br />Get match based on the **id**<br />`https://darts.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://darts.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://darts.sportmicro.com/matches?status_type=eq.{status_type}`<br /><br />Get matches based on the **season_id**<br />`https://darts.sportmicro.com/matches?season_id=eq.{season_id}`<br /><br />Get matches based on the **tournament_id**<br />`https://darts.sportmicro.com/matches?tournament_id=eq.{tournament_id}`<br /><br />Get matches based on the **round_id**<br />`https://darts.sportmicro.com/matches?round_id=eq.{round_id}`<br /><br />Get matches based on the **arena_id**<br />`https://darts.sportmicro.com/matches?arena_id=eq.{arena_id}`<br /><br />Get matches based on the **referee_id**<br />`https://darts.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://darts.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://darts.sportmicro.com/matches?home_team_id=eq.{home_team_id}`<br /><br />Get away team matches based on the **away_team_id**<br />`https://darts.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"
          },
          "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-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://darts.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"
      },
      "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://darts.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://darts.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"
      },
      "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://darts.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"
      },
      "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://darts.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"
      },
      "odd-even": {
        "description": "Odd even odds\nThis endpoint allows you to retrieve the odds from odd even 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.\n\n**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://darts.sportmicro.com/odds/odd-even?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/odd-even?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/odd-even?match_id=eq.{match_id}&is_live=eq.false`",
        "properties": {
          "match_id": {
            "description": "The id of the match. example:`eq.{match_id}`",
            "format": "integer",
            "type": "integer"
          },
          "is_live": {
            "description": "If the match is live. example:`eq.{is_live}`",
            "format": "boolean",
            "type": "boolean"
          },
          "periods": {
            "description": "Periods",
            "format": "json"
          }
        },
        "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://darts.sportmicro.com/odds/coverage`<br /><br />Get odds coverages from a specific **match_id**<br />`https://darts.sportmicro.com/odds/coverage?match_id=eq.{match_id}`",
        "properties": {
          "match_id": {
            "description": "The id of the match. example:`eq.{match_id}`",
            "format": "integer",
            "type": "integer"
          },
          "full_time_results": {
            "description": "Coverage of full_time_results",
            "format": "boolean",
            "type": "boolean"
          },
          "over_under": {
            "description": "Coverage of over_under",
            "format": "boolean",
            "type": "boolean"
          },
          "asian_handicaps": {
            "description": "Coverage of asian_handicaps",
            "format": "boolean",
            "type": "boolean"
          },
          "correct_score": {
            "description": "Coverage of correct_score",
            "format": "boolean",
            "type": "boolean"
          },
          "odd_even": {
            "description": "Coverage of odd_even",
            "format": "boolean",
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "over-under": {
        "description": "Over under odds\nThis endpoint allows you to retrieve the odds from over under 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://darts.sportmicro.com/odds/over-under?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/over-under?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/over-under?match_id=eq.{match_id}&is_live=eq.false`",
        "properties": {
          "match_id": {
            "description": "The id of the match. example:`eq.{match_id}`",
            "format": "integer",
            "type": "integer"
          },
          "is_live": {
            "description": "If the match is live. example:`eq.{is_live}`",
            "format": "boolean",
            "type": "boolean"
          },
          "periods": {
            "description": "Periods",
            "format": "json"
          }
        },
        "type": "object"
      },
      "over-under-movements": {
        "description": "Over under odds movements\nThis endpoint allows you to retrieve the odds movements from over under 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 **over_under_id**<br />`https://darts.sportmicro.com/odds/over-under-movements?over_under_id=eq.{over_under_id}`",
        "properties": {},
        "type": "object"
      },
      "full-time-results": {
        "description": "Full time results odds\nThis endpoint allows you to retrieve the odds from full time results 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://darts.sportmicro.com/odds/full-time-results?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/full-time-results?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/full-time-results?match_id=eq.{match_id}&is_live=eq.false`",
        "properties": {
          "match_id": {
            "description": "The id of the match. example:`eq.{match_id}`",
            "format": "integer",
            "type": "integer"
          },
          "is_live": {
            "description": "If the match is live. example:`eq.{is_live}`",
            "format": "boolean",
            "type": "boolean"
          },
          "periods": {
            "description": "Periods",
            "format": "json"
          }
        },
        "type": "object"
      },
      "asian-handicaps": {
        "description": "Asian handicaps odds\nThis endpoint allows you to retrieve the odds from asian handicaps 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 odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/asian-handicaps?match_id=eq.{match_id}`<br /><br />Get live odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/asian-handicaps?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get pre-match odds from a specific **match_id**<br />`https://darts.sportmicro.com/odds/asian-handicaps?match_id=eq.{match_id}&is_live=eq.false`",
        "properties": {
          "match_id": {
            "description": "The id of the match. example:`eq.{match_id}`",
            "format": "integer",
            "type": "integer"
          },
          "is_live": {
            "description": "If the match is live. example:`eq.{is_live}`",
            "format": "boolean",
            "type": "boolean"
          },
          "periods": {
            "description": "Periods",
            "format": "json"
          }
        },
        "type": "object"
      },
      "odd-even-movements": {
        "description": "Odd even odds movements\nThis endpoint allows you to retrieve the odds movements from odd even 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**: 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 **odd_even_id**<br />`https://darts.sportmicro.com/odds/odd-even-movements?odd_even_id=eq.{odd_even_id}`",
        "properties": {},
        "type": "object"
      },
      "full-time-results-movements": {
        "description": "Full time results odds movements\nThis endpoint allows you to retrieve the odds movements from full time results 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 **full_time_result_id**<br />`https://darts.sportmicro.com/odds/full-time-result-movements?full_time_result_id=eq.{full_time_result_id}`",
        "properties": {},
        "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://darts.sportmicro.com/odds/coverage-live`<br /><br />Get live odds coverage a specific **match_id**<br />`https://darts.sportmicro.com/odds/coverage-live?match_id=eq.{match_id}`",
        "properties": {
          "match_id": {
            "description": "The id of the match. example:`eq.{match_id}`",
            "format": "integer",
            "type": "integer"
          },
          "full_time_results": {
            "description": "Coverage of full_time_results",
            "format": "boolean",
            "type": "boolean"
          },
          "over_under": {
            "description": "Coverage of over_under",
            "format": "boolean",
            "type": "boolean"
          },
          "asian_handicaps": {
            "description": "Coverage of asian_handicaps",
            "format": "boolean",
            "type": "boolean"
          },
          "correct_score": {
            "description": "Coverage of correct_score",
            "format": "boolean",
            "type": "boolean"
          },
          "odd_even": {
            "description": "Coverage of odd_even",
            "format": "boolean",
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "asian-handicaps-movements": {
        "description": "Asian handicaps odds movements\nThis endpoint allows you to retrieve the odds movements from asian handicaps 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 movements from a specific **asian_handicap_id**<br />`https://darts.sportmicro.com/odds/asian-handicaps-movements?asian_handicap_id=eq.{asian_handicap_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://darts.sportmicro.com/odds/correct-score?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://darts.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://darts.sportmicro.com/odds/correct-score?match_id=eq.{match_id}&is_live=eq.false`",
        "properties": {
          "match_id": {
            "description": "The id of the match. example:`eq.{match_id}`",
            "format": "integer",
            "type": "integer"
          },
          "is_live": {
            "description": "If the match is live. example:`eq.{is_live}`",
            "format": "boolean",
            "type": "boolean"
          },
          "periods": {
            "description": "Periods",
            "format": "json"
          }
        },
        "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://darts.sportmicro.com/odds/correct-score-movements?correct_score_id=eq.{correct_score_id}`",
        "properties": {},
        "type": "object"
      }
    }
  }
}
