{
  "openapi": "3.0.3",
  "info": {
    "description": "Sportmicro is happy to have you here! Thanks for visiting our handball documentation. You will learn all there is to know about Sportmicro' Handball 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/handball.png",
      "altText": "Sportmicro handball logo"
    },
    "license": {
      "name": "MIT",
      "url": "https://opensource.org/licenses/MIT"
    }
  },
  "paths": {
    "/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://handball.sportmicro.com/standings`<br /><br />Get standing based on the **id**<br />`https://handball.sportmicro.com/standings?id=eq.{id}`<br /><br />Get standing from a specific **league_id**<br />`https://handball.sportmicro.com/standings?league_id=eq.{league_id}`<br /><br />Get standing from a specific **league_id** and **season_id**<br />`https://handball.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://handball.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": 37,
                      "tournament_id": 66,
                      "tournament_name": "H League - Women",
                      "type": "total",
                      "name": "H League, Women 25/26",
                      "season_id": 68,
                      "season_name": "H League, Women 2026",
                      "league_id": 63,
                      "league_name": "Korea Handball League - Women",
                      "league_hash_image": "8df061e12d03ff0db63e76a88a44b711d0291e4862a01e608931ab430538d55e",
                      "competitors": [
                        {
                          "wins": 1,
                          "draws": 1,
                          "losses": 19,
                          "points": 3,
                          "matches": 21,
                          "team_id": 162,
                          "position": 8,
                          "team_name": "Incheon Sports Council",
                          "scores_for": 539,
                          "scores_against": 692,
                          "team_hash_image": "f43a518f7eb737d469deea95a0c2c35252abab1bac8ca5e6f9e75925b194c8a4"
                        },
                        {
                          "wins": 5,
                          "draws": 1,
                          "losses": 15,
                          "points": 11,
                          "matches": 21,
                          "team_id": 130,
                          "position": 7,
                          "team_name": "Gwangju City Corporation",
                          "scores_for": 557,
                          "scores_against": 597,
                          "team_hash_image": "1477c3e5d0a953fb0080a7a8bd41afcb83a0d2ab88cc23b570eec94aeabf31ac"
                        },
                        {
                          "wins": 7,
                          "draws": 3,
                          "losses": 11,
                          "points": 17,
                          "matches": 21,
                          "team_id": 167,
                          "position": 6,
                          "team_name": "Colorful Daegu",
                          "scores_for": 558,
                          "scores_against": 585,
                          "team_hash_image": "6004057993a12c51aef2d1f1bd989f501cf9f5b0de7e3d9557ddf79631771166"
                        },
                        {
                          "wins": 7,
                          "draws": 4,
                          "losses": 10,
                          "points": 18,
                          "matches": 21,
                          "team_id": 152,
                          "position": 5,
                          "team_name": "Seoul City",
                          "scores_for": 543,
                          "scores_against": 573,
                          "team_hash_image": "fc29222f853a2bc7bd7fd333ce934ee5820edec276825231e093dcb5ccb597e1"
                        },
                        {
                          "wins": 8,
                          "draws": 5,
                          "losses": 8,
                          "points": 21,
                          "matches": 21,
                          "team_id": 124,
                          "position": 4,
                          "team_name": "Gyeongnam Development Corporation",
                          "scores_for": 572,
                          "scores_against": 545,
                          "team_hash_image": "2efe781b42a38ee6d88a15ad17a7cc854891041cf0a37ecebce077cb80ebd6a5"
                        },
                        {
                          "wins": 11,
                          "draws": 3,
                          "losses": 7,
                          "points": 25,
                          "matches": 21,
                          "team_id": 142,
                          "position": 3,
                          "team_name": "Busan Bisco",
                          "scores_for": 580,
                          "scores_against": 544,
                          "team_hash_image": "cd07002b1fc23caf558875e4564ebf20bb5f0741cf8377d0bf911b47408a7455"
                        },
                        {
                          "wins": 15,
                          "draws": 1,
                          "losses": 5,
                          "points": 31,
                          "matches": 21,
                          "team_id": 112,
                          "position": 2,
                          "team_name": "Wonderful Samcheok",
                          "scores_for": 610,
                          "scores_against": 529,
                          "team_hash_image": "06316e53d02840ba1796366228b1f49e3284460aef05950b0c5036777d49ea9f"
                        },
                        {
                          "wins": 21,
                          "draws": 0,
                          "losses": 0,
                          "points": 42,
                          "matches": 21,
                          "team_id": 100,
                          "position": 1,
                          "team_name": "SK Sugar Gliders HC Gwangmyeong",
                          "scores_for": 624,
                          "scores_against": 518,
                          "team_hash_image": "4eb3285a5d1506ff616297711beaf40ac08e17814b510b1d6a21f480eefd1594"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Standings"
      }
    },
    "/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\ncanceled | Abandoned\ndelayed | Start delayed\nfinished | Walkover\nfinished | Removed\nfinished | AET\nfinished | Ended\nfinished | Coverage canceled\nfinished | AP\ninterrupted | Interrupted\nlive | 2nd half\npostponed | Postponed\nupcoming | Not started\nlive | 1st half\nlive | 1st extra\nlive | 2nd extra\n\nFor **scores** we have fields for covering that: `current`, `display`, `period1`, `period2`, `normaltime`, `overtime`, `penalties`, `series`, `aggregated`, `extra1`, `extra2`, `period3`, `team`, `match_id`.\n\nFor **time extras or injuries** we have fields for covering that: **current**, **played**, **period_length**, **overtime_length**, **total_period_count**, **current_period_start_timestamp**, **match_id**, **time**, **average_period_length**, **period_count**.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 10 seconds.<br />**Recommended Calls**: Limit calls to 1 every 10 seconds.\n\n### Use Cases\nGet matches<br />`https://handball.sportmicro.com/matches`<br /><br />Get match based on the **id**<br />`https://handball.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://handball.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://handball.sportmicro.com/matches?status_type=eq.{status_type}`<br /><br />Get matches based on the **season_id**<br />`https://handball.sportmicro.com/matches?season_id=eq.{season_id}`<br /><br />Get matches based on the **tournament_id**<br />`https://handball.sportmicro.com/matches?tournament_id=eq.{tournament_id}`<br /><br />Get matches based on the **round_id**<br />`https://handball.sportmicro.com/matches?round_id=eq.{round_id}`<br /><br />Get matches based on the **arena_id**<br />`https://handball.sportmicro.com/matches?arena_id=eq.{arena_id}`<br /><br />Get matches based on the **referee_id**<br />`https://handball.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://handball.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://handball.sportmicro.com/matches?home_team_id=eq.{home_team_id}`<br /><br />Get away team matches based on the **away_team_id**<br />`https://handball.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": "SK Sugar Gliders HC Gwangmyeong vs Wonderful Samcheok",
                      "tournament_id": 123,
                      "tournament_name": "H League - Women - Playoffs",
                      "tournament_importance": 0,
                      "season_id": 96,
                      "season_name": "Korea Handball League, Women 23/24",
                      "round_id": 1348,
                      "round": {
                        "id": 1348,
                        "name": "Final",
                        "round": 29,
                        "end_time": "2024-04-29",
                        "start_time": "2024-04-27"
                      },
                      "status": {
                        "type": "finished",
                        "reason": "Ended"
                      },
                      "status_type": "finished",
                      "home_team_id": 100,
                      "home_team_name": "SK Sugar Gliders HC Gwangmyeong",
                      "home_team_hash_image": "4eb3285a5d1506ff616297711beaf40ac08e17814b510b1d6a21f480eefd1594",
                      "away_team_id": 112,
                      "away_team_name": "Wonderful Samcheok",
                      "away_team_hash_image": "06316e53d02840ba1796366228b1f49e3284460aef05950b0c5036777d49ea9f",
                      "home_team_score": {
                        "current": 34,
                        "display": 34,
                        "period_1": 17,
                        "period_2": 17
                      },
                      "away_team_score": {
                        "current": 26,
                        "display": 26,
                        "period_1": 12,
                        "period_2": 14
                      },
                      "start_time": "2024-04-27T07:30:00+00:00",
                      "duration": 9000,
                      "class_id": 47,
                      "class_name": "South Korea",
                      "class_hash_image": "234a65e3acefd1a9df0f78c9ce64e331c77388b723495c367acb4ef8b6afcd32",
                      "league_id": 63,
                      "league_name": "Korea Handball League - Women",
                      "league_hash_image": "8df061e12d03ff0db63e76a88a44b711d0291e4862a01e608931ab430538d55e"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches"
      }
    },
    "/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://handball.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": 44,
                      "class_name": "Israel",
                      "class_hash_image": "d22d7a626922f934ee6d8091ce246b05aa715353b0ac8dd0d66c3c8b3c8a2e24",
                      "leagues": [
                        {
                          "id": 6833,
                          "name": "Division 1",
                          "hash_image": "7ad88126bc3c8fc3021cb9b9f0b24b5697202feb946d142d06c749c483104b96"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Leagues By Class"
      }
    },
    "/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://handball.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": 622,
                      "title": "HC Kova-PSC/RSSG Panevėžys 31 - 27 Cascada-HC Garliava SM Kaunas district",
                      "subtitle": "Full match",
                      "url": "https://youtube.com/watch?v=-Sc-EP-Quj8",
                      "created_at": "2025-12-20T16:54:47+00:00",
                      "source_url": "https://youtube.com/watch?v=-Sc-EP-Quj8"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Highlights"
      }
    },
    "/coaches-by-country": {
      "get": {
        "tags": [
          "Coaches"
        ],
        "summary": "Coaches By Country",
        "description": "This 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://handball.sportmicro.com/coaches-by-country?country_id=eq.{country_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.coaches-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/coaches-by-country"
                  },
                  "type": "array",
                  "example": [
                    {
                      "country_id": 3,
                      "country_name": "Germany",
                      "country_hash_image": "6814ef46f686990cf4e946f966167b0507e1d642c44e51f61bffb0bba2d4672b",
                      "coaches": [
                        {
                          "id": 702,
                          "name": "Markus Bauer",
                          "hash_image": "14396864aee749f8d6d569b60f651c8bb3ff73f5a4faaa2736e71da3e9902769"
                        },
                        {
                          "id": 1947,
                          "name": "Bob Hanning",
                          "hash_image": "7fad7b0dea5312c0a925f96aad18c74e5a71c9f851bd6260c4d25f13ac6ea039"
                        },
                        {
                          "id": 1958,
                          "name": "Frank Schumann",
                          "hash_image": "68bb205009eadd9fcd9ca1fc458ecac130d72a8de5ac40bbb0980600b1b6003b"
                        },
                        {
                          "id": 1960,
                          "name": "Ilka Fickinger",
                          "hash_image": "689cfcd14d2fb510a5efc73166751c75f76201c3c468357b728f5f602e387833"
                        },
                        {
                          "id": 1962,
                          "name": "Stefan Kneer",
                          "hash_image": "fe25994541daa3628f774c96452d2d2b55a2757ff03ba385045a197f06ee0b10"
                        },
                        {
                          "id": 1970,
                          "name": "Thomsen Helge",
                          "hash_image": "80968f68ad9c585964b9fd14982cd82b535360cbd7e8bbfc29d09a17280c13b8"
                        },
                        {
                          "id": 1974,
                          "name": "Michael Roth",
                          "hash_image": "7461d5ceae246b968b75f0db2d5b5ede6046aa8002302e6a78ecef49b4d405c0"
                        },
                        {
                          "id": 1979,
                          "name": "Michael Hegemann",
                          "hash_image": "8f84f2e0c84b7b516d785dd87c69a0206c5a2151a3283f0bb7d77b0c809d901a"
                        },
                        {
                          "id": 5598,
                          "name": "Maik Handschke",
                          "hash_image": "ec038a1ec5a10c36a0643abac96b93f6fe9cf3779a201bfe6dff5be6b02aeb5f"
                        },
                        {
                          "id": 5609,
                          "name": "Matthias Flohr",
                          "hash_image": "aa9efceddc58c5716eee60d1f84b30a5d7b668d8a06fc7908e82b35a38a0d60f"
                        },
                        {
                          "id": 5616,
                          "name": "David Rohrig",
                          "hash_image": "2281062d0398f2a2b3488e23febe229b4df98f9b4ef1c8888119274e75df3cd4"
                        },
                        {
                          "id": 5627,
                          "name": "Jamal Naji",
                          "hash_image": "14da3c83c993795579057e1aa1ce32221e51c3c7a3ae06d84b5c676550ddb69d"
                        },
                        {
                          "id": 5628,
                          "name": "Johannes Wohlrab",
                          "hash_image": "3ba98217b5b675da075943aea5e91594b336c891320283aca8cc6b014b974871"
                        },
                        {
                          "id": 5635,
                          "name": "Stephan Just",
                          "hash_image": "f06604b11dbf363e9d1b2d9ca560de197a8a65e1339243b8d8d744695f12bd76"
                        },
                        {
                          "id": 5645,
                          "name": "Julian Thomann",
                          "hash_image": "6301356b2ec28917a7118b568dd4f7df0f20b221f06dc4614a180f9ee0c9e619"
                        },
                        {
                          "id": 5652,
                          "name": "Michael Schweikardt",
                          "hash_image": "a72707c1df6ff945afe643326efa42e65419fd52e676ce44a0cc9402ba496520"
                        },
                        {
                          "id": 5717,
                          "name": "Christoph Jauernik",
                          "hash_image": "8c24f14d9d925d3073983ba12f41969b9a73970a823aa5d3db8e0646646bacaf"
                        },
                        {
                          "id": 5721,
                          "name": "Lara Eckhardt",
                          "hash_image": "3a8ce9af0321afb29e84fad2387ad5cf40214cbfb3b150c793b4112e008bd560"
                        },
                        {
                          "id": 5744,
                          "name": "Klaus Gärtner",
                          "hash_image": "edde93bfc03b5f4457ae7b63df40aea931c906d9f10b8629161d32f9d16c546e"
                        },
                        {
                          "id": 5773,
                          "name": "Lennart Lingener",
                          "hash_image": "0d8f766347f06b6789111fcce7de827b8cf3fd7f8d5ab6d2964cf3a6faabf15b"
                        },
                        {
                          "id": 5777,
                          "name": "Ceven Klatt",
                          "hash_image": "712db629d08040affb5008289349ed328c7c3214cc5c1ebfe1308608382ea25e"
                        },
                        {
                          "id": 5782,
                          "name": "Andre Lohrbach",
                          "hash_image": "8a50f133ba847b574c9f71eebe30bba3e2156a1e6a931df4b1b6a157946b3a04"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Coaches By Country"
      }
    },
    "/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://handball.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": 66,
                      "tournament_name": "H League - Women",
                      "teams": [
                        {
                          "team_id": 130,
                          "team_name": "Gwangju City Corporation",
                          "team_hash_image": "1477c3e5d0a953fb0080a7a8bd41afcb83a0d2ab88cc23b570eec94aeabf31ac"
                        },
                        {
                          "team_id": 100,
                          "team_name": "SK Sugar Gliders HC Gwangmyeong",
                          "team_hash_image": "4eb3285a5d1506ff616297711beaf40ac08e17814b510b1d6a21f480eefd1594"
                        },
                        {
                          "team_id": 112,
                          "team_name": "Wonderful Samcheok",
                          "team_hash_image": "06316e53d02840ba1796366228b1f49e3284460aef05950b0c5036777d49ea9f"
                        },
                        {
                          "team_id": 124,
                          "team_name": "Gyeongnam Development Corporation",
                          "team_hash_image": "2efe781b42a38ee6d88a15ad17a7cc854891041cf0a37ecebce077cb80ebd6a5"
                        },
                        {
                          "team_id": 142,
                          "team_name": "Busan Bisco",
                          "team_hash_image": "cd07002b1fc23caf558875e4564ebf20bb5f0741cf8377d0bf911b47408a7455"
                        },
                        {
                          "team_id": 162,
                          "team_name": "Incheon Sports Council",
                          "team_hash_image": "f43a518f7eb737d469deea95a0c2c35252abab1bac8ca5e6f9e75925b194c8a4"
                        },
                        {
                          "team_id": 167,
                          "team_name": "Colorful Daegu",
                          "team_hash_image": "6004057993a12c51aef2d1f1bd989f501cf9f5b0de7e3d9557ddf79631771166"
                        },
                        {
                          "team_id": 152,
                          "team_name": "Seoul City",
                          "team_hash_image": "fc29222f853a2bc7bd7fd333ce934ee5820edec276825231e093dcb5ccb597e1"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams By Tournament"
      }
    },
    "/teams-statistics": {
      "get": {
        "tags": [
          "Teams"
        ],
        "summary": "Teams Statistics",
        "description": "This endpoint allows you to retrieve the statistics 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 team statistics from a specific **team_id**<br />`https://handball.sportmicro.com/teams-statistics?team_id=eq.{team_id}`<br /><br />Get team statistics from a specific **team_id** and **league_id**<br />`https://handball.sportmicro.com/teams-statistics?team_id=eq.{team_id}&league_id=eq.{league_id}`<br /><br />Get team statistics from a specific **team_id**, **league_id** and **season_id**<br />`https://handball.sportmicro.com/teams-statistics?&team_id=eq.{team_id}&league_id=eq.{league_id}&season_id=eq.{season_id}`<br /><br />Get team statistics from a specific **team_id**, **league_id**, **season_id** and **type**<br />`https://handball.sportmicro.com/teams-statistics?team_id=eq.{team_id}&league_id=eq.{league_id}&season_id=eq.{season_id}&type=eq.{type}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.teams-statistics.team_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.teams-statistics.league_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.teams-statistics.season_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.teams-statistics.type"
          },
          {
            "$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-statistics"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 1,
                      "team_id": 10470,
                      "team_name": "HSG Bergischer Panther",
                      "team_hash_image": "5f31202fe47475e08200184b1a9ff734d7bbf725e458cadd3a2986e8cbcd8bf5",
                      "league_id": 189,
                      "league_name": "DHB Pokal",
                      "season_id": 5052,
                      "season_name": "DHB Pokal 23/24",
                      "type": "overall",
                      "goals_scored": 22,
                      "goals_conceded": 31,
                      "shots_taken": 48,
                      "shooting_percentage": 45.833333333333,
                      "fastbreak_goals": 2,
                      "seven_meters_scored": 1,
                      "seven_meters_total": 1,
                      "total_steals": 0,
                      "total_two_minute_penalties": 4,
                      "goals_in_powerplay": 6,
                      "shorthanded_goals": 2,
                      "total_matches_played": 1,
                      "total_awarded_matches": 0
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams Statistics"
      }
    },
    "/matches-incidents": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches Incidents",
        "description": "This endpoint allows you to retrieve the incidents from matches.\n\nFor **incidents** we have many types: `goal`, `period`, `card`, `suspension`, `inGamePenalty`, `penaltyShootout`.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 10 seconds during a live match.<br />**Recommended Calls**: Limit calls to 1 per 10 seconds during a live match.\n\n### Use Cases\nGet incidents from a specific **match_id**<br />`https://handball.sportmicro.com/matches-incidents?match_id=eq.{match_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-incidents.match_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/matches-incidents"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 32,
                      "incidents": [
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "penalty",
                          "is_home": false,
                          "away_score": 10,
                          "home_score": 10,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "penalty",
                          "is_home": false,
                          "away_score": 11,
                          "home_score": 14,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "penalty",
                          "is_home": false,
                          "away_score": 13,
                          "home_score": 18,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "penalty",
                          "is_home": false,
                          "away_score": 15,
                          "home_score": 20,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "penalty",
                          "is_home": false,
                          "away_score": 17,
                          "home_score": 23,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "penalty",
                          "is_home": false,
                          "away_score": 22,
                          "home_score": 25,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "penalty",
                          "is_home": false,
                          "away_score": 24,
                          "home_score": 29,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "penalty",
                          "is_home": false,
                          "away_score": 26,
                          "home_score": 34,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "penalty",
                          "is_home": false,
                          "away_score": 29,
                          "home_score": 35,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "penalty",
                          "is_home": true,
                          "away_score": 20,
                          "home_score": 25,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 1,
                          "home_score": 0,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 2,
                          "home_score": 1,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 3,
                          "home_score": 1,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 4,
                          "home_score": 1,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 5,
                          "home_score": 2,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 6,
                          "home_score": 4,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 7,
                          "home_score": 6,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 8,
                          "home_score": 7,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 9,
                          "home_score": 7,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 12,
                          "home_score": 16,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 14,
                          "home_score": 19,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 16,
                          "home_score": 22,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 18,
                          "home_score": 23,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 19,
                          "home_score": 24,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 20,
                          "home_score": 24,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 21,
                          "home_score": 25,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 23,
                          "home_score": 26,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 25,
                          "home_score": 30,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 27,
                          "home_score": 35,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": false,
                          "away_score": 28,
                          "home_score": 35,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 1,
                          "home_score": 1,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 4,
                          "home_score": 2,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 5,
                          "home_score": 3,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 5,
                          "home_score": 4,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 6,
                          "home_score": 5,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 6,
                          "home_score": 6,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 7,
                          "home_score": 7,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 9,
                          "home_score": 8,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 9,
                          "home_score": 9,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 9,
                          "home_score": 10,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 10,
                          "home_score": 11,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 10,
                          "home_score": 12,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 10,
                          "home_score": 13,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 10,
                          "home_score": 14,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 11,
                          "home_score": 15,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 11,
                          "home_score": 16,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 12,
                          "home_score": 17,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 12,
                          "home_score": 18,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 13,
                          "home_score": 19,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 14,
                          "home_score": 20,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 15,
                          "home_score": 21,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 15,
                          "home_score": 22,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 16,
                          "home_score": 23,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 18,
                          "home_score": 24,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 22,
                          "home_score": 26,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 23,
                          "home_score": 27,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 23,
                          "home_score": 28,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 23,
                          "home_score": 29,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 24,
                          "home_score": 30,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 25,
                          "home_score": 31,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 25,
                          "home_score": 32,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 25,
                          "home_score": 33,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 25,
                          "home_score": 34,
                          "reversed_period_time": 2
                        },
                        {
                          "time": -1,
                          "type": "goal",
                          "class": "regular",
                          "is_home": true,
                          "away_score": 26,
                          "home_score": 35,
                          "reversed_period_time": 2
                        },
                        {
                          "text": "FT",
                          "time": 60,
                          "type": "period",
                          "is_live": false,
                          "added_time": 999,
                          "away_score": 29,
                          "home_score": 35,
                          "reversed_period_time": 1,
                          "reversed_period_time_seconds": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Incidents"
      }
    },
    "/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://handball.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": 66,
                      "tournament_name": "H League - Women",
                      "seasons": [
                        {
                          "id": 68,
                          "name": "H League, Women 2026",
                          "year": "2026"
                        },
                        {
                          "id": 81,
                          "name": "H League, Women 2025",
                          "year": "2025"
                        },
                        {
                          "id": 96,
                          "name": "Korea Handball League, Women 23/24",
                          "year": "23/24"
                        },
                        {
                          "id": 100,
                          "name": "Korea Handball League, Women 2023",
                          "year": "2023"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons By Tournament"
      }
    },
    "/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://handball.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": 8588,
                      "match_id": 8588,
                      "league_id": 2090,
                      "league_name": "Champions League",
                      "league_hash_image": "1cb2b17bb84832138996f692bf5c1baa916f980a5f4721c44e68deebe0d8ade7",
                      "date": "2024-03-06T17:45:00+00:00",
                      "title": "EHF Champions League 23/24 Round 14: THW Kiel vs RK Zagreb at Wunderino-Arena",
                      "name": "EHF Champions League 23/24 Round 14: THW Kiel vs RK Zagreb at Wunderino-Arena",
                      "subtitles": [
                        {
                          "text": "The EHF Champions League 23/24 is heating up as we approach the 14th round. The Wunderino-Arena is set to host a thrilling encounter between THW Kiel and RK Zagreb. Both teams have shown exceptional performances throughout the season, with Kiel leading the head-to-head record with 7 wins compared to Zagreb's 2. However, the two teams have also shared the spoils twice, indicating the potential for a closely contested match.",
                          "subtitle": "The Clash of Titans: THW Kiel and RK Zagreb"
                        },
                        {
                          "text": "The match also presents an intriguing battle of wits between the two coaches. THW Kiel's Filip Jicha has been instrumental in their success this season, employing tactics that have seen them dominate most of their matches. On the other hand, Andrija Nikolić of RK Zagreb has shown his tactical acumen in their previous encounters, and will be looking to turn the tables this time around.",
                          "subtitle": "Coaching Strategies: Filip Jicha vs Andrija Nikolić"
                        },
                        {
                          "text": "The weather at the Wunderino-Arena is expected to be overcast with a temperature of 278.27K, feeling like 276.68K. The humidity is at 72% with a dew point of 273.47K. The wind speed is 4.32 m/s, gusting up to 7.23 m/s from the east-northeast. These conditions could potentially impact the game, particularly the wind speed and direction which could affect the trajectory of the ball during long passes and shots.",
                          "subtitle": "Weather Conditions and Impact on the Game"
                        },
                        {
                          "text": "This match is crucial for both teams in the International Champions League standings. A win for THW Kiel would further solidify their position at the top, while a victory for RK Zagreb could help them close the gap. With the stakes so high, fans can expect a fiercely competitive match filled with high-intensity handball action.",
                          "subtitle": "The Stakes in the International Champions League"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "News Matches"
      }
    },
    "/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://handball.sportmicro.com/leagues`<br /><br />Search the leagues by the `name`<br />`https://handball.sportmicro.com/leagues?name=like.*Championship*`<br /><br />Get leagues based on the **id**<br />`https://handball.sportmicro.com/leagues?id=eq.{id}`<br /><br />Get leagues from a specific **class_id**<br />`https://handball.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": 63,
                      "name": "Korea Handball League - Women",
                      "importance": 0,
                      "start_league": "2026-01-10T00:00:00+00:00",
                      "end_league": "2026-05-04T00:00:00+00:00",
                      "hash_image": "1620fd1873b091d79e872f2f5f1fc263f21f41bdb7282ddb7aa6c21edcbb421b",
                      "class_id": 47,
                      "class_name": "South Korea",
                      "class_hash_image": "234a65e3acefd1a9df0f78c9ce64e331c77388b723495c367acb4ef8b6afcd32"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Leagues"
      }
    },
    "/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"
      }
    },
    "/players-statistics": {
      "get": {
        "tags": [
          "Players"
        ],
        "summary": "Players Statistics",
        "description": "This endpoint allows you to retrieve the statistics from players.\n\nFor the type argument you can search by: **overall**, **home** and **away**, but **overall** is most common type for this endpoint.\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.<br />**Recommended Calls**: Limit calls to 1 per minute.\n\n### Use Cases\nGet statistics from a specific **player_id**<br />`https://handball.sportmicro.com/players-statistics?player_id=eq.{player_id}`<br /><br />Get top 20 players with most goals from a specific **league_id** and **season_id**<br />`https://handball.sportmicro.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=goals.desc&limit=20`<br /><br />Get top 20 players with most rating from a specific **league_id** and **season_id**<br />`https://handball.sportmicro.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=rating.desc&limit=20`<br /><br />Get top 20 players with most red cards from a specific **league_id** and **season_id**<br />`https://handball.sportmicro.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=red_cards.desc&limit=20`<br /><br />Get top 20 players with most yellow cards from a specific **league_id** and **season_id**<br />`https://handball.sportmicro.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=yellow_cards.desc&limit=20`<br /><br />Get top 20 players with most assists from a specific **league_id** and **season_id**<br />`https://handball.sportmicro.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=assists.desc&limit=20`<br /><br />Get statistics from a specific **player_id** and **team_id**<br />`https://handball.sportmicro.com/players-statistics?player_id=eq.{player_id}&team_id=eq.{team_id}`<br /><br />Get statistics from a specific **player_id**, **team_id** and **league_id**<br />`https://handball.sportmicro.com/players-statistics?player_id=eq.{player_id}&team_id=eq.{team_id}&league_id=eq.{league_id}`<br /><br />Get statistics from a specific **player_id**, **team_id**, **league_id** and **season_id**<br />`https://handball.sportmicro.com/players-statistics?player_id=eq.{player_id}&team_id=eq.{team_id}&league_id=eq.{league_id}&season_id=eq.{season_id}`<br /><br />Get statistics from a specific **player_id**, **team_id**, **league_id**, **season_id** and **type**<br />`https://handball.sportmicro.com/players-statistics?player_id=eq.{player_id}&team_id=eq.{team_id}&league_id=eq.{league_id}&season_id=eq.{season_id}&type=eq.{type}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.players-statistics.player_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.players-statistics.team_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.players-statistics.league_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.players-statistics.season_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.players-statistics.type"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/players-statistics"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 9731,
                      "player_id": 315648,
                      "team_id": 112713,
                      "team_name": "Spor Toto",
                      "team_hash_image": "53c781643ca0ace7c416f48abec87c0a9de65fd691faa3124ebefce1ece50780",
                      "league_id": 2005,
                      "league_name": "EHF European Cup",
                      "season_id": 5332,
                      "season_name": "European Cup 20/21",
                      "type": "overall",
                      "goalkeeper_saves": 0,
                      "two_min_penalties": 1,
                      "technical_errors": 1,
                      "yellow_cards_received": 0,
                      "goalkeeper_shots": 0,
                      "gk7m_goals_scored": 0,
                      "gk7m_shots_taken": 0,
                      "gk6m_saves_made": 0,
                      "gk6m_shots_taken": 0,
                      "gk_pivot_saves_made": 0,
                      "gk_pivot_shots_taken": 0,
                      "gk9m_saves_made": 0,
                      "gk9m_shots_taken": 0,
                      "gk_breakthrough_saves_made": 0,
                      "gk_breakthrough_shots_taken": 0,
                      "gk_fastbreak_goals_scored": 0,
                      "gk_fastbreak_shots_taken": 0,
                      "total_shots_taken": 8,
                      "total_goals_scored": 5,
                      "total_assists": 0,
                      "goals_scored_7m_throw": 0,
                      "shots_taken_7m_throw": 0,
                      "goals_scored_6m_throw": 2,
                      "shots_taken_6m_throw": 2,
                      "goals_scored_9m_throw": 1,
                      "shots_taken_9m_throw": 2,
                      "breakthrough_goals_scored": 0,
                      "breakthrough_shots_taken": 0,
                      "pivot_goals_scored": 2,
                      "pivot_shots_taken": 4,
                      "fastbreak_goals_scored": 0,
                      "fastbreak_shots_taken": 0,
                      "total_steals": 0,
                      "total_blocked_shots": 0,
                      "gk7m_saves_made": 0,
                      "gk_fastbreak_saves_made": 0,
                      "shooting_efficiency": 62.5,
                      "goalkeeper_efficiency": 0,
                      "total_appearances": 2
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Players Statistics"
      }
    },
    "/players-by-team": {
      "get": {
        "tags": [
          "Players"
        ],
        "summary": "Players By Team",
        "description": "This 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://handball.sportmicro.com/players-by-team?team_id=eq.{team_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.players-by-team.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/players-by-team"
                  },
                  "type": "array",
                  "example": [
                    {
                      "team_id": 203,
                      "team_name": "Switzerland",
                      "team_hash_image": "acba70cb345682bdab53d5ff01a5283e2113100317d2b7adf372be68fd5f64a6",
                      "players": [
                        {
                          "id": 531464,
                          "name": "Michael Suter",
                          "hash_image": "19a8c3da5b28877b1d3e8ea82eb14df41d547e07df4e9d40d3969a2c2b34fdeb",
                          "short_name": "M. Suter"
                        },
                        {
                          "id": 545274,
                          "name": "Albin Alili",
                          "hash_image": "96153ed9f34ec7f16b503051604b73f2d7728bec8a3d2bc43a7ba75e57689d1d",
                          "short_name": "A. Alili"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Players By Team"
      }
    },
    "/coaches": {
      "get": {
        "tags": [
          "Coaches"
        ],
        "summary": "Coaches",
        "description": "This 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://handball.sportmicro.com/coaches?id=eq.{id}`<br /><br />Get coach from a specific **country_id**<br />`https://handball.sportmicro.com/coaches?country_id=eq.{country_id}`<br /><br />Get coach from a specific **team_id**<br />`https://handball.sportmicro.com/coaches?team_id=eq.{team_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.coaches.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.coaches.country_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.coaches.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/coaches"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 28,
                      "name": "Juan Carlos Pastor",
                      "nickname": "J. C. Pastor",
                      "hash_image": "b9ca14ffcb414993bcb9a6c18711c8d5c9c7c521f6088a0a9c601d85c7a240be",
                      "team_id": 281,
                      "team_name": "TSV Hannover Burgdorf",
                      "team_hash_image": "c02ad76bffec4c1db57c62f6d4f39969d1145f63514f123f7fd6296516ac1b2d"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Coaches"
      }
    },
    "/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://handball.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": 63,
                      "league_name": "Korea Handball League - Women",
                      "league_hash_image": "8df061e12d03ff0db63e76a88a44b711d0291e4862a01e608931ab430538d55e",
                      "seasons": [
                        {
                          "id": 68,
                          "name": "H League, Women 2026",
                          "year": "2026",
                          "start_time": "2026-05-04"
                        },
                        {
                          "id": 81,
                          "name": "H League, Women 2025",
                          "year": "2025",
                          "start_time": "2025-03-29"
                        },
                        {
                          "id": 96,
                          "name": "Korea Handball League, Women 23/24",
                          "year": "23/24",
                          "start_time": "2024-01-13"
                        },
                        {
                          "id": 100,
                          "name": "Korea Handball League, Women 2023",
                          "year": "2023",
                          "start_time": "2023-03-19"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons By League"
      }
    },
    "/players": {
      "get": {
        "tags": [
          "Players"
        ],
        "summary": "Players",
        "description": "This 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://handball.sportmicro.com/players`<br /><br />Get players based on the **name**<br />`https://handball.sportmicro.com/players?name=like.*Cristiano*`<br /><br />Get players based on the **id**<br />`https://handball.sportmicro.com/players?id=eq.{id}`<br /><br />Get players from a specific **team_id**<br />`https://handball.sportmicro.com/players?team_id=eq.{team_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.players.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.players.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/players"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 90,
                      "name": "Nikolaj Jacobsen",
                      "nickname": "N. Jacobsen",
                      "player_height": 184,
                      "country_id": 16,
                      "country_name": "Denmark",
                      "country_hash_image": "23cb4f8ae6f35bfb8cda975872f600d5cbfd7e34f3d4933d3861949a689e2cd0",
                      "date_of_birth": "1971-11-22T00:00:00+00:00",
                      "hash_image": "8c4be11de2a65e70f74e0e82d63503ce336322fa62be7b35da6f66bf2af34c3f"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Players"
      }
    },
    "/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://handball.sportmicro.com/classes`<br /><br />Get class based on the **id**<br />`https://handball.sportmicro.com/classes?id=eq.{id}`<br /><br />Get classes based on the **alpha**<br />`https://handball.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": 44,
                      "name": "Israel",
                      "flag": "israel",
                      "alpha": "IL",
                      "importance": 1,
                      "hash_image": "d22d7a626922f934ee6d8091ce246b05aa715353b0ac8dd0d66c3c8b3c8a2e24",
                      "matches_live_count": 0,
                      "last_match_date": "2026-05-05T16:00:00+00:00",
                      "next_match_date": "2026-05-07T17:15:00+00:00"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Classes"
      }
    },
    "/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://handball.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": 96,
                      "season_name": "Korea Handball League, Women 23/24",
                      "competitors": 8
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons Info"
      }
    },
    "/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://handball.sportmicro.com/cup-bracket?id=eq.{id}`<br /><br />Get cups based on the **season_id**<br />`https://handball.sportmicro.com/cup-bracket?season_id=eq.{season_id}`<br /><br />Get cups based on the **league_id**<br />`https://handball.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": 18,
                      "name": "H League, Women 23/24, Playoffs",
                      "current_round": 2,
                      "type": 1,
                      "season_id": 96,
                      "season_name": "Korea Handball League, Women 23/24",
                      "league_id": 63,
                      "league_name": "Korea Handball League - Women",
                      "league_hash_image": "8df061e12d03ff0db63e76a88a44b711d0291e4862a01e608931ab430538d55e",
                      "rounds": [
                        {
                          "type": 2,
                          "order": 1,
                          "blocks": [
                            {
                              "order": 2,
                              "finished": true,
                              "participants": [
                                {
                                  "order": 1,
                                  "winner": false,
                                  "team_id": 124,
                                  "team_name": "Gyeongnam Development Corporation",
                                  "team_hash_image": "2efe781b42a38ee6d88a15ad17a7cc854891041cf0a37ecebce077cb80ebd6a5"
                                },
                                {
                                  "order": 2,
                                  "winner": true,
                                  "team_id": 112,
                                  "team_name": "Wonderful Samcheok",
                                  "team_hash_image": "06316e53d02840ba1796366228b1f49e3284460aef05950b0c5036777d49ea9f"
                                }
                              ],
                              "away_team_score": "26",
                              "home_team_score": "25",
                              "has_next_round_link": true,
                              "automatic_progression": false,
                              "series_start_date_timestamp": "2024-04-25T10:00:00+00:00"
                            }
                          ],
                          "description": "Semifinal"
                        },
                        {
                          "type": 1,
                          "order": 2,
                          "blocks": [
                            {
                              "order": 1,
                              "matches": [
                                1,
                                2
                              ],
                              "finished": true,
                              "participants": [
                                {
                                  "order": 1,
                                  "winner": true,
                                  "team_id": 100,
                                  "team_name": "SK Sugar Gliders HC Gwangmyeong",
                                  "team_hash_image": "4eb3285a5d1506ff616297711beaf40ac08e17814b510b1d6a21f480eefd1594"
                                },
                                {
                                  "order": 2,
                                  "winner": false,
                                  "team_id": 112,
                                  "team_name": "Wonderful Samcheok",
                                  "team_hash_image": "06316e53d02840ba1796366228b1f49e3284460aef05950b0c5036777d49ea9f"
                                }
                              ],
                              "away_team_score": "0",
                              "home_team_score": "2",
                              "automatic_progression": false,
                              "series_start_date_timestamp": "2024-04-27T07:30:00+00:00"
                            },
                            {
                              "order": 7,
                              "participants": [
                                {
                                  "order": 1,
                                  "winner": false,
                                  "team_id": 152,
                                  "team_name": "Seoul City",
                                  "team_hash_image": "fc29222f853a2bc7bd7fd333ce934ee5820edec276825231e093dcb5ccb597e1"
                                }
                              ],
                              "has_next_round_link": true,
                              "automatic_progression": false
                            },
                            {
                              "order": 8,
                              "participants": [
                                {
                                  "order": 1,
                                  "winner": false,
                                  "team_id": 112,
                                  "team_name": "Wonderful Samcheok",
                                  "team_hash_image": "06316e53d02840ba1796366228b1f49e3284460aef05950b0c5036777d49ea9f"
                                }
                              ],
                              "has_next_round_link": true,
                              "automatic_progression": false
                            }
                          ],
                          "description": "Final"
                        },
                        {
                          "type": 0,
                          "order": 3,
                          "blocks": [
                            {
                              "order": 4,
                              "matches": [
                                3
                              ],
                              "finished": true,
                              "participants": [
                                {
                                  "order": 1,
                                  "winner": false,
                                  "team_id": 152,
                                  "team_name": "Seoul City",
                                  "team_hash_image": "fc29222f853a2bc7bd7fd333ce934ee5820edec276825231e093dcb5ccb597e1"
                                },
                                {
                                  "order": 2,
                                  "winner": true,
                                  "team_id": 112,
                                  "team_name": "Wonderful Samcheok",
                                  "team_hash_image": "06316e53d02840ba1796366228b1f49e3284460aef05950b0c5036777d49ea9f"
                                }
                              ],
                              "away_team_score": "28 (4)",
                              "home_team_score": "28 (3)",
                              "has_next_round_link": true,
                              "automatic_progression": false,
                              "series_start_date_timestamp": "2024-04-23T10:00:00+00:00"
                            }
                          ],
                          "description": "Playoff round"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Cup Bracket"
      }
    },
    "/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://handball.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": 44,
                      "class_name": "Israel",
                      "class_hash_image": "d22d7a626922f934ee6d8091ce246b05aa715353b0ac8dd0d66c3c8b3c8a2e24",
                      "tournaments": [
                        {
                          "id": 19676,
                          "name": "Division 1 - Championship round",
                          "importance": 0
                        },
                        {
                          "id": 19679,
                          "name": "Division 1 - Qualifying round",
                          "importance": 0
                        },
                        {
                          "id": 19763,
                          "name": "Division 1",
                          "importance": 0
                        },
                        {
                          "id": 33229,
                          "name": "Division 1 - Relegation round",
                          "importance": 0
                        },
                        {
                          "id": 33235,
                          "name": "National League",
                          "importance": 0
                        },
                        {
                          "id": 33801,
                          "name": "Division 1 - Relegation Playoffs",
                          "importance": 0
                        },
                        {
                          "id": 33879,
                          "name": "Division 1 - Playoffs",
                          "importance": 0
                        },
                        {
                          "id": 34289,
                          "name": "Premier League - Women",
                          "importance": 0
                        },
                        {
                          "id": 37850,
                          "name": "Super League - Women - Playoffs",
                          "importance": 0
                        },
                        {
                          "id": 37860,
                          "name": "Super League - Women",
                          "importance": 0
                        },
                        {
                          "id": 37880,
                          "name": "Super League - Women - Championship Round",
                          "importance": 0
                        },
                        {
                          "id": 37936,
                          "name": "Super League - Women - Relegation Round",
                          "importance": 0
                        },
                        {
                          "id": 45035,
                          "name": "States Cup",
                          "importance": 0
                        },
                        {
                          "id": 46594,
                          "name": "Nationwide League",
                          "importance": 0
                        },
                        {
                          "id": 46595,
                          "name": "Ligat Al Cup",
                          "importance": 0
                        },
                        {
                          "id": 51557,
                          "name": "Cup - Women",
                          "importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Tournaments By Class"
      }
    },
    "/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://handball.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": 63,
                      "league_name": "Korea Handball League - Women",
                      "league_hash_image": "1620fd1873b091d79e872f2f5f1fc263f21f41bdb7282ddb7aa6c21edcbb421b",
                      "teams": [
                        {
                          "id": 100,
                          "name": "SK Sugar Gliders HC Gwangmyeong",
                          "hash_image": "4eb3285a5d1506ff616297711beaf40ac08e17814b510b1d6a21f480eefd1594"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams By League"
      }
    },
    "/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://handball.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": 63,
                      "league_name": "Korea Handball League - Women",
                      "league_hash_image": "8df061e12d03ff0db63e76a88a44b711d0291e4862a01e608931ab430538d55e"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Referees By League"
      }
    },
    "/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://handball.sportmicro.com/countries`<br /><br />Get country based on the **id**<br />`https://handball.sportmicro.com/countries?id=eq.{id}`<br /><br />Get countries based on the **alpha**<br />`https://handball.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"
      }
    },
    "/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://handball.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": 100,
                      "team_name": "SK Sugar Gliders HC Gwangmyeong",
                      "team_hash_image": "4eb3285a5d1506ff616297711beaf40ac08e17814b510b1d6a21f480eefd1594",
                      "tournaments": [
                        {
                          "seasons": [
                            {
                              "season_id": 76,
                              "start_time": "2024-11-02",
                              "season_name": "2024"
                            },
                            {
                              "season_id": 99,
                              "start_time": "2023-03-18",
                              "season_name": "22/23"
                            },
                            {
                              "season_id": 88,
                              "start_time": "2023-08-12",
                              "season_name": "Liga Nacional 2023"
                            }
                          ],
                          "tournament_id": 66,
                          "tournament_name": "H League - Women"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams Seasons"
      }
    },
    "/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://handball.sportmicro.com/tv-channels`<br /><br />Get tv channels based on the **name**<br />`https://handball.sportmicro.com/tv-channels?name=like.*Sportklub*`<br /><br />Get tv channels based on the **id**<br />`https://handball.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"
      }
    },
    "/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://handball.sportmicro.com/tournaments`<br /><br />Get tournaments based on the **id**<br />`https://handball.sportmicro.com/tournaments?id=eq.{id}`<br /><br />Get tournaments from a specific **league_id**<br />`https://handball.sportmicro.com/tournaments?league_id=eq.{league_id}`<br /><br />Get tournaments from a specific **class_id**<br />`https://handball.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": 4902,
                      "name": "SPL - Women",
                      "importance": 0,
                      "league_id": 2149,
                      "league_name": "Swiss Premium League 1 - Women",
                      "class_id": 366,
                      "class_name": "Switzerland",
                      "class_hash_image": "0102c9731bd822c10d9c7eeb2759a22da1b857aa8a5bf21eb863953ca290ed77"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Tournaments"
      }
    },
    "/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://handball.sportmicro.com/seasons`<br /><br />Get seasons based on the **id**<br />`https://handball.sportmicro.com/seasons?id=eq.{id}`<br /><br />Get seasons from a specific **league_id**<br />`https://handball.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": 39601,
                      "name": "Cup, Women 2026",
                      "year": "2026",
                      "start_time": "2026-02-28",
                      "end_time": "2026-02-28",
                      "league_id": 11869,
                      "league_name": "Cup - Women"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons"
      }
    },
    "/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**7 meters**, **Wing goals**, **Technical faults**, **Fastbreak goals**, **Goal streak**, **Red cards**, **Steals**, **Shorthanded goals**, **Shooting efficiency**, **Saves**, **2 min penalty**, **6m goals**, **9m goals**, **Timeouts**, **Goals in powerplay**, **Yellow cards**.\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://handball.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": 135,
                      "statistics": [
                        {
                          "type": "2 min penalty",
                          "period": "1ST",
                          "category": "Penalty",
                          "away_team": "1",
                          "home_team": "1"
                        },
                        {
                          "type": "2 min penalty",
                          "period": "2ND",
                          "category": "Penalty",
                          "away_team": "1",
                          "home_team": "4"
                        },
                        {
                          "type": "2 min penalty",
                          "period": "ALL",
                          "category": "Penalty",
                          "away_team": "2",
                          "home_team": "5"
                        },
                        {
                          "type": "7 meters",
                          "period": "1ST",
                          "category": "Goals",
                          "away_team": "1/5 (20%)",
                          "home_team": "2/2 (100%)"
                        },
                        {
                          "type": "7 meters",
                          "period": "2ND",
                          "category": "Goals",
                          "away_team": "3/4 (75%)",
                          "home_team": "1/3 (33%)"
                        },
                        {
                          "type": "7 meters",
                          "period": "ALL",
                          "category": "Goals",
                          "away_team": "4/9 (44%)",
                          "home_team": "3/5 (60%)"
                        },
                        {
                          "type": "Goals in powerplay",
                          "period": "1ST",
                          "category": "Goals extra",
                          "away_team": "2",
                          "home_team": "1"
                        },
                        {
                          "type": "Goals in powerplay",
                          "period": "2ND",
                          "category": "Goals extra",
                          "away_team": "6",
                          "home_team": "2"
                        },
                        {
                          "type": "Goals in powerplay",
                          "period": "ALL",
                          "category": "Goals extra",
                          "away_team": "8",
                          "home_team": "3"
                        },
                        {
                          "type": "Goal streak",
                          "period": "1ST",
                          "category": "Goals extra",
                          "away_team": "6",
                          "home_team": "7"
                        },
                        {
                          "type": "Goal streak",
                          "period": "2ND",
                          "category": "Goals extra",
                          "away_team": "5",
                          "home_team": "3"
                        },
                        {
                          "type": "Goal streak",
                          "period": "ALL",
                          "category": "Goals extra",
                          "away_team": "6",
                          "home_team": "7"
                        },
                        {
                          "type": "Shorthanded goals",
                          "period": "1ST",
                          "category": "Goals extra",
                          "away_team": "2",
                          "home_team": "0"
                        },
                        {
                          "type": "Shorthanded goals",
                          "period": "ALL",
                          "category": "Goals extra",
                          "away_team": "2",
                          "home_team": "0"
                        },
                        {
                          "type": "Timeouts",
                          "period": "1ST",
                          "category": "Other",
                          "away_team": "1",
                          "home_team": "1"
                        },
                        {
                          "type": "Timeouts",
                          "period": "2ND",
                          "category": "Other",
                          "away_team": "1",
                          "home_team": "1"
                        },
                        {
                          "type": "Timeouts",
                          "period": "ALL",
                          "category": "Other",
                          "away_team": "2",
                          "home_team": "2"
                        },
                        {
                          "type": "Yellow cards",
                          "period": "1ST",
                          "category": "Penalty",
                          "away_team": "1",
                          "home_team": "1"
                        },
                        {
                          "type": "Yellow cards",
                          "period": "2ND",
                          "category": "Penalty",
                          "away_team": "1",
                          "home_team": "0"
                        },
                        {
                          "type": "Yellow cards",
                          "period": "ALL",
                          "category": "Penalty",
                          "away_team": "2",
                          "home_team": "1"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Statistics"
      }
    },
    "/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://handball.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": 68,
                      "season_name": "H League, Women 2026",
                      "rounds": [
                        {
                          "id": 1071,
                          "round": 1,
                          "end_time": "2026-04-25",
                          "start_time": "2026-01-10"
                        },
                        {
                          "id": 1072,
                          "round": 2,
                          "end_time": "2026-01-16",
                          "start_time": "2026-01-15"
                        },
                        {
                          "id": 1073,
                          "round": 3,
                          "end_time": "2026-01-18",
                          "start_time": "2026-01-17"
                        },
                        {
                          "id": 1074,
                          "round": 4,
                          "end_time": "2026-01-25",
                          "start_time": "2026-01-24"
                        },
                        {
                          "id": 1075,
                          "round": 5,
                          "end_time": "2026-01-30",
                          "start_time": "2026-01-29"
                        },
                        {
                          "id": 1076,
                          "round": 6,
                          "end_time": "2026-02-01",
                          "start_time": "2026-01-31"
                        },
                        {
                          "id": 1077,
                          "round": 7,
                          "end_time": "2026-02-07",
                          "start_time": "2026-02-07"
                        },
                        {
                          "id": 1078,
                          "round": 8,
                          "end_time": "2026-02-14",
                          "start_time": "2026-02-13"
                        },
                        {
                          "id": 1079,
                          "round": 9,
                          "end_time": "2026-02-16",
                          "start_time": "2026-02-15"
                        },
                        {
                          "id": 1080,
                          "round": 10,
                          "end_time": "2026-02-21",
                          "start_time": "2026-02-20"
                        },
                        {
                          "id": 1081,
                          "round": 11,
                          "end_time": "2026-02-28",
                          "start_time": "2026-02-27"
                        },
                        {
                          "id": 1082,
                          "round": 12,
                          "end_time": "2026-03-02",
                          "start_time": "2026-03-01"
                        },
                        {
                          "id": 1083,
                          "round": 13,
                          "end_time": "2026-03-07",
                          "start_time": "2026-03-06"
                        },
                        {
                          "id": 1084,
                          "round": 14,
                          "end_time": "2026-03-15",
                          "start_time": "2026-03-14"
                        },
                        {
                          "id": 1085,
                          "round": 15,
                          "end_time": "2026-03-20",
                          "start_time": "2026-03-19"
                        },
                        {
                          "id": 1086,
                          "round": 16,
                          "end_time": "2026-03-22",
                          "start_time": "2026-03-22"
                        },
                        {
                          "id": 1087,
                          "round": 17,
                          "end_time": "2026-03-28",
                          "start_time": "2026-03-27"
                        },
                        {
                          "id": 1088,
                          "round": 18,
                          "end_time": "2026-04-03",
                          "start_time": "2026-04-02"
                        },
                        {
                          "id": 1089,
                          "round": 19,
                          "end_time": "2026-04-05",
                          "start_time": "2026-04-04"
                        },
                        {
                          "id": 1090,
                          "round": 20,
                          "end_time": "2026-04-12",
                          "start_time": "2026-04-10"
                        },
                        {
                          "id": 1091,
                          "round": 21,
                          "end_time": "2026-04-18",
                          "start_time": "2026-04-17"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons Rounds"
      }
    },
    "/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://handball.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": 68,
                      "season_name": "H League, Women 2026",
                      "teams": [
                        {
                          "team_id": 100,
                          "team_name": "SK Sugar Gliders HC Gwangmyeong",
                          "team_hash_image": "4eb3285a5d1506ff616297711beaf40ac08e17814b510b1d6a21f480eefd1594"
                        },
                        {
                          "team_id": 112,
                          "team_name": "Wonderful Samcheok",
                          "team_hash_image": "06316e53d02840ba1796366228b1f49e3284460aef05950b0c5036777d49ea9f"
                        },
                        {
                          "team_id": 124,
                          "team_name": "Gyeongnam Development Corporation",
                          "team_hash_image": "2efe781b42a38ee6d88a15ad17a7cc854891041cf0a37ecebce077cb80ebd6a5"
                        },
                        {
                          "team_id": 130,
                          "team_name": "Gwangju City Corporation",
                          "team_hash_image": "1477c3e5d0a953fb0080a7a8bd41afcb83a0d2ab88cc23b570eec94aeabf31ac"
                        },
                        {
                          "team_id": 142,
                          "team_name": "Busan Bisco",
                          "team_hash_image": "cd07002b1fc23caf558875e4564ebf20bb5f0741cf8377d0bf911b47408a7455"
                        },
                        {
                          "team_id": 152,
                          "team_name": "Seoul City",
                          "team_hash_image": "fc29222f853a2bc7bd7fd333ce934ee5820edec276825231e093dcb5ccb597e1"
                        },
                        {
                          "team_id": 162,
                          "team_name": "Incheon Sports Council",
                          "team_hash_image": "f43a518f7eb737d469deea95a0c2c35252abab1bac8ca5e6f9e75925b194c8a4"
                        },
                        {
                          "team_id": 167,
                          "team_name": "Colorful Daegu",
                          "team_hash_image": "6004057993a12c51aef2d1f1bd989f501cf9f5b0de7e3d9557ddf79631771166"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams By Season"
      }
    },
    "/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://handball.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": 545,
                      "player_id": 573249,
                      "title": "Melsungen 35 - 26 FHK Elite",
                      "subtitle": "Full Highlights",
                      "url": "https://www.youtube.com/watch?v=JvDrXj6hmZY",
                      "thumbnail_url": "https://i.ytimg.com/vi/JvDrXj6hmZY/hqdefault.jpg",
                      "date_published": "2026-04-08T05:38:02+00:00",
                      "channel_url": "https://www.youtube.com/watch?v=JvDrXj6hmZY"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Media Players"
      }
    },
    "/leagues-info": {
      "get": {
        "tags": [
          "Leagues"
        ],
        "summary": "Leagues Info",
        "description": "This 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://handball.sportmicro.com/leagues-info?league_id=eq.{league_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.leagues-info.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/leagues-info"
                  },
                  "type": "array",
                  "example": [
                    {
                      "league_id": 3015,
                      "first_season_winner": "KR Reykjavík",
                      "game_frequency": 1,
                      "competition_type": "super-cup",
                      "first_season_start_year": "1969",
                      "official_organization": [
                        {
                          "url": "https://www.ksi.is",
                          "name": "KSÍ"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Leagues Info"
      }
    },
    "/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://handball.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": "2005-10-01",
                      "matches": [
                        {
                          "id": 208863,
                          "name": "Sjundeå vs Valur",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 172,
                          "season_id": 59202,
                          "start_time": "2005-10-01T15:00:00+00:00",
                          "league_name": "EHF European League",
                          "season_name": "EHF Cup 05/06",
                          "away_team_id": 15458,
                          "home_team_id": 112692,
                          "status_reason": "Ended",
                          "tournament_id": 4665,
                          "away_team_name": "Valur",
                          "home_team_name": "Sjundeå",
                          "away_team_score": 33,
                          "home_team_score": 27,
                          "tournament_name": "EHF European League - Knockout stage",
                          "away_team_hash_image": "614c6f4887872d950d7db517352e78b5d9ddb9685a2737baa78377504ff18f5f",
                          "home_team_hash_image": "5d3858757b12787e127f481b54501338979899860d7620cbb5af51320c950087",
                          "tournament_importance": 0,
                          "away_team_period_1_score": 18,
                          "home_team_period_1_score": 15
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches By Date"
      }
    },
    "/matches-players-statistics": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches Players Statistics",
        "description": "This endpoint allows you to retrieve the players statistics 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 minute.\n**Recommended Calls**: Limit calls to 1 every minute.\n\n### Use Cases\nGet player statistics from a specific **match_id**<br />`https://handball.sportmicro.com/matches-players-statistics?match_id=eq.{match_id}`<br /><br />Get the best player from a specific **match_id**<br />`https://handball.sportmicro.com/matches-players-statistics?match_id=eq.{match_id}&order=rating.desc&limit=1`<br /><br />Get player statistics from a specific **match_id** and **team_id**<br />`https://handball.sportmicro.com/matches-players-statistics?match_id=eq.{match_id}&team_id=eq.{team_id}`<br /><br />Get player statistics from a specific **match_id**, **team_id** and **player_id**<br />`https://handball.sportmicro.com/matches-players-statistics?match_id=eq.{match_id}&team_id=eq.{team_id}&player_id=eq.{player_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-players-statistics.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.matches-players-statistics.team_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.matches-players-statistics.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/matches-players-statistics"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 926,
                      "team_id": 434,
                      "player_id": 132,
                      "position": "CB",
                      "two_minute_penalties": 1,
                      "technical_faults": 2,
                      "yellow_cards": 0,
                      "shots_taken": 10,
                      "goals": 6,
                      "assists": 4,
                      "goals7m": 1,
                      "steals": 0,
                      "blocked_shots": 0
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Players Statistics"
      }
    },
    "/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://handball.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": 444,
                      "league_id": 122,
                      "title": "Göppingen 23 - 27 Magdeburg",
                      "subtitle": "Full Highlights",
                      "url": "https://www.youtube.com/watch?v=bN4qjFbuNjc",
                      "thumbnail_url": "https://i.ytimg.com/vi/bN4qjFbuNjc/hqdefault.jpg",
                      "date_published": "2026-04-05T18:54:28+00:00",
                      "channel_url": "https://www.youtube.com/watch?v=bN4qjFbuNjc"
                    }
                  ]
                }
              }
            }
          }
        },
        "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://handball.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": 5,
                      "country_name": "Tunisia",
                      "country_hash_image": "57adf80633715e9a5a8353052012b0147136c304989a46f75aba8527544f631a",
                      "arenas": [
                        {
                          "id": 12652,
                          "name": "Salle Cherif-Bellamine",
                          "hash_image": "da47a78d1b1666093144b2c42efea7b58b1df2b3e9eda04dcef05cc2d65b1d32"
                        },
                        {
                          "id": 12669,
                          "name": "Salle Couverte Hammamet",
                          "hash_image": "750fa43f1331c74d81a4750b113a593291c3d481b2179205fd96b316e6c0dc8c"
                        },
                        {
                          "id": 20590,
                          "name": "Salle Couverte Manouba",
                          "hash_image": "f900fd8064ca3b6a465d745d0e335dbc2785b95df387e375b346be8435272e2b"
                        },
                        {
                          "id": 20620,
                          "name": "Salle Couverte L’Aouinette",
                          "hash_image": "f4f37416b5c34d3e04cd8ceab31eb23efe05bab4d29e1d48f1e47d57a6ddaba9"
                        },
                        {
                          "id": 20793,
                          "name": "Salle Couverte Moknine",
                          "hash_image": "84b815da0a1297f4e11868c44da0e2133043229540648dfff05a3a7e3ee203ec"
                        },
                        {
                          "id": 20940,
                          "name": "Salle Couverte Teboulba",
                          "hash_image": "f3b65eea77bc4263063c74f43127343c23b089adddf68f0efd8a57203dd4b0a2"
                        },
                        {
                          "id": 20949,
                          "name": "Salle Couverte Rached Khouaja",
                          "hash_image": "5b4c4784bc0d933b73e988c75a3ad09652c4d37861e7960471d934277365e7c6"
                        },
                        {
                          "id": 20968,
                          "name": "Salle Couverte Zaghouan",
                          "hash_image": "1240c039e1060dec1e225f5dd17b462d7a2ed63c6d38026a0621381cadbb0df5"
                        },
                        {
                          "id": 20987,
                          "name": "Salle Couverte Hedi Khfecha",
                          "hash_image": "f310e6647019ef8204a233ac3bcf3bb05122b0a492f1c27f95110fcecc57ab67"
                        },
                        {
                          "id": 24154,
                          "name": "Salle Couverte Ksour Essef",
                          "hash_image": "6b927d9b89326888ba55a809e38c6254337ad4a155d2bac3b9bab977bdcc1904"
                        },
                        {
                          "id": 35596,
                          "name": "Salle Couverte Tazarka",
                          "hash_image": "bb800f3268a76525217d14ca9fc8474ae52247cc7674f39b30f9c139d27ccad2"
                        },
                        {
                          "id": 36273,
                          "name": "Salle Couverte Medenine",
                          "hash_image": "84709f2ee14d8105a831678663d40ba82c636f2ff6e474019d6d450bb837608e"
                        },
                        {
                          "id": 46638,
                          "name": "Salle Couverte Ben Arous",
                          "hash_image": "f60ebe39567e3f8d027f21f8f9c292c83fcbdfee7ee3a7005b8186a325d63283"
                        },
                        {
                          "id": 48447,
                          "name": "Salle Couverte Raja Hayder",
                          "hash_image": "8684c2bbce10f3ac73548c42453434af253829fe1b8810d51325390e00a0e3a1"
                        },
                        {
                          "id": 48448,
                          "name": "Salle Couverte Megrine",
                          "hash_image": "9beea42d380134a4e2fe42169154cb66820959f6adece8462a6c2a41f8d48d56"
                        },
                        {
                          "id": 48452,
                          "name": "Salle Omnisports de Sayada",
                          "hash_image": "010286361d4e08b7c3d6a0d18579fc0ae0e342b84d30c0276060eab2d0e355f8"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Arenas By Country"
      }
    },
    "/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://handball.sportmicro.com/arenas`<br /><br />Get arenas based on the **id**<br />`https://handball.sportmicro.com/arenas?id=eq.{id}`<br /><br />Get arenas from a specific **country_id**<br />`https://handball.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": 30,
                      "name": "Merkur Spiel-Arena",
                      "city": "Dusseldorf",
                      "stadium_capacity": 54600,
                      "hash_image": "f58f44563329af9db353bfef2fcb50881154b3bc6f1ac84b237e4b6c2a70d5e9",
                      "country_id": 19,
                      "country_name": "Germany",
                      "country_hash_image": "6814ef46f686990cf4e946f966167b0507e1d642c44e51f61bffb0bba2d4672b",
                      "geolocation": [
                        {
                          "name": "Dusseldorf",
                          "type": "locality",
                          "label": "Dusseldorf, NW, Germany",
                          "county": "Düsseldorf",
                          "region": "North Rhine-Westphalia",
                          "latitude": 51.226297,
                          "locality": "Dusseldorf",
                          "continent": "Europe",
                          "longitude": 6.801324,
                          "confidence": 1,
                          "postal_code": "40233",
                          "region_code": "NW",
                          "country_code": "DEU",
                          "administrative_area": "Düsseldorf"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Arenas"
      }
    },
    "/matches-lineups": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches Lineups",
        "description": "This endpoint allows you to retrieve the lineups from matches.\nWith this endpoint you can see the lineups from the match. This endpoint also has `confirmed` filed to check if the lineup is confirmed.\n\nFields in lineup:\n\nField | Explanation\n--- | ---\n`formation` | The formation of the lineup\n`player_color_primary` | The primary color of the players\n`player_color_number` | The number color of the players\n`player_color_outline` | The outline color of the players\n`goalkeeper_color_primary` | The primary color of the goalkeeper\n`goalkeeper_color_number` | The number color of the goalkeeper\n`goalkeeper_color_outline` | The outline color of the goalkeeper\n`players` | The players of the lineup\n\nFields in players:\n\nField | Explanation\n--- | ---\n`player_id` | The id of the player\n`shirt_number` | The shirt number of the player\n`jersey_number` | The jersey number of the player\n`position` | The position of the player\n`substitute` | If the player is substituted\n\nResons for missing the match:\n\nId | Reason\n--- | ---\n0 | Other\n1 | Injured\n2 | Ill\n3 | Suspended\n11 | YellowCard\n12 | YellowRedCard\n13 | RedCard\n21 | OnLoan\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 5 minutes.\n**Recommended Calls**: Limit calls to 1 every 5 minutes.\n\n### Use Cases\nGet lineups based on the **id**<br />`https://handball.sportmicro.com/matches-lineups?id=eq.{id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-lineups.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-lineups"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 1,
                      "confirmed": false,
                      "home_team": {
                        "players": [
                          {
                            "player_id": 302872,
                            "substitute": true,
                            "player_name": "Dimitri Claude",
                            "player_hash_image": "1b4a00a02f33799ab611690f0584528c890fc213a504dd69b53027265c09b200",
                            "player_statistics_id": 7
                          },
                          {
                            "position": "CB",
                            "player_id": 19506,
                            "substitute": true,
                            "player_name": "Lucas Vanegue",
                            "player_hash_image": "4c39f9fae166317ebc0ffec76e4f783181dfcfdf19f0cc323a7cec65a83728c0",
                            "player_statistics_id": 25
                          },
                          {
                            "position": "CB",
                            "player_id": 303811,
                            "substitute": true,
                            "player_name": "Andre Sousa",
                            "player_hash_image": "ac966e0e086f226fddf6127d4ba13a389af73ed36c33210f105fc0a3e593f9b5",
                            "player_statistics_id": 22
                          },
                          {
                            "position": "LB",
                            "player_id": 303124,
                            "substitute": true,
                            "player_name": "Simen Holand Pettersen",
                            "player_hash_image": "6202611f32b053d6dee75b87ae0036f85c724972b8073daf9a445df303a91173",
                            "player_statistics_id": 19
                          },
                          {
                            "position": "LW",
                            "player_id": 302939,
                            "substitute": true,
                            "player_name": "Elio Zammit",
                            "player_hash_image": "3a9881519de9d6f93632283000d56c881199fd9b20eb0b79ea9d32ed5d9adba2",
                            "player_statistics_id": 10
                          },
                          {
                            "position": "RB",
                            "player_id": 23996,
                            "substitute": true,
                            "player_name": "Achilleas Toskas",
                            "player_hash_image": "e564918d0fd799a31ad09ac00cad03b8dec5ee23f5cfd2d133a991144d9c9ba0",
                            "player_statistics_id": 20
                          }
                        ],
                        "player_color_number": "222226",
                        "player_color_primary": "000000"
                      },
                      "away_team": {
                        "players": [
                          {
                            "position": "CB",
                            "player_id": 302292,
                            "substitute": true,
                            "player_name": "Selim Berrou",
                            "player_hash_image": "c46b4f58382911d9876761d257cff37a714cb48b055232c6390bd96edd1fb7f7",
                            "player_statistics_id": 32
                          },
                          {
                            "position": "CB",
                            "player_id": 304620,
                            "substitute": true,
                            "player_name": "Thibault Garaudet",
                            "player_hash_image": "517568a4ee054c1dea665f434852fe0a61422852c9dd1d4b8e769776554c041d",
                            "player_statistics_id": 34
                          },
                          {
                            "position": "G",
                            "player_id": 306093,
                            "substitute": true,
                            "player_name": "Rubens Pierre",
                            "player_hash_image": "61d5a74de339166322e74d0aedb88c719d5d8f10aac06d8064e86c654741777f",
                            "player_statistics_id": 53
                          },
                          {
                            "position": "LW",
                            "player_id": 304481,
                            "substitute": true,
                            "player_name": "Jeremi Pirani",
                            "player_hash_image": "99f08aa9fad7855ca18989c99113873628ce2f4064ef0fa6ac2c8b101679e55a",
                            "player_statistics_id": 31
                          },
                          {
                            "position": "P",
                            "player_id": 304120,
                            "substitute": true,
                            "player_name": "Geoffroy Carabasse",
                            "player_hash_image": "1930f9a0be2afe5976579c73b00041841d9f9b95004977a2a53569dc9406018c",
                            "player_statistics_id": 29
                          },
                          {
                            "position": "P",
                            "player_id": 305905,
                            "substitute": true,
                            "player_name": "Nicolas Nieto",
                            "player_hash_image": "df732c0e27c2c2ae7710df4a6b65850cd0cb0dba4035ed7d9d0c2650e2d94bf0",
                            "player_statistics_id": 51
                          },
                          {
                            "position": "RB",
                            "player_id": 304307,
                            "substitute": true,
                            "player_name": "Antoine Leger",
                            "player_hash_image": "ec0628d4fe279a4f9d6e6ed34be04fd59835b1a7ab594c86cb26a8967adbc2d1",
                            "player_statistics_id": 30
                          },
                          {
                            "position": "RW",
                            "player_id": 304809,
                            "substitute": true,
                            "player_name": "Mathis Barelle",
                            "player_hash_image": "a55b20e6b2b734fb368c1a66254529f989e15378f87745820769262579d05385",
                            "player_statistics_id": 36
                          },
                          {
                            "position": "RW",
                            "player_id": 304948,
                            "substitute": true,
                            "player_name": "Antonio Areia",
                            "player_hash_image": "896a905fb3a94e2054f4ac6ef052a04c3d602121b8f2de01fa4421b80611b6e0",
                            "player_statistics_id": 48
                          }
                        ],
                        "player_color_number": "222226",
                        "player_color_primary": "000000"
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Lineups"
      }
    },
    "/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://handball.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": 153,
                      "season_name": "World Championship 2025",
                      "groups": [
                        {
                          "name": "Group A",
                          "tournament_id": 139,
                          "tournament_name": "World Championship - Group A"
                        },
                        {
                          "name": "Group B",
                          "tournament_id": 5027,
                          "tournament_name": "World Championship - Group B"
                        },
                        {
                          "name": "Group C",
                          "tournament_id": 33420,
                          "tournament_name": "World Championship - Group C"
                        },
                        {
                          "name": "Group D",
                          "tournament_id": 168,
                          "tournament_name": "World Championship - Group D"
                        },
                        {
                          "name": "Group E",
                          "tournament_id": 142,
                          "tournament_name": "World Championship - Group E"
                        },
                        {
                          "name": "Group F",
                          "tournament_id": 5008,
                          "tournament_name": "World Championship - Group F"
                        },
                        {
                          "name": "Group G",
                          "tournament_id": 4583,
                          "tournament_name": "World Championship - Group G"
                        },
                        {
                          "name": "Group H",
                          "tournament_id": 33125,
                          "tournament_name": "World Championship - Group H"
                        },
                        {
                          "name": "Main Round Group I",
                          "tournament_id": 33734,
                          "tournament_name": "World Championship Men - Main Round Group I"
                        },
                        {
                          "name": "Main Round Group II",
                          "tournament_id": 33737,
                          "tournament_name": "World Championship Men - Main Round Group II"
                        },
                        {
                          "name": "Main Round Group III",
                          "tournament_id": 34361,
                          "tournament_name": "World Championship - Main Round Group III"
                        },
                        {
                          "name": "Main Round Group IV",
                          "tournament_id": 34631,
                          "tournament_name": "World Championship - Main Round Group IV"
                        },
                        {
                          "name": "President's Cup Group I",
                          "tournament_id": 32434,
                          "tournament_name": "World Championship - Presidents Cup Group I"
                        },
                        {
                          "name": "President's Cup Group II",
                          "tournament_id": 29544,
                          "tournament_name": "World Championship - Presidents Cup Group II"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons Groups"
      }
    },
    "/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://handball.sportmicro.com/teams`<br /><br />Get team based on the **name**<br />`https://handball.sportmicro.com/teams?name=like.*Real*`<br /><br />Get team based on the **id**<br />`https://handball.sportmicro.com/teams?id=eq.{id}`<br /><br />Get teams from a specific **country_id**<br />`https://handball.sportmicro.com/teams?country_id=eq.{country_id}`<br /><br />Get teams from a specific **category_id**<br />`https://handball.sportmicro.com/teams?category_id=eq.{category_id}`<br /><br />Get teams from a specific **arena_id**<br />`https://handball.sportmicro.com/teams?arena_id=eq.{arena_id}`<br /><br />Get teams from a specific **coach_id**<br />`https://handball.sportmicro.com/teams?coach_id=eq.{coach_id}`<br /><br />Get team from a specific **primary_league_id**<br />`https://handball.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/rowFilter.teams.arena_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.teams.coach_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": 118638,
                      "name": "ATV Trofaiach Blf",
                      "short_name": "Trofaiach",
                      "full_name": "ATV Trofaiach Blf",
                      "gender": "F",
                      "name_code": "TBL",
                      "national": false,
                      "type": 0,
                      "color_primary": "#374df5",
                      "color_secondary": "#374df5",
                      "color_text": "#ffffff",
                      "hash_image": "894b67b9db08d4eeb6c8066d62e19ea99b278239929287ce14e23bf5eebe4587",
                      "country_id": 49,
                      "country_name": "Austria",
                      "country_hash_image": "eb5442705969dc8da5dfac8f9658dc68acdab5bb7635ba7cc551e389416ac34e",
                      "class_id": 385,
                      "class_name": "Austria",
                      "class_hash_image": "e8af0163e421e60acaee3db5c8cc936e40ac921fcf8b77ac7a4a85977de7fa3e",
                      "tournament_id": 33962,
                      "tournament_name": "WHA Meisterliga - Women",
                      "primary_league_id": 11319,
                      "primary_league_name": "WHA - Women",
                      "arena_id": 20850,
                      "arena_name": "Mehrzweckhalle Trofaiach",
                      "arena_hash_image": "ac5e06a38b3ffa9f4f0d965b55bb1b3671cefaa9cae0149a4808abafe046126c"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams"
      }
    },
    "/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://handball.sportmicro.com/matches-weather?id=eq.{id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-weather.id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/matches-weather"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 1,
                      "dt": "2023-10-25T17:00:00+00:00",
                      "temp": 283.7,
                      "feels_like": 283.19,
                      "pressure": 993,
                      "humidity": 91,
                      "dew_point": 282.29,
                      "uvi": 0,
                      "clouds": 100,
                      "wind_speed": 1.57,
                      "wind_deg": 107,
                      "wind_gust": 5.71,
                      "weather_id": 500,
                      "weather_main": "Rain",
                      "weather_description": "light rain",
                      "weather_icon": "10n",
                      "pop": 1
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Weather"
      }
    },
    "/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://handball.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": 63,
                      "league_name": "Korea Handball League - Women",
                      "league_hash_image": "8df061e12d03ff0db63e76a88a44b711d0291e4862a01e608931ab430538d55e",
                      "tournaments": [
                        {
                          "id": 66,
                          "name": "H League - Women",
                          "importance": 0
                        },
                        {
                          "id": 123,
                          "name": "H League - Women - Playoffs",
                          "importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Tournaments 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://handball.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": 4692,
                      "title": "Die Aufgaben für die Sport-Union Neckarsulm werden nicht kleiner - stimme.de",
                      "link": "https://www.stimme.de/sport/sun-handballerinnen/die-aufgaben-fuer-die-sport-union-neckarsulm-werden-nicht-kleiner-art-4861963",
                      "thumbnail_url": "https://www.stimme.de/storage/image/6/4/3/4/3804346_die-aufgaben-fuer-die-sport-union-neckarsulm-werden-nicht-kleiner_twitter-card_1BkTm3_rZL66l.jpg",
                      "published_date": "2023-11-14T13:27:00+00:00",
                      "source_url": "https://www.stimme.de",
                      "source": "stimme.de"
                    },
                    {
                      "id": 13,
                      "match_id": 4692,
                      "title": "Handball im Fernsehen: HBL am Wochenende im Free-TV, letzter ... - handball-world.news",
                      "link": "https://www.handball-world.news/o.red.r/news-1-1-1-156278.html",
                      "thumbnail_url": "https://www.handball-world.news/images/fotos/size3/1502976220-hif1.jpg",
                      "description": "handball-world: Am Samstag und am Sonntag kann man Handball live in der ARD sehen. Am Samstag um 18 Uhr läuft das Heimspiel d...",
                      "published_date": "2023-11-14T09:47:00+00:00",
                      "source_url": "https://www.handball-world.news",
                      "source": "handball-world.news"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Agg News Matches"
      }
    },
    "/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://handball.sportmicro.com/matches-tv-channels?match_id=eq.{match_id}`<br /><br />Get tv channels from a specific **match_id** and **alpha**<br />`https://handball.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": 1767,
                      "country_id": 12,
                      "country_name": "Spain",
                      "country_hash_image": "ce344a418127968f2bd07ada86c8cf3808eea524c399a02c0c2c0ebbe0f5467c",
                      "alpha": "ES",
                      "tv_channels": [
                        {
                          "id": 308,
                          "name": "EHF TV"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Tv Channels"
      }
    },
    "/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://handball.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": "2005-10-01",
                      "leagues": [
                        {
                          "class_id": "International",
                          "league_id": 172,
                          "class_name": "International",
                          "league_name": "EHF European League",
                          "class_hash_image": "41957dc7a3c2f65e2a816ee2855d05f31a776553f8e1a6a5e8f5573f7c3daace",
                          "league_importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Leagues By Date"
      }
    },
    "/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://handball.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": 545,
                      "team_id": 14635,
                      "title": "Melsungen 35 - 26 FHK Elite",
                      "subtitle": "Full Highlights",
                      "url": "https://www.youtube.com/watch?v=JvDrXj6hmZY",
                      "thumbnail_url": "https://i.ytimg.com/vi/JvDrXj6hmZY/hqdefault.jpg",
                      "date_published": "2026-04-08T05:38:02+00:00",
                      "channel_url": "https://www.youtube.com/watch?v=JvDrXj6hmZY"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Media Teams"
      }
    },
    "/odds/european-handicap": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "European Handicap",
        "description": "This endpoint allows you to retrieve the odds from european handicap 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://handball.sportmicro.com/odds/european-handicap?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/european-handicap?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/european-handicap?match_id=eq.{match_id}&is_live=eq.false`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.european-handicap.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.european-handicap.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/european-handicap"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 210632,
                      "is_live": true,
                      "periods": [
                        {
                          "odds": [
                            {
                              "odds": [
                                {
                                  "id": 46407,
                                  "tie": 4.5,
                                  "away": 4.25,
                                  "home": 1.5,
                                  "payout": 88.95,
                                  "bookmaker_id": 17,
                                  "tie_movement": -1,
                                  "away_movement": 1,
                                  "home_movement": -1,
                                  "bookmaker_name": "Betway",
                                  "bookmaker_order": 33,
                                  "bookmaker_hash_image": "a94e8c70778324588bbba05fdf6d94ef4a97d83c21e809bef083f12fe4872d06"
                                }
                              ],
                              "type": "-1/+1"
                            },
                            {
                              "odds": [
                                {
                                  "id": 46256,
                                  "tie": 6,
                                  "away": 1.37,
                                  "home": 4.5,
                                  "payout": 89.38,
                                  "bookmaker_id": 39,
                                  "tie_movement": -1,
                                  "away_movement": 1,
                                  "home_movement": -1,
                                  "bookmaker_name": "bet365",
                                  "bookmaker_order": 2,
                                  "bookmaker_hash_image": "fca69c220dca10eab0de3e81250092be2ab162da37e1730968491991cdb24142"
                                },
                                {
                                  "id": 46363,
                                  "tie": 4.75,
                                  "away": 1.5,
                                  "home": 4.25,
                                  "payout": 89.89,
                                  "bookmaker_id": 17,
                                  "tie_movement": 0,
                                  "away_movement": 0,
                                  "home_movement": 1,
                                  "bookmaker_name": "Betway",
                                  "bookmaker_order": 33,
                                  "bookmaker_hash_image": "a94e8c70778324588bbba05fdf6d94ef4a97d83c21e809bef083f12fe4872d06"
                                },
                                {
                                  "id": 46370,
                                  "tie": 4.8,
                                  "away": 1.5,
                                  "home": 4.2,
                                  "payout": 89.84,
                                  "bookmaker_id": 10,
                                  "tie_movement": -1,
                                  "away_movement": 0,
                                  "home_movement": 1,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                }
                              ],
                              "type": "-4/+4"
                            },
                            {
                              "odds": [
                                {
                                  "id": 46255,
                                  "tie": 6,
                                  "away": 1.37,
                                  "home": 5,
                                  "payout": 91.19,
                                  "bookmaker_id": 39,
                                  "tie_movement": -1,
                                  "away_movement": 1,
                                  "home_movement": -1,
                                  "bookmaker_name": "bet365",
                                  "bookmaker_order": 2,
                                  "bookmaker_hash_image": "fca69c220dca10eab0de3e81250092be2ab162da37e1730968491991cdb24142"
                                }
                              ],
                              "type": "-5/+5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 46349,
                                  "tie": 10,
                                  "away": 1.062,
                                  "home": 18,
                                  "payout": 91.14,
                                  "bookmaker_id": 39,
                                  "tie_movement": 1,
                                  "away_movement": -1,
                                  "home_movement": 1,
                                  "bookmaker_name": "bet365",
                                  "bookmaker_order": 2,
                                  "bookmaker_hash_image": "fca69c220dca10eab0de3e81250092be2ab162da37e1730968491991cdb24142"
                                }
                              ],
                              "type": "-6/+6"
                            },
                            {
                              "odds": [
                                {
                                  "id": 46283,
                                  "tie": 8,
                                  "away": 2.85,
                                  "home": 1.6,
                                  "payout": 90.84,
                                  "bookmaker_id": 10,
                                  "tie_movement": -1,
                                  "away_movement": 1,
                                  "home_movement": -1,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                },
                                {
                                  "id": 46296,
                                  "tie": 9,
                                  "away": 4,
                                  "home": 1.4,
                                  "payout": 92.99,
                                  "bookmaker_id": 39,
                                  "tie_movement": -1,
                                  "away_movement": 1,
                                  "home_movement": 1,
                                  "bookmaker_name": "bet365",
                                  "bookmaker_order": 2,
                                  "bookmaker_hash_image": "fca69c220dca10eab0de3e81250092be2ab162da37e1730968491991cdb24142"
                                },
                                {
                                  "id": 46290,
                                  "tie": 8.5,
                                  "away": 3.6,
                                  "home": 1.36,
                                  "payout": 88.44,
                                  "bookmaker_id": 25,
                                  "tie_movement": -1,
                                  "away_movement": 1,
                                  "home_movement": -1,
                                  "bookmaker_name": "Betsson",
                                  "bookmaker_order": 74,
                                  "bookmaker_hash_image": "1f0b96b54c49121cf3e2d924cad9eabc1f43adc0d6afb106347eb40e1996857d"
                                },
                                {
                                  "id": 46276,
                                  "tie": 8,
                                  "away": 2.75,
                                  "home": 1.6,
                                  "payout": 89.8,
                                  "bookmaker_id": 17,
                                  "tie_movement": -1,
                                  "away_movement": 1,
                                  "home_movement": -1,
                                  "bookmaker_name": "Betway",
                                  "bookmaker_order": 33,
                                  "bookmaker_hash_image": "a94e8c70778324588bbba05fdf6d94ef4a97d83c21e809bef083f12fe4872d06"
                                }
                              ],
                              "type": "+1/-1"
                            },
                            {
                              "odds": [
                                {
                                  "id": 46269,
                                  "tie": 12,
                                  "away": 1.25,
                                  "home": 5,
                                  "payout": 92.31,
                                  "bookmaker_id": 39,
                                  "tie_movement": 1,
                                  "away_movement": -1,
                                  "home_movement": 1,
                                  "bookmaker_name": "bet365",
                                  "bookmaker_order": 2,
                                  "bookmaker_hash_image": "fca69c220dca10eab0de3e81250092be2ab162da37e1730968491991cdb24142"
                                },
                                {
                                  "id": 46259,
                                  "tie": 7,
                                  "away": 1.6,
                                  "home": 2.75,
                                  "payout": 88.38,
                                  "bookmaker_id": 17,
                                  "tie_movement": -1,
                                  "away_movement": 1,
                                  "home_movement": -1,
                                  "bookmaker_name": "Betway",
                                  "bookmaker_order": 33,
                                  "bookmaker_hash_image": "a94e8c70778324588bbba05fdf6d94ef4a97d83c21e809bef083f12fe4872d06"
                                },
                                {
                                  "id": 46263,
                                  "tie": 7.25,
                                  "away": 1.53,
                                  "home": 3.25,
                                  "payout": 90.97,
                                  "bookmaker_id": 10,
                                  "tie_movement": -1,
                                  "away_movement": 1,
                                  "home_movement": -1,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                }
                              ],
                              "type": "-2/+2"
                            },
                            {
                              "odds": [
                                {
                                  "id": 46257,
                                  "tie": 5,
                                  "away": 2.9,
                                  "home": 1.85,
                                  "payout": 92.13,
                                  "bookmaker_id": 39,
                                  "tie_movement": -1,
                                  "away_movement": 1,
                                  "home_movement": -1,
                                  "bookmaker_name": "bet365",
                                  "bookmaker_order": 2,
                                  "bookmaker_hash_image": "fca69c220dca10eab0de3e81250092be2ab162da37e1730968491991cdb24142"
                                },
                                {
                                  "id": 46303,
                                  "tie": 4.75,
                                  "away": 2.7,
                                  "home": 1.8,
                                  "payout": 87.99,
                                  "bookmaker_id": 25,
                                  "tie_movement": -1,
                                  "away_movement": 1,
                                  "home_movement": 1,
                                  "bookmaker_name": "Betsson",
                                  "bookmaker_order": 74,
                                  "bookmaker_hash_image": "1f0b96b54c49121cf3e2d924cad9eabc1f43adc0d6afb106347eb40e1996857d"
                                },
                                {
                                  "id": 46389,
                                  "tie": 4.3,
                                  "away": 1.5,
                                  "home": 4.6,
                                  "payout": 89.56,
                                  "bookmaker_id": 10,
                                  "tie_movement": 1,
                                  "away_movement": -1,
                                  "home_movement": 1,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                },
                                {
                                  "id": 46383,
                                  "tie": 3.75,
                                  "away": 2.6,
                                  "home": 2.1,
                                  "payout": 88.69,
                                  "bookmaker_id": 17,
                                  "tie_movement": -1,
                                  "away_movement": 1,
                                  "home_movement": 1,
                                  "bookmaker_name": "Betway",
                                  "bookmaker_order": 33,
                                  "bookmaker_hash_image": "a94e8c70778324588bbba05fdf6d94ef4a97d83c21e809bef083f12fe4872d06"
                                }
                              ],
                              "type": "-3/+3"
                            },
                            {
                              "odds": [
                                {
                                  "id": 46343,
                                  "tie": 11,
                                  "away": 1.04,
                                  "home": 20,
                                  "payout": 90.71,
                                  "bookmaker_id": 39,
                                  "tie_movement": 0,
                                  "away_movement": 0,
                                  "home_movement": 0,
                                  "bookmaker_name": "bet365",
                                  "bookmaker_order": 2,
                                  "bookmaker_hash_image": "fca69c220dca10eab0de3e81250092be2ab162da37e1730968491991cdb24142"
                                }
                              ],
                              "type": "-7/+7"
                            }
                          ],
                          "period_type": "Full Time"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "European Handicap"
      }
    },
    "/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://handball.sportmicro.com/odds/coverage`<br /><br />Get odds coverages from a specific **match_id**<br />`https://handball.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": 210215,
                      "full_time_results": true,
                      "over_under": true,
                      "asian_handicaps": true,
                      "double_chance": true,
                      "home_away": false,
                      "draw_no_bet": true,
                      "half_time_full_time": true,
                      "odd_even": true,
                      "european_handicap": true,
                      "to_qualify": false
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Coverage"
      }
    },
    "/odds/to-qualify": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "To Qualify",
        "description": "This endpoint allows you to retrieve the odds from to qualify 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://handball.sportmicro.com/odds/to-qualify?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/to-qualify?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/to-qualify?match_id=eq.{match_id}&is_live=eq.false`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.to-qualify.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.to-qualify.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/to-qualify"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 21468,
                      "is_live": false,
                      "periods": [
                        {
                          "period_type": "FT inc. OT",
                          "odds": [
                            {
                              "id": 55,
                              "bookmaker_id": 2,
                              "bookmaker_name": "1xBet",
                              "bookmaker_order": 3,
                              "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989",
                              "home": 11,
                              "home_movement": 1,
                              "away": 1.003,
                              "away_movement": -1,
                              "payout": 91.92
                            },
                            {
                              "id": 56,
                              "bookmaker_id": 3,
                              "bookmaker_name": "22Bet",
                              "bookmaker_order": 4,
                              "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb",
                              "home": 11,
                              "home_movement": 1,
                              "away": 1.003,
                              "away_movement": -1,
                              "payout": 91.92
                            },
                            {
                              "id": 57,
                              "bookmaker_id": 12,
                              "bookmaker_name": "Megapari",
                              "bookmaker_order": 21,
                              "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1",
                              "home": 11,
                              "home_movement": 1,
                              "away": 1.003,
                              "away_movement": -1,
                              "payout": 91.92
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "To Qualify"
      }
    },
    "/odds/half-time-full-time": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "Half Time Full Time",
        "description": "This endpoint allows you to retrieve the odds from half time full time 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://handball.sportmicro.com/odds/half-time-full-time?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/half-time-full-time?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/half-time-full-time?match_id=eq.{match_id}&is_live=eq.false`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.half-time-full-time.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.half-time-full-time.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/half-time-full-time"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 21468,
                      "is_live": false,
                      "periods": [
                        {
                          "odds": [
                            {
                              "odds": [
                                {
                                  "id": 4681,
                                  "time": 1.43,
                                  "bookmaker_id": 10,
                                  "time_movement": 1,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                },
                                {
                                  "id": 4705,
                                  "time": 1.5,
                                  "bookmaker_id": 12,
                                  "time_movement": 0,
                                  "bookmaker_name": "Megapari",
                                  "bookmaker_order": 21,
                                  "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1"
                                },
                                {
                                  "id": 4689,
                                  "time": 1.5,
                                  "bookmaker_id": 2,
                                  "time_movement": 0,
                                  "bookmaker_name": "1xBet",
                                  "bookmaker_order": 3,
                                  "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989"
                                },
                                {
                                  "id": 4713,
                                  "time": 1.5,
                                  "bookmaker_id": 53,
                                  "time_movement": 0,
                                  "bookmaker_name": "10bet",
                                  "bookmaker_order": 103,
                                  "bookmaker_hash_image": "23f3dbaada1f45a965bc06f5645c45b259afa468adc88c7b867b703b25f5d3e4"
                                },
                                {
                                  "id": 4697,
                                  "time": 1.5,
                                  "bookmaker_id": 3,
                                  "time_movement": 0,
                                  "bookmaker_name": "22Bet",
                                  "bookmaker_order": 4,
                                  "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb"
                                }
                              ],
                              "type": "Away / Away"
                            },
                            {
                              "odds": [
                                {
                                  "id": 4665,
                                  "time": 25,
                                  "bookmaker_id": 12,
                                  "time_movement": 0,
                                  "bookmaker_name": "Megapari",
                                  "bookmaker_order": 21,
                                  "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1"
                                },
                                {
                                  "id": 4643,
                                  "time": 23,
                                  "bookmaker_id": 10,
                                  "time_movement": 1,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                },
                                {
                                  "id": 4673,
                                  "time": 26,
                                  "bookmaker_id": 53,
                                  "time_movement": 0,
                                  "bookmaker_name": "10bet",
                                  "bookmaker_order": 103,
                                  "bookmaker_hash_image": "23f3dbaada1f45a965bc06f5645c45b259afa468adc88c7b867b703b25f5d3e4"
                                },
                                {
                                  "id": 4657,
                                  "time": 25,
                                  "bookmaker_id": 3,
                                  "time_movement": 0,
                                  "bookmaker_name": "22Bet",
                                  "bookmaker_order": 4,
                                  "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb"
                                },
                                {
                                  "id": 4650,
                                  "time": 25,
                                  "bookmaker_id": 2,
                                  "time_movement": 0,
                                  "bookmaker_name": "1xBet",
                                  "bookmaker_order": 3,
                                  "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989"
                                }
                              ],
                              "type": "Away / Draw"
                            },
                            {
                              "odds": [
                                {
                                  "id": 4737,
                                  "time": 13,
                                  "bookmaker_id": 3,
                                  "time_movement": 0,
                                  "bookmaker_name": "22Bet",
                                  "bookmaker_order": 4,
                                  "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb"
                                },
                                {
                                  "id": 4729,
                                  "time": 13,
                                  "bookmaker_id": 2,
                                  "time_movement": 0,
                                  "bookmaker_name": "1xBet",
                                  "bookmaker_order": 3,
                                  "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989"
                                },
                                {
                                  "id": 4745,
                                  "time": 13,
                                  "bookmaker_id": 12,
                                  "time_movement": 0,
                                  "bookmaker_name": "Megapari",
                                  "bookmaker_order": 21,
                                  "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1"
                                },
                                {
                                  "id": 4753,
                                  "time": 13,
                                  "bookmaker_id": 53,
                                  "time_movement": 0,
                                  "bookmaker_name": "10bet",
                                  "bookmaker_order": 103,
                                  "bookmaker_hash_image": "23f3dbaada1f45a965bc06f5645c45b259afa468adc88c7b867b703b25f5d3e4"
                                },
                                {
                                  "id": 4721,
                                  "time": 15,
                                  "bookmaker_id": 10,
                                  "time_movement": 0,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                }
                              ],
                              "type": "Away / Home"
                            },
                            {
                              "odds": [
                                {
                                  "id": 4576,
                                  "time": 12,
                                  "bookmaker_id": 10,
                                  "time_movement": 0,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                },
                                {
                                  "id": 4594,
                                  "time": 8.5,
                                  "bookmaker_id": 12,
                                  "time_movement": 0,
                                  "bookmaker_name": "Megapari",
                                  "bookmaker_order": 21,
                                  "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1"
                                },
                                {
                                  "id": 4601,
                                  "time": 8.5,
                                  "bookmaker_id": 53,
                                  "time_movement": 0,
                                  "bookmaker_name": "10bet",
                                  "bookmaker_order": 103,
                                  "bookmaker_hash_image": "23f3dbaada1f45a965bc06f5645c45b259afa468adc88c7b867b703b25f5d3e4"
                                },
                                {
                                  "id": 4582,
                                  "time": 8.5,
                                  "bookmaker_id": 2,
                                  "time_movement": 0,
                                  "bookmaker_name": "1xBet",
                                  "bookmaker_order": 3,
                                  "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989"
                                },
                                {
                                  "id": 4588,
                                  "time": 8.5,
                                  "bookmaker_id": 3,
                                  "time_movement": 0,
                                  "bookmaker_name": "22Bet",
                                  "bookmaker_order": 4,
                                  "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb"
                                }
                              ],
                              "type": "Draw / Away"
                            },
                            {
                              "odds": [
                                {
                                  "id": 4542,
                                  "time": 80,
                                  "bookmaker_id": 10,
                                  "time_movement": 1,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                },
                                {
                                  "id": 4556,
                                  "time": 45,
                                  "bookmaker_id": 3,
                                  "time_movement": 0,
                                  "bookmaker_name": "22Bet",
                                  "bookmaker_order": 4,
                                  "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb"
                                },
                                {
                                  "id": 4570,
                                  "time": 41,
                                  "bookmaker_id": 53,
                                  "time_movement": 0,
                                  "bookmaker_name": "10bet",
                                  "bookmaker_order": 103,
                                  "bookmaker_hash_image": "23f3dbaada1f45a965bc06f5645c45b259afa468adc88c7b867b703b25f5d3e4"
                                },
                                {
                                  "id": 4549,
                                  "time": 45,
                                  "bookmaker_id": 2,
                                  "time_movement": 0,
                                  "bookmaker_name": "1xBet",
                                  "bookmaker_order": 3,
                                  "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989"
                                },
                                {
                                  "id": 4563,
                                  "time": 45,
                                  "bookmaker_id": 12,
                                  "time_movement": 0,
                                  "bookmaker_name": "Megapari",
                                  "bookmaker_order": 21,
                                  "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1"
                                }
                              ],
                              "type": "Draw / Draw"
                            },
                            {
                              "odds": [
                                {
                                  "id": 4615,
                                  "time": 18,
                                  "bookmaker_id": 2,
                                  "time_movement": 0,
                                  "bookmaker_name": "1xBet",
                                  "bookmaker_order": 3,
                                  "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989"
                                },
                                {
                                  "id": 4629,
                                  "time": 18,
                                  "bookmaker_id": 12,
                                  "time_movement": 0,
                                  "bookmaker_name": "Megapari",
                                  "bookmaker_order": 21,
                                  "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1"
                                },
                                {
                                  "id": 4608,
                                  "time": 35,
                                  "bookmaker_id": 10,
                                  "time_movement": -1,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                },
                                {
                                  "id": 4622,
                                  "time": 18,
                                  "bookmaker_id": 3,
                                  "time_movement": 0,
                                  "bookmaker_name": "22Bet",
                                  "bookmaker_order": 4,
                                  "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb"
                                },
                                {
                                  "id": 4636,
                                  "time": 17,
                                  "bookmaker_id": 53,
                                  "time_movement": 0,
                                  "bookmaker_name": "10bet",
                                  "bookmaker_order": 103,
                                  "bookmaker_hash_image": "23f3dbaada1f45a965bc06f5645c45b259afa468adc88c7b867b703b25f5d3e4"
                                }
                              ],
                              "type": "Draw / Home"
                            },
                            {
                              "odds": [
                                {
                                  "id": 4809,
                                  "time": 8,
                                  "bookmaker_id": 2,
                                  "time_movement": 0,
                                  "bookmaker_name": "1xBet",
                                  "bookmaker_order": 3,
                                  "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989"
                                },
                                {
                                  "id": 4833,
                                  "time": 8,
                                  "bookmaker_id": 53,
                                  "time_movement": 0,
                                  "bookmaker_name": "10bet",
                                  "bookmaker_order": 103,
                                  "bookmaker_hash_image": "23f3dbaada1f45a965bc06f5645c45b259afa468adc88c7b867b703b25f5d3e4"
                                },
                                {
                                  "id": 4825,
                                  "time": 8,
                                  "bookmaker_id": 12,
                                  "time_movement": 0,
                                  "bookmaker_name": "Megapari",
                                  "bookmaker_order": 21,
                                  "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1"
                                },
                                {
                                  "id": 4817,
                                  "time": 8,
                                  "bookmaker_id": 3,
                                  "time_movement": 0,
                                  "bookmaker_name": "22Bet",
                                  "bookmaker_order": 4,
                                  "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb"
                                },
                                {
                                  "id": 4801,
                                  "time": 6.75,
                                  "bookmaker_id": 10,
                                  "time_movement": -1,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                }
                              ],
                              "type": "Home / Away"
                            },
                            {
                              "odds": [
                                {
                                  "id": 4761,
                                  "time": 28,
                                  "bookmaker_id": 10,
                                  "time_movement": 1,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                },
                                {
                                  "id": 4785,
                                  "time": 30,
                                  "bookmaker_id": 12,
                                  "time_movement": 0,
                                  "bookmaker_name": "Megapari",
                                  "bookmaker_order": 21,
                                  "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1"
                                },
                                {
                                  "id": 4793,
                                  "time": 29,
                                  "bookmaker_id": 53,
                                  "time_movement": 0,
                                  "bookmaker_name": "10bet",
                                  "bookmaker_order": 103,
                                  "bookmaker_hash_image": "23f3dbaada1f45a965bc06f5645c45b259afa468adc88c7b867b703b25f5d3e4"
                                },
                                {
                                  "id": 4777,
                                  "time": 30,
                                  "bookmaker_id": 3,
                                  "time_movement": 0,
                                  "bookmaker_name": "22Bet",
                                  "bookmaker_order": 4,
                                  "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb"
                                },
                                {
                                  "id": 4769,
                                  "time": 30,
                                  "bookmaker_id": 2,
                                  "time_movement": 0,
                                  "bookmaker_name": "1xBet",
                                  "bookmaker_order": 3,
                                  "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989"
                                }
                              ],
                              "type": "Home / Draw"
                            },
                            {
                              "odds": [
                                {
                                  "id": 4523,
                                  "time": 6,
                                  "bookmaker_id": 3,
                                  "time_movement": 0,
                                  "bookmaker_name": "22Bet",
                                  "bookmaker_order": 4,
                                  "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb"
                                },
                                {
                                  "id": 4535,
                                  "time": 6.25,
                                  "bookmaker_id": 53,
                                  "time_movement": 0,
                                  "bookmaker_name": "10bet",
                                  "bookmaker_order": 103,
                                  "bookmaker_hash_image": "23f3dbaada1f45a965bc06f5645c45b259afa468adc88c7b867b703b25f5d3e4"
                                },
                                {
                                  "id": 4517,
                                  "time": 6,
                                  "bookmaker_id": 2,
                                  "time_movement": 0,
                                  "bookmaker_name": "1xBet",
                                  "bookmaker_order": 3,
                                  "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989"
                                },
                                {
                                  "id": 4529,
                                  "time": 6,
                                  "bookmaker_id": 12,
                                  "time_movement": 0,
                                  "bookmaker_name": "Megapari",
                                  "bookmaker_order": 21,
                                  "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1"
                                },
                                {
                                  "id": 4511,
                                  "time": 8.25,
                                  "bookmaker_id": 10,
                                  "time_movement": -1,
                                  "bookmaker_name": "Interwetten",
                                  "bookmaker_order": 18,
                                  "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150"
                                }
                              ],
                              "type": "Home / Home"
                            }
                          ],
                          "period_type": "Full Time"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Half Time Full Time"
      }
    },
    "/odds/home-away": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "Home Away",
        "description": "This endpoint allows you to retrieve the odds from home away 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://handball.sportmicro.com/odds/home-away?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/home-away?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/home-away?match_id=eq.{match_id}&is_live=eq.false`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.home-away.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.home-away.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/home-away"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 209089,
                      "is_live": true,
                      "periods": [
                        {
                          "period_type": "Full Time",
                          "odds": [
                            {
                              "id": 511,
                              "bookmaker_id": 2,
                              "bookmaker_name": "1xBet",
                              "bookmaker_order": 3,
                              "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989",
                              "home": 6.27,
                              "home_movement": 1,
                              "away": 1.1,
                              "away_movement": -1,
                              "payout": 93.58
                            },
                            {
                              "id": 512,
                              "bookmaker_id": 3,
                              "bookmaker_name": "22Bet",
                              "bookmaker_order": 4,
                              "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb",
                              "home": 6.27,
                              "home_movement": 1,
                              "away": 1.1,
                              "away_movement": -1,
                              "payout": 93.58
                            },
                            {
                              "id": 513,
                              "bookmaker_id": 12,
                              "bookmaker_name": "Megapari",
                              "bookmaker_order": 21,
                              "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1",
                              "home": 6.27,
                              "home_movement": 1,
                              "away": 1.1,
                              "away_movement": -1,
                              "payout": 93.58
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Home Away"
      }
    },
    "/odds/double-chance": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "Double Chance",
        "description": "This endpoint allows you to retrieve the odds from double chance 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://handball.sportmicro.com/odds/double-chance?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/double-chance?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/double-chance?match_id=eq.{match_id}&is_live=eq.false`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.double-chance.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.double-chance.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/double-chance"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 21468,
                      "is_live": false,
                      "periods": [
                        {
                          "period_type": "1st Half",
                          "odds": [
                            {
                              "id": 2293,
                              "bookmaker_id": 1,
                              "bookmaker_name": "Stake.com",
                              "bookmaker_order": 1,
                              "bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
                              "home_draw": 2.7,
                              "home_draw_movement": -1,
                              "home_away": 1.07,
                              "home_away_movement": 0,
                              "away_draw": 1.2,
                              "away_draw_movement": 1
                            },
                            {
                              "id": 2294,
                              "bookmaker_id": 9,
                              "bookmaker_name": "Marathonbet",
                              "bookmaker_order": 16,
                              "bookmaker_hash_image": "5cdb85f84c139920abb014112cee3c97015e5614504e64c0fd2dfb14be5cbb4f",
                              "home_draw": 2.67,
                              "home_draw_movement": 1,
                              "home_away": 1.002,
                              "home_away_movement": -1,
                              "away_draw": 1.183,
                              "away_draw_movement": -1
                            },
                            {
                              "id": 2295,
                              "bookmaker_id": 10,
                              "bookmaker_name": "Interwetten",
                              "bookmaker_order": 18,
                              "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150",
                              "home_draw": 2.5,
                              "home_draw_movement": 0,
                              "home_away": 1.07,
                              "home_away_movement": 0,
                              "away_draw": 1.2,
                              "away_draw_movement": 1
                            }
                          ]
                        },
                        {
                          "period_type": "Full Time",
                          "odds": [
                            {
                              "id": 1221,
                              "bookmaker_id": 1,
                              "bookmaker_name": "Stake.com",
                              "bookmaker_order": 1,
                              "bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
                              "home_draw": 3.45,
                              "home_draw_movement": -1,
                              "home_away": 1.05,
                              "home_away_movement": -1,
                              "away_draw": 1.12,
                              "away_draw_movement": 1
                            },
                            {
                              "id": 479,
                              "bookmaker_id": 2,
                              "bookmaker_name": "1xBet",
                              "bookmaker_order": 3,
                              "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989",
                              "home_draw": 3.55,
                              "home_draw_movement": 1,
                              "home_away": 1.02,
                              "home_away_movement": 0,
                              "away_draw": 1.077,
                              "away_draw_movement": -1
                            },
                            {
                              "id": 482,
                              "bookmaker_id": 3,
                              "bookmaker_name": "22Bet",
                              "bookmaker_order": 4,
                              "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb",
                              "home_draw": 3.55,
                              "home_draw_movement": 1,
                              "home_away": 1.02,
                              "home_away_movement": 0,
                              "away_draw": 1.077,
                              "away_draw_movement": -1
                            },
                            {
                              "id": 481,
                              "bookmaker_id": 5,
                              "bookmaker_name": "Fezbet",
                              "bookmaker_order": 8,
                              "bookmaker_hash_image": "5fcd29ad7385ac87e19af6573ece46af5654a78332d51b7d6f1e4804dc86dcd3",
                              "home_draw": 3.1,
                              "home_draw_movement": 0,
                              "home_away": 1.01,
                              "home_away_movement": 0,
                              "away_draw": 1.12,
                              "away_draw_movement": 0
                            },
                            {
                              "id": 483,
                              "bookmaker_id": 7,
                              "bookmaker_name": "Powbet",
                              "bookmaker_order": 10,
                              "bookmaker_hash_image": "2b4b65a84ff508fc1ab451fa870b8344d263f9e45652824559cccb733456e838",
                              "home_draw": 3.1,
                              "home_draw_movement": 0,
                              "home_away": 1.01,
                              "home_away_movement": 0,
                              "away_draw": 1.12,
                              "away_draw_movement": 0
                            },
                            {
                              "id": 480,
                              "bookmaker_id": 10,
                              "bookmaker_name": "Interwetten",
                              "bookmaker_order": 18,
                              "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150",
                              "home_draw": 3.05,
                              "home_draw_movement": -1,
                              "home_away": 1.04,
                              "home_away_movement": -1,
                              "away_draw": 1.1,
                              "away_draw_movement": 1
                            },
                            {
                              "id": 484,
                              "bookmaker_id": 12,
                              "bookmaker_name": "Megapari",
                              "bookmaker_order": 21,
                              "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1",
                              "home_draw": 3.55,
                              "home_draw_movement": 1,
                              "home_away": 1.02,
                              "home_away_movement": 0,
                              "away_draw": 1.077,
                              "away_draw_movement": -1
                            },
                            {
                              "id": 486,
                              "bookmaker_id": 18,
                              "bookmaker_name": "Campobet",
                              "bookmaker_order": 39,
                              "bookmaker_hash_image": "d0eca5741529402474d4460e966ddc1bfa9652ebdd612fa09aec793b2988ac98",
                              "home_draw": 3.1,
                              "home_draw_movement": 0,
                              "home_away": 1.01,
                              "home_away_movement": 0,
                              "away_draw": 1.12,
                              "away_draw_movement": 0
                            },
                            {
                              "id": 488,
                              "bookmaker_id": 25,
                              "bookmaker_name": "Betsson",
                              "bookmaker_order": 72,
                              "bookmaker_hash_image": "1f0b96b54c49121cf3e2d924cad9eabc1f43adc0d6afb106347eb40e1996857d",
                              "home_draw": 3.05,
                              "home_draw_movement": -1,
                              "home_away": 1.04,
                              "home_away_movement": -1,
                              "away_draw": 1.1,
                              "away_draw_movement": 1
                            },
                            {
                              "id": 485,
                              "bookmaker_id": 48,
                              "bookmaker_name": "ToonieBet",
                              "bookmaker_order": 37,
                              "bookmaker_hash_image": "a5df629e64ddaf2b469366468eb3a9fe3891d023a16e8f9dbdf9adb54db2267d",
                              "home_draw": 3.1,
                              "home_draw_movement": 0,
                              "home_away": 1.01,
                              "home_away_movement": 0,
                              "away_draw": 1.119904,
                              "away_draw_movement": 0
                            },
                            {
                              "id": 487,
                              "bookmaker_id": 50,
                              "bookmaker_name": "All British Casino",
                              "bookmaker_order": 70,
                              "bookmaker_hash_image": "3c3fee20a7efe14459f43bc585af731e9fa78c454365e60a58f670b4627f88e6",
                              "home_draw": 3.1,
                              "home_draw_movement": 0,
                              "home_away": 1.01,
                              "home_away_movement": 0,
                              "away_draw": 1.12,
                              "away_draw_movement": 0
                            },
                            {
                              "id": 489,
                              "bookmaker_id": 51,
                              "bookmaker_name": "Cashwin",
                              "bookmaker_order": 74,
                              "bookmaker_hash_image": "ff79e5e4a3648d9b457f9a2d86253cf4fe239d81704f275fcfe4ac8158304b22",
                              "home_draw": 3.1,
                              "home_draw_movement": 0,
                              "home_away": 1.01,
                              "home_away_movement": 0,
                              "away_draw": 1.12,
                              "away_draw_movement": 0
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Double Chance"
      }
    },
    "/odds/draw-no-bet": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "Draw No Bet",
        "description": "This endpoint allows you to retrieve the odds from draw no bet 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://handball.sportmicro.com/odds/draw-no-bet?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/draw-no-bet?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/draw-no-bet?match_id=eq.{match_id}&is_live=eq.false`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.draw-no-bet.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.draw-no-bet.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/draw-no-bet"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 21468,
                      "is_live": false,
                      "periods": [
                        {
                          "period_type": "1st Half",
                          "odds": [
                            {
                              "id": 2208,
                              "bookmaker_id": 1,
                              "bookmaker_name": "Stake.com",
                              "bookmaker_order": 1,
                              "bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
                              "home": 3.7,
                              "home_movement": 1,
                              "away": 1.25,
                              "away_movement": 1,
                              "payout": 93.43
                            }
                          ]
                        },
                        {
                          "period_type": "Full Time",
                          "odds": [
                            {
                              "id": 460,
                              "bookmaker_id": 5,
                              "bookmaker_name": "Fezbet",
                              "bookmaker_order": 8,
                              "bookmaker_hash_image": "5fcd29ad7385ac87e19af6573ece46af5654a78332d51b7d6f1e4804dc86dcd3",
                              "home": 4.5,
                              "home_movement": 1,
                              "away": 1.15,
                              "away_movement": -1,
                              "payout": 91.59
                            },
                            {
                              "id": 461,
                              "bookmaker_id": 7,
                              "bookmaker_name": "Powbet",
                              "bookmaker_order": 10,
                              "bookmaker_hash_image": "2b4b65a84ff508fc1ab451fa870b8344d263f9e45652824559cccb733456e838",
                              "home": 4.5,
                              "home_movement": 1,
                              "away": 1.15,
                              "away_movement": -1,
                              "payout": 91.59
                            },
                            {
                              "id": 462,
                              "bookmaker_id": 14,
                              "bookmaker_name": "888sport",
                              "bookmaker_order": 23,
                              "bookmaker_hash_image": "5396538ebe0d9510c1e5b3b4d2b929e55fde2ad7f3e2c67370f19fde36b51631",
                              "home": 4.75,
                              "home_movement": 1,
                              "away": 1.143,
                              "away_movement": -1,
                              "payout": 92.13
                            },
                            {
                              "id": 1196,
                              "bookmaker_id": 17,
                              "bookmaker_name": "Betway",
                              "bookmaker_order": 32,
                              "bookmaker_hash_image": "a94e8c70778324588bbba05fdf6d94ef4a97d83c21e809bef083f12fe4872d06",
                              "home": 4.75,
                              "home_movement": 1,
                              "away": 1.154,
                              "away_movement": 1,
                              "payout": 92.84
                            },
                            {
                              "id": 463,
                              "bookmaker_id": 18,
                              "bookmaker_name": "Campobet",
                              "bookmaker_order": 39,
                              "bookmaker_hash_image": "d0eca5741529402474d4460e966ddc1bfa9652ebdd612fa09aec793b2988ac98",
                              "home": 4.5,
                              "home_movement": 1,
                              "away": 1.15,
                              "away_movement": -1,
                              "payout": 91.59
                            },
                            {
                              "id": 464,
                              "bookmaker_id": 19,
                              "bookmaker_name": "Novibet",
                              "bookmaker_order": 47,
                              "bookmaker_hash_image": "6f808afb5bd269934561394107be2c8b2c65c9aacc3d0af0c6a217ca3b4aee11",
                              "home": 4.75,
                              "home_movement": -1,
                              "away": 1.15,
                              "away_movement": 1,
                              "payout": 92.58
                            },
                            {
                              "id": 466,
                              "bookmaker_id": 25,
                              "bookmaker_name": "Betsson",
                              "bookmaker_order": 72,
                              "bookmaker_hash_image": "1f0b96b54c49121cf3e2d924cad9eabc1f43adc0d6afb106347eb40e1996857d",
                              "home": 4.4,
                              "home_movement": -1,
                              "away": 1.13,
                              "away_movement": 1,
                              "payout": 89.91
                            },
                            {
                              "id": 1202,
                              "bookmaker_id": 44,
                              "bookmaker_name": "William Hill",
                              "bookmaker_order": 120,
                              "bookmaker_hash_image": "6a427b967f24cec8ede2494886b75085e1bc9a63acfb04423d753aaa2fc97576",
                              "home": 5,
                              "home_movement": 1,
                              "away": 1.14,
                              "away_movement": -1,
                              "payout": 92.83
                            },
                            {
                              "id": 465,
                              "bookmaker_id": 50,
                              "bookmaker_name": "All British Casino",
                              "bookmaker_order": 70,
                              "bookmaker_hash_image": "3c3fee20a7efe14459f43bc585af731e9fa78c454365e60a58f670b4627f88e6",
                              "home": 4.5,
                              "home_movement": 1,
                              "away": 1.15,
                              "away_movement": -1,
                              "payout": 91.59
                            },
                            {
                              "id": 467,
                              "bookmaker_id": 51,
                              "bookmaker_name": "Cashwin",
                              "bookmaker_order": 74,
                              "bookmaker_hash_image": "ff79e5e4a3648d9b457f9a2d86253cf4fe239d81704f275fcfe4ac8158304b22",
                              "home": 4.5,
                              "home_movement": 1,
                              "away": 1.15,
                              "away_movement": -1,
                              "payout": 91.59
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Draw No Bet"
      }
    },
    "/odds/bookmakers": {
      "get": {
        "tags": [
          "Bookmakers"
        ],
        "summary": "Bookmakers",
        "description": "This endpoint allows you to retrieve information about all bookmakers.\n\nWith the help of the `popularity_order` parameter you can see which bookmaker is more popular and more used.\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 retrieve the image of a bookmaker by calling the following URL: https://images.sportmicro.com/{hash_image}.png\n\n### Use Cases\nGet all bookmakers<br />`https://handball.sportmicro.com/odds/bookmakers`<br /><br />Get information about a specific bookmaker based on the **id**<br />`https://handball.sportmicro.com/odds/bookmakers?id=eq.{id}`<br /><br />Get the most popular bookmakers<br />`https://handball.sportmicro.com/odds/bookmakers?order=popularity_order`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.bookmakers.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.bookmakers.name"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/bookmakers"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 1,
                      "name": "Stake.com",
                      "popularity_order": "1",
                      "hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Bookmakers"
      }
    },
    "/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://handball.sportmicro.com/odds/odd-even?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.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://handball.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": 21468,
                      "is_live": false,
                      "periods": [
                        {
                          "period_type": "1st Half",
                          "odds": [
                            {
                              "id": 2395,
                              "bookmaker_id": 1,
                              "bookmaker_name": "Stake.com",
                              "bookmaker_order": 1,
                              "bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
                              "odd": 1.85,
                              "odd_movement": 0,
                              "even": 1.85,
                              "even_movement": 0,
                              "payout": 92.5
                            },
                            {
                              "id": 2396,
                              "bookmaker_id": 8,
                              "bookmaker_name": "Bwin",
                              "bookmaker_order": 12,
                              "bookmaker_hash_image": "0c3cdd2bfc6df95d618274d18727ff6f76081d0ede60079bfe5bfbabbddd41e7",
                              "odd": 1.9,
                              "odd_movement": 0,
                              "even": 1.9,
                              "even_movement": 0,
                              "payout": 95
                            },
                            {
                              "id": 2397,
                              "bookmaker_id": 43,
                              "bookmaker_name": "Sportingbet",
                              "bookmaker_order": 119,
                              "bookmaker_hash_image": "d69df1ae8e9d418dcb50227c2f0062968d60885e12c49b543f1850175f5d7481",
                              "odd": 1.9,
                              "odd_movement": 0,
                              "even": 1.9,
                              "even_movement": 0,
                              "payout": 95
                            },
                            {
                              "id": 2398,
                              "bookmaker_id": 46,
                              "bookmaker_name": "Ladbrokes",
                              "bookmaker_order": 141,
                              "bookmaker_hash_image": "3d48535fc714d276c041f4ca8ca47338b571da739ab69764859d448d9c3c8dcb",
                              "odd": 1.83,
                              "odd_movement": 0,
                              "even": 1.83,
                              "even_movement": 0,
                              "payout": 91.5
                            },
                            {
                              "id": 2399,
                              "bookmaker_id": 47,
                              "bookmaker_name": "Coral",
                              "bookmaker_order": 142,
                              "bookmaker_hash_image": "56ac628a2f10b3b0ac611cc5adc8d9b497c78d6f771a343d1d6d5407bb1e92dd",
                              "odd": 1.83,
                              "odd_movement": 0,
                              "even": 1.83,
                              "even_movement": 0,
                              "payout": 91.5
                            }
                          ]
                        },
                        {
                          "period_type": "2nd Half",
                          "odds": [
                            {
                              "id": 2400,
                              "bookmaker_id": 8,
                              "bookmaker_name": "Bwin",
                              "bookmaker_order": 12,
                              "bookmaker_hash_image": "0c3cdd2bfc6df95d618274d18727ff6f76081d0ede60079bfe5bfbabbddd41e7",
                              "odd": 1.9,
                              "odd_movement": 0,
                              "even": 1.9,
                              "even_movement": 0,
                              "payout": 95
                            },
                            {
                              "id": 2401,
                              "bookmaker_id": 43,
                              "bookmaker_name": "Sportingbet",
                              "bookmaker_order": 119,
                              "bookmaker_hash_image": "d69df1ae8e9d418dcb50227c2f0062968d60885e12c49b543f1850175f5d7481",
                              "odd": 1.9,
                              "odd_movement": 0,
                              "even": 1.9,
                              "even_movement": 0,
                              "payout": 95
                            },
                            {
                              "id": 2402,
                              "bookmaker_id": 46,
                              "bookmaker_name": "Ladbrokes",
                              "bookmaker_order": 141,
                              "bookmaker_hash_image": "3d48535fc714d276c041f4ca8ca47338b571da739ab69764859d448d9c3c8dcb",
                              "odd": 1.83,
                              "odd_movement": 0,
                              "even": 1.83,
                              "even_movement": 0,
                              "payout": 91.5
                            },
                            {
                              "id": 2403,
                              "bookmaker_id": 47,
                              "bookmaker_name": "Coral",
                              "bookmaker_order": 142,
                              "bookmaker_hash_image": "56ac628a2f10b3b0ac611cc5adc8d9b497c78d6f771a343d1d6d5407bb1e92dd",
                              "odd": 1.83,
                              "odd_movement": 0,
                              "even": 1.83,
                              "even_movement": 0,
                              "payout": 91.5
                            }
                          ]
                        },
                        {
                          "period_type": "Full Time",
                          "odds": [
                            {
                              "id": 2382,
                              "bookmaker_id": 1,
                              "bookmaker_name": "Stake.com",
                              "bookmaker_order": 1,
                              "bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
                              "odd": 1.9,
                              "odd_movement": 1,
                              "even": 1.85,
                              "even_movement": 1,
                              "payout": 93.73
                            },
                            {
                              "id": 384,
                              "bookmaker_id": 2,
                              "bookmaker_name": "1xBet",
                              "bookmaker_order": 3,
                              "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989",
                              "odd": 1.729,
                              "odd_movement": -1,
                              "even": 1.733,
                              "even_movement": -1,
                              "payout": 86.55
                            },
                            {
                              "id": 385,
                              "bookmaker_id": 3,
                              "bookmaker_name": "22Bet",
                              "bookmaker_order": 4,
                              "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb",
                              "odd": 1.729,
                              "odd_movement": -1,
                              "even": 1.733,
                              "even_movement": -1,
                              "payout": 86.55
                            },
                            {
                              "id": 2385,
                              "bookmaker_id": 8,
                              "bookmaker_name": "Bwin",
                              "bookmaker_order": 12,
                              "bookmaker_hash_image": "0c3cdd2bfc6df95d618274d18727ff6f76081d0ede60079bfe5bfbabbddd41e7",
                              "odd": 1.9,
                              "odd_movement": 0,
                              "even": 1.9,
                              "even_movement": 0,
                              "payout": 95
                            },
                            {
                              "id": 2386,
                              "bookmaker_id": 9,
                              "bookmaker_name": "Marathonbet",
                              "bookmaker_order": 16,
                              "bookmaker_hash_image": "5cdb85f84c139920abb014112cee3c97015e5614504e64c0fd2dfb14be5cbb4f",
                              "odd": 1.84,
                              "odd_movement": 0,
                              "even": 1.84,
                              "even_movement": 0,
                              "payout": 92
                            },
                            {
                              "id": 2387,
                              "bookmaker_id": 10,
                              "bookmaker_name": "Interwetten",
                              "bookmaker_order": 18,
                              "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150",
                              "odd": 1.85,
                              "odd_movement": -1,
                              "even": 1.85,
                              "even_movement": 1,
                              "payout": 92.5
                            },
                            {
                              "id": 386,
                              "bookmaker_id": 12,
                              "bookmaker_name": "Megapari",
                              "bookmaker_order": 21,
                              "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1",
                              "odd": 1.729,
                              "odd_movement": -1,
                              "even": 1.733,
                              "even_movement": -1,
                              "payout": 86.55
                            },
                            {
                              "id": 387,
                              "bookmaker_id": 14,
                              "bookmaker_name": "888sport",
                              "bookmaker_order": 23,
                              "bookmaker_hash_image": "5396538ebe0d9510c1e5b3b4d2b929e55fde2ad7f3e2c67370f19fde36b51631",
                              "odd": 1.833,
                              "odd_movement": 0,
                              "even": 1.833,
                              "even_movement": 0,
                              "payout": 91.65
                            },
                            {
                              "id": 388,
                              "bookmaker_id": 34,
                              "bookmaker_name": "Vbet Sport",
                              "bookmaker_order": 83,
                              "bookmaker_hash_image": "170428aa6e0eec2fda96c3880f1171775deed351466c0bb3b25699cebaa0eae6",
                              "odd": 1.85,
                              "odd_movement": 0,
                              "even": 1.85,
                              "even_movement": 0,
                              "payout": 92.5
                            },
                            {
                              "id": 2392,
                              "bookmaker_id": 43,
                              "bookmaker_name": "Sportingbet",
                              "bookmaker_order": 119,
                              "bookmaker_hash_image": "d69df1ae8e9d418dcb50227c2f0062968d60885e12c49b543f1850175f5d7481",
                              "odd": 1.9,
                              "odd_movement": 0,
                              "even": 1.9,
                              "even_movement": 0,
                              "payout": 95
                            },
                            {
                              "id": 2393,
                              "bookmaker_id": 46,
                              "bookmaker_name": "Ladbrokes",
                              "bookmaker_order": 141,
                              "bookmaker_hash_image": "3d48535fc714d276c041f4ca8ca47338b571da739ab69764859d448d9c3c8dcb",
                              "odd": 1.83,
                              "odd_movement": 0,
                              "even": 1.83,
                              "even_movement": 0,
                              "payout": 91.5
                            },
                            {
                              "id": 2394,
                              "bookmaker_id": 47,
                              "bookmaker_name": "Coral",
                              "bookmaker_order": 142,
                              "bookmaker_hash_image": "56ac628a2f10b3b0ac611cc5adc8d9b497c78d6f771a343d1d6d5407bb1e92dd",
                              "odd": 1.83,
                              "odd_movement": 0,
                              "even": 1.83,
                              "even_movement": 0,
                              "payout": 91.5
                            },
                            {
                              "id": 1113,
                              "bookmaker_id": 53,
                              "bookmaker_name": "10bet",
                              "bookmaker_order": 103,
                              "bookmaker_hash_image": "23f3dbaada1f45a965bc06f5645c45b259afa468adc88c7b867b703b25f5d3e4",
                              "odd": 1.85,
                              "odd_movement": 0,
                              "even": 1.85,
                              "even_movement": 0,
                              "payout": 92.5
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Odd Even"
      }
    },
    "/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://handball.sportmicro.com/odds/coverage-live`<br /><br />Get live odds coverage a specific **match_id**<br />`https://handball.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": 210215,
                      "full_time_results": true,
                      "over_under": true,
                      "asian_handicaps": true,
                      "double_chance": true,
                      "home_away": false,
                      "draw_no_bet": true,
                      "half_time_full_time": true,
                      "odd_even": true,
                      "european_handicap": true,
                      "to_qualify": false
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Coverage Live"
      }
    },
    "/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://handball.sportmicro.com/odds/full-time-results?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.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://handball.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": 21468,
                      "is_live": false,
                      "periods": [
                        {
                          "period_type": "1st Half",
                          "odds": [
                            {
                              "id": 7464,
                              "bookmaker_id": 1,
                              "bookmaker_name": "Stake.com",
                              "bookmaker_order": 1,
                              "bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
                              "home": 3.85,
                              "home_movement": -1,
                              "draw": 9.5,
                              "draw_movement": 1,
                              "away": 1.35,
                              "away_movement": 1,
                              "payout": 90.44
                            },
                            {
                              "id": 7465,
                              "bookmaker_id": 8,
                              "bookmaker_name": "Bwin",
                              "bookmaker_order": 12,
                              "bookmaker_hash_image": "0c3cdd2bfc6df95d618274d18727ff6f76081d0ede60079bfe5bfbabbddd41e7",
                              "home": 3.4,
                              "home_movement": 0,
                              "draw": 9,
                              "draw_movement": 0,
                              "away": 1.42,
                              "away_movement": 0,
                              "payout": 90.13
                            },
                            {
                              "id": 6737,
                              "bookmaker_id": 9,
                              "bookmaker_name": "Marathonbet",
                              "bookmaker_order": 16,
                              "bookmaker_hash_image": "5cdb85f84c139920abb014112cee3c97015e5614504e64c0fd2dfb14be5cbb4f",
                              "home": 3.78,
                              "home_movement": 1,
                              "draw": 8.9,
                              "draw_movement": -1,
                              "away": 1.36,
                              "away_movement": 1,
                              "payout": 89.91
                            },
                            {
                              "id": 7467,
                              "bookmaker_id": 10,
                              "bookmaker_name": "Interwetten",
                              "bookmaker_order": 18,
                              "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150",
                              "home": 3.9,
                              "home_movement": -1,
                              "draw": 10,
                              "draw_movement": 0,
                              "away": 1.35,
                              "away_movement": 1,
                              "payout": 91.15
                            },
                            {
                              "id": 7468,
                              "bookmaker_id": 14,
                              "bookmaker_name": "888sport",
                              "bookmaker_order": 23,
                              "bookmaker_hash_image": "5396538ebe0d9510c1e5b3b4d2b929e55fde2ad7f3e2c67370f19fde36b51631",
                              "home": 4,
                              "home_movement": 1,
                              "draw": 8.5,
                              "draw_movement": 0,
                              "away": 1.333,
                              "away_movement": -1,
                              "payout": 89.46
                            },
                            {
                              "id": 7469,
                              "bookmaker_id": 19,
                              "bookmaker_name": "Novibet",
                              "bookmaker_order": 47,
                              "bookmaker_hash_image": "6f808afb5bd269934561394107be2c8b2c65c9aacc3d0af0c6a217ca3b4aee11",
                              "home": 3.8,
                              "home_movement": -1,
                              "draw": 9,
                              "draw_movement": -1,
                              "away": 1.33,
                              "away_movement": 1,
                              "payout": 88.8
                            },
                            {
                              "id": 7470,
                              "bookmaker_id": 34,
                              "bookmaker_name": "Vbet Sport",
                              "bookmaker_order": 83,
                              "bookmaker_hash_image": "170428aa6e0eec2fda96c3880f1171775deed351466c0bb3b25699cebaa0eae6",
                              "home": 4.1,
                              "home_movement": 0,
                              "draw": 8.7,
                              "draw_movement": 0,
                              "away": 1.35,
                              "away_movement": 0,
                              "payout": 90.94
                            },
                            {
                              "id": 7471,
                              "bookmaker_id": 43,
                              "bookmaker_name": "Sportingbet",
                              "bookmaker_order": 119,
                              "bookmaker_hash_image": "d69df1ae8e9d418dcb50227c2f0062968d60885e12c49b543f1850175f5d7481",
                              "home": 3.4,
                              "home_movement": 0,
                              "draw": 9,
                              "draw_movement": 0,
                              "away": 1.42,
                              "away_movement": 0,
                              "payout": 90.13
                            },
                            {
                              "id": 7472,
                              "bookmaker_id": 44,
                              "bookmaker_name": "William Hill",
                              "bookmaker_order": 120,
                              "bookmaker_hash_image": "6a427b967f24cec8ede2494886b75085e1bc9a63acfb04423d753aaa2fc97576",
                              "home": 3.9,
                              "home_movement": -1,
                              "draw": 9.5,
                              "draw_movement": 0,
                              "away": 1.35,
                              "away_movement": 1,
                              "payout": 90.71
                            },
                            {
                              "id": 7473,
                              "bookmaker_id": 46,
                              "bookmaker_name": "Ladbrokes",
                              "bookmaker_order": 141,
                              "bookmaker_hash_image": "3d48535fc714d276c041f4ca8ca47338b571da739ab69764859d448d9c3c8dcb",
                              "home": 3.4,
                              "home_movement": 0,
                              "draw": 8.5,
                              "draw_movement": 0,
                              "away": 1.4,
                              "away_movement": 0,
                              "payout": 88.81
                            },
                            {
                              "id": 7474,
                              "bookmaker_id": 47,
                              "bookmaker_name": "Coral",
                              "bookmaker_order": 142,
                              "bookmaker_hash_image": "56ac628a2f10b3b0ac611cc5adc8d9b497c78d6f771a343d1d6d5407bb1e92dd",
                              "home": 3.4,
                              "home_movement": 0,
                              "draw": 8.5,
                              "draw_movement": 0,
                              "away": 1.4,
                              "away_movement": 0,
                              "payout": 88.81
                            }
                          ]
                        },
                        {
                          "period_type": "2nd Half",
                          "odds": [
                            {
                              "id": 7475,
                              "bookmaker_id": 1,
                              "bookmaker_name": "Stake.com",
                              "bookmaker_order": 1,
                              "bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
                              "home": 3.25,
                              "home_movement": 1,
                              "draw": 9.4,
                              "draw_movement": 1,
                              "away": 1.44,
                              "away_movement": -1,
                              "payout": 90.21
                            },
                            {
                              "id": 6738,
                              "bookmaker_id": 9,
                              "bookmaker_name": "Marathonbet",
                              "bookmaker_order": 16,
                              "bookmaker_hash_image": "5cdb85f84c139920abb014112cee3c97015e5614504e64c0fd2dfb14be5cbb4f",
                              "home": 3.14,
                              "home_movement": 1,
                              "draw": 9.2,
                              "draw_movement": 1,
                              "away": 1.46,
                              "away_movement": -1,
                              "payout": 89.92
                            },
                            {
                              "id": 7477,
                              "bookmaker_id": 14,
                              "bookmaker_name": "888sport",
                              "bookmaker_order": 23,
                              "bookmaker_hash_image": "5396538ebe0d9510c1e5b3b4d2b929e55fde2ad7f3e2c67370f19fde36b51631",
                              "home": 3.25,
                              "home_movement": 1,
                              "draw": 9.5,
                              "draw_movement": 1,
                              "away": 1.4,
                              "away_movement": -1,
                              "payout": 88.71
                            },
                            {
                              "id": 7478,
                              "bookmaker_id": 19,
                              "bookmaker_name": "Novibet",
                              "bookmaker_order": 47,
                              "bookmaker_hash_image": "6f808afb5bd269934561394107be2c8b2c65c9aacc3d0af0c6a217ca3b4aee11",
                              "home": 3.2,
                              "home_movement": 1,
                              "draw": 9,
                              "draw_movement": 0,
                              "away": 1.43,
                              "away_movement": -1,
                              "payout": 89.05
                            }
                          ]
                        },
                        {
                          "period_type": "Full Time",
                          "odds": [
                            {
                              "id": 3524,
                              "bookmaker_id": 1,
                              "bookmaker_name": "Stake.com",
                              "bookmaker_order": 1,
                              "bookmaker_hash_image": "b7df61bb0380f1918a136da4a70b9d19bc740163bd9dbea2c58de3cc13fc0ff0",
                              "home": 4.95,
                              "home_movement": -1,
                              "draw": 12.25,
                              "draw_movement": -1,
                              "away": 1.22,
                              "away_movement": -1,
                              "payout": 90.64
                            },
                            {
                              "id": 1307,
                              "bookmaker_id": 2,
                              "bookmaker_name": "1xBet",
                              "bookmaker_order": 3,
                              "bookmaker_hash_image": "a8ce79a50ae18cfa15b3a11e1a166d1d9018fe5ce31c54038808feedc9c4e989",
                              "home": 5.58,
                              "home_movement": 1,
                              "draw": 11.5,
                              "draw_movement": 1,
                              "away": 1.22,
                              "away_movement": -1,
                              "payout": 92.09
                            },
                            {
                              "id": 1308,
                              "bookmaker_id": 3,
                              "bookmaker_name": "22Bet",
                              "bookmaker_order": 4,
                              "bookmaker_hash_image": "d585401d20b3d081f9862a9f11133f6d32b6208f3b3de0bd704e392ba679a3bb",
                              "home": 5.58,
                              "home_movement": 1,
                              "draw": 11.5,
                              "draw_movement": 1,
                              "away": 1.22,
                              "away_movement": -1,
                              "payout": 92.09
                            },
                            {
                              "id": 1309,
                              "bookmaker_id": 5,
                              "bookmaker_name": "Fezbet",
                              "bookmaker_order": 8,
                              "bookmaker_hash_image": "5fcd29ad7385ac87e19af6573ece46af5654a78332d51b7d6f1e4804dc86dcd3",
                              "home": 4.75,
                              "home_movement": -1,
                              "draw": 10,
                              "draw_movement": -1,
                              "away": 1.25,
                              "away_movement": 1,
                              "payout": 90.05
                            },
                            {
                              "id": 1310,
                              "bookmaker_id": 6,
                              "bookmaker_name": "BC.Game",
                              "bookmaker_order": 9,
                              "bookmaker_hash_image": "7179e12a599b0e0977a7952a1ba16923e4ed07adb47576a54ff5924570894e89",
                              "home": 5.2,
                              "home_movement": -1,
                              "draw": 11,
                              "draw_movement": 1,
                              "away": 1.24,
                              "away_movement": 1,
                              "payout": 91.77
                            },
                            {
                              "id": 1311,
                              "bookmaker_id": 7,
                              "bookmaker_name": "Powbet",
                              "bookmaker_order": 10,
                              "bookmaker_hash_image": "2b4b65a84ff508fc1ab451fa870b8344d263f9e45652824559cccb733456e838",
                              "home": 4.75,
                              "home_movement": -1,
                              "draw": 10,
                              "draw_movement": -1,
                              "away": 1.25,
                              "away_movement": 1,
                              "payout": 90.05
                            },
                            {
                              "id": 7436,
                              "bookmaker_id": 8,
                              "bookmaker_name": "Bwin",
                              "bookmaker_order": 12,
                              "bookmaker_hash_image": "0c3cdd2bfc6df95d618274d18727ff6f76081d0ede60079bfe5bfbabbddd41e7",
                              "home": 5,
                              "home_movement": 0,
                              "draw": 14,
                              "draw_movement": 0,
                              "away": 1.24,
                              "away_movement": 0,
                              "payout": 92.77
                            },
                            {
                              "id": 6713,
                              "bookmaker_id": 9,
                              "bookmaker_name": "Marathonbet",
                              "bookmaker_order": 16,
                              "bookmaker_hash_image": "5cdb85f84c139920abb014112cee3c97015e5614504e64c0fd2dfb14be5cbb4f",
                              "home": 5.55,
                              "home_movement": 1,
                              "draw": 11.5,
                              "draw_movement": 1,
                              "away": 1.21,
                              "away_movement": -1,
                              "payout": 91.44
                            },
                            {
                              "id": 1312,
                              "bookmaker_id": 10,
                              "bookmaker_name": "Interwetten",
                              "bookmaker_order": 18,
                              "bookmaker_hash_image": "6d5b1f3cca0595892ca3939c3344c37e872a60ec85f69f0d61c9cfd7fe9e1150",
                              "home": 5.5,
                              "home_movement": -1,
                              "draw": 13,
                              "draw_movement": 1,
                              "away": 1.22,
                              "away_movement": -1,
                              "payout": 92.73
                            },
                            {
                              "id": 1313,
                              "bookmaker_id": 11,
                              "bookmaker_name": "20Bet",
                              "bookmaker_order": 19,
                              "bookmaker_hash_image": "e9e50f933b6e343befdef7ca709882351d9d2bcea46806c02b362376e4cb0b21",
                              "home": 5.5,
                              "home_movement": 1,
                              "draw": 11.3,
                              "draw_movement": -1,
                              "away": 1.2,
                              "away_movement": -1,
                              "payout": 90.61
                            },
                            {
                              "id": 1314,
                              "bookmaker_id": 12,
                              "bookmaker_name": "Megapari",
                              "bookmaker_order": 21,
                              "bookmaker_hash_image": "7c948d96f7cbcdc11d8b380e1b0c77089afa2f360a3a6e887232e21b8e1b37f1",
                              "home": 5.58,
                              "home_movement": 1,
                              "draw": 11.5,
                              "draw_movement": 1,
                              "away": 1.22,
                              "away_movement": -1,
                              "payout": 92.09
                            },
                            {
                              "id": 1315,
                              "bookmaker_id": 13,
                              "bookmaker_name": "Betano",
                              "bookmaker_order": 22,
                              "bookmaker_hash_image": "e4c0b7ae1a93ae87fb027b4c61336c6ca1a44710fc89a3d80fd6eadd54be2d0a",
                              "home": 5.9,
                              "home_movement": -1,
                              "draw": 14,
                              "draw_movement": 1,
                              "away": 1.17,
                              "away_movement": 1,
                              "payout": 91.27
                            },
                            {
                              "id": 1316,
                              "bookmaker_id": 14,
                              "bookmaker_name": "888sport",
                              "bookmaker_order": 23,
                              "bookmaker_hash_image": "5396538ebe0d9510c1e5b3b4d2b929e55fde2ad7f3e2c67370f19fde36b51631",
                              "home": 5,
                              "home_movement": -1,
                              "draw": 11,
                              "draw_movement": 1,
                              "away": 1.2,
                              "away_movement": 1,
                              "payout": 88.95
                            },
                            {
                              "id": 3535,
                              "bookmaker_id": 17,
                              "bookmaker_name": "Betway",
                              "bookmaker_order": 32,
                              "bookmaker_hash_image": "a94e8c70778324588bbba05fdf6d94ef4a97d83c21e809bef083f12fe4872d06",
                              "home": 5.25,
                              "home_movement": 1,
                              "draw": 13,
                              "draw_movement": 1,
                              "away": 1.222,
                              "away_movement": -1,
                              "payout": 92.1
                            },
                            {
                              "id": 1318,
                              "bookmaker_id": 18,
                              "bookmaker_name": "Campobet",
                              "bookmaker_order": 39,
                              "bookmaker_hash_image": "d0eca5741529402474d4460e966ddc1bfa9652ebdd612fa09aec793b2988ac98",
                              "home": 4.75,
                              "home_movement": -1,
                              "draw": 10,
                              "draw_movement": -1,
                              "away": 1.25,
                              "away_movement": 1,
                              "payout": 90.05
                            },
                            {
                              "id": 1319,
                              "bookmaker_id": 19,
                              "bookmaker_name": "Novibet",
                              "bookmaker_order": 47,
                              "bookmaker_hash_image": "6f808afb5bd269934561394107be2c8b2c65c9aacc3d0af0c6a217ca3b4aee11",
                              "home": 4.9,
                              "home_movement": -1,
                              "draw": 15,
                              "draw_movement": 1,
                              "away": 1.2,
                              "away_movement": 1,
                              "payout": 90.57
                            },
                            {
                              "id": 1320,
                              "bookmaker_id": 21,
                              "bookmaker_name": "TonyBet",
                              "bookmaker_order": 66,
                              "bookmaker_hash_image": "7a2176f326e66e230abd1b007bc04385d9eb81cc3c10bad1a3f8af8ba8ac8211",
                              "home": 5.4,
                              "home_movement": -1,
                              "draw": 13,
                              "draw_movement": 1,
                              "away": 1.22,
                              "away_movement": 1,
                              "payout": 92.44
                            },
                            {
                              "id": 1323,
                              "bookmaker_id": 28,
                              "bookmaker_name": "Goldenbet",
                              "bookmaker_order": 77,
                              "bookmaker_hash_image": "7c80be5188d355eedb4856b7809b4d78d67814d2c5a6b0bf074af5c607628ac5",
                              "home": 5.45,
                              "home_movement": -1,
                              "draw": 12,
                              "draw_movement": 1,
                              "away": 1.22,
                              "away_movement": 1,
                              "payout": 92.04
                            },
                            {
                              "id": 1328,
                              "bookmaker_id": 29,
                              "bookmaker_name": "Nine Casino",
                              "bookmaker_order": 84,
                              "bookmaker_hash_image": "270d0953381dfdb60f5a33829f79ef8b0d2ab8606fd2d03c588ab9e4d2e85de8",
                              "home": 5.2,
                              "home_movement": -1,
                              "draw": 11,
                              "draw_movement": 1,
                              "away": 1.24,
                              "away_movement": 1,
                              "payout": 91.77
                            },
                            {
                              "id": 1324,
                              "bookmaker_id": 30,
                              "bookmaker_name": "Freshbet",
                              "bookmaker_order": 79,
                              "bookmaker_hash_image": "a28333ec98f7d551a4485abe91df75028280504e2cd01a01f47dcb3733825dab",
                              "home": 5.45,
                              "home_movement": -1,
                              "draw": 12,
                              "draw_movement": 1,
                              "away": 1.22,
                              "away_movement": 1,
                              "payout": 92.04
                            },
                            {
                              "id": 1331,
                              "bookmaker_id": 31,
                              "bookmaker_name": "4rabet",
                              "bookmaker_order": 108,
                              "bookmaker_hash_image": "1f5e0cf04c12ae7419a2ce4484bf7d95ae4083135fbc30a541225b81d9ece218",
                              "home": 5.2,
                              "home_movement": -1,
                              "draw": 11,
                              "draw_movement": 1,
                              "away": 1.24,
                              "away_movement": 1,
                              "payout": 91.77
                            },
                            {
                              "id": 1325,
                              "bookmaker_id": 32,
                              "bookmaker_name": "Mystake",
                              "bookmaker_order": 80,
                              "bookmaker_hash_image": "31c8ed947b8aff8a1cd9d0b0bc0369a5d955502d241ec9810c9f94157e943098",
                              "home": 5.45,
                              "home_movement": -1,
                              "draw": 12,
                              "draw_movement": 1,
                              "away": 1.22,
                              "away_movement": 1,
                              "payout": 92.04
                            },
                            {
                              "id": 1326,
                              "bookmaker_id": 33,
                              "bookmaker_name": "Jackbit",
                              "bookmaker_order": 82,
                              "bookmaker_hash_image": "90e3d84a9c46026a03a79253b7f83cc692d06dcc09f4cf00d71f10709288b691",
                              "home": 5.45,
                              "home_movement": -1,
                              "draw": 12,
                              "draw_movement": 1,
                              "away": 1.22,
                              "away_movement": 1,
                              "payout": 92.04
                            },
                            {
                              "id": 1327,
                              "bookmaker_id": 34,
                              "bookmaker_name": "Vbet Sport",
                              "bookmaker_order": 83,
                              "bookmaker_hash_image": "170428aa6e0eec2fda96c3880f1171775deed351466c0bb3b25699cebaa0eae6",
                              "home": 5.3,
                              "home_movement": -1,
                              "draw": 11,
                              "draw_movement": -1,
                              "away": 1.22,
                              "away_movement": 1,
                              "payout": 90.97
                            },
                            {
                              "id": 1329,
                              "bookmaker_id": 36,
                              "bookmaker_name": "GG.BET",
                              "bookmaker_order": 91,
                              "bookmaker_hash_image": "ce4ec4f4bb30803f36a4e4d55e014de7f919ea5458abb6747a19f8c37282933f",
                              "home": 4.44,
                              "home_movement": 1,
                              "draw": 13.5,
                              "draw_movement": 1,
                              "away": 1.26,
                              "away_movement": 1,
                              "payout": 91.5
                            },
                            {
                              "id": 1330,
                              "bookmaker_id": 37,
                              "bookmaker_name": "Ivibet",
                              "bookmaker_order": 92,
                              "bookmaker_hash_image": "46106177868fcca89630ef59d357db7fa93a1340d2f88821b64ed1d5196ead58",
                              "home": 5.5,
                              "home_movement": 1,
                              "draw": 11.3,
                              "draw_movement": -1,
                              "away": 1.2,
                              "away_movement": -1,
                              "payout": 90.61
                            },
                            {
                              "id": 7460,
                              "bookmaker_id": 43,
                              "bookmaker_name": "Sportingbet",
                              "bookmaker_order": 119,
                              "bookmaker_hash_image": "d69df1ae8e9d418dcb50227c2f0062968d60885e12c49b543f1850175f5d7481",
                              "home": 5,
                              "home_movement": 0,
                              "draw": 14,
                              "draw_movement": 0,
                              "away": 1.24,
                              "away_movement": 0,
                              "payout": 92.77
                            },
                            {
                              "id": 1332,
                              "bookmaker_id": 44,
                              "bookmaker_name": "William Hill",
                              "bookmaker_order": 120,
                              "bookmaker_hash_image": "6a427b967f24cec8ede2494886b75085e1bc9a63acfb04423d753aaa2fc97576",
                              "home": 5,
                              "home_movement": -1,
                              "draw": 12,
                              "draw_movement": 1,
                              "away": 1.2,
                              "away_movement": -1,
                              "payout": 89.55
                            },
                            {
                              "id": 7462,
                              "bookmaker_id": 46,
                              "bookmaker_name": "Ladbrokes",
                              "bookmaker_order": 141,
                              "bookmaker_hash_image": "3d48535fc714d276c041f4ca8ca47338b571da739ab69764859d448d9c3c8dcb",
                              "home": 4.8,
                              "home_movement": 0,
                              "draw": 12,
                              "draw_movement": 0,
                              "away": 1.22,
                              "away_movement": 0,
                              "payout": 89.98
                            },
                            {
                              "id": 7463,
                              "bookmaker_id": 47,
                              "bookmaker_name": "Coral",
                              "bookmaker_order": 142,
                              "bookmaker_hash_image": "56ac628a2f10b3b0ac611cc5adc8d9b497c78d6f771a343d1d6d5407bb1e92dd",
                              "home": 4.8,
                              "home_movement": 0,
                              "draw": 12,
                              "draw_movement": 0,
                              "away": 1.22,
                              "away_movement": 0,
                              "payout": 89.98
                            },
                            {
                              "id": 1317,
                              "bookmaker_id": 48,
                              "bookmaker_name": "ToonieBet",
                              "bookmaker_order": 37,
                              "bookmaker_hash_image": "a5df629e64ddaf2b469366468eb3a9fe3891d023a16e8f9dbdf9adb54db2267d",
                              "home": 4.75,
                              "home_movement": -1,
                              "draw": 10,
                              "draw_movement": -1,
                              "away": 1.25,
                              "away_movement": 1,
                              "payout": 90.05
                            },
                            {
                              "id": 1321,
                              "bookmaker_id": 50,
                              "bookmaker_name": "All British Casino",
                              "bookmaker_order": 70,
                              "bookmaker_hash_image": "3c3fee20a7efe14459f43bc585af731e9fa78c454365e60a58f670b4627f88e6",
                              "home": 4.75,
                              "home_movement": -1,
                              "draw": 10,
                              "draw_movement": -1,
                              "away": 1.25,
                              "away_movement": 1,
                              "payout": 90.05
                            },
                            {
                              "id": 1322,
                              "bookmaker_id": 51,
                              "bookmaker_name": "Cashwin",
                              "bookmaker_order": 74,
                              "bookmaker_hash_image": "ff79e5e4a3648d9b457f9a2d86253cf4fe239d81704f275fcfe4ac8158304b22",
                              "home": 4.75,
                              "home_movement": -1,
                              "draw": 10,
                              "draw_movement": -1,
                              "away": 1.25,
                              "away_movement": 1,
                              "payout": 90.05
                            },
                            {
                              "id": 3550,
                              "bookmaker_id": 53,
                              "bookmaker_name": "10bet",
                              "bookmaker_order": 103,
                              "bookmaker_hash_image": "23f3dbaada1f45a965bc06f5645c45b259afa468adc88c7b867b703b25f5d3e4",
                              "home": 4.75,
                              "home_movement": 0,
                              "draw": 11,
                              "draw_movement": 0,
                              "away": 1.222,
                              "away_movement": 0,
                              "payout": 89.3
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Full Time Results"
      }
    },
    "/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://handball.sportmicro.com/odds/over-under?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.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://handball.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": 4328,
                      "is_live": false,
                      "periods": [
                        {
                          "odds": [
                            {
                              "odds": [
                                {
                                  "id": 11148,
                                  "over": 1.83,
                                  "under": 1.83,
                                  "payout": 91.5,
                                  "bookmaker_id": 5,
                                  "over_movement": 0,
                                  "bookmaker_name": "Fezbet",
                                  "under_movement": 0,
                                  "bookmaker_order": 8,
                                  "bookmaker_hash_image": "5fcd29ad7385ac87e19af6573ece46af5654a78332d51b7d6f1e4804dc86dcd3"
                                },
                                {
                                  "id": 11180,
                                  "over": 1.83,
                                  "under": 1.83,
                                  "payout": 91.5,
                                  "bookmaker_id": 18,
                                  "over_movement": 0,
                                  "bookmaker_name": "Campobet",
                                  "under_movement": 0,
                                  "bookmaker_order": 39,
                                  "bookmaker_hash_image": "d0eca5741529402474d4460e966ddc1bfa9652ebdd612fa09aec793b2988ac98"
                                },
                                {
                                  "id": 11191,
                                  "over": 1.8264463,
                                  "under": 1.8264463,
                                  "payout": 91.32,
                                  "bookmaker_id": 48,
                                  "over_movement": 0,
                                  "bookmaker_name": "ToonieBet",
                                  "under_movement": 0,
                                  "bookmaker_order": 37,
                                  "bookmaker_hash_image": "a5df629e64ddaf2b469366468eb3a9fe3891d023a16e8f9dbdf9adb54db2267d"
                                },
                                {
                                  "id": 11158,
                                  "over": 1.83,
                                  "under": 1.83,
                                  "payout": 91.5,
                                  "bookmaker_id": 50,
                                  "over_movement": 0,
                                  "bookmaker_name": "All British Casino",
                                  "under_movement": 0,
                                  "bookmaker_order": 70,
                                  "bookmaker_hash_image": "3c3fee20a7efe14459f43bc585af731e9fa78c454365e60a58f670b4627f88e6"
                                },
                                {
                                  "id": 11169,
                                  "over": 1.83,
                                  "under": 1.83,
                                  "payout": 91.5,
                                  "bookmaker_id": 51,
                                  "over_movement": 0,
                                  "bookmaker_name": "Cashwin",
                                  "under_movement": 0,
                                  "bookmaker_order": 74,
                                  "bookmaker_hash_image": "ff79e5e4a3648d9b457f9a2d86253cf4fe239d81704f275fcfe4ac8158304b22"
                                },
                                {
                                  "id": 11138,
                                  "over": 1.83,
                                  "under": 1.83,
                                  "payout": 91.5,
                                  "bookmaker_id": 7,
                                  "over_movement": 0,
                                  "bookmaker_name": "Powbet",
                                  "under_movement": 0,
                                  "bookmaker_order": 10,
                                  "bookmaker_hash_image": "2b4b65a84ff508fc1ab451fa870b8344d263f9e45652824559cccb733456e838"
                                }
                              ],
                              "type": "59.5"
                            }
                          ],
                          "period_type": "Full Time"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Over Under"
      }
    },
    "/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://handball.sportmicro.com/odds/asian-handicaps?match_id=eq.{match_id}`<br /><br />Get live odds from a specific **match_id**<br />`https://handball.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://handball.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": 4328,
                      "is_live": false,
                      "periods": [
                        {
                          "odds": [
                            {
                              "odds": [
                                {
                                  "id": 11277,
                                  "away": 1.85,
                                  "home": 1.8,
                                  "payout": 91.23,
                                  "bookmaker_id": 7,
                                  "away_movement": 0,
                                  "home_movement": 0,
                                  "bookmaker_name": "Powbet",
                                  "bookmaker_order": 10,
                                  "bookmaker_hash_image": "2b4b65a84ff508fc1ab451fa870b8344d263f9e45652824559cccb733456e838"
                                },
                                {
                                  "id": 11287,
                                  "away": 1.85,
                                  "home": 1.8,
                                  "payout": 91.23,
                                  "bookmaker_id": 5,
                                  "away_movement": 0,
                                  "home_movement": 0,
                                  "bookmaker_name": "Fezbet",
                                  "bookmaker_order": 8,
                                  "bookmaker_hash_image": "5fcd29ad7385ac87e19af6573ece46af5654a78332d51b7d6f1e4804dc86dcd3"
                                },
                                {
                                  "id": 11297,
                                  "away": 1.85,
                                  "home": 1.8,
                                  "payout": 91.23,
                                  "bookmaker_id": 50,
                                  "away_movement": 0,
                                  "home_movement": 0,
                                  "bookmaker_name": "All British Casino",
                                  "bookmaker_order": 70,
                                  "bookmaker_hash_image": "3c3fee20a7efe14459f43bc585af731e9fa78c454365e60a58f670b4627f88e6"
                                },
                                {
                                  "id": 11307,
                                  "away": 1.85,
                                  "home": 1.8,
                                  "payout": 91.23,
                                  "bookmaker_id": 51,
                                  "away_movement": 0,
                                  "home_movement": 0,
                                  "bookmaker_name": "Cashwin",
                                  "bookmaker_order": 74,
                                  "bookmaker_hash_image": "ff79e5e4a3648d9b457f9a2d86253cf4fe239d81704f275fcfe4ac8158304b22"
                                },
                                {
                                  "id": 11317,
                                  "away": 1.85,
                                  "home": 1.8,
                                  "payout": 91.23,
                                  "bookmaker_id": 18,
                                  "away_movement": 0,
                                  "home_movement": 0,
                                  "bookmaker_name": "Campobet",
                                  "bookmaker_order": 39,
                                  "bookmaker_hash_image": "d0eca5741529402474d4460e966ddc1bfa9652ebdd612fa09aec793b2988ac98"
                                }
                              ],
                              "type": "-3.5/+3.5"
                            }
                          ],
                          "period_type": "Full Time"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Asian Handicaps"
      }
    }
  },
  "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://handball.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.standings.id": {
        "name": "id",
        "description": "The id of the standing",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.37"
        },
        "example": "eq.37"
      },
      "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.68"
        },
        "example": "eq.68"
      },
      "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.63"
        },
        "example": "eq.63"
      },
      "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.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.123"
        },
        "example": "eq.123"
      },
      "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.96"
        },
        "example": "eq.96"
      },
      "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.1348"
        },
        "example": "eq.1348"
      },
      "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.100"
        },
        "example": "eq.100"
      },
      "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.112"
        },
        "example": "eq.112"
      },
      "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.coaches": {
        "name": "coaches",
        "description": "The coaches",
        "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.lineups_id": {
        "name": "lineups_id",
        "description": "The id of the lineup",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches.coaches_id": {
        "name": "coaches_id",
        "description": "The id of the coaches",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "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.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.44"
        },
        "example": "eq.44"
      },
      "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.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.622"
        },
        "example": "eq.622"
      },
      "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.coaches-by-country.country_id": {
        "name": "country_id",
        "description": "The id of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.3"
        },
        "example": "eq.3"
      },
      "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.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.66"
        },
        "example": "eq.66"
      },
      "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.teams-statistics.id": {
        "name": "id",
        "description": "The id of the team's statistic",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.teams-statistics.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.10470"
        },
        "example": "eq.10470"
      },
      "rowFilter.teams-statistics.team_name": {
        "name": "team_name",
        "description": "The name of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams-statistics.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.teams-statistics.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.189"
        },
        "example": "eq.189"
      },
      "rowFilter.teams-statistics.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams-statistics.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.teams-statistics.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.5052"
        },
        "example": "eq.5052"
      },
      "rowFilter.teams-statistics.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams-statistics.type": {
        "name": "type",
        "description": "The type of the statistic",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.overall"
        },
        "example": "eq.overall"
      },
      "rowFilter.teams-statistics.goals_scored": {
        "name": "goals_scored",
        "description": "The number of goals scored",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.teams-statistics.goals_conceded": {
        "name": "goals_conceded",
        "description": "The number of goals conceded",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.teams-statistics.shots_taken": {
        "name": "shots_taken",
        "description": "The number of shots taken by the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.teams-statistics.shooting_percentage": {
        "name": "shooting_percentage",
        "description": "The number of shooting made by the team in `%`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.teams-statistics.fastbreak_goals": {
        "name": "fastbreak_goals",
        "description": "The number of fast break goals made by the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.teams-statistics.seven_meters_scored": {
        "name": "seven_meters_scored",
        "description": "The number of seven meters scored by the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.teams-statistics.seven_meters_total": {
        "name": "seven_meters_total",
        "description": "The number of seven meters total made by the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.teams-statistics.total_steals": {
        "name": "total_steals",
        "description": "The number of steals by the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.teams-statistics.total_two_minute_penalties": {
        "name": "total_two_minute_penalties",
        "description": "The number of two minute penalties made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.teams-statistics.goals_in_powerplay": {
        "name": "goals_in_powerplay",
        "description": "The number of goals in power play made by the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.teams-statistics.shorthanded_goals": {
        "name": "shorthanded_goals",
        "description": "The number of shorthanded goals made by the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.teams-statistics.total_matches_played": {
        "name": "total_matches_played",
        "description": "The number of matches by the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.teams-statistics.total_awarded_matches": {
        "name": "total_awarded_matches",
        "description": "The number of awarded matches by the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.matches-incidents.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.32"
        },
        "example": "eq.32"
      },
      "rowFilter.matches-incidents.incidents": {
        "name": "incidents",
        "description": "The incidents of the match",
        "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.66"
        },
        "example": "eq.66"
      },
      "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.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.8588"
        },
        "example": "eq.8588"
      },
      "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.leagues.id": {
        "name": "id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.63"
        },
        "example": "eq.63"
      },
      "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.47"
        },
        "example": "eq.47"
      },
      "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.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.coaches": {
        "name": "coaches",
        "description": "The coaches",
        "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.lineups_id": {
        "name": "lineups_id",
        "description": "The id of the lineup",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.coaches_id": {
        "name": "coaches_id",
        "description": "The id of the coaches",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "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.players-statistics.id": {
        "name": "id",
        "description": "The id of the player's statistics",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.players-statistics.player_id": {
        "name": "player_id",
        "description": "The id of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.315648"
        },
        "example": "eq.315648"
      },
      "rowFilter.players-statistics.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.112713"
        },
        "example": "eq.112713"
      },
      "rowFilter.players-statistics.team_name": {
        "name": "team_name",
        "description": "The name of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players-statistics.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-statistics.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.2005"
        },
        "example": "eq.2005"
      },
      "rowFilter.players-statistics.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players-statistics.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.players-statistics.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.5332"
        },
        "example": "eq.5332"
      },
      "rowFilter.players-statistics.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players-statistics.type": {
        "name": "type",
        "description": "The type of the statistics",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.overall"
        },
        "example": "eq.overall"
      },
      "rowFilter.players-statistics.goalkeeper_saves": {
        "name": "goalkeeper_saves",
        "description": "The number of saves by goalkeeper",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.two_min_penalties": {
        "name": "two_min_penalties",
        "description": "The number of two minute penalties made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.technical_errors": {
        "name": "technical_errors",
        "description": "The number of technical faults made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.yellow_cards_received": {
        "name": "yellow_cards_received",
        "description": "The number of yellow cards received",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.goalkeeper_shots": {
        "name": "goalkeeper_shots",
        "description": "The number of gk shots made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk7m_goals_scored": {
        "name": "gk7m_goals_scored",
        "description": "The number of gk7m goals made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk7m_shots_taken": {
        "name": "gk7m_shots_taken",
        "description": "The number of gk7m shots made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk6m_saves_made": {
        "name": "gk6m_saves_made",
        "description": "The number of gk6m saves made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk6m_shots_taken": {
        "name": "gk6m_shots_taken",
        "description": "The number of gk6m shots made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk_pivot_saves_made": {
        "name": "gk_pivot_saves_made",
        "description": "The number of gk pivot saves made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk_pivot_shots_taken": {
        "name": "gk_pivot_shots_taken",
        "description": "The number of gk pivot shots made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk9m_saves_made": {
        "name": "gk9m_saves_made",
        "description": "The number of gk9m saves made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk9m_shots_taken": {
        "name": "gk9m_shots_taken",
        "description": "The number of gk9m shots made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk_breakthrough_saves_made": {
        "name": "gk_breakthrough_saves_made",
        "description": "The number of gk breakthrough saves made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk_breakthrough_shots_taken": {
        "name": "gk_breakthrough_shots_taken",
        "description": "The number of gk breakthrough shots made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk_fastbreak_goals_scored": {
        "name": "gk_fastbreak_goals_scored",
        "description": "The number of gk fast break goals made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk_fastbreak_shots_taken": {
        "name": "gk_fastbreak_shots_taken",
        "description": "The number of gk fast break shots made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.total_shots_taken": {
        "name": "total_shots_taken",
        "description": "The number of shots taken made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.total_goals_scored": {
        "name": "total_goals_scored",
        "description": "The number of total goals scored",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.total_assists": {
        "name": "total_assists",
        "description": "The number of total assists",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.goals_scored_7m_throw": {
        "name": "goals_scored_7m_throw",
        "description": "The number of goals7m made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.shots_taken_7m_throw": {
        "name": "shots_taken_7m_throw",
        "description": "The number of shots7m made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.goals_scored_6m_throw": {
        "name": "goals_scored_6m_throw",
        "description": "The number of goals6m made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.shots_taken_6m_throw": {
        "name": "shots_taken_6m_throw",
        "description": "The number of shots6m made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.goals_scored_9m_throw": {
        "name": "goals_scored_9m_throw",
        "description": "The number of goals9m made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.shots_taken_9m_throw": {
        "name": "shots_taken_9m_throw",
        "description": "The number of shots9m made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.breakthrough_goals_scored": {
        "name": "breakthrough_goals_scored",
        "description": "The number of breakthrough goals made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.breakthrough_shots_taken": {
        "name": "breakthrough_shots_taken",
        "description": "The number of breakthrough shots made by the payer",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.pivot_goals_scored": {
        "name": "pivot_goals_scored",
        "description": "The number of pivot goals made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.pivot_shots_taken": {
        "name": "pivot_shots_taken",
        "description": "The number of pivot shots made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.fastbreak_goals_scored": {
        "name": "fastbreak_goals_scored",
        "description": "The number of fast break goals made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.fastbreak_shots_taken": {
        "name": "fastbreak_shots_taken",
        "description": "The number of fast break shots made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.total_steals": {
        "name": "total_steals",
        "description": "The number of total steals",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.total_blocked_shots": {
        "name": "total_blocked_shots",
        "description": "The number of blocked shots",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk7m_saves_made": {
        "name": "gk7m_saves_made",
        "description": "The number of gk7m saves made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.gk_fastbreak_saves_made": {
        "name": "gk_fastbreak_saves_made",
        "description": "The number of gk fast break saves made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.shooting_efficiency": {
        "name": "shooting_efficiency",
        "description": "The number of shooting efficiency made by the player in `%`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.goalkeeper_efficiency": {
        "name": "goalkeeper_efficiency",
        "description": "The number of goalkeeper efficiency made by the player in `%`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-statistics.total_appearances": {
        "name": "total_appearances",
        "description": "The number of appearances by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "numeric"
        }
      },
      "rowFilter.players-by-team.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.203"
        },
        "example": "eq.203"
      },
      "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.coaches.id": {
        "name": "id",
        "description": "The id of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.28"
        },
        "example": "eq.28"
      },
      "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",
          "example": "eq.281"
        },
        "example": "eq.281"
      },
      "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.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-by-league.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.63"
        },
        "example": "eq.63"
      },
      "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.players.id": {
        "name": "id",
        "description": "The id of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.90"
        },
        "example": "eq.90"
      },
      "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.classes.id": {
        "name": "id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.44"
        },
        "example": "eq.44"
      },
      "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.IL"
        },
        "example": "eq.IL"
      },
      "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.seasons-info.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.96"
        },
        "example": "eq.96"
      },
      "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.cup-bracket.id": {
        "name": "id",
        "description": "The id of the cup bracket",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.18"
        },
        "example": "eq.18"
      },
      "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.96"
        },
        "example": "eq.96"
      },
      "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.63"
        },
        "example": "eq.63"
      },
      "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-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.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.44"
        },
        "example": "eq.44"
      },
      "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.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.63"
        },
        "example": "eq.63"
      },
      "rowFilter.teams-by-league.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams-by-league.league_hash_image": {
        "name": "league_hash_image",
        "description": "The hash image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams-by-league.teams": {
        "name": "teams",
        "description": "The teams",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.referees-by-league.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.63"
        },
        "example": "eq.63"
      },
      "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.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.teams-seasons.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.100"
        },
        "example": "eq.100"
      },
      "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.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.tournaments.id": {
        "name": "id",
        "description": "The id of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.4902"
        },
        "example": "eq.4902"
      },
      "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.2149"
        },
        "example": "eq.2149"
      },
      "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.366"
        },
        "example": "eq.366"
      },
      "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.seasons.id": {
        "name": "id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.39601"
        },
        "example": "eq.39601"
      },
      "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.11869"
        },
        "example": "eq.11869"
      },
      "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.matches-statistics.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.135"
        },
        "example": "eq.135"
      },
      "rowFilter.matches-statistics.statistics": {
        "name": "statistics",
        "description": "The statistics of the match",
        "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.68"
        },
        "example": "eq.68"
      },
      "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.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.68"
        },
        "example": "eq.68"
      },
      "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.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.573249"
        },
        "example": "eq.573249"
      },
      "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.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.leagues-info.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.3015"
        },
        "example": "eq.3015"
      },
      "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.matches-by-date.date": {
        "name": "date",
        "description": "The date",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.2005-10-01"
        },
        "example": "eq.2005-10-01"
      },
      "rowFilter.matches-by-date.matches": {
        "name": "matches",
        "description": "The matches",
        "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.matches-players-statistics.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.926"
        },
        "example": "eq.926"
      },
      "rowFilter.matches-players-statistics.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.434"
        },
        "example": "eq.434"
      },
      "rowFilter.matches-players-statistics.player_id": {
        "name": "player_id",
        "description": "The id of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.132"
        },
        "example": "eq.132"
      },
      "rowFilter.matches-players-statistics.position": {
        "name": "position",
        "description": "The position of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-players-statistics.two_minute_penalties": {
        "name": "two_minute_penalties",
        "description": "The number of two minute penalties",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-players-statistics.technical_faults": {
        "name": "technical_faults",
        "description": "The number of technical faults made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-players-statistics.yellow_cards": {
        "name": "yellow_cards",
        "description": "The number of yellow cards made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-players-statistics.shots_taken": {
        "name": "shots_taken",
        "description": "The number of shots taken by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-players-statistics.goals": {
        "name": "goals",
        "description": "The number of the goals by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-players-statistics.assists": {
        "name": "assists",
        "description": "The number of assists made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-players-statistics.goals7m": {
        "name": "goals7m",
        "description": "The number of goals7m made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-players-statistics.steals": {
        "name": "steals",
        "description": "The number of steals",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-players-statistics.blocked_shots": {
        "name": "blocked_shots",
        "description": "The number of blocked shots made by the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "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.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.122"
        },
        "example": "eq.122"
      },
      "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.5"
        },
        "example": "eq.5"
      },
      "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.arenas.id": {
        "name": "id",
        "description": "The id of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.30"
        },
        "example": "eq.30"
      },
      "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.19"
        },
        "example": "eq.19"
      },
      "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.matches-lineups.id": {
        "name": "id",
        "description": "The id of the lineup",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1"
        },
        "example": "eq.1"
      },
      "rowFilter.matches-lineups.confirmed": {
        "name": "confirmed",
        "description": "If the lineup is confirmed",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.matches-lineups.home_team": {
        "name": "home_team",
        "description": "The lineup of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-lineups.away_team": {
        "name": "away_team",
        "description": "The lineup of the away team",
        "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.153"
        },
        "example": "eq.153"
      },
      "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.teams.id": {
        "name": "id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.118638"
        },
        "example": "eq.118638"
      },
      "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",
          "example": "eq.49"
        },
        "example": "eq.49"
      },
      "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.385"
        },
        "example": "eq.385"
      },
      "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.33962"
        },
        "example": "eq.33962"
      },
      "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.11319"
        },
        "example": "eq.11319"
      },
      "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",
          "example": "eq.20850"
        },
        "example": "eq.20850"
      },
      "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-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.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.63"
        },
        "example": "eq.63"
      },
      "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.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.4692"
        },
        "example": "eq.4692"
      },
      "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.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.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.1767"
        },
        "example": "eq.1767"
      },
      "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.ES"
        },
        "example": "eq.ES"
      },
      "rowFilter.matches-tv-channels.tv_channels": {
        "name": "tv_channels",
        "description": "The tv channels",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-by-date.date": {
        "name": "date",
        "description": "The date",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.2005-10-01"
        },
        "example": "eq.2005-10-01"
      },
      "rowFilter.leagues-by-date.leagues": {
        "name": "leagues",
        "description": "The leagues",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.media-teams.id": {
        "name": "id",
        "description": "The id of the media",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.media-teams.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.14635"
        },
        "example": "eq.14635"
      },
      "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.european-handicap.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.210632"
        },
        "example": "eq.210632"
      },
      "rowFilter.european-handicap.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.true"
        },
        "example": "eq.true"
      },
      "rowFilter.european-handicap.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.210215"
        },
        "example": "eq.210215"
      },
      "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.double_chance": {
        "name": "double_chance",
        "description": "Coverage of double_chance",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage.home_away": {
        "name": "home_away",
        "description": "Coverage of home_away",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage.draw_no_bet": {
        "name": "draw_no_bet",
        "description": "Coverage of draw_no_bet",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage.half_time_full_time": {
        "name": "half_time_full_time",
        "description": "Coverage of half_time_full_time",
        "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.coverage.european_handicap": {
        "name": "european_handicap",
        "description": "Coverage of european_handicap",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage.to_qualify": {
        "name": "to_qualify",
        "description": "Coverage of to_qualify",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.to-qualify.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.21468"
        },
        "example": "eq.21468"
      },
      "rowFilter.to-qualify.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.to-qualify.periods": {
        "name": "periods",
        "description": "Periods",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.half-time-full-time.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.21468"
        },
        "example": "eq.21468"
      },
      "rowFilter.half-time-full-time.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.half-time-full-time.periods": {
        "name": "periods",
        "description": "Periods",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.draw-no-bet-movements.draw_no_bet_id": {
        "name": "draw_no_bet_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.draw-no-bet-movements.movements": {
        "name": "movements",
        "description": "The movements",
        "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.home-away.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.209089"
        },
        "example": "eq.209089"
      },
      "rowFilter.home-away.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.true"
        },
        "example": "eq.true"
      },
      "rowFilter.home-away.periods": {
        "name": "periods",
        "description": "Periods",
        "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.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.double-chance.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.21468"
        },
        "example": "eq.21468"
      },
      "rowFilter.double-chance.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.double-chance.periods": {
        "name": "periods",
        "description": "Periods",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.draw-no-bet.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.21468"
        },
        "example": "eq.21468"
      },
      "rowFilter.draw-no-bet.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.draw-no-bet.periods": {
        "name": "periods",
        "description": "Periods",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.half-time-full-time-movements.half_time_full_time_id": {
        "name": "half_time_full_time_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.half-time-full-time-movements.movements": {
        "name": "movements",
        "description": "The movements",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.bookmakers.id": {
        "name": "id",
        "description": "The id of the bookmaker. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1"
        },
        "example": "eq.1"
      },
      "rowFilter.bookmakers.name": {
        "name": "name",
        "description": "The name of the bookmaker",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.Stake.com"
        },
        "example": "eq.Stake.com"
      },
      "rowFilter.bookmakers.popularity_order": {
        "name": "popularity_order",
        "description": "The popularity score of the bookmaker",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.bookmakers.hash_image": {
        "name": "hash_image",
        "description": "The hash image of the bookmaker",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "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.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.21468"
        },
        "example": "eq.21468"
      },
      "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.european-handicap-movements.european_handicap_id": {
        "name": "european_handicap_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.european-handicap-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.210215"
        },
        "example": "eq.210215"
      },
      "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.double_chance": {
        "name": "double_chance",
        "description": "Coverage of double_chance",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage-live.home_away": {
        "name": "home_away",
        "description": "Coverage of home_away",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage-live.draw_no_bet": {
        "name": "draw_no_bet",
        "description": "Coverage of draw_no_bet",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage-live.half_time_full_time": {
        "name": "half_time_full_time",
        "description": "Coverage of half_time_full_time",
        "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.coverage-live.european_handicap": {
        "name": "european_handicap",
        "description": "Coverage of european_handicap",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "rowFilter.coverage-live.to_qualify": {
        "name": "to_qualify",
        "description": "Coverage of to_qualify",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean"
        }
      },
      "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.21468"
        },
        "example": "eq.21468"
      },
      "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.home-away-movements.home_away_id": {
        "name": "home_away_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.home-away-movements.movements": {
        "name": "movements",
        "description": "The movements",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "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.4328"
        },
        "example": "eq.4328"
      },
      "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.double-chance-movements.double_chance_id": {
        "name": "double_chance_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.double-chance-movements.movements": {
        "name": "movements",
        "description": "The movements",
        "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.4328"
        },
        "example": "eq.4328"
      },
      "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.to-qualify-movements.to_qualify_id": {
        "name": "to_qualify_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.to-qualify-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": {
      "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://handball.sportmicro.com/standings`<br /><br />Get standing based on the **id**<br />`https://handball.sportmicro.com/standings?id=eq.{id}`<br /><br />Get standing from a specific **league_id**<br />`https://handball.sportmicro.com/standings?league_id=eq.{league_id}`<br /><br />Get standing from a specific **league_id** and **season_id**<br />`https://handball.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://handball.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"
      },
      "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\ncanceled | Abandoned\ndelayed | Start delayed\nfinished | Walkover\nfinished | Removed\nfinished | AET\nfinished | Ended\nfinished | Coverage canceled\nfinished | AP\ninterrupted | Interrupted\nlive | 2nd half\npostponed | Postponed\nupcoming | Not started\nlive | 1st half\nlive | 1st extra\nlive | 2nd extra\n\nFor **scores** we have fields for covering that: `current`, `display`, `period1`, `period2`, `normaltime`, `overtime`, `penalties`, `series`, `aggregated`, `extra1`, `extra2`, `period3`, `team`, `match_id`.\n\nFor **time extras or injuries** we have fields for covering that: **current**, **played**, **period_length**, **overtime_length**, **total_period_count**, **current_period_start_timestamp**, **match_id**, **time**, **average_period_length**, **period_count**.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 10 seconds.<br />**Recommended Calls**: Limit calls to 1 every 10 seconds.\n\n### Use Cases\nGet matches<br />`https://handball.sportmicro.com/matches`<br /><br />Get match based on the **id**<br />`https://handball.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://handball.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://handball.sportmicro.com/matches?status_type=eq.{status_type}`<br /><br />Get matches based on the **season_id**<br />`https://handball.sportmicro.com/matches?season_id=eq.{season_id}`<br /><br />Get matches based on the **tournament_id**<br />`https://handball.sportmicro.com/matches?tournament_id=eq.{tournament_id}`<br /><br />Get matches based on the **round_id**<br />`https://handball.sportmicro.com/matches?round_id=eq.{round_id}`<br /><br />Get matches based on the **arena_id**<br />`https://handball.sportmicro.com/matches?arena_id=eq.{arena_id}`<br /><br />Get matches based on the **referee_id**<br />`https://handball.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://handball.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://handball.sportmicro.com/matches?home_team_id=eq.{home_team_id}`<br /><br />Get away team matches based on the **away_team_id**<br />`https://handball.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"
          },
          "attendance": {
            "description": "The number of people watching the match at the arena",
            "format": "integer",
            "type": "integer"
          },
          "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"
          },
          "coaches": {
            "description": "The coaches",
            "format": "jsonb"
          },
          "specific_start_time": {
            "description": "The real start time of the match",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "start_time": {
            "description": "The official start time of the match",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "end_time": {
            "description": "The end of the match",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "duration": {
            "description": "The duration of the match",
            "format": "integer",
            "type": "integer"
          },
          "last_period": {
            "description": "The last period of the match",
            "format": "text",
            "type": "string"
          },
          "season_statistics_type": {
            "description": "The type of the season's statistics",
            "format": "text",
            "type": "string"
          },
          "lineups_id": {
            "description": "The id of the lineup\n\nNote:\nThis is a Foreign Key to `matches-lineups.id`.<fk table='matches-lineups' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "coaches_id": {
            "description": "The id of the coaches",
            "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"
          },
          "previous_leg_match_id": {
            "description": "The id of the previous leg match\n\nNote:\nThis is a Foreign Key to `matches.id`.<fk table='matches' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "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"
      },
      "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://handball.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"
      },
      "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://handball.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"
      },
      "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://handball.sportmicro.com/coaches-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"
          },
          "coaches": {
            "description": "The coaches",
            "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://handball.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"
      },
      "teams-statistics": {
        "description": "Statistics\nThis endpoint allows you to retrieve the statistics 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 team statistics from a specific **team_id**<br />`https://handball.sportmicro.com/teams-statistics?team_id=eq.{team_id}`<br /><br />Get team statistics from a specific **team_id** and **league_id**<br />`https://handball.sportmicro.com/teams-statistics?team_id=eq.{team_id}&league_id=eq.{league_id}`<br /><br />Get team statistics from a specific **team_id**, **league_id** and **season_id**<br />`https://handball.sportmicro.com/teams-statistics?&team_id=eq.{team_id}&league_id=eq.{league_id}&season_id=eq.{season_id}`<br /><br />Get team statistics from a specific **team_id**, **league_id**, **season_id** and **type**<br />`https://handball.sportmicro.com/teams-statistics?team_id=eq.{team_id}&league_id=eq.{league_id}&season_id=eq.{season_id}&type=eq.{type}`",
        "properties": {
          "id": {
            "description": "The id of the team's statistic\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "team_id": {
            "description": "The id of the team\n\nNote:\nThis is a Foreign Key to `teams.id`.<fk table='teams' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "team_name": {
            "description": "The name of the team",
            "format": "text",
            "type": "string"
          },
          "team_hash_image": {
            "description": "The name image of the team",
            "format": "character varying",
            "maxLength": 64,
            "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"
          },
          "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"
          },
          "type": {
            "description": "The type of the statistic",
            "format": "text",
            "type": "string"
          },
          "goals_scored": {
            "description": "The number of goals scored",
            "format": "numeric",
            "type": "number"
          },
          "goals_conceded": {
            "description": "The number of goals conceded",
            "format": "numeric",
            "type": "number"
          },
          "shots_taken": {
            "description": "The number of shots taken by the team",
            "format": "numeric",
            "type": "number"
          },
          "shooting_percentage": {
            "description": "The number of shooting made by the team in `%`",
            "format": "numeric",
            "type": "number"
          },
          "fastbreak_goals": {
            "description": "The number of fast break goals made by the team",
            "format": "numeric",
            "type": "number"
          },
          "seven_meters_scored": {
            "description": "The number of seven meters scored by the team",
            "format": "numeric",
            "type": "number"
          },
          "seven_meters_total": {
            "description": "The number of seven meters total made by the team",
            "format": "numeric",
            "type": "number"
          },
          "total_steals": {
            "description": "The number of steals by the team",
            "format": "numeric",
            "type": "number"
          },
          "total_two_minute_penalties": {
            "description": "The number of two minute penalties made by the player",
            "format": "numeric",
            "type": "number"
          },
          "goals_in_powerplay": {
            "description": "The number of goals in power play made by the team",
            "format": "numeric",
            "type": "number"
          },
          "shorthanded_goals": {
            "description": "The number of shorthanded goals made by the team",
            "format": "numeric",
            "type": "number"
          },
          "total_matches_played": {
            "description": "The number of matches by the team",
            "format": "numeric",
            "type": "number"
          },
          "total_awarded_matches": {
            "description": "The number of awarded matches by the team",
            "format": "numeric",
            "type": "number"
          }
        },
        "type": "object"
      },
      "matches-incidents": {
        "description": "Incidents\nThis endpoint allows you to retrieve the incidents from matches.\n\nFor **incidents** we have many types: `goal`, `period`, `card`, `suspension`, `inGamePenalty`, `penaltyShootout`.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 10 seconds during a live match.<br />**Recommended Calls**: Limit calls to 1 per 10 seconds during a live match.\n\n### Use Cases\nGet incidents from a specific **match_id**<br />`https://handball.sportmicro.com/matches-incidents?match_id=eq.{match_id}`",
        "properties": {
          "match_id": {
            "description": "The id of the match\n\nNote:\nThis is a Foreign Key to `matches.id`.<fk table='matches' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "incidents": {
            "description": "The incidents of the match",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "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://handball.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"
      },
      "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://handball.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"
      },
      "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://handball.sportmicro.com/leagues`<br /><br />Search the leagues by the `name`<br />`https://handball.sportmicro.com/leagues?name=like.*Championship*`<br /><br />Get leagues based on the **id**<br />`https://handball.sportmicro.com/leagues?id=eq.{id}`<br /><br />Get leagues from a specific **class_id**<br />`https://handball.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"
          },
          "level": {
            "description": "The 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"
          },
          "connected_leagues": {
            "description": "The ids of connected leagues",
            "format": "jsonb"
          },
          "higher_leagues": {
            "description": "The ids of higher leagues",
            "format": "jsonb"
          },
          "lower_leagues": {
            "description": "The ids of lower leagues",
            "format": "jsonb"
          },
          "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"
      },
      "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"
      },
      "players-statistics": {
        "description": "Statistics\nThis endpoint allows you to retrieve the statistics from players.\n\nFor the type argument you can search by: **overall**, **home** and **away**, but **overall** is most common type for this endpoint.\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.<br />**Recommended Calls**: Limit calls to 1 per minute.\n\n### Use Cases\nGet statistics from a specific **player_id**<br />`https://handball.sportmicro.com/players-statistics?player_id=eq.{player_id}`<br /><br />Get top 20 players with most goals from a specific **league_id** and **season_id**<br />`https://handball.sportmicro.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=goals.desc&limit=20`<br /><br />Get top 20 players with most rating from a specific **league_id** and **season_id**<br />`https://handball.sportmicro.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=rating.desc&limit=20`<br /><br />Get top 20 players with most red cards from a specific **league_id** and **season_id**<br />`https://handball.sportmicro.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=red_cards.desc&limit=20`<br /><br />Get top 20 players with most yellow cards from a specific **league_id** and **season_id**<br />`https://handball.sportmicro.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=yellow_cards.desc&limit=20`<br /><br />Get top 20 players with most assists from a specific **league_id** and **season_id**<br />`https://handball.sportmicro.com/players-statistics?league_id=eq.{league_id}&season_id=eq.{season_id}&order=assists.desc&limit=20`<br /><br />Get statistics from a specific **player_id** and **team_id**<br />`https://handball.sportmicro.com/players-statistics?player_id=eq.{player_id}&team_id=eq.{team_id}`<br /><br />Get statistics from a specific **player_id**, **team_id** and **league_id**<br />`https://handball.sportmicro.com/players-statistics?player_id=eq.{player_id}&team_id=eq.{team_id}&league_id=eq.{league_id}`<br /><br />Get statistics from a specific **player_id**, **team_id**, **league_id** and **season_id**<br />`https://handball.sportmicro.com/players-statistics?player_id=eq.{player_id}&team_id=eq.{team_id}&league_id=eq.{league_id}&season_id=eq.{season_id}`<br /><br />Get statistics from a specific **player_id**, **team_id**, **league_id**, **season_id** and **type**<br />`https://handball.sportmicro.com/players-statistics?player_id=eq.{player_id}&team_id=eq.{team_id}&league_id=eq.{league_id}&season_id=eq.{season_id}&type=eq.{type}`",
        "properties": {
          "id": {
            "description": "The id of the player's statistics\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "player_id": {
            "description": "The id of the player\n\nNote:\nThis is a Foreign Key to `players.id`.<fk table='players' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "team_id": {
            "description": "The id of the team\n\nNote:\nThis is a Foreign Key to `teams.id`.<fk table='teams' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "team_name": {
            "description": "The name of the team",
            "format": "text",
            "type": "string"
          },
          "team_hash_image": {
            "description": "The name image of the team",
            "format": "character varying",
            "maxLength": 64,
            "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"
          },
          "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"
          },
          "type": {
            "description": "The type of the statistics",
            "format": "text",
            "type": "string"
          },
          "goalkeeper_saves": {
            "description": "The number of saves by goalkeeper",
            "format": "numeric",
            "type": "number"
          },
          "two_min_penalties": {
            "description": "The number of two minute penalties made by the player",
            "format": "numeric",
            "type": "number"
          },
          "technical_errors": {
            "description": "The number of technical faults made by the player",
            "format": "numeric",
            "type": "number"
          },
          "yellow_cards_received": {
            "description": "The number of yellow cards received",
            "format": "numeric",
            "type": "number"
          },
          "goalkeeper_shots": {
            "description": "The number of gk shots made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk7m_goals_scored": {
            "description": "The number of gk7m goals made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk7m_shots_taken": {
            "description": "The number of gk7m shots made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk6m_saves_made": {
            "description": "The number of gk6m saves made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk6m_shots_taken": {
            "description": "The number of gk6m shots made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk_pivot_saves_made": {
            "description": "The number of gk pivot saves made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk_pivot_shots_taken": {
            "description": "The number of gk pivot shots made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk9m_saves_made": {
            "description": "The number of gk9m saves made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk9m_shots_taken": {
            "description": "The number of gk9m shots made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk_breakthrough_saves_made": {
            "description": "The number of gk breakthrough saves made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk_breakthrough_shots_taken": {
            "description": "The number of gk breakthrough shots made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk_fastbreak_goals_scored": {
            "description": "The number of gk fast break goals made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk_fastbreak_shots_taken": {
            "description": "The number of gk fast break shots made by the player",
            "format": "numeric",
            "type": "number"
          },
          "total_shots_taken": {
            "description": "The number of shots taken made by the player",
            "format": "numeric",
            "type": "number"
          },
          "total_goals_scored": {
            "description": "The number of total goals scored",
            "format": "numeric",
            "type": "number"
          },
          "total_assists": {
            "description": "The number of total assists",
            "format": "numeric",
            "type": "number"
          },
          "goals_scored_7m_throw": {
            "description": "The number of goals7m made by the player",
            "format": "numeric",
            "type": "number"
          },
          "shots_taken_7m_throw": {
            "description": "The number of shots7m made by the player",
            "format": "numeric",
            "type": "number"
          },
          "goals_scored_6m_throw": {
            "description": "The number of goals6m made by the player",
            "format": "numeric",
            "type": "number"
          },
          "shots_taken_6m_throw": {
            "description": "The number of shots6m made by the player",
            "format": "numeric",
            "type": "number"
          },
          "goals_scored_9m_throw": {
            "description": "The number of goals9m made by the player",
            "format": "numeric",
            "type": "number"
          },
          "shots_taken_9m_throw": {
            "description": "The number of shots9m made by the player",
            "format": "numeric",
            "type": "number"
          },
          "breakthrough_goals_scored": {
            "description": "The number of breakthrough goals made by the player",
            "format": "numeric",
            "type": "number"
          },
          "breakthrough_shots_taken": {
            "description": "The number of breakthrough shots made by the payer",
            "format": "numeric",
            "type": "number"
          },
          "pivot_goals_scored": {
            "description": "The number of pivot goals made by the player",
            "format": "numeric",
            "type": "number"
          },
          "pivot_shots_taken": {
            "description": "The number of pivot shots made by the player",
            "format": "numeric",
            "type": "number"
          },
          "fastbreak_goals_scored": {
            "description": "The number of fast break goals made by the player",
            "format": "numeric",
            "type": "number"
          },
          "fastbreak_shots_taken": {
            "description": "The number of fast break shots made by the player",
            "format": "numeric",
            "type": "number"
          },
          "total_steals": {
            "description": "The number of total steals",
            "format": "numeric",
            "type": "number"
          },
          "total_blocked_shots": {
            "description": "The number of blocked shots",
            "format": "numeric",
            "type": "number"
          },
          "gk7m_saves_made": {
            "description": "The number of gk7m saves made by the player",
            "format": "numeric",
            "type": "number"
          },
          "gk_fastbreak_saves_made": {
            "description": "The number of gk fast break saves made by the player",
            "format": "numeric",
            "type": "number"
          },
          "shooting_efficiency": {
            "description": "The number of shooting efficiency made by the player in `%`",
            "format": "numeric",
            "type": "number"
          },
          "goalkeeper_efficiency": {
            "description": "The number of goalkeeper efficiency made by the player in `%`",
            "format": "numeric",
            "type": "number"
          },
          "total_appearances": {
            "description": "The number of appearances by the player",
            "format": "numeric",
            "type": "number"
          }
        },
        "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://handball.sportmicro.com/players-by-team?team_id=eq.{team_id}`",
        "properties": {
          "team_id": {
            "description": "The id of the team\n\nNote:\nThis is a Foreign Key to `teams.id`.<fk table='teams' column='id'/>",
            "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"
          },
          "players": {
            "description": "The players",
            "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://handball.sportmicro.com/coaches?id=eq.{id}`<br /><br />Get coach from a specific **country_id**<br />`https://handball.sportmicro.com/coaches?country_id=eq.{country_id}`<br /><br />Get coach from a specific **team_id**<br />`https://handball.sportmicro.com/coaches?team_id=eq.{team_id}`",
        "properties": {
          "id": {
            "description": "The id of the coach\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the coach",
            "format": "text",
            "type": "string"
          },
          "nickname": {
            "description": "The short name of the coach",
            "format": "text",
            "type": "string"
          },
          "default_formation": {
            "description": "The default formation by the coach",
            "format": "text",
            "type": "string"
          },
          "nationality": {
            "description": "The nationality of the coach",
            "format": "text",
            "type": "string"
          },
          "nationality_iso2": {
            "description": "The alpha2 of the nationality",
            "format": "character varying",
            "maxLength": 2,
            "type": "string"
          },
          "date_of_birth": {
            "description": "The date of the coach's birth",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "hash_image": {
            "description": "The name of the image",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "former_player_id": {
            "description": "The id of the coach as a former player",
            "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"
          },
          "team_id": {
            "description": "The id of the team\n\nNote:\nThis is a Foreign Key to `teams.id`.<fk table='teams' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "team_name": {
            "description": "The name of the team",
            "format": "text",
            "type": "string"
          },
          "team_hash_image": {
            "description": "The name image of the team",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "class_id": {
            "description": "The id of the class",
            "format": "integer",
            "type": "integer"
          },
          "class_name": {
            "description": "The name of the class",
            "format": "text",
            "type": "string"
          },
          "class_hash_image": {
            "description": "The hash image of the class",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          }
        },
        "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://handball.sportmicro.com/coaches-career?coach_id=eq.{coach_id}`",
        "properties": {},
        "type": "object"
      },
      "seasons-by-league": {
        "description": "Seasons by league\nThis endpoint allows you to retrieve the seasons from a specific league.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet seasons from a specific **league_id**<br />`https://handball.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"
      },
      "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://handball.sportmicro.com/players`<br /><br />Get players based on the **name**<br />`https://handball.sportmicro.com/players?name=like.*Cristiano*`<br /><br />Get players based on the **id**<br />`https://handball.sportmicro.com/players?id=eq.{id}`<br /><br />Get players from a specific **team_id**<br />`https://handball.sportmicro.com/players?team_id=eq.{team_id}`",
        "properties": {
          "id": {
            "description": "The id of the player\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the player",
            "format": "text",
            "type": "string"
          },
          "first_name": {
            "description": "The first name of the player",
            "format": "text",
            "type": "string"
          },
          "last_name": {
            "description": "The last name of the player",
            "format": "text",
            "type": "string"
          },
          "nickname": {
            "description": "The short name of the player",
            "format": "text",
            "type": "string"
          },
          "player_position": {
            "description": "The position of the player",
            "format": "text",
            "type": "string"
          },
          "player_jersey_number": {
            "description": "The jersey number of the player",
            "format": "text",
            "type": "string"
          },
          "player_height": {
            "description": "The height of the player",
            "format": "integer",
            "type": "integer"
          },
          "preferred_foot": {
            "description": "The preferred foot of the player",
            "format": "text",
            "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": "text",
            "type": "string"
          },
          "shirt_number": {
            "description": "The shirt number of the player",
            "format": "integer",
            "type": "integer"
          },
          "date_of_birth": {
            "description": "The date of the player's birth",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "market_value": {
            "description": "The proposed market value of the player `EUR`",
            "format": "integer",
            "type": "integer"
          },
          "market_currency": {
            "description": "The proposed market currency",
            "format": "text",
            "type": "string"
          },
          "hash_image": {
            "description": "The name of the image",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "team_id": {
            "description": "The id of the team\n\nNote:\nThis is a Foreign Key to `teams.id`.<fk table='teams' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "team_name": {
            "description": "The name of the team",
            "format": "text",
            "type": "string"
          },
          "team_hash_image": {
            "description": "The name image of the team",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "retired_status": {
            "description": "Retired",
            "format": "boolean",
            "type": "boolean"
          }
        },
        "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://handball.sportmicro.com/classes`<br /><br />Get class based on the **id**<br />`https://handball.sportmicro.com/classes?id=eq.{id}`<br /><br />Get classes based on the **alpha**<br />`https://handball.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"
      },
      "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://handball.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"
          },
          "home_wins": {
            "description": "The number of home team wins by the season",
            "format": "integer",
            "type": "integer"
          },
          "away_wins": {
            "description": "The number of away team wins by the season",
            "format": "integer",
            "type": "integer"
          },
          "draws": {
            "description": "The number of draws by the season",
            "format": "integer",
            "type": "integer"
          },
          "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"
          },
          "higher_tournament_teams": {
            "description": "The number of newcomers higher tournaments by the season",
            "format": "jsonb"
          },
          "lower_tournament_teams": {
            "description": "The number of newcomers lower tournaments by the season",
            "format": "jsonb"
          },
          "tournament_other_teams": {
            "description": "The number of newcomers other tournaments by the season",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "cup-bracket": {
        "description": "Cup bracket\nThis endpoint allows you to retrieve the cup knock outs.\nYou can use `id` from the `seasons` or `leagues` endpoint to get the wanted cup knock out tree.\n\nFields in rounds:\n\nField | Explanation\n--- | ---\n`order` | The order of the round\n`description` | The description of the round\n`blocks` | The blocks of the round\n`finished` | If the match is finished\n`order` | The order of the block\n`home_team_score` | The score of the home team\n`away_team_score` | The score of the away team\n`has_next_round_link` | If the match has next round\n`match_in_progress` | If the match is in play\n`series_start_date_timestamp` | The start date of the match\n`automatic_progression` | If the match has automatic progression\n`participants` | The participants of the block (match)\n`team_id` | The id of the team\n`winner` | If the team is winner of the block\n`order` | The order of the participants\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated after every finished match.<br />**Recommended Calls**: Limit calls to 1 per finished match.\n\n### Use Cases\nGet cup knock out based on the **id**<br />`https://handball.sportmicro.com/cup-bracket?id=eq.{id}`<br /><br />Get cups based on the **season_id**<br />`https://handball.sportmicro.com/cup-bracket?season_id=eq.{season_id}`<br /><br />Get cups based on the **league_id**<br />`https://handball.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-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://handball.sportmicro.com/agg-news-teams?team_id=eq.{team_id}`",
        "properties": {},
        "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://handball.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"
      },
      "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://handball.sportmicro.com/teams-by-league?league_id=eq.{league_id}`",
        "properties": {
          "league_id": {
            "description": "The id of the league\n\nNote:\nThis is a Foreign Key to `leagues.id`.<fk table='leagues' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The hash image of the league",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "teams": {
            "description": "The teams",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "referees-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://handball.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"
      },
      "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://handball.sportmicro.com/countries`<br /><br />Get country based on the **id**<br />`https://handball.sportmicro.com/countries?id=eq.{id}`<br /><br />Get countries based on the **alpha**<br />`https://handball.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"
      },
      "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://handball.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"
      },
      "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://handball.sportmicro.com/tv-channels`<br /><br />Get tv channels based on the **name**<br />`https://handball.sportmicro.com/tv-channels?name=like.*Sportklub*`<br /><br />Get tv channels based on the **id**<br />`https://handball.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"
      },
      "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://handball.sportmicro.com/tournaments`<br /><br />Get tournaments based on the **id**<br />`https://handball.sportmicro.com/tournaments?id=eq.{id}`<br /><br />Get tournaments from a specific **league_id**<br />`https://handball.sportmicro.com/tournaments?league_id=eq.{league_id}`<br /><br />Get tournaments from a specific **class_id**<br />`https://handball.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"
      },
      "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://handball.sportmicro.com/seasons`<br /><br />Get seasons based on the **id**<br />`https://handball.sportmicro.com/seasons?id=eq.{id}`<br /><br />Get seasons from a specific **league_id**<br />`https://handball.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"
      },
      "matches-statistics": {
        "description": "Statistics\nThis endpoint allows you to retrieve the statistics from matches.\n\nTypes of the statistics:\n**7 meters**, **Wing goals**, **Technical faults**, **Fastbreak goals**, **Goal streak**, **Red cards**, **Steals**, **Shorthanded goals**, **Shooting efficiency**, **Saves**, **2 min penalty**, **6m goals**, **9m goals**, **Timeouts**, **Goals in powerplay**, **Yellow cards**.\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://handball.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"
      },
      "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://handball.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"
      },
      "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://handball.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"
      },
      "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://handball.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"
      },
      "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://handball.sportmicro.com/agg-news-players?player_id=eq.{player_id}`",
        "properties": {},
        "type": "object"
      },
      "leagues-info": {
        "description": "Info\nThis endpoint allows you to retrieve the info from leagues and cups.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 every day.\n\n### Use Cases\nGet league info from a specific **league_id**<br />`https://handball.sportmicro.com/leagues-info?league_id=eq.{league_id}`",
        "properties": {
          "league_id": {
            "description": "The id of the league\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "first_season_winner": {
            "description": "The first season winner of the league",
            "format": "text",
            "type": "string"
          },
          "game_frequency": {
            "description": "The frequency of the league",
            "format": "integer",
            "type": "integer"
          },
          "competition_type": {
            "description": "The type of the competition",
            "format": "text",
            "type": "string"
          },
          "first_season_start_year": {
            "description": "First season start year",
            "format": "text",
            "type": "string"
          },
          "official_organization": {
            "description": "The official organisation of the league",
            "format": "jsonb"
          }
        },
        "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://handball.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"
      },
      "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://handball.sportmicro.com/referees?id=eq.{id}`<br /><br />Get referees from a specific **country_id**<br />`https://handball.sportmicro.com/referees?country_id=eq.{country_id}`",
        "properties": {},
        "type": "object"
      },
      "matches-players-statistics": {
        "description": "Players statistics\nThis endpoint allows you to retrieve the players statistics 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 minute.\n**Recommended Calls**: Limit calls to 1 every minute.\n\n### Use Cases\nGet player statistics from a specific **match_id**<br />`https://handball.sportmicro.com/matches-players-statistics?match_id=eq.{match_id}`<br /><br />Get the best player from a specific **match_id**<br />`https://handball.sportmicro.com/matches-players-statistics?match_id=eq.{match_id}&order=rating.desc&limit=1`<br /><br />Get player statistics from a specific **match_id** and **team_id**<br />`https://handball.sportmicro.com/matches-players-statistics?match_id=eq.{match_id}&team_id=eq.{team_id}`<br /><br />Get player statistics from a specific **match_id**, **team_id** and **player_id**<br />`https://handball.sportmicro.com/matches-players-statistics?match_id=eq.{match_id}&team_id=eq.{team_id}&player_id=eq.{player_id}`",
        "properties": {
          "match_id": {
            "description": "The id of the match",
            "format": "integer",
            "type": "integer"
          },
          "team_id": {
            "description": "The id of the team\n\nNote:\nThis is a Foreign Key to `teams.id`.<fk table='teams' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "player_id": {
            "description": "The id of the player\n\nNote:\nThis is a Foreign Key to `players.id`.<fk table='players' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "position": {
            "description": "The position of the player",
            "format": "text",
            "type": "string"
          },
          "two_minute_penalties": {
            "description": "The number of two minute penalties",
            "format": "integer",
            "type": "integer"
          },
          "technical_faults": {
            "description": "The number of technical faults made by the player",
            "format": "integer",
            "type": "integer"
          },
          "yellow_cards": {
            "description": "The number of yellow cards made by the player",
            "format": "integer",
            "type": "integer"
          },
          "shots_taken": {
            "description": "The number of shots taken by the player",
            "format": "integer",
            "type": "integer"
          },
          "goals": {
            "description": "The number of the goals by the player",
            "format": "integer",
            "type": "integer"
          },
          "assists": {
            "description": "The number of assists made by the player",
            "format": "integer",
            "type": "integer"
          },
          "goals7m": {
            "description": "The number of goals7m made by the player",
            "format": "integer",
            "type": "integer"
          },
          "steals": {
            "description": "The number of steals",
            "format": "integer",
            "type": "integer"
          },
          "blocked_shots": {
            "description": "The number of blocked shots made by the player",
            "format": "integer",
            "type": "integer"
          }
        },
        "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://handball.sportmicro.com/agg-news-leagues?league_id=eq.{league_id}`",
        "properties": {},
        "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://handball.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://handball.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"
      },
      "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://handball.sportmicro.com/arenas`<br /><br />Get arenas based on the **id**<br />`https://handball.sportmicro.com/arenas?id=eq.{id}`<br /><br />Get arenas from a specific **country_id**<br />`https://handball.sportmicro.com/arenas?country_id=eq.{country_id}`",
        "properties": {
          "id": {
            "description": "The id of the arena\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the arena",
            "format": "text",
            "type": "string"
          },
          "city": {
            "description": "The city of the arena",
            "format": "text",
            "type": "string"
          },
          "stadium_capacity": {
            "description": "The capacity of the stadium",
            "format": "integer",
            "type": "integer"
          },
          "built": {
            "description": "The built date of the arena",
            "format": "text",
            "type": "string"
          },
          "opened": {
            "description": "The date when the arena opened",
            "format": "text",
            "type": "string"
          },
          "owner": {
            "description": "The owner of the arena",
            "format": "text",
            "type": "string"
          },
          "operator": {
            "description": "The operator of the arena",
            "format": "text",
            "type": "string"
          },
          "surface": {
            "description": "The surface of the arena",
            "format": "text",
            "type": "string"
          },
          "cost": {
            "description": "The cost of the arena",
            "format": "text",
            "type": "string"
          },
          "dimensions": {
            "description": "The dimensions 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"
      },
      "matches-lineups": {
        "description": "Lineups\nThis endpoint allows you to retrieve the lineups from matches.\nWith this endpoint you can see the lineups from the match. This endpoint also has `confirmed` filed to check if the lineup is confirmed.\n\nFields in lineup:\n\nField | Explanation\n--- | ---\n`formation` | The formation of the lineup\n`player_color_primary` | The primary color of the players\n`player_color_number` | The number color of the players\n`player_color_outline` | The outline color of the players\n`goalkeeper_color_primary` | The primary color of the goalkeeper\n`goalkeeper_color_number` | The number color of the goalkeeper\n`goalkeeper_color_outline` | The outline color of the goalkeeper\n`players` | The players of the lineup\n\nFields in players:\n\nField | Explanation\n--- | ---\n`player_id` | The id of the player\n`shirt_number` | The shirt number of the player\n`jersey_number` | The jersey number of the player\n`position` | The position of the player\n`substitute` | If the player is substituted\n\nResons for missing the match:\n\nId | Reason\n--- | ---\n0 | Other\n1 | Injured\n2 | Ill\n3 | Suspended\n11 | YellowCard\n12 | YellowRedCard\n13 | RedCard\n21 | OnLoan\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 5 minutes.\n**Recommended Calls**: Limit calls to 1 every 5 minutes.\n\n### Use Cases\nGet lineups based on the **id**<br />`https://handball.sportmicro.com/matches-lineups?id=eq.{id}`",
        "properties": {
          "id": {
            "description": "The id of the lineup\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "confirmed": {
            "description": "If the lineup is confirmed",
            "format": "boolean",
            "type": "boolean"
          },
          "home_team": {
            "description": "The lineup of the home team",
            "format": "jsonb"
          },
          "away_team": {
            "description": "The lineup of the away team",
            "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://handball.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"
      },
      "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://handball.sportmicro.com/teams`<br /><br />Get team based on the **name**<br />`https://handball.sportmicro.com/teams?name=like.*Real*`<br /><br />Get team based on the **id**<br />`https://handball.sportmicro.com/teams?id=eq.{id}`<br /><br />Get teams from a specific **country_id**<br />`https://handball.sportmicro.com/teams?country_id=eq.{country_id}`<br /><br />Get teams from a specific **category_id**<br />`https://handball.sportmicro.com/teams?category_id=eq.{category_id}`<br /><br />Get teams from a specific **arena_id**<br />`https://handball.sportmicro.com/teams?arena_id=eq.{arena_id}`<br /><br />Get teams from a specific **coach_id**<br />`https://handball.sportmicro.com/teams?coach_id=eq.{coach_id}`<br /><br />Get team from a specific **primary_league_id**<br />`https://handball.sportmicro.com/teams?primary_league_id=eq.{primary_league_id}`",
        "properties": {
          "id": {
            "description": "The id of the team\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the team",
            "format": "text",
            "type": "string"
          },
          "short_name": {
            "description": "The short name of the team",
            "format": "text",
            "type": "string"
          },
          "full_name": {
            "description": "The full name of the team",
            "format": "text",
            "type": "string"
          },
          "gender": {
            "description": "The gender of the team",
            "format": "character",
            "maxLength": 1,
            "type": "string"
          },
          "name_code": {
            "description": "The name code of the team",
            "format": "text",
            "type": "string"
          },
          "national": {
            "description": "If the team is national",
            "format": "boolean",
            "type": "boolean"
          },
          "type": {
            "description": "The type of the team",
            "format": "integer",
            "type": "integer"
          },
          "color_primary": {
            "description": "The primary color of the team",
            "format": "character varying",
            "maxLength": 7,
            "type": "string"
          },
          "color_secondary": {
            "description": "The secondary color of the team",
            "format": "character varying",
            "maxLength": 7,
            "type": "string"
          },
          "color_text": {
            "description": "The text color of the team",
            "format": "character varying",
            "maxLength": 7,
            "type": "string"
          },
          "foundation_date": {
            "description": "The foundation date of the team",
            "format": "timestamp with time zone",
            "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"
          },
          "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"
          },
          "coach_id": {
            "description": "The id of the coach\n\nNote:\nThis is a Foreign Key to `coaches.id`.<fk table='coaches' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "coach_name": {
            "description": "The name of the coach",
            "format": "text",
            "type": "string"
          },
          "coach_hash_image": {
            "description": "The name image of the coach",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          }
        },
        "type": "object"
      },
      "matches-weather": {
        "description": "Weather\nThis endpoint allows you to retrieve the weather from matches.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every hour.\n**Recommended Calls**: Limit calls to 1 every hour.\n\n### Use Cases\nGet weather based on the **id**<br />`https://handball.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"
      },
      "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://handball.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"
      },
      "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://handball.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"
      },
      "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://handball.sportmicro.com/referees-by-country?country_id=eq.{country_id}`",
        "properties": {},
        "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://handball.sportmicro.com/matches-tv-channels?match_id=eq.{match_id}`<br /><br />Get tv channels from a specific **match_id** and **alpha**<br />`https://handball.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"
      },
      "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://handball.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"
      },
      "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://handball.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"
      },
      "european-handicap": {
        "description": "European handicap odds\nThis endpoint allows you to retrieve the odds from european handicap 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://handball.sportmicro.com/odds/european-handicap?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/european-handicap?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/european-handicap?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://handball.sportmicro.com/odds/coverage`<br /><br />Get odds coverages from a specific **match_id**<br />`https://handball.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"
          },
          "double_chance": {
            "description": "Coverage of double_chance",
            "format": "boolean",
            "type": "boolean"
          },
          "home_away": {
            "description": "Coverage of home_away",
            "format": "boolean",
            "type": "boolean"
          },
          "draw_no_bet": {
            "description": "Coverage of draw_no_bet",
            "format": "boolean",
            "type": "boolean"
          },
          "half_time_full_time": {
            "description": "Coverage of half_time_full_time",
            "format": "boolean",
            "type": "boolean"
          },
          "odd_even": {
            "description": "Coverage of odd_even",
            "format": "boolean",
            "type": "boolean"
          },
          "european_handicap": {
            "description": "Coverage of european_handicap",
            "format": "boolean",
            "type": "boolean"
          },
          "to_qualify": {
            "description": "Coverage of to_qualify",
            "format": "boolean",
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "to-qualify": {
        "description": "To qualify odds\nThis endpoint allows you to retrieve the odds from to qualify 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://handball.sportmicro.com/odds/to-qualify?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/to-qualify?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/to-qualify?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"
      },
      "half-time-full-time": {
        "description": "Half time full time odds\nThis endpoint allows you to retrieve the odds from half time full time 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://handball.sportmicro.com/odds/half-time-full-time?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/half-time-full-time?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/half-time-full-time?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"
      },
      "draw-no-bet-movements": {
        "description": "Draw no bet odds movements\nThis endpoint allows you to retrieve the odds movements from draw no bet 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 **draw_no_bet_id**<br />`https://handball.sportmicro.com/odds/draw-no-bet-movements?draw_no_bet_id=eq.{draw_no_bet_id}`",
        "properties": {},
        "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://handball.sportmicro.com/odds/over-under-movements?over_under_id=eq.{over_under_id}`",
        "properties": {},
        "type": "object"
      },
      "home-away": {
        "description": "Home away odds\nThis endpoint allows you to retrieve the odds from home away 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://handball.sportmicro.com/odds/home-away?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/home-away?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/home-away?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"
      },
      "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://handball.sportmicro.com/odds/full-time-result-movements?full_time_result_id=eq.{full_time_result_id}`",
        "properties": {},
        "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://handball.sportmicro.com/odds/asian-handicaps-movements?asian_handicap_id=eq.{asian_handicap_id}`",
        "properties": {},
        "type": "object"
      },
      "double-chance": {
        "description": "Double chance odds\nThis endpoint allows you to retrieve the odds from double chance 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://handball.sportmicro.com/odds/double-chance?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/double-chance?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/double-chance?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"
      },
      "draw-no-bet": {
        "description": "Draw no bet odds\nThis endpoint allows you to retrieve the odds from draw no bet 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://handball.sportmicro.com/odds/draw-no-bet?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/draw-no-bet?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://handball.sportmicro.com/odds/draw-no-bet?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"
      },
      "half-time-full-time-movements": {
        "description": "Half time full time odds movements\nThis endpoint allows you to retrieve the odds movements from half time full time 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 **half_time_full_time_id**<br />`https://handball.sportmicro.com/odds/half-time-full-time-movements?half_time_full_time_id=eq.{half_time_full_time_id}`",
        "properties": {},
        "type": "object"
      },
      "bookmakers": {
        "description": "Bookmakers\nThis endpoint allows you to retrieve information about all bookmakers.\n\nWith the help of the `popularity_order` parameter you can see which bookmaker is more popular and more used.\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 retrieve the image of a bookmaker by calling the following URL: https://images.sportmicro.com/{hash_image}.png\n\n### Use Cases\nGet all bookmakers<br />`https://handball.sportmicro.com/odds/bookmakers`<br /><br />Get information about a specific bookmaker based on the **id**<br />`https://handball.sportmicro.com/odds/bookmakers?id=eq.{id}`<br /><br />Get the most popular bookmakers<br />`https://handball.sportmicro.com/odds/bookmakers?order=popularity_order`",
        "properties": {
          "id": {
            "description": "The id of the bookmaker. example:`eq.{id}`\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the bookmaker",
            "format": "text",
            "type": "string"
          },
          "popularity_order": {
            "description": "The popularity score of the bookmaker",
            "format": "text",
            "type": "string"
          },
          "hash_image": {
            "description": "The hash image of the bookmaker",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          }
        },
        "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://handball.sportmicro.com/odds/odd-even-movements?odd_even_id=eq.{odd_even_id}`",
        "properties": {},
        "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://handball.sportmicro.com/odds/odd-even?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.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://handball.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"
      },
      "european-handicap-movements": {
        "description": "European handicap odds movements\nThis endpoint allows you to retrieve the odds movements from european handicap 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 **european_handicap_id**<br />`https://handball.sportmicro.com/odds/european-handicap-movements?european_handicap_id=eq.{european_handicap_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://handball.sportmicro.com/odds/coverage-live`<br /><br />Get live odds coverage a specific **match_id**<br />`https://handball.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"
          },
          "double_chance": {
            "description": "Coverage of double_chance",
            "format": "boolean",
            "type": "boolean"
          },
          "home_away": {
            "description": "Coverage of home_away",
            "format": "boolean",
            "type": "boolean"
          },
          "draw_no_bet": {
            "description": "Coverage of draw_no_bet",
            "format": "boolean",
            "type": "boolean"
          },
          "half_time_full_time": {
            "description": "Coverage of half_time_full_time",
            "format": "boolean",
            "type": "boolean"
          },
          "odd_even": {
            "description": "Coverage of odd_even",
            "format": "boolean",
            "type": "boolean"
          },
          "european_handicap": {
            "description": "Coverage of european_handicap",
            "format": "boolean",
            "type": "boolean"
          },
          "to_qualify": {
            "description": "Coverage of to_qualify",
            "format": "boolean",
            "type": "boolean"
          }
        },
        "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://handball.sportmicro.com/odds/full-time-results?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.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://handball.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"
      },
      "home-away-movements": {
        "description": "Home away odds movements\nThis endpoint allows you to retrieve the odds movements from home away 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 **home_away_id**<br />`https://handball.sportmicro.com/odds/home-away-movements?home_away_id=eq.{home_away_id}`",
        "properties": {},
        "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://handball.sportmicro.com/odds/over-under?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://handball.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://handball.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"
      },
      "double-chance-movements": {
        "description": "Double chance odds movements\nThis endpoint allows you to retrieve the odds movements from double chance 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 **double_chance_id**<br />`https://handball.sportmicro.com/odds/double-chance-movements?double_chance_id=eq.{double_chance_id}`",
        "properties": {},
        "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://handball.sportmicro.com/odds/asian-handicaps?match_id=eq.{match_id}`<br /><br />Get live odds from a specific **match_id**<br />`https://handball.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://handball.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"
      },
      "to-qualify-movements": {
        "description": "To qualify odds movements\nThis endpoint allows you to retrieve the odds movements from to qualify 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 **to_qualify_id**<br />`https://handball.sportmicro.com/odds/to-qualify-movements?to_qualify_id=eq.{to_qualify_id}`",
        "properties": {},
        "type": "object"
      }
    }
  }
}
