{
  "openapi": "3.0.3",
  "info": {
    "description": "Sportmicro is happy to have you here! Thanks for visiting our cricket documentation. You will learn all there is to know about Sportmicro' Cricket 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/cricket.png",
      "altText": "Sportmicro cricket logo"
    },
    "license": {
      "name": "MIT",
      "url": "https://opensource.org/licenses/MIT"
    }
  },
  "paths": {
    "/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://cricket.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": 20386,
                      "match_id": 20386,
                      "league_id": 3222,
                      "league_name": "Test Series",
                      "league_hash_image": "b264c21bb666db2f19327a2c50f87a5dada33e1fd2a982f48264e7a10a8a756c",
                      "date": "2024-07-26T08:15:00+00:00",
                      "title": "2024 Test Series Showdown: England vs West Indies at Edgbaston",
                      "name": "2024 Test Series Showdown: England vs West Indies at Edgbaston",
                      "subtitles": [
                        {
                          "text": "On the other hand, England has had a tough time in the dual matches, failing to secure a single win. Despite the setbacks, the team remains optimistic and is focused on turning things around in the Test Series. The home advantage at Edgbaston could provide the boost they need to overcome their opponents. The team has been working hard on their strategies and are determined to put up a strong fight against the West Indies.",
                          "subtitle": "England's Struggle in Dual Matches"
                        },
                        {
                          "text": "The cricket world is buzzing with anticipation as the 2024 Test Series is set to kick off at the iconic Edgbaston arena. The home team, England, will be facing off against the formidable West Indies in what promises to be a thrilling encounter. The match is scheduled to start on Fri Jul 26 2024 08:15:00 GMT+0000 (Coordinated Universal Time), and fans around the globe are eagerly waiting to see which team will emerge victorious in this World class event.",
                          "subtitle": "Anticipation Builds for the 2024 Test Series"
                        },
                        {
                          "text": "The West Indies have been in scintillating form in the lead up to the Test Series, having won all 8 of their dual matches. Their dominant performance has sent a clear message to their rivals, and they will be looking to continue their winning streak at Edgbaston. The team's aggressive style of play and strategic game planning have been key to their success, and they will be hoping to replicate this in the upcoming match.",
                          "subtitle": "West Indies' Dominant Performance in Dual Matches"
                        },
                        {
                          "text": "With the West Indies' impressive winning streak and England's determination to bounce back, the stage is set for an epic showdown at Edgbaston. The 2024 Test Series promises to be a thrilling spectacle, with both teams eager to prove their mettle on the world stage. As the countdown to the match begins, fans are gearing up for a cricketing extravaganza that is sure to keep them on the edge of their seats.",
                          "subtitle": "The Stage is Set for an Epic Showdown"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "News Matches"
      }
    },
    "/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://cricket.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": 56,
                      "league_name": "Pakistan Super League",
                      "league_hash_image": "d8c33fc5499f2950f2a835566c079b8fc2c255d8d9cfaf39db424500a84ec824",
                      "teams": [
                        {
                          "id": 87,
                          "name": "Multan Sultans",
                          "hash_image": "fc5b2c7a8465d3a2e7fb574b0c44f35514860f5b72057386dd66dbca979433c5"
                        },
                        {
                          "id": 2042,
                          "name": "Hyderabad Kingsmen",
                          "hash_image": "5612d6388e029a84a6165840dd458b85834bfaecda42f204252e6014acf95de9"
                        },
                        {
                          "id": 2084,
                          "name": "Karachi Kings",
                          "hash_image": "1e7fe48511f91864079aa92372d0ffbbf539cd82aeb2576ff865c435684246d9"
                        },
                        {
                          "id": 2097,
                          "name": "Quetta Gladiators",
                          "hash_image": "829e10157e585277f0295078dee3684fb03798876c3d0901833aac5ec982a2b9"
                        },
                        {
                          "id": 2158,
                          "name": "Peshawar Zalmi",
                          "hash_image": "f03c843a6c42559f88b8d8872bb24aaf30b8434689a07e4ebec0393784ef9862"
                        },
                        {
                          "id": 2168,
                          "name": "Lahore Qalandars",
                          "hash_image": "bf335d15fbfd71da33ea91506637b2aa40d3998641118b7237f0035f08b4f78d"
                        },
                        {
                          "id": 2199,
                          "name": "Islamabad United",
                          "hash_image": "b658822163562b353de194512dc78c3a450458e32660d21c1e3173d0f8540970"
                        },
                        {
                          "id": 4171,
                          "name": "Rawalpindiz",
                          "hash_image": "f828df432c186b653c73deabf88015e39010ba2cce2a26489404d77a201f0d99"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams 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://cricket.sportmicro.com/countries`<br /><br />Get country based on the **id**<br />`https://cricket.sportmicro.com/countries?id=eq.{id}`<br /><br />Get countries based on the **alpha**<br />`https://cricket.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"
      }
    },
    "/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://cricket.sportmicro.com/tv-channels`<br /><br />Get tv channels based on the **name**<br />`https://cricket.sportmicro.com/tv-channels?name=like.*Sportklub*`<br /><br />Get tv channels based on the **id**<br />`https://cricket.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"
      }
    },
    "/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://cricket.sportmicro.com/teams`<br /><br />Get team based on the **name**<br />`https://cricket.sportmicro.com/teams?name=like.*Real*`<br /><br />Get team based on the **id**<br />`https://cricket.sportmicro.com/teams?id=eq.{id}`<br /><br />Get teams from a specific **country_id**<br />`https://cricket.sportmicro.com/teams?country_id=eq.{country_id}`<br /><br />Get teams from a specific **category_id**<br />`https://cricket.sportmicro.com/teams?category_id=eq.{category_id}`<br /><br />Get teams from a specific **arena_id**<br />`https://cricket.sportmicro.com/teams?arena_id=eq.{arena_id}`<br /><br />Get teams from a specific **coach_id**<br />`https://cricket.sportmicro.com/teams?coach_id=eq.{coach_id}`<br /><br />Get team from a specific **primary_league_id**<br />`https://cricket.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": 361,
                      "name": "Hubli Tigers",
                      "full_name": "Hubli Tigers",
                      "name_code": "HTI",
                      "national": false,
                      "type": 0,
                      "color_primary": "#374df5",
                      "color_secondary": "#374df5",
                      "color_text": "#ffffff",
                      "hash_image": "e810b18730258dd77878a9e42005788463ec439982fac9473aaeb8c348dd5ba0",
                      "country_id": 59,
                      "country_name": "India",
                      "country_hash_image": "fed1d872f6d540f4118582ec694270274e987b12f5dfe2057dddf1e12df2761a",
                      "class_id": 69,
                      "class_name": "India",
                      "class_hash_image": "b82eb061024c3d8dd6278f4984b2fbe8cfd771a87744504bed23570b28770cec",
                      "tournament_id": 229,
                      "tournament_name": "Karnataka Premier League - Regular Season",
                      "primary_league_id": 147,
                      "primary_league_name": "Karnataka Premier League",
                      "primary_league_hash_image": "e963a3623fe58cc454214409af7449e78b57d8c884d37c1e77c7d9cdc4af2120"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams"
      }
    },
    "/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://cricket.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": 57,
                      "season_name": "Pakistan Super League, 2026",
                      "teams": [
                        {
                          "team_id": 87,
                          "team_name": "Multan Sultans",
                          "team_hash_image": "fc5b2c7a8465d3a2e7fb574b0c44f35514860f5b72057386dd66dbca979433c5"
                        },
                        {
                          "team_id": 2042,
                          "team_name": "Hyderabad Kingsmen",
                          "team_hash_image": "5612d6388e029a84a6165840dd458b85834bfaecda42f204252e6014acf95de9"
                        },
                        {
                          "team_id": 2084,
                          "team_name": "Karachi Kings",
                          "team_hash_image": "1e7fe48511f91864079aa92372d0ffbbf539cd82aeb2576ff865c435684246d9"
                        },
                        {
                          "team_id": 2097,
                          "team_name": "Quetta Gladiators",
                          "team_hash_image": "829e10157e585277f0295078dee3684fb03798876c3d0901833aac5ec982a2b9"
                        },
                        {
                          "team_id": 2158,
                          "team_name": "Peshawar Zalmi",
                          "team_hash_image": "f03c843a6c42559f88b8d8872bb24aaf30b8434689a07e4ebec0393784ef9862"
                        },
                        {
                          "team_id": 2168,
                          "team_name": "Lahore Qalandars",
                          "team_hash_image": "bf335d15fbfd71da33ea91506637b2aa40d3998641118b7237f0035f08b4f78d"
                        },
                        {
                          "team_id": 2199,
                          "team_name": "Islamabad United",
                          "team_hash_image": "b658822163562b353de194512dc78c3a450458e32660d21c1e3173d0f8540970"
                        },
                        {
                          "team_id": 4171,
                          "team_name": "Rawalpindiz",
                          "team_hash_image": "f828df432c186b653c73deabf88015e39010ba2cce2a26489404d77a201f0d99"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams By Season"
      }
    },
    "/seasons-info": {
      "get": {
        "tags": [
          "Seasons"
        ],
        "summary": "Seasons Info",
        "description": "This endpoint allows you to retrieve the info from seasons.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet info from a specific **season_id**<br />`https://cricket.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": 119,
                      "season_name": "CSA T20 Knock-Out Competition, 2025",
                      "competitors": 7
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons 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://cricket.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": "2007-09-11",
                      "matches": [
                        {
                          "id": 28180,
                          "name": "South Africa vs West Indies",
                          "status": "finished",
                          "duration": 9000,
                          "league_id": 1884,
                          "season_id": 4717,
                          "start_time": "2007-09-11T16:00:00+00:00",
                          "league_name": "ICC T20 World Cup",
                          "season_name": "2007",
                          "away_team_id": 13849,
                          "home_team_id": 9722,
                          "status_reason": "Ended",
                          "tournament_id": 4406,
                          "away_team_name": "West Indies",
                          "home_team_name": "South Africa",
                          "away_team_score": 205,
                          "home_team_score": 208,
                          "tournament_name": "ICC World Twenty20 - Group A",
                          "away_team_hash_image": "92a934ad3f6ecadeb428f7fd9be774468886f36a8c3a5a6288491b80a9605c16",
                          "home_team_hash_image": "cc908ee03d770935b8c6d7f05b1b8c36ed020c5f5beb6a0aa2e29dbf1fb3d433",
                          "tournament_importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches By Date"
      }
    },
    "/matches-innings": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches Innings",
        "description": "This endpoint allows you to retrieve the innings 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 10 seconds.<br />**Recommended Calls**: Limit calls to 1 every 10 seconds.\n\n### Use Cases\nGet innings from a specific **match_id**<br />`https://cricket.sportmicro.com/matches-innings?match_id=eq.{id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-innings.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-innings"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 21417,
                      "innings": [
                        {
                          "bye": 8,
                          "wide": 0,
                          "extra": 22,
                          "overs": 84.4,
                          "score": 236,
                          "number": 2,
                          "leg_bye": 4,
                          "no_ball": 10,
                          "penalty": 0,
                          "wickets": 10,
                          "partnerships": [
                            {
                              "balls": 1,
                              "score": 0,
                              "player1_id": 232338,
                              "player2_id": 231983,
                              "player1_name": "Harry Dearden",
                              "player2_name": "Gavin Griffiths",
                              "player1_hash_image": "623c28b6e761de83840072f9dda2fe6ca847c4c014af1ec58bc24505f3cd7edf",
                              "player2_hash_image": "0fab960be483a8999287421ca2247ec849e0b46f58d7e57274de6305df7bf212"
                            },
                            {
                              "balls": 4,
                              "score": 0,
                              "player1_id": 232276,
                              "player2_id": 232066,
                              "player1_name": "Hassan Azad",
                              "player2_name": "Neil Dexter",
                              "player1_hash_image": "be10458afcd4b4c252e28f09d915ed396ef8f21c0d57472807b06219f3a42189",
                              "player2_hash_image": "52d0a853494b052f0f440e9e8c51a363311c285a86c543e13d17673513c0f1ce"
                            },
                            {
                              "balls": 5,
                              "score": 0,
                              "player1_id": 231983,
                              "player2_id": 1477,
                              "player1_name": "Gavin Griffiths",
                              "player2_name": "Mohammad Abbas",
                              "player1_hash_image": "0fab960be483a8999287421ca2247ec849e0b46f58d7e57274de6305df7bf212",
                              "player2_hash_image": "5734488b56ddb4674f149ba00c71c51d7ffe3833c684abd772465c9ea3a79238"
                            },
                            {
                              "balls": 16,
                              "score": 2,
                              "player1_id": 231983,
                              "player2_id": 232013,
                              "player1_name": "Gavin Griffiths",
                              "player2_name": "Will Davis",
                              "player1_hash_image": "0fab960be483a8999287421ca2247ec849e0b46f58d7e57274de6305df7bf212",
                              "player2_hash_image": "6856745c8d1c2a7c455e3bf3c46b6038539f7b8d6185c9cc4dda8e6412fd9b28"
                            },
                            {
                              "balls": 24,
                              "score": 3,
                              "player1_id": 232276,
                              "player2_id": 1531,
                              "player1_name": "Hassan Azad",
                              "player2_name": "Colin Ackermann",
                              "player1_hash_image": "be10458afcd4b4c252e28f09d915ed396ef8f21c0d57472807b06219f3a42189",
                              "player2_hash_image": "021df7f4e08f2e890e429bd01ff1da3b34dfdca8bfded34b58e4b2be4c324203"
                            },
                            {
                              "balls": 28,
                              "score": 18,
                              "player1_id": 231972,
                              "player2_id": 232338,
                              "player1_name": "Chris Wright",
                              "player2_name": "Harry Dearden",
                              "player1_hash_image": "44c03015e82a218f362de5de119bc8fa8c55ed38f23d3abafbdaace06ff9627b",
                              "player2_hash_image": "623c28b6e761de83840072f9dda2fe6ca847c4c014af1ec58bc24505f3cd7edf"
                            },
                            {
                              "balls": 71,
                              "score": 23,
                              "player1_id": 1531,
                              "player2_id": 231972,
                              "player1_name": "Colin Ackermann",
                              "player2_name": "Chris Wright",
                              "player1_hash_image": "021df7f4e08f2e890e429bd01ff1da3b34dfdca8bfded34b58e4b2be4c324203",
                              "player2_hash_image": "44c03015e82a218f362de5de119bc8fa8c55ed38f23d3abafbdaace06ff9627b"
                            },
                            {
                              "balls": 73,
                              "score": 40,
                              "player1_id": 232276,
                              "player2_id": 232315,
                              "player1_name": "Hassan Azad",
                              "player2_name": "Mark Cosgrove",
                              "player1_hash_image": "be10458afcd4b4c252e28f09d915ed396ef8f21c0d57472807b06219f3a42189",
                              "player2_hash_image": "16dae9ed89f1a7ab56107c84878d22319eb8b104c37c0389b39ba34bd07f6cf7"
                            },
                            {
                              "balls": 99,
                              "score": 50,
                              "player1_id": 232338,
                              "player2_id": 232194,
                              "player1_name": "Harry Dearden",
                              "player2_name": "Harry Swindells",
                              "player1_hash_image": "623c28b6e761de83840072f9dda2fe6ca847c4c014af1ec58bc24505f3cd7edf",
                              "player2_hash_image": "1e4d6080c28222282703a2a9ab83576f23d4574f7bee0bc64711f3d693c1f721"
                            },
                            {
                              "balls": 187,
                              "score": 100,
                              "player1_id": 232276,
                              "player2_id": 232297,
                              "player1_name": "Hassan Azad",
                              "player2_name": "Paul Horton",
                              "player1_hash_image": "be10458afcd4b4c252e28f09d915ed396ef8f21c0d57472807b06219f3a42189",
                              "player2_hash_image": "4b6f8fd65282b8b37bcfaf1e3306b37b68d2c4efafed67f2bf371e4d963f1f42"
                            }
                          ],
                          "batting_lines": [
                            {
                              "s4": 0,
                              "s6": 0,
                              "balls": 1,
                              "score": 0,
                              "fow_over": 0,
                              "fow_score": 0,
                              "player_id": 1477,
                              "player_name": "Mohammad Abbas",
                              "wicket_type_id": 8,
                              "wicket_type_name": "Not out",
                              "player_hash_image": "5734488b56ddb4674f149ba00c71c51d7ffe3833c684abd772465c9ea3a79238"
                            },
                            {
                              "s4": 0,
                              "s6": 0,
                              "balls": 4,
                              "score": 0,
                              "fow_over": 31.5,
                              "fow_score": 100,
                              "player_id": 232066,
                              "player_name": "Neil Dexter",
                              "wicket_type_id": 3,
                              "wicket_catch_id": 232230,
                              "wicket_bowler_id": 232237,
                              "wicket_type_name": "Caught",
                              "player_hash_image": "52d0a853494b052f0f440e9e8c51a363311c285a86c543e13d17673513c0f1ce",
                              "wicket_catch_name": "Ned Eckersley (Cw)",
                              "wicket_bowler_name": "Brydon Carse",
                              "wicket_catch_hash_image": "41bb835193898ca8eb14a23d66fbc6ba26efaf42417cb145a8e5ce3940f85f8e",
                              "wicket_bowler_hash_image": "9a0a7906fe5230074a7d3bc364968ab802654a4ecd6e2c2ce6ac9ef2be95123d"
                            },
                            {
                              "s4": 0,
                              "s6": 0,
                              "balls": 9,
                              "score": 1,
                              "fow_over": 83.5,
                              "fow_score": 236,
                              "player_id": 232013,
                              "player_name": "Will Davis",
                              "wicket_type_id": 3,
                              "wicket_catch_id": 232221,
                              "wicket_bowler_id": 232237,
                              "wicket_type_name": "Caught",
                              "player_hash_image": "6856745c8d1c2a7c455e3bf3c46b6038539f7b8d6185c9cc4dda8e6412fd9b28",
                              "wicket_catch_name": "Nathan Rimmington",
                              "wicket_bowler_name": "Brydon Carse",
                              "wicket_catch_hash_image": "dfe56c95bcc560b9a04a1b6e3e1834ab23c3c0c2890470295fae4d1f2a9420a3",
                              "wicket_bowler_hash_image": "9a0a7906fe5230074a7d3bc364968ab802654a4ecd6e2c2ce6ac9ef2be95123d"
                            },
                            {
                              "s4": 0,
                              "s6": 0,
                              "balls": 11,
                              "score": 1,
                              "fow_over": 84.4,
                              "fow_score": 236,
                              "player_id": 231983,
                              "player_name": "Gavin Griffiths",
                              "wicket_type_id": 1,
                              "wicket_bowler_id": 232254,
                              "wicket_type_name": "Bowled",
                              "player_hash_image": "0fab960be483a8999287421ca2247ec849e0b46f58d7e57274de6305df7bf212",
                              "wicket_bowler_name": "Chris Rushworth",
                              "wicket_bowler_hash_image": "5164690453a67397ac8c9f22e5c22903778d3692023b6ab2b1190d77379cb606"
                            },
                            {
                              "s4": 2,
                              "s6": 0,
                              "balls": 49,
                              "score": 13,
                              "fow_over": 59.5,
                              "fow_score": 166,
                              "player_id": 1531,
                              "player_name": "Colin Ackermann",
                              "wicket_type_id": 3,
                              "wicket_catch_id": 232146,
                              "wicket_bowler_id": 1541,
                              "wicket_type_name": "Caught",
                              "player_hash_image": "021df7f4e08f2e890e429bd01ff1da3b34dfdca8bfded34b58e4b2be4c324203",
                              "wicket_catch_name": "Peter Handscomb",
                              "wicket_bowler_name": "Ben Raine",
                              "wicket_catch_hash_image": "a780ee62764ddafa9f694ea5944af0f42f31c95b65f3d21550bcd1c6c8f68cb1",
                              "wicket_bowler_hash_image": "a6df1bd471dfe144ccac84b1f26b09b6fc94962dea16b5d3d89b90fe033890e1"
                            },
                            {
                              "s4": 2,
                              "s6": 0,
                              "balls": 51,
                              "score": 27,
                              "fow_over": 64.3,
                              "fow_score": 184,
                              "player_id": 231972,
                              "player_name": "Chris Wright",
                              "wicket_type_id": 3,
                              "wicket_catch_id": 232230,
                              "wicket_bowler_id": 232237,
                              "wicket_type_name": "Caught",
                              "player_hash_image": "44c03015e82a218f362de5de119bc8fa8c55ed38f23d3abafbdaace06ff9627b",
                              "wicket_catch_name": "Ned Eckersley (Cw)",
                              "wicket_bowler_name": "Brydon Carse",
                              "wicket_catch_hash_image": "41bb835193898ca8eb14a23d66fbc6ba26efaf42417cb145a8e5ce3940f85f8e",
                              "wicket_bowler_hash_image": "9a0a7906fe5230074a7d3bc364968ab802654a4ecd6e2c2ce6ac9ef2be95123d"
                            },
                            {
                              "s4": 2,
                              "s6": 0,
                              "balls": 56,
                              "score": 24,
                              "fow_over": 80.6,
                              "fow_score": 234,
                              "player_id": 232194,
                              "player_name": "Harry Swindells (W)",
                              "wicket_type_id": 2,
                              "wicket_bowler_id": 232254,
                              "wicket_type_name": "LBW",
                              "player_hash_image": "1e4d6080c28222282703a2a9ab83576f23d4574f7bee0bc64711f3d693c1f721",
                              "wicket_bowler_name": "Chris Rushworth",
                              "wicket_bowler_hash_image": "5164690453a67397ac8c9f22e5c22903778d3692023b6ab2b1190d77379cb606"
                            },
                            {
                              "s4": 2,
                              "s6": 0,
                              "balls": 57,
                              "score": 22,
                              "fow_over": 81.1,
                              "fow_score": 234,
                              "player_id": 232338,
                              "player_name": "Harry Dearden",
                              "wicket_type_id": 2,
                              "wicket_bowler_id": 232237,
                              "wicket_type_name": "LBW",
                              "player_hash_image": "623c28b6e761de83840072f9dda2fe6ca847c4c014af1ec58bc24505f3cd7edf",
                              "wicket_bowler_name": "Brydon Carse",
                              "wicket_bowler_hash_image": "9a0a7906fe5230074a7d3bc364968ab802654a4ecd6e2c2ce6ac9ef2be95123d"
                            },
                            {
                              "s4": 3,
                              "s6": 0,
                              "balls": 44,
                              "score": 21,
                              "fow_over": 43.6,
                              "fow_score": 140,
                              "player_id": 232315,
                              "player_name": "Mark Cosgrove",
                              "wicket_type_id": 1,
                              "wicket_bowler_id": 232208,
                              "wicket_type_name": "Bowled",
                              "player_hash_image": "16dae9ed89f1a7ab56107c84878d22319eb8b104c37c0389b39ba34bd07f6cf7",
                              "wicket_bowler_name": "Liam Trevaskis",
                              "wicket_bowler_hash_image": "e9f8762a4fe9568f060ada18e082b1f50d87981fe4681d9c9efe5ba429f4281c"
                            },
                            {
                              "s4": 5,
                              "s6": 0,
                              "balls": 92,
                              "score": 52,
                              "fow_over": 31.1,
                              "fow_score": 100,
                              "player_id": 232297,
                              "player_name": "Paul Horton (C)",
                              "wicket_type_id": 3,
                              "wicket_catch_id": 232123,
                              "wicket_bowler_id": 232237,
                              "wicket_type_name": "Caught",
                              "player_hash_image": "4b6f8fd65282b8b37bcfaf1e3306b37b68d2c4efafed67f2bf371e4d963f1f42",
                              "wicket_catch_name": "Angus Robson",
                              "wicket_bowler_name": "Brydon Carse",
                              "wicket_catch_hash_image": "46d2f676d10d7e07ab41f6286d3701e823f6335c9bb4819c9af9d8eea84ec34f",
                              "wicket_bowler_hash_image": "9a0a7906fe5230074a7d3bc364968ab802654a4ecd6e2c2ce6ac9ef2be95123d"
                            },
                            {
                              "s4": 5,
                              "s6": 0,
                              "balls": 139,
                              "score": 53,
                              "fow_over": 47.6,
                              "fow_score": 143,
                              "player_id": 232276,
                              "player_name": "Hasan Azad",
                              "wicket_type_id": 3,
                              "wicket_catch_id": 232146,
                              "wicket_bowler_id": 232237,
                              "wicket_type_name": "Caught",
                              "player_hash_image": "be10458afcd4b4c252e28f09d915ed396ef8f21c0d57472807b06219f3a42189",
                              "wicket_catch_name": "Peter Handscomb",
                              "wicket_bowler_name": "Brydon Carse",
                              "wicket_catch_hash_image": "a780ee62764ddafa9f694ea5944af0f42f31c95b65f3d21550bcd1c6c8f68cb1",
                              "wicket_bowler_hash_image": "9a0a7906fe5230074a7d3bc364968ab802654a4ecd6e2c2ce6ac9ef2be95123d"
                            }
                          ],
                          "bowling_lines": [
                            {
                              "run": 4,
                              "over": 2,
                              "wide": 0,
                              "maiden": 0,
                              "noball": 0,
                              "wicket": 0,
                              "player_id": 232166,
                              "player_name": "Jack Burnham",
                              "player_hash_image": "093893983290d1b2d80bcd5a84515a9a361b75699deeefe75f5fd74ee46c85bb"
                            },
                            {
                              "run": 20,
                              "over": 7,
                              "wide": 0,
                              "maiden": 1,
                              "noball": 0,
                              "wicket": 1,
                              "player_id": 232208,
                              "player_name": "Liam Trevaskis",
                              "player_hash_image": "e9f8762a4fe9568f060ada18e082b1f50d87981fe4681d9c9efe5ba429f4281c"
                            },
                            {
                              "run": 30,
                              "over": 11,
                              "wide": 0,
                              "maiden": 0,
                              "noball": 0,
                              "wicket": 0,
                              "player_id": 232221,
                              "player_name": "Nathan Rimmington",
                              "player_hash_image": "dfe56c95bcc560b9a04a1b6e3e1834ab23c3c0c2890470295fae4d1f2a9420a3"
                            },
                            {
                              "run": 46,
                              "over": 20,
                              "wide": 0,
                              "maiden": 8,
                              "noball": 0,
                              "wicket": 1,
                              "player_id": 1541,
                              "player_name": "Ben Raine",
                              "player_hash_image": "a6df1bd471dfe144ccac84b1f26b09b6fc94962dea16b5d3d89b90fe033890e1"
                            },
                            {
                              "run": 61,
                              "over": 24.4,
                              "wide": 0,
                              "maiden": 6,
                              "noball": 1,
                              "wicket": 2,
                              "player_id": 232254,
                              "player_name": "Chris Rushworth",
                              "player_hash_image": "5164690453a67397ac8c9f22e5c22903778d3692023b6ab2b1190d77379cb606"
                            },
                            {
                              "run": 63,
                              "over": 20,
                              "wide": 0,
                              "maiden": 5,
                              "noball": 4,
                              "wicket": 6,
                              "player_id": 232237,
                              "player_name": "Brydon Carse",
                              "player_hash_image": "9a0a7906fe5230074a7d3bc364968ab802654a4ecd6e2c2ce6ac9ef2be95123d"
                            }
                          ],
                          "batting_team_id": 2266,
                          "bowling_team_id": 2348,
                          "batting_team_name": "Leicestershire",
                          "bowling_team_name": "Durham",
                          "batting_team_hash_image": "619a78b3f9c7dca79149d89e689d48ae1465cc83a3e35b24fa631b7466f3897b",
                          "bowling_team_hash_image": "c3898395b16e11093e7cfd2b73fb50e1f4d0f54ac9a62b5f19b5d4ffbf47de9c"
                        },
                        {
                          "bye": 9,
                          "wide": 2,
                          "extra": 21,
                          "overs": 139.3,
                          "score": 544,
                          "number": 1,
                          "leg_bye": 6,
                          "no_ball": 4,
                          "penalty": 0,
                          "wickets": 9,
                          "partnerships": [
                            {
                              "balls": 35,
                              "score": 21,
                              "player1_id": 232230,
                              "player2_id": 1541,
                              "player1_name": "Ned Eckersley",
                              "player2_name": "Ben Raine",
                              "player1_hash_image": "41bb835193898ca8eb14a23d66fbc6ba26efaf42417cb145a8e5ce3940f85f8e",
                              "player2_hash_image": "a6df1bd471dfe144ccac84b1f26b09b6fc94962dea16b5d3d89b90fe033890e1"
                            },
                            {
                              "balls": 36,
                              "score": 19,
                              "player1_id": 232166,
                              "player2_id": 232208,
                              "player1_name": "Jack Burnham",
                              "player2_name": "Liam Trevaskis",
                              "player1_hash_image": "093893983290d1b2d80bcd5a84515a9a361b75699deeefe75f5fd74ee46c85bb",
                              "player2_hash_image": "e9f8762a4fe9568f060ada18e082b1f50d87981fe4681d9c9efe5ba429f4281c"
                            },
                            {
                              "balls": 49,
                              "score": 36,
                              "player1_id": 232208,
                              "player2_id": 232230,
                              "player1_name": "Liam Trevaskis",
                              "player2_name": "Ned Eckersley",
                              "player1_hash_image": "e9f8762a4fe9568f060ada18e082b1f50d87981fe4681d9c9efe5ba429f4281c",
                              "player2_hash_image": "41bb835193898ca8eb14a23d66fbc6ba26efaf42417cb145a8e5ce3940f85f8e"
                            },
                            {
                              "balls": 82,
                              "score": 33,
                              "player1_id": 232208,
                              "player2_id": 232221,
                              "player1_name": "Liam Trevaskis",
                              "player2_name": "Nathan Rimmington",
                              "player1_hash_image": "e9f8762a4fe9568f060ada18e082b1f50d87981fe4681d9c9efe5ba429f4281c",
                              "player2_hash_image": "dfe56c95bcc560b9a04a1b6e3e1834ab23c3c0c2890470295fae4d1f2a9420a3"
                            },
                            {
                              "balls": 89,
                              "score": 43,
                              "player1_id": 1535,
                              "player2_id": 232123,
                              "player1_name": "Alex Lees",
                              "player2_name": "Angus Robson",
                              "player1_hash_image": "f66823fca7f06fef49a6651c4de331342b57e5521bfbc6350ec90021babe2bf5",
                              "player2_hash_image": "46d2f676d10d7e07ab41f6286d3701e823f6335c9bb4819c9af9d8eea84ec34f"
                            },
                            {
                              "balls": 90,
                              "score": 77,
                              "player1_id": 1535,
                              "player2_id": 232146,
                              "player1_name": "Alex Lees",
                              "player2_name": "Peter Handscomb",
                              "player1_hash_image": "f66823fca7f06fef49a6651c4de331342b57e5521bfbc6350ec90021babe2bf5",
                              "player2_hash_image": "a780ee62764ddafa9f694ea5944af0f42f31c95b65f3d21550bcd1c6c8f68cb1"
                            },
                            {
                              "balls": 117,
                              "score": 93,
                              "player1_id": 232230,
                              "player2_id": 232237,
                              "player1_name": "Ned Eckersley",
                              "player2_name": "Brydon Carse",
                              "player1_hash_image": "41bb835193898ca8eb14a23d66fbc6ba26efaf42417cb145a8e5ce3940f85f8e",
                              "player2_hash_image": "9a0a7906fe5230074a7d3bc364968ab802654a4ecd6e2c2ce6ac9ef2be95123d"
                            },
                            {
                              "balls": 122,
                              "score": 75,
                              "player1_id": 1535,
                              "player2_id": 232091,
                              "player1_name": "Alex Lees",
                              "player2_name": "Cameron Steel",
                              "player1_hash_image": "f66823fca7f06fef49a6651c4de331342b57e5521bfbc6350ec90021babe2bf5",
                              "player2_hash_image": "78c478b54b8b1a3284c04e2b4526d9db7b0e417df2d61dd3241576e0c2fc92a7"
                            },
                            {
                              "balls": 217,
                              "score": 147,
                              "player1_id": 1535,
                              "player2_id": 232166,
                              "player1_name": "Alex Lees",
                              "player2_name": "Jack Burnham",
                              "player1_hash_image": "f66823fca7f06fef49a6651c4de331342b57e5521bfbc6350ec90021babe2bf5",
                              "player2_hash_image": "093893983290d1b2d80bcd5a84515a9a361b75699deeefe75f5fd74ee46c85bb"
                            }
                          ],
                          "batting_lines": [
                            {
                              "s4": 1,
                              "s6": 0,
                              "balls": 43,
                              "score": 16,
                              "fow_over": 35.1,
                              "fow_score": 118,
                              "player_id": 232123,
                              "player_name": "Angus Robson",
                              "wicket_type_id": 2,
                              "wicket_bowler_id": 232013,
                              "wicket_type_name": "LBW",
                              "player_hash_image": "46d2f676d10d7e07ab41f6286d3701e823f6335c9bb4819c9af9d8eea84ec34f",
                              "wicket_bowler_name": "Will Davis",
                              "wicket_bowler_hash_image": "6856745c8d1c2a7c455e3bf3c46b6038539f7b8d6185c9cc4dda8e6412fd9b28"
                            },
                            {
                              "s4": 2,
                              "s6": 0,
                              "balls": 18,
                              "score": 11,
                              "fow_over": 119.6,
                              "fow_score": 451,
                              "player_id": 1541,
                              "player_name": "Ben Raine",
                              "wicket_type_id": 2,
                              "wicket_bowler_id": 231972,
                              "wicket_type_name": "LBW",
                              "player_hash_image": "a6df1bd471dfe144ccac84b1f26b09b6fc94962dea16b5d3d89b90fe033890e1",
                              "wicket_bowler_name": "Chris Wright",
                              "wicket_bowler_hash_image": "44c03015e82a218f362de5de119bc8fa8c55ed38f23d3abafbdaace06ff9627b"
                            },
                            {
                              "s4": 2,
                              "s6": 0,
                              "balls": 97,
                              "score": 37,
                              "fow_over": 114.1,
                              "fow_score": 430,
                              "player_id": 232208,
                              "player_name": "Liam Trevaskis",
                              "wicket_type_id": 2,
                              "wicket_bowler_id": 231983,
                              "wicket_type_name": "LBW",
                              "player_hash_image": "e9f8762a4fe9568f060ada18e082b1f50d87981fe4681d9c9efe5ba429f4281c",
                              "wicket_bowler_name": "Gavin Griffiths",
                              "wicket_bowler_hash_image": "0fab960be483a8999287421ca2247ec849e0b46f58d7e57274de6305df7bf212"
                            },
                            {
                              "s4": 3,
                              "s6": 0,
                              "balls": 41,
                              "score": 25,
                              "fow_over": 105.6,
                              "fow_score": 394,
                              "player_id": 232221,
                              "player_name": "Nathan Rimmington",
                              "wicket_type_id": 1,
                              "wicket_bowler_id": 232013,
                              "wicket_type_name": "Bowled",
                              "player_hash_image": "dfe56c95bcc560b9a04a1b6e3e1834ab23c3c0c2890470295fae4d1f2a9420a3",
                              "wicket_bowler_name": "Will Davis",
                              "wicket_bowler_hash_image": "6856745c8d1c2a7c455e3bf3c46b6038539f7b8d6185c9cc4dda8e6412fd9b28"
                            },
                            {
                              "s4": 3,
                              "s6": 0,
                              "balls": 41,
                              "score": 29,
                              "fow_over": 50.1,
                              "fow_score": 195,
                              "player_id": 232146,
                              "player_name": "Peter Handscomb",
                              "wicket_type_id": 2,
                              "wicket_bowler_id": 231972,
                              "wicket_type_name": "LBW",
                              "player_hash_image": "a780ee62764ddafa9f694ea5944af0f42f31c95b65f3d21550bcd1c6c8f68cb1",
                              "wicket_bowler_name": "Chris Wright",
                              "wicket_bowler_hash_image": "44c03015e82a218f362de5de119bc8fa8c55ed38f23d3abafbdaace06ff9627b"
                            },
                            {
                              "s4": 4,
                              "s6": 0,
                              "balls": 59,
                              "score": 24,
                              "fow_over": 20.2,
                              "fow_score": 75,
                              "player_id": 232091,
                              "player_name": "Cameron Steel",
                              "wicket_type_id": 3,
                              "wicket_catch_id": 1531,
                              "wicket_bowler_id": 231983,
                              "wicket_type_name": "Caught",
                              "player_hash_image": "78c478b54b8b1a3284c04e2b4526d9db7b0e417df2d61dd3241576e0c2fc92a7",
                              "wicket_catch_name": "Colin Ackermann",
                              "wicket_bowler_name": "Gavin Griffiths",
                              "wicket_catch_hash_image": "021df7f4e08f2e890e429bd01ff1da3b34dfdca8bfded34b58e4b2be4c324203",
                              "wicket_bowler_hash_image": "0fab960be483a8999287421ca2247ec849e0b46f58d7e57274de6305df7bf212"
                            },
                            {
                              "s4": 4,
                              "s6": 0,
                              "balls": 84,
                              "score": 71,
                              "fow_over": 0,
                              "fow_score": 0,
                              "player_id": 232230,
                              "player_name": "Ned Eckersley (Cw)",
                              "wicket_type_id": 8,
                              "wicket_type_name": "Not out",
                              "player_hash_image": "41bb835193898ca8eb14a23d66fbc6ba26efaf42417cb145a8e5ce3940f85f8e"
                            },
                            {
                              "s4": 5,
                              "s6": 0,
                              "balls": 69,
                              "score": 43,
                              "fow_over": 139.3,
                              "fow_score": 544,
                              "player_id": 232237,
                              "player_name": "Brydon Carse",
                              "wicket_type_id": 5,
                              "wicket_catch_id": 231972,
                              "wicket_type_name": "Run out",
                              "player_hash_image": "9a0a7906fe5230074a7d3bc364968ab802654a4ecd6e2c2ce6ac9ef2be95123d",
                              "wicket_catch_name": "Chris Wright",
                              "wicket_catch_hash_image": "44c03015e82a218f362de5de119bc8fa8c55ed38f23d3abafbdaace06ff9627b"
                            },
                            {
                              "s4": 11,
                              "s6": 1,
                              "balls": 122,
                              "score": 86,
                              "fow_over": 92.2,
                              "fow_score": 361,
                              "player_id": 232166,
                              "player_name": "Jack Burnham",
                              "wicket_type_id": 3,
                              "wicket_catch_id": 232194,
                              "wicket_bowler_id": 232013,
                              "wicket_type_name": "Caught",
                              "player_hash_image": "093893983290d1b2d80bcd5a84515a9a361b75699deeefe75f5fd74ee46c85bb",
                              "wicket_catch_name": "Harry Swindells (W)",
                              "wicket_bowler_name": "Will Davis",
                              "wicket_catch_hash_image": "1e4d6080c28222282703a2a9ab83576f23d4574f7bee0bc64711f3d693c1f721",
                              "wicket_bowler_hash_image": "6856745c8d1c2a7c455e3bf3c46b6038539f7b8d6185c9cc4dda8e6412fd9b28"
                            },
                            {
                              "s4": 25,
                              "s6": 0,
                              "balls": 265,
                              "score": 181,
                              "fow_over": 86.2,
                              "fow_score": 342,
                              "player_id": 1535,
                              "player_name": "Alex Lees",
                              "wicket_type_id": 2,
                              "wicket_bowler_id": 1477,
                              "wicket_type_name": "LBW",
                              "player_hash_image": "f66823fca7f06fef49a6651c4de331342b57e5521bfbc6350ec90021babe2bf5",
                              "wicket_bowler_name": "Mohammad Abbas",
                              "wicket_bowler_hash_image": "5734488b56ddb4674f149ba00c71c51d7ffe3833c684abd772465c9ea3a79238"
                            }
                          ],
                          "bowling_lines": [
                            {
                              "run": 66,
                              "over": 18.3,
                              "wide": 0,
                              "maiden": 4,
                              "noball": 1,
                              "wicket": 0,
                              "player_id": 232066,
                              "player_name": "Neil Dexter",
                              "player_hash_image": "52d0a853494b052f0f440e9e8c51a363311c285a86c543e13d17673513c0f1ce"
                            },
                            {
                              "run": 80,
                              "over": 23,
                              "wide": 0,
                              "maiden": 3,
                              "noball": 1,
                              "wicket": 2,
                              "player_id": 231983,
                              "player_name": "Gavin Griffiths",
                              "player_hash_image": "0fab960be483a8999287421ca2247ec849e0b46f58d7e57274de6305df7bf212"
                            },
                            {
                              "run": 84,
                              "over": 17,
                              "wide": 0,
                              "maiden": 2,
                              "noball": 0,
                              "wicket": 0,
                              "player_id": 1531,
                              "player_name": "Colin Ackermann",
                              "player_hash_image": "021df7f4e08f2e890e429bd01ff1da3b34dfdca8bfded34b58e4b2be4c324203"
                            },
                            {
                              "run": 94,
                              "over": 30,
                              "wide": 0,
                              "maiden": 3,
                              "noball": 0,
                              "wicket": 1,
                              "player_id": 1477,
                              "player_name": "Mohammad Abbas",
                              "player_hash_image": "5734488b56ddb4674f149ba00c71c51d7ffe3833c684abd772465c9ea3a79238"
                            },
                            {
                              "run": 100,
                              "over": 28,
                              "wide": 0,
                              "maiden": 4,
                              "noball": 0,
                              "wicket": 3,
                              "player_id": 232013,
                              "player_name": "Will Davis",
                              "player_hash_image": "6856745c8d1c2a7c455e3bf3c46b6038539f7b8d6185c9cc4dda8e6412fd9b28"
                            },
                            {
                              "run": 105,
                              "over": 23,
                              "wide": 2,
                              "maiden": 4,
                              "noball": 0,
                              "wicket": 2,
                              "player_id": 231972,
                              "player_name": "Chris Wright",
                              "player_hash_image": "44c03015e82a218f362de5de119bc8fa8c55ed38f23d3abafbdaace06ff9627b"
                            }
                          ],
                          "batting_team_id": 2348,
                          "bowling_team_id": 2266,
                          "batting_team_name": "Durham",
                          "bowling_team_name": "Leicestershire",
                          "batting_team_hash_image": "c3898395b16e11093e7cfd2b73fb50e1f4d0f54ac9a62b5f19b5d4ffbf47de9c",
                          "bowling_team_hash_image": "619a78b3f9c7dca79149d89e689d48ae1465cc83a3e35b24fa631b7466f3897b"
                        },
                        {
                          "bye": 21,
                          "wide": 0,
                          "extra": 46,
                          "overs": 145,
                          "score": 363,
                          "number": 3,
                          "leg_bye": 9,
                          "no_ball": 16,
                          "penalty": 0,
                          "wickets": 8,
                          "partnerships": [
                            {
                              "balls": 16,
                              "score": 7,
                              "player1_id": 232315,
                              "player2_id": 231972,
                              "player1_name": "Mark Cosgrove",
                              "player2_name": "Chris Wright",
                              "player1_hash_image": "16dae9ed89f1a7ab56107c84878d22319eb8b104c37c0389b39ba34bd07f6cf7",
                              "player2_hash_image": "44c03015e82a218f362de5de119bc8fa8c55ed38f23d3abafbdaace06ff9627b"
                            },
                            {
                              "balls": 29,
                              "score": 18,
                              "player1_id": 232315,
                              "player2_id": 232013,
                              "player1_name": "Mark Cosgrove",
                              "player2_name": "Will Davis",
                              "player1_hash_image": "16dae9ed89f1a7ab56107c84878d22319eb8b104c37c0389b39ba34bd07f6cf7",
                              "player2_hash_image": "6856745c8d1c2a7c455e3bf3c46b6038539f7b8d6185c9cc4dda8e6412fd9b28"
                            },
                            {
                              "balls": 54,
                              "score": 25,
                              "player1_id": 232315,
                              "player2_id": 232194,
                              "player1_name": "Mark Cosgrove",
                              "player2_name": "Harry Swindells",
                              "player1_hash_image": "16dae9ed89f1a7ab56107c84878d22319eb8b104c37c0389b39ba34bd07f6cf7",
                              "player2_hash_image": "1e4d6080c28222282703a2a9ab83576f23d4574f7bee0bc64711f3d693c1f721"
                            },
                            {
                              "balls": 61,
                              "score": 21,
                              "player1_id": 232276,
                              "player2_id": 232066,
                              "player1_name": "Hassan Azad",
                              "player2_name": "Neil Dexter",
                              "player1_hash_image": "be10458afcd4b4c252e28f09d915ed396ef8f21c0d57472807b06219f3a42189",
                              "player2_hash_image": "52d0a853494b052f0f440e9e8c51a363311c285a86c543e13d17673513c0f1ce"
                            },
                            {
                              "balls": 70,
                              "score": 39,
                              "player1_id": 232066,
                              "player2_id": 232315,
                              "player1_name": "Neil Dexter",
                              "player2_name": "Mark Cosgrove",
                              "player1_hash_image": "52d0a853494b052f0f440e9e8c51a363311c285a86c543e13d17673513c0f1ce",
                              "player2_hash_image": "16dae9ed89f1a7ab56107c84878d22319eb8b104c37c0389b39ba34bd07f6cf7"
                            },
                            {
                              "balls": 71,
                              "score": 21,
                              "player1_id": 232315,
                              "player2_id": 232338,
                              "player1_name": "Mark Cosgrove",
                              "player2_name": "Harry Dearden",
                              "player1_hash_image": "16dae9ed89f1a7ab56107c84878d22319eb8b104c37c0389b39ba34bd07f6cf7",
                              "player2_hash_image": "623c28b6e761de83840072f9dda2fe6ca847c4c014af1ec58bc24505f3cd7edf"
                            },
                            {
                              "balls": 111,
                              "score": 35,
                              "player1_id": 232315,
                              "player2_id": 231983,
                              "player1_name": "Mark Cosgrove",
                              "player2_name": "Gavin Griffiths",
                              "player1_hash_image": "16dae9ed89f1a7ab56107c84878d22319eb8b104c37c0389b39ba34bd07f6cf7",
                              "player2_hash_image": "0fab960be483a8999287421ca2247ec849e0b46f58d7e57274de6305df7bf212"
                            },
                            {
                              "balls": 219,
                              "score": 93,
                              "player1_id": 232276,
                              "player2_id": 232297,
                              "player1_name": "Hassan Azad",
                              "player2_name": "Paul Horton",
                              "player1_hash_image": "be10458afcd4b4c252e28f09d915ed396ef8f21c0d57472807b06219f3a42189",
                              "player2_hash_image": "4b6f8fd65282b8b37bcfaf1e3306b37b68d2c4efafed67f2bf371e4d963f1f42"
                            },
                            {
                              "balls": 239,
                              "score": 104,
                              "player1_id": 232315,
                              "player2_id": 1531,
                              "player1_name": "Mark Cosgrove",
                              "player2_name": "Colin Ackermann",
                              "player1_hash_image": "16dae9ed89f1a7ab56107c84878d22319eb8b104c37c0389b39ba34bd07f6cf7",
                              "player2_hash_image": "021df7f4e08f2e890e429bd01ff1da3b34dfdca8bfded34b58e4b2be4c324203"
                            }
                          ],
                          "batting_lines": [
                            {
                              "s4": 0,
                              "s6": 0,
                              "balls": 18,
                              "score": 5,
                              "fow_over": 0,
                              "fow_score": 0,
                              "player_id": 232013,
                              "player_name": "Will Davis",
                              "wicket_type_id": 8,
                              "wicket_type_name": "Not out",
                              "player_hash_image": "6856745c8d1c2a7c455e3bf3c46b6038539f7b8d6185c9cc4dda8e6412fd9b28"
                            },
                            {
                              "s4": 0,
                              "s6": 0,
                              "balls": 44,
                              "score": 8,
                              "fow_over": 109.6,
                              "fow_score": 278,
                              "player_id": 232338,
                              "player_name": "Harry Dearden",
                              "wicket_type_id": 1,
                              "wicket_catch_id": 1541,
                              "wicket_type_name": "Bowled",
                              "player_hash_image": "623c28b6e761de83840072f9dda2fe6ca847c4c014af1ec58bc24505f3cd7edf",
                              "wicket_catch_name": "Ben Raine",
                              "wicket_catch_hash_image": "a6df1bd471dfe144ccac84b1f26b09b6fc94962dea16b5d3d89b90fe033890e1"
                            },
                            {
                              "s4": 0,
                              "s6": 0,
                              "balls": 50,
                              "score": 5,
                              "fow_over": 137.3,
                              "fow_score": 338,
                              "player_id": 231983,
                              "player_name": "Gavin Griffiths",
                              "wicket_type_id": 3,
                              "wicket_catch_id": 232208,
                              "wicket_bowler_id": 232146,
                              "wicket_type_name": "Caught",
                              "player_hash_image": "0fab960be483a8999287421ca2247ec849e0b46f58d7e57274de6305df7bf212",
                              "wicket_catch_name": "Liam Trevaskis",
                              "wicket_bowler_name": "Peter Handscomb",
                              "wicket_catch_hash_image": "e9f8762a4fe9568f060ada18e082b1f50d87981fe4681d9c9efe5ba429f4281c",
                              "wicket_bowler_hash_image": "a780ee62764ddafa9f694ea5944af0f42f31c95b65f3d21550bcd1c6c8f68cb1"
                            },
                            {
                              "s4": 1,
                              "s6": 0,
                              "balls": 9,
                              "score": 5,
                              "fow_over": 140.1,
                              "fow_score": 345,
                              "player_id": 231972,
                              "player_name": "Chris Wright",
                              "wicket_type_id": 1,
                              "wicket_catch_id": 232091,
                              "wicket_type_name": "Bowled",
                              "player_hash_image": "44c03015e82a218f362de5de119bc8fa8c55ed38f23d3abafbdaace06ff9627b",
                              "wicket_catch_name": "Cameron Steel",
                              "wicket_catch_hash_image": "78c478b54b8b1a3284c04e2b4526d9db7b0e417df2d61dd3241576e0c2fc92a7"
                            },
                            {
                              "s4": 2,
                              "s6": 0,
                              "balls": 36,
                              "score": 15,
                              "fow_over": 118.6,
                              "fow_score": 303,
                              "player_id": 232194,
                              "player_name": "Harry Swindells (W)",
                              "wicket_type_id": 2,
                              "wicket_catch_id": 232221,
                              "wicket_type_name": "LBW",
                              "player_hash_image": "1e4d6080c28222282703a2a9ab83576f23d4574f7bee0bc64711f3d693c1f721",
                              "wicket_catch_name": "Nathan Rimmington",
                              "wicket_catch_hash_image": "dfe56c95bcc560b9a04a1b6e3e1834ab23c3c0c2890470295fae4d1f2a9420a3"
                            },
                            {
                              "s4": 3,
                              "s6": 0,
                              "balls": 63,
                              "score": 24,
                              "fow_over": 58.2,
                              "fow_score": 153,
                              "player_id": 232066,
                              "player_name": "Neil Dexter",
                              "wicket_type_id": 2,
                              "wicket_bowler_id": 232091,
                              "wicket_type_name": "LBW",
                              "player_hash_image": "52d0a853494b052f0f440e9e8c51a363311c285a86c543e13d17673513c0f1ce",
                              "wicket_bowler_name": "Cameron Steel",
                              "wicket_bowler_hash_image": "78c478b54b8b1a3284c04e2b4526d9db7b0e417df2d61dd3241576e0c2fc92a7"
                            },
                            {
                              "s4": 3,
                              "s6": 0,
                              "balls": 97,
                              "score": 35,
                              "fow_over": 36.3,
                              "fow_score": 93,
                              "player_id": 232297,
                              "player_name": "Paul Horton (C)",
                              "wicket_type_id": 3,
                              "wicket_catch_id": 232230,
                              "wicket_bowler_id": 1541,
                              "wicket_type_name": "Caught",
                              "player_hash_image": "4b6f8fd65282b8b37bcfaf1e3306b37b68d2c4efafed67f2bf371e4d963f1f42",
                              "wicket_catch_name": "Ned Eckersley (Cw)",
                              "wicket_bowler_name": "Ben Raine",
                              "wicket_catch_hash_image": "41bb835193898ca8eb14a23d66fbc6ba26efaf42417cb145a8e5ce3940f85f8e",
                              "wicket_bowler_hash_image": "a6df1bd471dfe144ccac84b1f26b09b6fc94962dea16b5d3d89b90fe033890e1"
                            },
                            {
                              "s4": 4,
                              "s6": 0,
                              "balls": 152,
                              "score": 57,
                              "fow_over": 46.4,
                              "fow_score": 114,
                              "player_id": 232276,
                              "player_name": "Hasan Azad",
                              "wicket_type_id": 3,
                              "wicket_catch_id": 232230,
                              "wicket_bowler_id": 232237,
                              "wicket_type_name": "Caught",
                              "player_hash_image": "be10458afcd4b4c252e28f09d915ed396ef8f21c0d57472807b06219f3a42189",
                              "wicket_catch_name": "Ned Eckersley (Cw)",
                              "wicket_bowler_name": "Brydon Carse",
                              "wicket_catch_hash_image": "41bb835193898ca8eb14a23d66fbc6ba26efaf42417cb145a8e5ce3940f85f8e",
                              "wicket_bowler_hash_image": "9a0a7906fe5230074a7d3bc364968ab802654a4ecd6e2c2ce6ac9ef2be95123d"
                            },
                            {
                              "s4": 7,
                              "s6": 0,
                              "balls": 140,
                              "score": 56,
                              "fow_over": 98.1,
                              "fow_score": 257,
                              "player_id": 1531,
                              "player_name": "Colin Ackermann",
                              "wicket_type_id": 3,
                              "wicket_catch_id": 232208,
                              "wicket_bowler_id": 232146,
                              "wicket_type_name": "Caught",
                              "player_hash_image": "021df7f4e08f2e890e429bd01ff1da3b34dfdca8bfded34b58e4b2be4c324203",
                              "wicket_catch_name": "Liam Trevaskis",
                              "wicket_bowler_name": "Peter Handscomb",
                              "wicket_catch_hash_image": "e9f8762a4fe9568f060ada18e082b1f50d87981fe4681d9c9efe5ba429f4281c",
                              "wicket_bowler_hash_image": "a780ee62764ddafa9f694ea5944af0f42f31c95b65f3d21550bcd1c6c8f68cb1"
                            },
                            {
                              "s4": 8,
                              "s6": 0,
                              "balls": 269,
                              "score": 107,
                              "fow_over": 0,
                              "fow_score": 0,
                              "player_id": 232315,
                              "player_name": "Mark Cosgrove",
                              "wicket_type_id": 8,
                              "wicket_type_name": "Not out",
                              "player_hash_image": "16dae9ed89f1a7ab56107c84878d22319eb8b104c37c0389b39ba34bd07f6cf7"
                            }
                          ],
                          "bowling_lines": [
                            {
                              "run": 5,
                              "over": 3,
                              "wide": 0,
                              "maiden": 1,
                              "noball": 0,
                              "wicket": 0,
                              "player_id": 232166,
                              "player_name": "Jack Burnham",
                              "player_hash_image": "093893983290d1b2d80bcd5a84515a9a361b75699deeefe75f5fd74ee46c85bb"
                            },
                            {
                              "run": 19,
                              "over": 13,
                              "wide": 0,
                              "maiden": 5,
                              "noball": 0,
                              "wicket": 1,
                              "player_id": 232221,
                              "player_name": "Nathan Rimmington",
                              "player_hash_image": "dfe56c95bcc560b9a04a1b6e3e1834ab23c3c0c2890470295fae4d1f2a9420a3"
                            },
                            {
                              "run": 35,
                              "over": 10,
                              "wide": 0,
                              "maiden": 1,
                              "noball": 0,
                              "wicket": 2,
                              "player_id": 232091,
                              "player_name": "Cameron Steel",
                              "player_hash_image": "78c478b54b8b1a3284c04e2b4526d9db7b0e417df2d61dd3241576e0c2fc92a7"
                            },
                            {
                              "run": 52,
                              "over": 27,
                              "wide": 0,
                              "maiden": 10,
                              "noball": 3,
                              "wicket": 0,
                              "player_id": 232254,
                              "player_name": "Chris Rushworth",
                              "player_hash_image": "5164690453a67397ac8c9f22e5c22903778d3692023b6ab2b1190d77379cb606"
                            },
                            {
                              "run": 53,
                              "over": 22,
                              "wide": 0,
                              "maiden": 5,
                              "noball": 2,
                              "wicket": 2,
                              "player_id": 1541,
                              "player_name": "Ben Raine",
                              "player_hash_image": "a6df1bd471dfe144ccac84b1f26b09b6fc94962dea16b5d3d89b90fe033890e1"
                            },
                            {
                              "run": 73,
                              "over": 26,
                              "wide": 0,
                              "maiden": 9,
                              "noball": 3,
                              "wicket": 1,
                              "player_id": 232237,
                              "player_name": "Brydon Carse",
                              "player_hash_image": "9a0a7906fe5230074a7d3bc364968ab802654a4ecd6e2c2ce6ac9ef2be95123d"
                            },
                            {
                              "run": 96,
                              "over": 44,
                              "wide": 0,
                              "maiden": 14,
                              "noball": 0,
                              "wicket": 2,
                              "player_id": 232208,
                              "player_name": "Liam Trevaskis",
                              "player_hash_image": "e9f8762a4fe9568f060ada18e082b1f50d87981fe4681d9c9efe5ba429f4281c"
                            }
                          ],
                          "batting_team_id": 2266,
                          "bowling_team_id": 2348,
                          "batting_team_name": "Leicestershire",
                          "bowling_team_name": "Durham",
                          "batting_team_hash_image": "619a78b3f9c7dca79149d89e689d48ae1465cc83a3e35b24fa631b7466f3897b",
                          "bowling_team_hash_image": "c3898395b16e11093e7cfd2b73fb50e1f4d0f54ac9a62b5f19b5d4ffbf47de9c"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Innings"
      }
    },
    "/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://cricket.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": 43,
                      "class_name": "Pakistan",
                      "class_hash_image": "2e143d0fada152dd204140fa7cd1c5a14756fdf01fd532e378aa69513f9fe7eb",
                      "tournaments": [
                        {
                          "id": 51,
                          "name": "Pakistan Super League",
                          "importance": 80
                        },
                        {
                          "id": 58,
                          "name": "Pakistan Super League - Regular Season",
                          "importance": 0
                        },
                        {
                          "id": 4555,
                          "name": "T20 Women's Cricket Tournament - Round 1",
                          "importance": 0
                        },
                        {
                          "id": 5532,
                          "name": "President's Cup Grade-I",
                          "importance": 0
                        },
                        {
                          "id": 5534,
                          "name": "President's Cup Grade-I One-Day Tournament",
                          "importance": 0
                        },
                        {
                          "id": 5535,
                          "name": "President's Cup Grade-I - Group B",
                          "importance": 0
                        },
                        {
                          "id": 5536,
                          "name": "T20 Cup - Group A",
                          "importance": 0
                        },
                        {
                          "id": 5537,
                          "name": "National T20 Cup - Group A",
                          "importance": 0
                        },
                        {
                          "id": 5538,
                          "name": "T20 Cup - Group B",
                          "importance": 0
                        },
                        {
                          "id": 5539,
                          "name": "Quaid-e-Azam Trophy",
                          "importance": 0
                        },
                        {
                          "id": 5541,
                          "name": "National T20 Cup - Group B",
                          "importance": 0
                        },
                        {
                          "id": 5542,
                          "name": "National T20 Cup Qualifiers - Group A",
                          "importance": 0
                        },
                        {
                          "id": 5543,
                          "name": "T20 Cup - Group C",
                          "importance": 0
                        },
                        {
                          "id": 5549,
                          "name": "National T20 Cup - Group D",
                          "importance": 0
                        },
                        {
                          "id": 5550,
                          "name": "T20 Cup - Regular Season",
                          "importance": 0
                        },
                        {
                          "id": 5555,
                          "name": "National T20 Cup - Group Stages",
                          "importance": 0
                        },
                        {
                          "id": 5556,
                          "name": "Pakistan Cup",
                          "importance": 0
                        },
                        {
                          "id": 5562,
                          "name": "National T20 Cup Qualifiers - Group B",
                          "importance": 0
                        },
                        {
                          "id": 5563,
                          "name": "National T20 Cup - Group C",
                          "importance": 0
                        },
                        {
                          "id": 5564,
                          "name": "National T20 Cup - Super Eight",
                          "importance": 0
                        },
                        {
                          "id": 5565,
                          "name": "Quaid-e-Azam Trophy - Group B",
                          "importance": 0
                        },
                        {
                          "id": 5567,
                          "name": "Quaid-e-Azam Trophy - Group A",
                          "importance": 0
                        },
                        {
                          "id": 5568,
                          "name": "T20 Cup - Group D",
                          "importance": 0
                        },
                        {
                          "id": 5633,
                          "name": "President's Trophy Grade-I",
                          "importance": 0
                        },
                        {
                          "id": 5636,
                          "name": "President's Cup Grade-I - Group A",
                          "importance": 0
                        },
                        {
                          "id": 5740,
                          "name": "Quaid-e-Azam Trophy - Group C",
                          "importance": 0
                        },
                        {
                          "id": 5741,
                          "name": "Quaid-e-Azam Trophy - Triangular Stage",
                          "importance": 0
                        },
                        {
                          "id": 5803,
                          "name": "Champions One-Day Cup",
                          "importance": 0
                        },
                        {
                          "id": 19526,
                          "name": "National T20 Cup - Final",
                          "importance": 0
                        },
                        {
                          "id": 19535,
                          "name": "National T20 Cup - Semi Final",
                          "importance": 0
                        },
                        {
                          "id": 19877,
                          "name": "President's Trophy Grade-I - Final",
                          "importance": 0
                        },
                        {
                          "id": 20275,
                          "name": "President's Cup Grade-I One-Day Tournament - Semi Final",
                          "importance": 0
                        },
                        {
                          "id": 20408,
                          "name": "Quaid-e-Azam Trophy - Final",
                          "importance": 0
                        },
                        {
                          "id": 21262,
                          "name": "Kashmir Premier League",
                          "importance": 0
                        },
                        {
                          "id": 21446,
                          "name": "Pakistan Super League - Final",
                          "importance": 82
                        },
                        {
                          "id": 21450,
                          "name": "Pakistan Super League - Playoffs",
                          "importance": 81
                        },
                        {
                          "id": 21771,
                          "name": "National T20 Cup - Quarter Final",
                          "importance": 0
                        },
                        {
                          "id": 21835,
                          "name": "President's Cup Grade-I - Final",
                          "importance": 0
                        },
                        {
                          "id": 22296,
                          "name": "President's Cup Grade-I - Semi Final",
                          "importance": 0
                        },
                        {
                          "id": 22360,
                          "name": "Champions One-Day Cup - Final",
                          "importance": 0
                        },
                        {
                          "id": 22367,
                          "name": "Champions One-Day Cup - Playoffs",
                          "importance": 0
                        },
                        {
                          "id": 23369,
                          "name": "Pakistan Cup - Final",
                          "importance": 0
                        },
                        {
                          "id": 23372,
                          "name": "Pakistan Cup - Semi Final",
                          "importance": 0
                        },
                        {
                          "id": 24109,
                          "name": "National T20 Cup - Regular Season",
                          "importance": 0
                        },
                        {
                          "id": 24111,
                          "name": "National T20 Cup",
                          "importance": 0
                        },
                        {
                          "id": 24176,
                          "name": "T20 Women's Cricket Tournament - Round 2",
                          "importance": 0
                        },
                        {
                          "id": 24996,
                          "name": "Pakistan Super League - Play Offs",
                          "importance": 0
                        },
                        {
                          "id": 25219,
                          "name": "National T20 Cup - Play Offs",
                          "importance": 0
                        },
                        {
                          "id": 26082,
                          "name": "T20 Cup - Play Offs",
                          "importance": 0
                        },
                        {
                          "id": 26601,
                          "name": "Super Eight T-20 Cup - Play Offs",
                          "importance": 0
                        },
                        {
                          "id": 26604,
                          "name": "Super Eight T-20 Cup - Group B",
                          "importance": 0
                        },
                        {
                          "id": 26607,
                          "name": "Super Eight T-20 Cup - Group A",
                          "importance": 0
                        },
                        {
                          "id": 67084,
                          "name": "National T20 Cup Qualifiers - Final",
                          "importance": 0
                        },
                        {
                          "id": 67100,
                          "name": "President's Cup Grade-I One-Day Tournament - Final",
                          "importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Tournaments By Class"
      }
    },
    "/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://cricket.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": 87,
                      "team_name": "Multan Sultans",
                      "team_hash_image": "fc5b2c7a8465d3a2e7fb574b0c44f35514860f5b72057386dd66dbca979433c5",
                      "tournaments": [
                        {
                          "seasons": [
                            {
                              "season_id": 38899,
                              "start_time": "2024-11-16",
                              "season_name": "24/25"
                            }
                          ],
                          "tournament_id": 58,
                          "tournament_name": "Pakistan Super League - Regular Season"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams Seasons"
      }
    },
    "/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 | Cancelled\ncanceled | Canceled\ncanceled | Abandoned\ndelayed | Start delayed\nendure | End of day 3\nendure | End of day 2\nendure | End of day 1\nendure | End of day 4\nfinished | Ended\nfinished | Coverage canceled\ninterrupted | Interrupted\nlive | 1st Inning\npostponed | Postponed\nupcoming | Not started\nlive | 2nd Inning\nlive | 3rd Inning\nlive | 4th Inning\nlive | 5th Inning\nlive | 6th Inning\nlive | 7th Inning\nlive | 8th Inning\nlive | 9th Inning\nlive | 10th Inning\n\nFor **scores** we have fields for covering that: `current`, `display`, `innings_id`, `normaltime`, `team`, `match_id`.\n\nFor **time extras or injuries** we have fields for covering that: **current_period_start_timestamp**, **match_id**.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 10 seconds.<br />**Recommended Calls**: Limit calls to 1 every 10 seconds.\n\n### Use Cases\nGet matches<br />`https://cricket.sportmicro.com/matches`<br /><br />Get match based on the **id**<br />`https://cricket.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://cricket.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://cricket.sportmicro.com/matches?status_type=eq.{status_type}`<br /><br />Get matches based on the **season_id**<br />`https://cricket.sportmicro.com/matches?season_id=eq.{season_id}`<br /><br />Get matches based on the **tournament_id**<br />`https://cricket.sportmicro.com/matches?tournament_id=eq.{tournament_id}`<br /><br />Get matches based on the **round_id**<br />`https://cricket.sportmicro.com/matches?round_id=eq.{round_id}`<br /><br />Get matches based on the **arena_id**<br />`https://cricket.sportmicro.com/matches?arena_id=eq.{arena_id}`<br /><br />Get matches based on the **referee_id**<br />`https://cricket.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://cricket.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://cricket.sportmicro.com/matches?home_team_id=eq.{home_team_id}`<br /><br />Get away team matches based on the **away_team_id**<br />`https://cricket.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": "Sussex vs Warwickshire",
                      "tournament_id": 1364,
                      "tournament_name": "County Championship - Division 1",
                      "tournament_importance": 0,
                      "season_id": 1368,
                      "season_name": "County Championship, 2026",
                      "status": {
                        "type": "finished",
                        "reason": "Ended"
                      },
                      "status_type": "finished",
                      "arena_id": 506,
                      "arena_name": "County Ground, Hove",
                      "arena_hash_image": "5939f891d21e8dfbbd37f1ce0d433a7cd9c5f5caa0d7d4b7b0c1d727f80a407e",
                      "referee_id": 1905,
                      "referee_name": "Wayne Noon",
                      "referee_hash_image": "94b3834fac43cee13030ca26a0d35140effd174c62077b5d1a495493e63f94b8",
                      "home_team_id": 2329,
                      "home_team_name": "Sussex",
                      "home_team_hash_image": "b0d49a2edce347fec1ac6d72b1182f80cc9f1f93df909a82ae1396977a3610d3",
                      "away_team_id": 2417,
                      "away_team_name": "Warwickshire",
                      "away_team_hash_image": "5694d04f22da2c1e840cbe5b790f4716d13729fbb2dcbeaf26be97e7ffa20254",
                      "home_team_score": {
                        "current": 532,
                        "display": 532
                      },
                      "away_team_score": {
                        "current": 531,
                        "display": 531
                      },
                      "start_time": "2026-04-10T10:00:00+00:00",
                      "end_time": "2026-04-13T12:00:00+00:00",
                      "duration": 266400,
                      "last_period": "inning1",
                      "class_id": 163,
                      "class_name": "United Kingdom",
                      "class_hash_image": "0806b1550657bcfbb179b64f4604a35df39ad4ee13519e92a6bbb01f445442e2",
                      "league_id": 564,
                      "league_name": "County Championship",
                      "league_hash_image": "c5ebbf0f1539eb5a00efff18eb1da5f129ae07b8332cf95d679fe9648caca665"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches"
      }
    },
    "/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://cricket.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-28T01:00:00+00:00",
                      "temp": 292.25,
                      "feels_like": 291.31,
                      "pressure": 1024,
                      "humidity": 42,
                      "dew_point": 278.68,
                      "uvi": 4.77,
                      "clouds": 100,
                      "wind_speed": 7.8,
                      "wind_deg": 359,
                      "wind_gust": 12.14,
                      "weather_id": 804,
                      "weather_main": "Clouds",
                      "weather_description": "overcast clouds",
                      "weather_icon": "04d",
                      "pop": 0
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Weather"
      }
    },
    "/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://cricket.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": 99,
                      "country_name": "India",
                      "country_hash_image": "fed1d872f6d540f4118582ec694270274e987b12f5dfe2057dddf1e12df2761a",
                      "coaches": [
                        {
                          "id": 801,
                          "name": "Rahul Dravid",
                          "hash_image": "6bcea53a73d1f4da224003ea809661e44ff9a0bea2d5a66f666a917a9c245732"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Coaches By Country"
      }
    },
    "/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://cricket.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": 51,
                      "tournament_name": "Pakistan Super League",
                      "seasons": [
                        {
                          "id": 57,
                          "name": "Pakistan Super League, 2026",
                          "year": "2026"
                        },
                        {
                          "id": 1232,
                          "name": "Pakistan Super League, 2025",
                          "year": "2025"
                        },
                        {
                          "id": 1267,
                          "name": "Pakistan Super League, 2024",
                          "year": "2024"
                        },
                        {
                          "id": 1271,
                          "name": "Pakistan Super League, 2023",
                          "year": "2023"
                        },
                        {
                          "id": 28477,
                          "name": "Pakistan Super League, 2022",
                          "year": "2022"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons By Tournament"
      }
    },
    "/referees-by-country": {
      "get": {
        "tags": [
          "Referees"
        ],
        "summary": "Referees By Country",
        "description": "This 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://cricket.sportmicro.com/referees-by-country?country_id=eq.{country_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.referees-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/referees-by-country"
                  },
                  "type": "array",
                  "example": [
                    {
                      "country_id": 9,
                      "country_name": "Saudi Arabia",
                      "country_hash_image": "360bf3a8254ab93fc69e84ce6640d78535a34f3cdc0b1bdacec6ccdd93726a79",
                      "referees": [
                        {
                          "id": 1969,
                          "name": "Clifford Isaacs",
                          "hash_image": "363a54e24dbee7f34fb6a15189c07ab6512c4c7e7a84ef18233405b48259b3a3"
                        },
                        {
                          "id": 2002,
                          "name": "Jeremy Fredericks",
                          "hash_image": "a159a5c6d776104e109ee24f4f37f64fdabd487e8453bed1d607aac928a2c7a0"
                        },
                        {
                          "id": 2003,
                          "name": "Philip Vosloo",
                          "hash_image": "7e6f18ea20c2e33413d016e1e5df2fba81d28fe11be72d247e056d77195966b7"
                        },
                        {
                          "id": 2114,
                          "name": "Gawie Botha",
                          "hash_image": "0c5689ecc48700f7f4950ec07917a6598324d2260e62f9c5a872a47d24421a59"
                        },
                        {
                          "id": 2129,
                          "name": "SB Carey",
                          "hash_image": "9e9a2755761254b9e6383eb69f8aa447208bd9c372f2e29a8e6a3a3e9e64ea69"
                        },
                        {
                          "id": 2145,
                          "name": "Kerrin Klaaste",
                          "hash_image": "072176ed29f144ac8c8bb8774d2dbef4b24c7814c86ad4b520e97d32b51b0c14"
                        },
                        {
                          "id": 2346,
                          "name": "Denis Lindsay",
                          "hash_image": "8c9414198a81df88eeabad66faa6daf9a75bd88c244806a105eeedce6d2a71fa"
                        },
                        {
                          "id": 2347,
                          "name": "Muhammad Jooma",
                          "hash_image": "e37cea07e5b5270151e0b22fdbdb0b491ecf35f6999ebd7ebc5c871d53f04a57"
                        },
                        {
                          "id": 2351,
                          "name": "Roger Burne",
                          "hash_image": "65de0f6460cac1e737b365fcb53d358943339eb4a213ba87fbeb541660e2db46"
                        },
                        {
                          "id": 2354,
                          "name": "Mazizi Gampu",
                          "hash_image": "e1af11f04f86f13a47a0b3532f5685056da76e509d628284464f9d8d39b8c143"
                        },
                        {
                          "id": 2426,
                          "name": "Stephen Harris",
                          "hash_image": "1ceaaf2a6add818dfa7cb094ccce06ab722f4c43e76bd8ed41f3065cd0b7d0d6"
                        },
                        {
                          "id": 2459,
                          "name": "Shaun George",
                          "hash_image": "18196f56464467951a120fa6c095e2b531fa415f21ebb19cf655b3637d403518"
                        },
                        {
                          "id": 2479,
                          "name": "Machiel Moller",
                          "hash_image": "62ded547d1cd14407a9da0045f10647073d4b445b5804ead9766d54d6ec784a3"
                        },
                        {
                          "id": 2532,
                          "name": "David Richardson",
                          "hash_image": "c47b440dbd6bed72f65980b2a6cd256a15553f0a240e0d7e1707f6c097883556"
                        },
                        {
                          "id": 2556,
                          "name": "Bill Hendricks",
                          "hash_image": "796e968d9804ce4fca249ac0b9c371f347144e7cd28a09a06db891ed3be7f092"
                        },
                        {
                          "id": 2560,
                          "name": "Sagren Naidoo",
                          "hash_image": "95fdb020f14a436a5c1ccf2fa528fc24ab468ee6bdb763dc2f5146ff68113e8d"
                        },
                        {
                          "id": 2619,
                          "name": "Allahudien Paleker",
                          "hash_image": "f38990f4d3edd68faa8361dfc84332e97149395e943ef5efd955bb7c1cef1001"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Referees By Country"
      }
    },
    "/players-cricket-info": {
      "get": {
        "tags": [
          "Players"
        ],
        "summary": "Players Cricket Info",
        "description": "This endpoint allows you to retrieve the info from players.\nYou can get the `id` from the **/players** endpoint `cricket_info`.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch 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 info based on the **id**<br />`https://cricket.sportmicro.com/players-cricket-info?id=eq.{id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.players-cricket-info.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-cricket-info"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 1,
                      "batting": "Right",
                      "bowling": "Leg break googly",
                      "captain": false
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Players Cricket Info"
      }
    },
    "/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://cricket.sportmicro.com/leagues`<br /><br />Search the leagues by the `name`<br />`https://cricket.sportmicro.com/leagues?name=like.*Championship*`<br /><br />Get leagues based on the **id**<br />`https://cricket.sportmicro.com/leagues?id=eq.{id}`<br /><br />Get leagues from a specific **class_id**<br />`https://cricket.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": 56,
                      "name": "Pakistan Super League",
                      "importance": 0,
                      "current_champion_team_num_titles": 3,
                      "most_titles": 3,
                      "primary_color": "#0d683a",
                      "secondary_color": "#a8af1b",
                      "start_league": "2026-03-26T00:00:00+00:00",
                      "end_league": "2026-05-03T00:00:00+00:00",
                      "hash_image": "d8c33fc5499f2950f2a835566c079b8fc2c255d8d9cfaf39db424500a84ec824",
                      "class_id": 43,
                      "class_name": "Pakistan",
                      "class_hash_image": "2e143d0fada152dd204140fa7cd1c5a14756fdf01fd532e378aa69513f9fe7eb"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Leagues"
      }
    },
    "/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://cricket.sportmicro.com/matches-tv-channels?match_id=eq.{match_id}`<br /><br />Get tv channels from a specific **match_id** and **alpha**<br />`https://cricket.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": 12,
                      "country_id": 17,
                      "country_name": "Netherlands",
                      "country_hash_image": "4334ffcf78137d9c9d5866146d7f29a62735f232fc7239bd43332145e376bda3",
                      "alpha": "NL",
                      "tv_channels": [
                        {
                          "id": 1252,
                          "name": "ICC 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://cricket.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": "2007-09-11",
                      "leagues": [
                        {
                          "class_id": "World",
                          "league_id": 1884,
                          "class_name": "World",
                          "league_name": "ICC T20 World Cup",
                          "class_hash_image": "1ffa722e5474f5445688b775f8d5ec6262637f8247f3f989d3c4ba338c3a2b51",
                          "league_importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Leagues By Date"
      }
    },
    "/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"
      }
    },
    "/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://cricket.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": 4,
                      "country_name": "Brazil",
                      "country_hash_image": "bbaf8352442730e92c16c5ea6b0ff7cc595c24e02d8e8bfc5fea5a4e0bb0b46b",
                      "arenas": [
                        {
                          "id": 14933,
                          "name": "Sao Fernando Polo and Cricket Club",
                          "hash_image": "936544c7a5a7d9c7122933b844a8721da1dd2810beaeb73f389dfbe2d838c5fb"
                        },
                        {
                          "id": 15802,
                          "name": "Sao Fernando Polo and Cricket Club",
                          "hash_image": "936544c7a5a7d9c7122933b844a8721da1dd2810beaeb73f389dfbe2d838c5fb"
                        },
                        {
                          "id": 15837,
                          "name": "Pocos Oval",
                          "hash_image": "dfa652dec43f07367978429e7e627fa55f7d4eafad12de358d7d079772bae573"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Arenas By Country"
      }
    },
    "/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://cricket.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": 434,
                      "league_id": 119,
                      "title": "RCB 250 - 207 CSK",
                      "subtitle": "Full Highlights",
                      "url": "https://www.iplt20.com/video/64761/ipl-2026-m11-rcb-vs-csk---match-highlights",
                      "date_published": "2026-04-05T19:16:35+00:00",
                      "channel_url": "https://www.iplt20.com/video/64761/ipl-2026-m11-rcb-vs-csk---match-highlights"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Media Leagues"
      }
    },
    "/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://cricket.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": 1957,
                      "team_id": 195427,
                      "title": "OVI 168 - 142 TRT",
                      "subtitle": "Full Highlights",
                      "url": "https://www.youtube.com/watch?v=48BFkh1K2nA",
                      "thumbnail_url": "https://i.ytimg.com/vi/48BFkh1K2nA/hqdefault.jpg",
                      "date_published": "2025-08-31T20:32:44+00:00",
                      "channel_url": "https://www.youtube.com/watch?v=48BFkh1K2nA"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Media Teams"
      }
    },
    "/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://cricket.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": 1811,
                      "team_name": "Lahore Qalandars",
                      "team_hash_image": "6e286af00960b0f21cab128cde125f655242fdff79d7e1dd565615b6784555fd",
                      "players": [
                        {
                          "id": 41553,
                          "name": "Shaheen Afridi",
                          "position": "B",
                          "country_id": 67,
                          "hash_image": "0ca238941d4cf22f4a74898d2f1008c33f58bdd4db076bbbaba5c7ccdf8f827f",
                          "short_name": "Shaheen Afridi",
                          "country_name": "Pakistan",
                          "shirt_number": 10,
                          "date_of_birth": "2000-04-06T00:00:00+00:00",
                          "player_height": 202,
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25",
                          "player_jersey_number": "10"
                        },
                        {
                          "id": 42014,
                          "name": "Abdullah Shafique",
                          "position": "BM",
                          "country_id": 67,
                          "hash_image": "a38cdf6e97455a359ae205c292fc9a9eef1f58ccdd920fc539ea689fcb4b709f",
                          "short_name": "A Shafique",
                          "country_name": "Pakistan",
                          "shirt_number": 57,
                          "date_of_birth": "1999-11-20T00:00:00+00:00",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25",
                          "player_jersey_number": "57"
                        },
                        {
                          "id": 45053,
                          "name": "Ahsan Bhatti",
                          "position": "B",
                          "country_id": 67,
                          "hash_image": "606baf08eca2dfdc3a529a855695c409b9c6cf5d55748d135ace351ad7f55973",
                          "short_name": "A Bhatti",
                          "country_name": "Pakistan",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 108220,
                          "name": "Sudais Khan",
                          "position": "BM",
                          "country_id": 67,
                          "hash_image": "5efb293c0538cbf85bd7ef80df3a53026a5cb0ceb4c85131e1e89ab9bdf5b828",
                          "short_name": "Sudais Khan",
                          "country_name": "Pakistan",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 249171,
                          "name": "Dilbar Hussain",
                          "position": "B",
                          "country_id": 67,
                          "hash_image": "30586558d31fb49f27aa9621eb1bfabe5a610a7df687f383e60e6a68ec2c27a6",
                          "short_name": "Dilbar Hussain",
                          "country_name": "Pakistan",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 284966,
                          "name": "Sohail Akhtar",
                          "position": "AR",
                          "country_id": 67,
                          "hash_image": "cb38e70a17175794cfab8524434b01f0478d967d9222751c20ae1d7ad71de000",
                          "short_name": "S Akhtar",
                          "country_name": "Pakistan",
                          "date_of_birth": "1986-03-02T00:00:00+00:00",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 285033,
                          "name": "Syed Faridoun",
                          "position": "BM",
                          "country_id": 67,
                          "hash_image": "254dbda904e3e562032f384aab453debafed7d04cfd0a7be3701c5de741f4a63",
                          "short_name": "Syed Faridoun",
                          "country_name": "Pakistan",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 285228,
                          "name": "Salman Fayyaz",
                          "position": "AR",
                          "country_id": 67,
                          "hash_image": "b9c87c898ed9aa132288da1c971340dc048339e650ea2a43dd9a112cd196031f",
                          "short_name": "Salman Fayyaz",
                          "country_name": "Pakistan",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 287803,
                          "name": "Abid Ali",
                          "country_id": 67,
                          "hash_image": "de37f0d9d27cb2888989337c8521fdcddaf28d943fb28030be83272f49dc0123",
                          "short_name": "A. Ali",
                          "country_name": "Pakistan",
                          "date_of_birth": "1987-10-16T00:00:00+00:00",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 290504,
                          "name": "Faizan Khan",
                          "hash_image": "81b48428c560f1b6184cdd0ee4fdd1e2a2611f5968ed83648cb44190f6f9f907",
                          "short_name": "F. Khan"
                        },
                        {
                          "id": 290521,
                          "name": "Callum Ferguson",
                          "country_id": 26,
                          "hash_image": "9b0894586b160583f831d38a9bd817f590ef1fbc85912bef3d3714c42b834108",
                          "short_name": "C. Ferguson",
                          "country_name": "Australia",
                          "date_of_birth": "1984-11-21T00:00:00+00:00",
                          "country_hash_image": "86936315fce40c126916c0c980e24be16cd8fd390243c6740f58c62d08cea336"
                        },
                        {
                          "id": 291274,
                          "name": "Ali Mirza",
                          "country_id": 74,
                          "hash_image": "7090de7a11648fbdd59bdabe3af0c6b2df781ca48820efea37906af4dfabfb3e",
                          "short_name": "A. Mirza",
                          "country_name": "United Arab Emirates",
                          "date_of_birth": "1999-11-03T00:00:00+00:00",
                          "country_hash_image": "bb1c202965ca241975a90c4d4db43001bad7ee64ba9b4411be5d2010ac8db164"
                        },
                        {
                          "id": 499907,
                          "name": "Jaahid Shaukat Ali",
                          "hash_image": "27b8330c3d7024ae5995627ecf6a41742d10a58ab06d6054ac4716678f37f4a1",
                          "short_name": "J. S. Ali"
                        },
                        {
                          "id": 510330,
                          "name": "Abid Ali",
                          "country_id": 67,
                          "hash_image": "de37f0d9d27cb2888989337c8521fdcddaf28d943fb28030be83272f49dc0123",
                          "short_name": "A. Ali",
                          "country_name": "Pakistan",
                          "date_of_birth": "1987-10-16T00:00:00+00:00",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 540737,
                          "name": "Raja Farzan",
                          "hash_image": "cebd2fa8955263bc9ef0d58b46edfac6f8496fd4b22acc4d494c35fc0e9a81b2",
                          "short_name": "R. Farzan"
                        },
                        {
                          "id": 545101,
                          "name": "Salman Butt",
                          "country_id": 67,
                          "hash_image": "90e6af97d0939d4fa2f89ac3ce1cc6afdabbdb17ca41088c12085253d9b9179f",
                          "short_name": "S. Butt",
                          "country_name": "Pakistan",
                          "date_of_birth": "1984-10-07T00:00:00+00:00",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 563807,
                          "name": "Aizaz Cheema",
                          "country_id": 67,
                          "hash_image": "3dea06bf7a401a082faee402a718c34eb7b7df04081c42bb156f0a7b9d8b1395",
                          "short_name": "A. Cheema",
                          "country_name": "Pakistan",
                          "date_of_birth": "1979-09-05T00:00:00+00:00",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 577412,
                          "name": "Aitizaz Khan",
                          "position": "AR",
                          "country_id": 67,
                          "hash_image": "614ae18fda2084690779631eea2aa1d216921310da7ad535f55aa3930620e9d7",
                          "short_name": "Aitizaz Khan",
                          "country_name": "Pakistan",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 590272,
                          "name": "Muhammad Naeem",
                          "position": "BM",
                          "country_id": 67,
                          "hash_image": "794782da5026f67a8a9580f37de8ae9b3d0572b1ff61fdb008e7c54c7ebe3eef",
                          "short_name": "Muhammad Naeem",
                          "country_name": "Pakistan",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 590278,
                          "name": "Jahanzeb Naveed",
                          "position": "WK",
                          "country_id": 35,
                          "hash_image": "7753c638f06a09f707ae15ba15ba0aed409b81522ffbe1955f9a247d8de58678",
                          "short_name": "Jahanzeb Naveed",
                          "country_name": "Qatar",
                          "country_hash_image": "48947c06d09a212ca1dcfbdf5a63d18dde8c964dbc66eea033a363eee856de21"
                        },
                        {
                          "id": 590281,
                          "name": "Ahsan Hafeez",
                          "position": "AR",
                          "country_id": 67,
                          "hash_image": "9a928de23c203033430487c3178f7cbd34382ed079c53d94c2009aad2148e587",
                          "short_name": "Ahsan Hafeez",
                          "country_name": "Pakistan",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 590284,
                          "name": "Mansoor Saleem",
                          "position": "WK",
                          "country_id": 67,
                          "hash_image": "d9fbf145c2544d0fee8bebef5324c9997185ad6d45cb974414956fa4dacea090",
                          "short_name": "Mansoor Saleem",
                          "country_name": "Pakistan",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 590302,
                          "name": "Mehboob Ur Rehman",
                          "position": "B",
                          "country_id": 67,
                          "hash_image": "aa1895628f4013c950970f03204343207c94a0c811a8b9f7001fdbeffcfa5f42",
                          "short_name": "Mehboob Ur Rehman",
                          "country_name": "Pakistan",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        },
                        {
                          "id": 767138,
                          "name": "Jahandad Khan",
                          "position": "AR",
                          "country_id": 67,
                          "hash_image": "ca25b7321b2533dc1a5b95a85e11c3ccc5fe52f3d6153c70349aa30425ef4aad",
                          "short_name": "Jahandad Khan",
                          "country_name": "Pakistan",
                          "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Players By Team"
      }
    },
    "/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://cricket.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": 23211,
                      "season_name": "Continental Cup 2025",
                      "rounds": [
                        {
                          "id": 477811,
                          "round": 1,
                          "end_time": "2025-01-16",
                          "start_time": "2025-01-16"
                        },
                        {
                          "id": 477812,
                          "round": 2,
                          "end_time": "2025-01-18",
                          "start_time": "2025-01-18"
                        },
                        {
                          "id": 477813,
                          "round": 3,
                          "end_time": "2025-01-19",
                          "start_time": "2025-01-19"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons Rounds"
      }
    },
    "/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://cricket.sportmicro.com/standings`<br /><br />Get standing based on the **id**<br />`https://cricket.sportmicro.com/standings?id=eq.{id}`<br /><br />Get standing from a specific **league_id**<br />`https://cricket.sportmicro.com/standings?league_id=eq.{league_id}`<br /><br />Get standing from a specific **league_id** and **season_id**<br />`https://cricket.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://cricket.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": 74,
                      "tournament_id": 104,
                      "tournament_name": "CSA T20 Knock-Out Competition",
                      "type": "total",
                      "name": "CSA T20 Knock-Out Competition",
                      "season_id": 119,
                      "season_name": "CSA T20 Knock-Out Competition, 2025",
                      "league_id": 82,
                      "league_name": "CSA T20 Knock-Out Competition",
                      "league_hash_image": "29f79a29e663ff281cf52ae29c51dfb49f717c4132c19ec5d26b22c86c701e92",
                      "competitors": [
                        {
                          "wins": 4,
                          "draws": 0,
                          "losses": 1,
                          "points": 20,
                          "matches": 6,
                          "team_id": 136,
                          "position": 1,
                          "no_result": 1,
                          "team_name": "Knights",
                          "net_run_rate": 2.023,
                          "team_hash_image": "5adf19143733dc1f309885c7c91ef99e3cabe7b517eeae438664292182296931"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Standings"
      }
    },
    "/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://cricket.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": 335,
                      "season_name": "Asia Cup, 2025",
                      "groups": [
                        {
                          "name": "Group Group A",
                          "tournament_id": 306,
                          "tournament_name": "Asia Cup - Group A"
                        },
                        {
                          "name": "Group Group B",
                          "tournament_id": 20882,
                          "tournament_name": "Asia Cup, Group B"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons Groups"
      }
    },
    "/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://cricket.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": 56,
                      "league_name": "Pakistan Super League",
                      "league_hash_image": "d8c33fc5499f2950f2a835566c079b8fc2c255d8d9cfaf39db424500a84ec824",
                      "seasons": [
                        {
                          "id": 57,
                          "name": "Pakistan Super League, 2026",
                          "year": "2026",
                          "start_time": "2026-05-03"
                        },
                        {
                          "id": 1232,
                          "name": "Pakistan Super League, 2025",
                          "year": "2025",
                          "start_time": "2025-04-12"
                        },
                        {
                          "id": 1267,
                          "name": "Pakistan Super League, 2024",
                          "year": "2024",
                          "start_time": "2024-03-10"
                        },
                        {
                          "id": 1271,
                          "name": "Pakistan Super League, 2023",
                          "year": "2023",
                          "start_time": "2023-03-15"
                        },
                        {
                          "id": 28477,
                          "name": "Pakistan Super League, 2022",
                          "year": "2022",
                          "start_time": "2022-01-27"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons By League"
      }
    },
    "/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://cricket.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": 56,
                      "league_name": "Pakistan Super League",
                      "league_hash_image": "d8c33fc5499f2950f2a835566c079b8fc2c255d8d9cfaf39db424500a84ec824",
                      "tournaments": [
                        {
                          "id": 51,
                          "name": "Pakistan Super League",
                          "importance": 80
                        },
                        {
                          "id": 58,
                          "name": "Pakistan Super League - Regular Season",
                          "importance": 0
                        },
                        {
                          "id": 21446,
                          "name": "Pakistan Super League - Final",
                          "importance": 82
                        },
                        {
                          "id": 21450,
                          "name": "Pakistan Super League - Playoffs",
                          "importance": 81
                        },
                        {
                          "id": 24996,
                          "name": "Pakistan Super League - Play Offs",
                          "importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Tournaments By League"
      }
    },
    "/teams-by-tournament": {
      "get": {
        "tags": [
          "Teams"
        ],
        "summary": "Teams By Tournament",
        "description": "This endpoint allows you to retrieve the teams from a specific tournament.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet teams from a specific **tournament_id**<br />`https://cricket.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": 51,
                      "tournament_name": "Pakistan Super League",
                      "teams": [
                        {
                          "team_id": 2042,
                          "team_name": "Hyderabad Kingsmen",
                          "team_hash_image": "5612d6388e029a84a6165840dd458b85834bfaecda42f204252e6014acf95de9"
                        },
                        {
                          "team_id": 4171,
                          "team_name": "Rawalpindiz",
                          "team_hash_image": "f828df432c186b653c73deabf88015e39010ba2cce2a26489404d77a201f0d99"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Teams By Tournament"
      }
    },
    "/matches-by-date-league": {
      "get": {
        "tags": [
          "Matches"
        ],
        "summary": "Matches By Date League",
        "description": "This endpoint allows you to retrieve the matches from a specific date and league. The date has a format of YYYY-DD-MM.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet matches from a specific **date** and **league_id**<br />`https://cricket.sportmicro.com/matches-by-date-league?date=eq.{date}&league_id=eq.{league_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-by-date-league.date"
          },
          {
            "$ref": "#/components/parameters/rowFilter.matches-by-date-league.league_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/matches-by-date-league"
                  },
                  "type": "array",
                  "example": [
                    {
                      "date": "2007-09-11",
                      "league_id": 1884,
                      "league_name": "ICC T20 World Cup",
                      "matches": [
                        {
                          "id": 28180,
                          "name": "South Africa vs West Indies",
                          "status": "finished",
                          "duration": 9000,
                          "season_id": 4717,
                          "start_time": "2007-09-11T16:00:00+00:00",
                          "season_name": "2007",
                          "away_team_id": 13849,
                          "home_team_id": 9722,
                          "status_reason": "Ended",
                          "tournament_id": 4406,
                          "away_team_name": "West Indies",
                          "home_team_name": "South Africa",
                          "away_team_score": 205,
                          "home_team_score": 208,
                          "tournament_name": "ICC World Twenty20 - Group A",
                          "away_team_hash_image": "92a934ad3f6ecadeb428f7fd9be774468886f36a8c3a5a6288491b80a9605c16",
                          "home_team_hash_image": "cc908ee03d770935b8c6d7f05b1b8c36ed020c5f5beb6a0aa2e29dbf1fb3d433",
                          "tournament_importance": 0
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches By Date League"
      }
    },
    "/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://cricket.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": 1957,
                      "player_id": 297554,
                      "title": "OVI 168 - 142 TRT",
                      "subtitle": "Full Highlights",
                      "url": "https://www.youtube.com/watch?v=48BFkh1K2nA",
                      "thumbnail_url": "https://i.ytimg.com/vi/48BFkh1K2nA/hqdefault.jpg",
                      "date_published": "2025-08-31T20:32:44+00:00",
                      "channel_url": "https://www.youtube.com/watch?v=48BFkh1K2nA"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Media Players"
      }
    },
    "/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: `ball`.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch 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://cricket.sportmicro.com/matches-incidents?match_id=eq.{match_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.matches-incidents.match_id"
          },
          {
            "$ref": "#/components/parameters/offset"
          },
          {
            "$ref": "#/components/parameters/limit"
          },
          {
            "$ref": "#/components/parameters/lang"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/matches-incidents"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 1,
                      "incidents": [
                        {
                          "ball": 1,
                          "over": 1,
                          "runs": 0,
                          "time": 1,
                          "type": "ball",
                          "class": "LB",
                          "score": "4/0",
                          "missed": false,
                          "number": 1,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 90099,
                          "browler_id": 72527,
                          "total_runs": 4,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 42,
                          "batsman_name": "Aarya Desai",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 1,
                          "runs": 1,
                          "time": 125,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 135,
                          "class": "REGULAR",
                          "score": "1/0",
                          "length": 4,
                          "missed": false,
                          "number": 1,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 75207,
                          "browler_id": 88371,
                          "total_runs": 1,
                          "pitch_hit_x": 11,
                          "pitch_hit_y": 50,
                          "batsman_name": "Abhishek Goswami",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "6775ce8ad44634b552a599bbac5ccb6fc9608c99293619413e1d7823960dd45c",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 2,
                          "runs": 0,
                          "time": 6,
                          "type": "ball",
                          "class": "0",
                          "score": "5/0",
                          "missed": false,
                          "number": 7,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 90099,
                          "browler_id": 74758,
                          "total_runs": 0,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 45,
                          "batsman_name": "Aarya Desai",
                          "browler_name": "Yash Dayal",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "browler_hash_image": "289ee1c994ad0d4ae5f05e5fb90a318e866b1737b26fe84e15ccb286c4680cc9",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 2,
                          "runs": 1,
                          "time": 130,
                          "type": "ball",
                          "zone": "p",
                          "angle": 336,
                          "class": "REGULAR",
                          "score": "4/1",
                          "length": 4,
                          "missed": false,
                          "number": 7,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 75207,
                          "browler_id": 88649,
                          "total_runs": 1,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 44,
                          "batsman_name": "Abhishek Goswami",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "6775ce8ad44634b552a599bbac5ccb6fc9608c99293619413e1d7823960dd45c",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 3,
                          "runs": 0,
                          "time": 10,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 185,
                          "class": "W",
                          "score": "6/1",
                          "length": 3,
                          "missed": false,
                          "number": 13,
                          "scored": false,
                          "wicket": true,
                          "batsman_id": 90099,
                          "browler_id": 72527,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 39,
                          "batsman_name": "Aarya Desai",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 3,
                          "runs": 0,
                          "time": 135,
                          "type": "ball",
                          "class": "0",
                          "score": "7/1",
                          "missed": false,
                          "number": 13,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88371,
                          "total_runs": 0,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 44,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 4,
                          "runs": 0,
                          "time": 142,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 132,
                          "class": "W",
                          "score": "22/2",
                          "length": 3,
                          "missed": false,
                          "number": 20,
                          "scored": false,
                          "wicket": true,
                          "batsman_id": 75207,
                          "browler_id": 194566,
                          "total_runs": 0,
                          "pitch_hit_x": 12,
                          "pitch_hit_y": 54,
                          "batsman_name": "Abhishek Goswami",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "6775ce8ad44634b552a599bbac5ccb6fc9608c99293619413e1d7823960dd45c",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 4,
                          "runs": 1,
                          "time": 18,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 152,
                          "class": "REGULAR",
                          "score": "13/2",
                          "length": 2,
                          "missed": false,
                          "number": 20,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 73634,
                          "total_runs": 1,
                          "pitch_hit_x": 24,
                          "pitch_hit_y": 45,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 5,
                          "runs": 0,
                          "time": 24,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 206,
                          "class": "0",
                          "score": "19/2",
                          "length": 3,
                          "missed": false,
                          "number": 27,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 74758,
                          "total_runs": 0,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 44,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Yash Dayal",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "289ee1c994ad0d4ae5f05e5fb90a318e866b1737b26fe84e15ccb286c4680cc9",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 5,
                          "runs": 0,
                          "time": 148,
                          "type": "ball",
                          "class": "0",
                          "score": "22/2",
                          "missed": false,
                          "number": 26,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88649,
                          "total_runs": 0,
                          "pitch_hit_x": 22,
                          "pitch_hit_y": 45,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 6,
                          "runs": 0,
                          "time": 29,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 188,
                          "class": "0",
                          "score": "28/2",
                          "length": 3,
                          "missed": false,
                          "number": 33,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 46,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 6,
                          "runs": 0,
                          "time": 155,
                          "type": "ball",
                          "zone": "od",
                          "angle": 287,
                          "class": "0",
                          "score": "31/2",
                          "length": 1,
                          "missed": false,
                          "number": 34,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 194566,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 45,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 7,
                          "runs": 0,
                          "time": 161,
                          "type": "ball",
                          "class": "0",
                          "score": "34/2",
                          "missed": false,
                          "number": 42,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88649,
                          "total_runs": 0,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 53,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 7,
                          "runs": 1,
                          "time": 35,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 220,
                          "class": "REGULAR",
                          "score": "31/2",
                          "length": 4,
                          "missed": false,
                          "number": 39,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 72878,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 41,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Nitish Rana",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 8,
                          "runs": 0,
                          "time": 40,
                          "type": "ball",
                          "class": "0",
                          "score": "39/3",
                          "missed": false,
                          "number": 45,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 76705,
                          "total_runs": 0,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 37,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 8,
                          "runs": 0,
                          "time": 167,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 150,
                          "class": "0",
                          "score": "40/2",
                          "length": 2,
                          "missed": false,
                          "number": 48,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 0,
                          "pitch_hit_x": 13,
                          "pitch_hit_y": 43,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 9,
                          "runs": 0,
                          "time": 45,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 197,
                          "class": "0",
                          "score": "47/3",
                          "length": 3,
                          "missed": false,
                          "number": 51,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 89533,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 45,
                          "batsman_name": "Umang Kumar",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6704a71e25dbe6345ee206138b375e57db4b223c487e186ec7b021999e555f62",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 9,
                          "runs": 0,
                          "time": 173,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 196,
                          "class": "0",
                          "score": "49/2",
                          "length": 3,
                          "missed": false,
                          "number": 55,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 42935,
                          "total_runs": 0,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 38,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 10,
                          "runs": 0,
                          "time": 51,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 192,
                          "class": "0",
                          "score": "54/3",
                          "length": 3,
                          "missed": false,
                          "number": 59,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 89533,
                          "browler_id": 76705,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 44,
                          "batsman_name": "Umang Kumar",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6704a71e25dbe6345ee206138b375e57db4b223c487e186ec7b021999e555f62",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 10,
                          "runs": 1,
                          "time": 177,
                          "type": "ball",
                          "zone": "p",
                          "angle": 342,
                          "class": "REGULAR",
                          "score": "53/2",
                          "length": 4,
                          "missed": false,
                          "number": 61,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 78100,
                          "total_runs": 1,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 38,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 11,
                          "runs": 1,
                          "time": 56,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 115,
                          "class": "REGULAR",
                          "score": "60/4",
                          "length": 4,
                          "missed": false,
                          "number": 65,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 73634,
                          "total_runs": 1,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 55,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 11,
                          "runs": 4,
                          "time": 181,
                          "type": "ball",
                          "zone": "p",
                          "angle": 339,
                          "class": "4",
                          "score": "65/2",
                          "length": 5,
                          "missed": false,
                          "number": 67,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 42935,
                          "total_runs": 4,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 44,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 12,
                          "runs": 0,
                          "time": 185,
                          "type": "ball",
                          "zone": "sqc",
                          "angle": 170,
                          "class": "0",
                          "score": "66/2",
                          "length": 3,
                          "missed": false,
                          "number": 73,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 90099,
                          "total_runs": 0,
                          "pitch_hit_x": 22,
                          "pitch_hit_y": 42,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Aarya Desai",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 12,
                          "runs": 1,
                          "time": 67,
                          "type": "ball",
                          "zone": "p",
                          "angle": 341,
                          "class": "REGULAR",
                          "score": "62/6",
                          "length": 4,
                          "missed": false,
                          "number": 72,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 76705,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 43,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 13,
                          "runs": 0,
                          "time": 72,
                          "type": "ball",
                          "class": "0",
                          "score": "69/6",
                          "missed": false,
                          "number": 78,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72146,
                          "total_runs": 0,
                          "pitch_hit_x": 13,
                          "pitch_hit_y": 50,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 13,
                          "runs": 1,
                          "time": 188,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 193,
                          "class": "REGULAR",
                          "score": "78/2",
                          "length": 2,
                          "missed": false,
                          "number": 79,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 37,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 14,
                          "runs": 0,
                          "time": 77,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 135,
                          "class": "0",
                          "score": "71/6",
                          "length": 3,
                          "missed": false,
                          "number": 84,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 74434,
                          "total_runs": 0,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 34,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Shiva Singh",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "3697e3d26317a090274d252bd0c9bcab241f05268d120ca24e771ce2009cf98a",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 14,
                          "runs": 1,
                          "time": 193,
                          "type": "ball",
                          "zone": "p",
                          "angle": 345,
                          "class": "REGULAR",
                          "score": "82/2",
                          "length": 3,
                          "missed": false,
                          "number": 85,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 78100,
                          "total_runs": 1,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 39,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 15,
                          "runs": 0,
                          "time": 197,
                          "type": "ball",
                          "zone": "sd",
                          "angle": 284,
                          "class": "0",
                          "score": "90/2",
                          "length": 1,
                          "missed": false,
                          "number": 91,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194582,
                          "total_runs": 0,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 37,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Vishal Jaiswal",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 15,
                          "runs": 2,
                          "time": 80,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 48,
                          "class": "REGULAR",
                          "score": "78/6",
                          "length": 4,
                          "missed": false,
                          "number": 90,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 72146,
                          "total_runs": 2,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 33,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 16,
                          "runs": 1,
                          "time": 86,
                          "type": "ball",
                          "zone": "ofd",
                          "angle": 230,
                          "class": "REGULAR",
                          "score": "87/6",
                          "length": 4,
                          "missed": false,
                          "number": 97,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 74434,
                          "total_runs": 1,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 38,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Shiva Singh",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "3697e3d26317a090274d252bd0c9bcab241f05268d120ca24e771ce2009cf98a",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 16,
                          "runs": 4,
                          "time": 201,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 205,
                          "class": "4",
                          "score": "103/2",
                          "length": 5,
                          "missed": false,
                          "number": 97,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 78100,
                          "total_runs": 4,
                          "pitch_hit_x": 11,
                          "pitch_hit_y": 35,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 17,
                          "runs": 1,
                          "time": 90,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 187,
                          "class": "REGULAR",
                          "score": "97/6",
                          "length": 4,
                          "missed": false,
                          "number": 103,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72527,
                          "total_runs": 1,
                          "pitch_hit_x": 9,
                          "pitch_hit_y": 46,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 17,
                          "runs": 1,
                          "time": 206,
                          "type": "ball",
                          "zone": "p",
                          "angle": 332,
                          "class": "REGULAR",
                          "score": "108/3",
                          "length": 3,
                          "missed": false,
                          "number": 103,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 42,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 18,
                          "runs": 1,
                          "time": 210,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 47,
                          "class": "REGULAR",
                          "score": "115/3",
                          "length": 3,
                          "missed": false,
                          "number": 109,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 78100,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 37,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 18,
                          "runs": 2,
                          "time": 96,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 131,
                          "class": "REGULAR",
                          "score": "102/7",
                          "length": 4,
                          "missed": false,
                          "number": 109,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194582,
                          "browler_id": 72146,
                          "total_runs": 2,
                          "pitch_hit_x": 25,
                          "pitch_hit_y": 31,
                          "batsman_name": "Vishal Jaiswal",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 19,
                          "runs": 0,
                          "time": 218,
                          "type": "ball",
                          "zone": "g",
                          "angle": 88,
                          "class": "WD",
                          "score": "118/4",
                          "length": 2,
                          "missed": false,
                          "number": 116,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 75476,
                          "browler_id": 88649,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 55,
                          "batsman_name": "Dhruv Jurel",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "d7450d06a1116146e32af1394c0d5373dba013a14247c952bed19a9915874910",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 1,
                          "over": 19,
                          "runs": 1,
                          "time": 105,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 127,
                          "class": "REGULAR",
                          "score": "105/8",
                          "length": 4,
                          "missed": false,
                          "number": 115,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 42935,
                          "browler_id": 72527,
                          "total_runs": 1,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 45,
                          "batsman_name": "Piyush Chawla",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 1,
                          "over": 20,
                          "runs": 0,
                          "time": 109,
                          "type": "ball",
                          "class": "WD",
                          "score": "118/8",
                          "missed": false,
                          "number": 121,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194582,
                          "browler_id": 72146,
                          "total_runs": 2,
                          "pitch_hit_x": 13,
                          "pitch_hit_y": 42,
                          "batsman_name": "Vishal Jaiswal",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 1,
                          "runs": 0,
                          "time": 2,
                          "type": "ball",
                          "class": "0",
                          "score": "4/0",
                          "missed": false,
                          "number": 2,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 90099,
                          "browler_id": 72527,
                          "total_runs": 0,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 41,
                          "batsman_name": "Aarya Desai",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 1,
                          "runs": 0,
                          "time": 126,
                          "type": "ball",
                          "zone": "ofd",
                          "angle": 251,
                          "class": "0",
                          "score": "1/0",
                          "length": 2,
                          "missed": false,
                          "number": 2,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 74018,
                          "browler_id": 88371,
                          "total_runs": 0,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 41,
                          "batsman_name": "Karan Sharma",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "3da3ea0df09e5a26cd6651b855c39ee2e128f3dd7b9588d0092d7e35c473daeb",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 2,
                          "runs": 0,
                          "time": 7,
                          "type": "ball",
                          "class": "0",
                          "score": "5/0",
                          "missed": false,
                          "number": 8,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 90099,
                          "browler_id": 74758,
                          "total_runs": 0,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 44,
                          "batsman_name": "Aarya Desai",
                          "browler_name": "Yash Dayal",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "browler_hash_image": "289ee1c994ad0d4ae5f05e5fb90a318e866b1737b26fe84e15ccb286c4680cc9",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 2,
                          "runs": 1,
                          "time": 131,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 43,
                          "class": "REGULAR",
                          "score": "5/1",
                          "length": 4,
                          "missed": false,
                          "number": 8,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88649,
                          "total_runs": 1,
                          "pitch_hit_x": 23,
                          "pitch_hit_y": 52,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 3,
                          "runs": 0,
                          "time": 12,
                          "type": "ball",
                          "class": "LB",
                          "score": "7/1",
                          "missed": false,
                          "number": 14,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 72527,
                          "total_runs": 1,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 39,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 3,
                          "runs": 4,
                          "time": 136,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 43,
                          "class": "4",
                          "score": "11/1",
                          "length": 5,
                          "missed": false,
                          "number": 14,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88371,
                          "total_runs": 4,
                          "pitch_hit_x": 13,
                          "pitch_hit_y": 50,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 4,
                          "runs": 0,
                          "time": 19,
                          "type": "ball",
                          "class": "0",
                          "score": "13/2",
                          "missed": false,
                          "number": 21,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 44,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 4,
                          "runs": 0,
                          "time": 144,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 200,
                          "class": "0",
                          "score": "22/2",
                          "length": 2,
                          "missed": false,
                          "number": 21,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 0,
                          "pitch_hit_x": 11,
                          "pitch_hit_y": 48,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 5,
                          "runs": 0,
                          "time": 25,
                          "type": "ball",
                          "class": "0",
                          "score": "19/2",
                          "missed": false,
                          "number": 28,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 74758,
                          "total_runs": 0,
                          "pitch_hit_x": 12,
                          "pitch_hit_y": 35,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Yash Dayal",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "289ee1c994ad0d4ae5f05e5fb90a318e866b1737b26fe84e15ccb286c4680cc9",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 5,
                          "runs": 4,
                          "time": 148,
                          "type": "ball",
                          "zone": "sqc",
                          "angle": 172,
                          "class": "4",
                          "score": "26/2",
                          "length": 5,
                          "missed": false,
                          "number": 27,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88649,
                          "total_runs": 4,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 46,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 6,
                          "runs": 1,
                          "time": 29,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 135,
                          "class": "REGULAR",
                          "score": "29/2",
                          "length": 4,
                          "missed": false,
                          "number": 34,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 73634,
                          "total_runs": 1,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 44,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 6,
                          "runs": 1,
                          "time": 156,
                          "type": "ball",
                          "zone": "h",
                          "angle": 18,
                          "class": "REGULAR",
                          "score": "32/2",
                          "length": 4,
                          "missed": false,
                          "number": 35,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 194566,
                          "total_runs": 1,
                          "pitch_hit_x": 13,
                          "pitch_hit_y": 52,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 7,
                          "runs": 1,
                          "time": 36,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 212,
                          "class": "REGULAR",
                          "score": "32/2",
                          "length": 4,
                          "missed": false,
                          "number": 40,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 72878,
                          "total_runs": 1,
                          "pitch_hit_x": 12,
                          "pitch_hit_y": 36,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Nitish Rana",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 7,
                          "runs": 2,
                          "time": 162,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 33,
                          "class": "REGULAR",
                          "score": "36/2",
                          "length": 4,
                          "missed": false,
                          "number": 43,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88649,
                          "total_runs": 2,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 53,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 8,
                          "runs": 0,
                          "time": 41,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 209,
                          "class": "0",
                          "score": "39/3",
                          "length": 3,
                          "missed": false,
                          "number": 46,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 76705,
                          "total_runs": 0,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 36,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 8,
                          "runs": 0,
                          "time": 168,
                          "type": "ball",
                          "class": "WD",
                          "score": "41/2",
                          "missed": false,
                          "number": 49,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 1,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 52,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 9,
                          "runs": 1,
                          "time": 46,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 134,
                          "class": "REGULAR",
                          "score": "48/3",
                          "length": 4,
                          "missed": false,
                          "number": 52,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89533,
                          "browler_id": 73634,
                          "total_runs": 1,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 45,
                          "batsman_name": "Umang Kumar",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6704a71e25dbe6345ee206138b375e57db4b223c487e186ec7b021999e555f62",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 9,
                          "runs": 1,
                          "time": 173,
                          "type": "ball",
                          "zone": "p",
                          "angle": 311,
                          "class": "REGULAR",
                          "score": "50/2",
                          "length": 4,
                          "missed": false,
                          "number": 56,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 39,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 10,
                          "runs": 0,
                          "time": 51,
                          "type": "ball",
                          "class": "W",
                          "score": "54/4",
                          "missed": false,
                          "number": 60,
                          "scored": false,
                          "wicket": true,
                          "batsman_id": 89533,
                          "browler_id": 76705,
                          "total_runs": 0,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 37,
                          "batsman_name": "Umang Kumar",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6704a71e25dbe6345ee206138b375e57db4b223c487e186ec7b021999e555f62",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 10,
                          "runs": 2,
                          "time": 178,
                          "type": "ball",
                          "zone": "p",
                          "angle": 315,
                          "class": "REGULAR",
                          "score": "55/2",
                          "length": 4,
                          "missed": false,
                          "number": 62,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 78100,
                          "total_runs": 2,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 43,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 11,
                          "runs": 0,
                          "time": 56,
                          "type": "ball",
                          "zone": "od",
                          "angle": 304,
                          "class": "0",
                          "score": "60/4",
                          "length": 1,
                          "missed": false,
                          "number": 66,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 22,
                          "pitch_hit_y": 45,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 11,
                          "runs": 0,
                          "time": 181,
                          "type": "ball",
                          "zone": "sd",
                          "angle": 262,
                          "class": "0",
                          "score": "65/2",
                          "length": 1,
                          "missed": false,
                          "number": 68,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 42935,
                          "total_runs": 0,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 37,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 12,
                          "runs": 0,
                          "time": 185,
                          "type": "ball",
                          "class": "0",
                          "score": "66/2",
                          "missed": false,
                          "number": 74,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 90099,
                          "total_runs": 0,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 39,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Aarya Desai",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 12,
                          "runs": 1,
                          "time": 68,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 195,
                          "class": "REGULAR",
                          "score": "63/6",
                          "length": 3,
                          "missed": false,
                          "number": 73,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 76705,
                          "total_runs": 1,
                          "pitch_hit_x": 14,
                          "pitch_hit_y": 29,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 13,
                          "runs": 0,
                          "time": 73,
                          "type": "ball",
                          "class": "0",
                          "score": "69/6",
                          "missed": false,
                          "number": 79,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72146,
                          "total_runs": 0,
                          "pitch_hit_x": 12,
                          "pitch_hit_y": 55,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 13,
                          "runs": 0,
                          "time": 189,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 41,
                          "class": "0",
                          "score": "78/2",
                          "length": 3,
                          "missed": false,
                          "number": 80,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 42935,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 42,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 14,
                          "runs": 0,
                          "time": 193,
                          "type": "ball",
                          "class": "0",
                          "score": "82/2",
                          "missed": false,
                          "number": 86,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 78100,
                          "total_runs": 0,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 38,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 14,
                          "runs": 2,
                          "time": 77,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 206,
                          "class": "REGULAR",
                          "score": "73/6",
                          "length": 4,
                          "missed": false,
                          "number": 85,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 74434,
                          "total_runs": 2,
                          "pitch_hit_x": 12,
                          "pitch_hit_y": 30,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Shiva Singh",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "3697e3d26317a090274d252bd0c9bcab241f05268d120ca24e771ce2009cf98a",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 15,
                          "runs": 1,
                          "time": 81,
                          "type": "ball",
                          "zone": "od",
                          "angle": 301,
                          "class": "REGULAR",
                          "score": "79/6",
                          "length": 4,
                          "missed": false,
                          "number": 91,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 72146,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 42,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 15,
                          "runs": 2,
                          "time": 197,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 222,
                          "class": "REGULAR",
                          "score": "92/2",
                          "length": 4,
                          "missed": false,
                          "number": 92,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194582,
                          "total_runs": 2,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 35,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Vishal Jaiswal",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 16,
                          "runs": 0,
                          "time": 201,
                          "type": "ball",
                          "zone": "od",
                          "angle": 309,
                          "class": "W",
                          "score": "103/3",
                          "length": 4,
                          "missed": false,
                          "number": 98,
                          "scored": false,
                          "wicket": true,
                          "batsman_id": 77032,
                          "browler_id": 78100,
                          "total_runs": 0,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 35,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 16,
                          "runs": 6,
                          "time": 86,
                          "type": "ball",
                          "zone": "h",
                          "angle": 1,
                          "class": "6",
                          "score": "93/6",
                          "length": 5,
                          "missed": false,
                          "number": 98,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 74434,
                          "total_runs": 6,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 33,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Shiva Singh",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "3697e3d26317a090274d252bd0c9bcab241f05268d120ca24e771ce2009cf98a",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 17,
                          "runs": 0,
                          "time": 90,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 48,
                          "class": "W",
                          "score": "97/7",
                          "length": 4,
                          "missed": false,
                          "number": 104,
                          "scored": false,
                          "wicket": true,
                          "batsman_id": 88096,
                          "browler_id": 72527,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 50,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 17,
                          "runs": 1,
                          "time": 207,
                          "type": "ball",
                          "zone": "p",
                          "angle": 312,
                          "class": "REGULAR",
                          "score": "109/3",
                          "length": 4,
                          "missed": false,
                          "number": 104,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 73260,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "batsman_name": "Rinku Singh",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "2e94dcba4ecae20d526a3657a1623510e660fed381eb72d888af8a6a161cae8f",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 18,
                          "runs": 0,
                          "time": 211,
                          "type": "ball",
                          "class": "WD+W",
                          "score": "116/4",
                          "missed": false,
                          "number": 110,
                          "scored": true,
                          "wicket": true,
                          "batsman_id": 73260,
                          "browler_id": 78100,
                          "total_runs": 1,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 36,
                          "batsman_name": "Rinku Singh",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "2e94dcba4ecae20d526a3657a1623510e660fed381eb72d888af8a6a161cae8f",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 18,
                          "runs": 1,
                          "time": 96,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 191,
                          "class": "REGULAR",
                          "score": "103/7",
                          "length": 4,
                          "missed": false,
                          "number": 110,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194582,
                          "browler_id": 72146,
                          "total_runs": 1,
                          "pitch_hit_x": 25,
                          "pitch_hit_y": 45,
                          "batsman_name": "Vishal Jaiswal",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 19,
                          "runs": 1,
                          "time": 106,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 188,
                          "class": "REGULAR",
                          "score": "106/8",
                          "length": 2,
                          "missed": false,
                          "number": 116,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194582,
                          "browler_id": 72527,
                          "total_runs": 1,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 47,
                          "batsman_name": "Vishal Jaiswal",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 2,
                          "over": 19,
                          "runs": 2,
                          "time": 220,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 48,
                          "class": "REGULAR",
                          "score": "120/4",
                          "length": 4,
                          "missed": false,
                          "number": 117,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 75476,
                          "browler_id": 88649,
                          "total_runs": 2,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 45,
                          "batsman_name": "Dhruv Jurel",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "d7450d06a1116146e32af1394c0d5373dba013a14247c952bed19a9915874910",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 2,
                          "over": 20,
                          "runs": 1,
                          "time": 110,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 133,
                          "class": "REGULAR",
                          "score": "119/8",
                          "length": 4,
                          "missed": false,
                          "number": 122,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 42935,
                          "browler_id": 72146,
                          "total_runs": 1,
                          "pitch_hit_x": 25,
                          "pitch_hit_y": 28,
                          "batsman_name": "Piyush Chawla",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 1,
                          "runs": 0,
                          "time": 3,
                          "type": "ball",
                          "zone": "g",
                          "angle": 78,
                          "class": "0",
                          "score": "4/0",
                          "length": 1,
                          "missed": false,
                          "number": 3,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 90099,
                          "browler_id": 72527,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 41,
                          "batsman_name": "Aarya Desai",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 1,
                          "runs": 0,
                          "time": 126,
                          "type": "ball",
                          "class": "0",
                          "score": "1/0",
                          "missed": false,
                          "number": 3,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 74018,
                          "browler_id": 88371,
                          "total_runs": 0,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 43,
                          "batsman_name": "Karan Sharma",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "3da3ea0df09e5a26cd6651b855c39ee2e128f3dd7b9588d0092d7e35c473daeb",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 2,
                          "runs": 0,
                          "time": 7,
                          "type": "ball",
                          "class": "0",
                          "score": "5/0",
                          "missed": false,
                          "number": 9,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 90099,
                          "browler_id": 74758,
                          "total_runs": 0,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 44,
                          "batsman_name": "Aarya Desai",
                          "browler_name": "Yash Dayal",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "browler_hash_image": "289ee1c994ad0d4ae5f05e5fb90a318e866b1737b26fe84e15ccb286c4680cc9",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 2,
                          "runs": 0,
                          "time": 132,
                          "type": "ball",
                          "zone": "p",
                          "angle": 320,
                          "class": "0",
                          "score": "5/1",
                          "length": 3,
                          "missed": false,
                          "number": 9,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 75207,
                          "browler_id": 88649,
                          "total_runs": 0,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 33,
                          "batsman_name": "Abhishek Goswami",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "6775ce8ad44634b552a599bbac5ccb6fc9608c99293619413e1d7823960dd45c",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 3,
                          "runs": 0,
                          "time": 13,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 132,
                          "class": "0",
                          "score": "7/1",
                          "length": 2,
                          "missed": false,
                          "number": 15,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88957,
                          "browler_id": 72527,
                          "total_runs": 0,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 39,
                          "batsman_name": "Urvil Patel",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "84e7f10fafe1c8197991014ff87fd9df51ac55598258f4cdc87f8dce93f5ae6b",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 3,
                          "runs": 6,
                          "time": 137,
                          "type": "ball",
                          "zone": "h",
                          "angle": 351,
                          "class": "6",
                          "score": "17/1",
                          "length": 5,
                          "missed": false,
                          "number": 15,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88371,
                          "total_runs": 6,
                          "pitch_hit_x": 12,
                          "pitch_hit_y": 52,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 4,
                          "runs": 0,
                          "time": 20,
                          "type": "ball",
                          "class": "LB",
                          "score": "17/2",
                          "missed": false,
                          "number": 22,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 73634,
                          "total_runs": 4,
                          "pitch_hit_x": 22,
                          "pitch_hit_y": 44,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 4,
                          "runs": 0,
                          "time": 145,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 178,
                          "class": "0",
                          "score": "22/2",
                          "length": 3,
                          "missed": false,
                          "number": 22,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 0,
                          "pitch_hit_x": 9,
                          "pitch_hit_y": 48,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 5,
                          "runs": 0,
                          "time": 149,
                          "type": "ball",
                          "class": "WD",
                          "score": "27/2",
                          "missed": false,
                          "number": 28,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88649,
                          "total_runs": 1,
                          "pitch_hit_x": 28,
                          "pitch_hit_y": 41,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 5,
                          "runs": 1,
                          "time": 25,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 134,
                          "class": "REGULAR",
                          "score": "20/2",
                          "length": 4,
                          "missed": false,
                          "number": 29,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 74758,
                          "total_runs": 1,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 45,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Yash Dayal",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "289ee1c994ad0d4ae5f05e5fb90a318e866b1737b26fe84e15ccb286c4680cc9",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 6,
                          "runs": 0,
                          "time": 156,
                          "type": "ball",
                          "class": "WD",
                          "score": "33/2",
                          "missed": false,
                          "number": 36,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 1,
                          "pitch_hit_x": 6,
                          "pitch_hit_y": 45,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 6,
                          "runs": 1,
                          "time": 30,
                          "type": "ball",
                          "zone": "sqc",
                          "angle": 161,
                          "class": "REGULAR",
                          "score": "30/2",
                          "length": 1,
                          "missed": false,
                          "number": 35,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 73634,
                          "total_runs": 1,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 45,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 7,
                          "runs": 1,
                          "time": 164,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 47,
                          "class": "REGULAR",
                          "score": "37/2",
                          "length": 4,
                          "missed": false,
                          "number": 44,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88649,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 46,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 7,
                          "runs": 6,
                          "time": 36,
                          "type": "ball",
                          "zone": "p",
                          "angle": 313,
                          "class": "6",
                          "score": "38/2",
                          "length": 5,
                          "missed": false,
                          "number": 41,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 72878,
                          "total_runs": 6,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 32,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Nitish Rana",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 8,
                          "runs": 1,
                          "time": 41,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 212,
                          "class": "REGULAR",
                          "score": "40/3",
                          "length": 4,
                          "missed": false,
                          "number": 47,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 76705,
                          "total_runs": 1,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 40,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 8,
                          "runs": 1,
                          "time": 168,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 197,
                          "class": "REGULAR",
                          "score": "42/2",
                          "length": 3,
                          "missed": false,
                          "number": 50,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 1,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 40,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 9,
                          "runs": 1,
                          "time": 174,
                          "type": "ball",
                          "zone": "p",
                          "angle": 323,
                          "class": "REGULAR",
                          "score": "51/2",
                          "length": 3,
                          "missed": false,
                          "number": 57,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 35,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 9,
                          "runs": 2,
                          "time": 47,
                          "type": "ball",
                          "zone": "p",
                          "angle": 341,
                          "class": "REGULAR",
                          "score": "50/3",
                          "length": 3,
                          "missed": false,
                          "number": 53,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 73634,
                          "total_runs": 2,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 36,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 10,
                          "runs": 0,
                          "time": 53,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 207,
                          "class": "0",
                          "score": "54/4",
                          "length": 2,
                          "missed": false,
                          "number": 61,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 76705,
                          "total_runs": 0,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 36,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 10,
                          "runs": 4,
                          "time": 178,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 198,
                          "class": "4",
                          "score": "59/2",
                          "length": 5,
                          "missed": false,
                          "number": 63,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 78100,
                          "total_runs": 4,
                          "pitch_hit_x": 11,
                          "pitch_hit_y": 32,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 11,
                          "runs": 0,
                          "time": 57,
                          "type": "ball",
                          "zone": "h",
                          "angle": 351,
                          "class": "W",
                          "score": "60/5",
                          "length": 4,
                          "missed": false,
                          "number": 67,
                          "scored": false,
                          "wicket": true,
                          "batsman_id": 89267,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 45,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 11,
                          "runs": 1,
                          "time": 182,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 224,
                          "class": "REGULAR",
                          "score": "66/2",
                          "length": 4,
                          "missed": false,
                          "number": 69,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 36,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 12,
                          "runs": 0,
                          "time": 185,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 194,
                          "class": "0",
                          "score": "66/2",
                          "length": 3,
                          "missed": false,
                          "number": 75,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 90099,
                          "total_runs": 0,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 34,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Aarya Desai",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 12,
                          "runs": 4,
                          "time": 69,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 209,
                          "class": "4",
                          "score": "67/6",
                          "length": 5,
                          "missed": false,
                          "number": 74,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 76705,
                          "total_runs": 4,
                          "pitch_hit_x": 13,
                          "pitch_hit_y": 30,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 13,
                          "runs": 0,
                          "time": 73,
                          "type": "ball",
                          "class": "0",
                          "score": "69/6",
                          "missed": false,
                          "number": 80,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72146,
                          "total_runs": 0,
                          "pitch_hit_x": 12,
                          "pitch_hit_y": 52,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 13,
                          "runs": 1,
                          "time": 189,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 197,
                          "class": "REGULAR",
                          "score": "79/2",
                          "length": 3,
                          "missed": false,
                          "number": 81,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 33,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 14,
                          "runs": 0,
                          "time": 78,
                          "type": "ball",
                          "class": "0",
                          "score": "73/6",
                          "missed": false,
                          "number": 86,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 74434,
                          "total_runs": 0,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 42,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Shiva Singh",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "3697e3d26317a090274d252bd0c9bcab241f05268d120ca24e771ce2009cf98a",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 14,
                          "runs": 1,
                          "time": 194,
                          "type": "ball",
                          "zone": "sd",
                          "angle": 256,
                          "class": "REGULAR",
                          "score": "83/2",
                          "length": 4,
                          "missed": false,
                          "number": 87,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 78100,
                          "total_runs": 1,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 38,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 15,
                          "runs": 1,
                          "time": 198,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 215,
                          "class": "REGULAR",
                          "score": "93/2",
                          "length": 4,
                          "missed": false,
                          "number": 93,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194582,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 31,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Vishal Jaiswal",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 15,
                          "runs": 2,
                          "time": 81,
                          "type": "ball",
                          "zone": "p",
                          "angle": 337,
                          "class": "REGULAR",
                          "score": "81/6",
                          "length": 3,
                          "missed": false,
                          "number": 92,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72146,
                          "total_runs": 2,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 40,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 16,
                          "runs": 0,
                          "time": 204,
                          "type": "ball",
                          "zone": "sd",
                          "angle": 273,
                          "class": "0",
                          "score": "103/3",
                          "length": 1,
                          "missed": false,
                          "number": 99,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 73260,
                          "browler_id": 78100,
                          "total_runs": 0,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 36,
                          "batsman_name": "Rinku Singh",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "2e94dcba4ecae20d526a3657a1623510e660fed381eb72d888af8a6a161cae8f",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 16,
                          "runs": 1,
                          "time": 87,
                          "type": "ball",
                          "zone": "p",
                          "angle": 326,
                          "class": "REGULAR",
                          "score": "94/6",
                          "length": 4,
                          "missed": false,
                          "number": 99,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 74434,
                          "total_runs": 1,
                          "pitch_hit_x": 12,
                          "pitch_hit_y": 44,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Shiva Singh",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "3697e3d26317a090274d252bd0c9bcab241f05268d120ca24e771ce2009cf98a",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 17,
                          "runs": 0,
                          "time": 92,
                          "type": "ball",
                          "class": "LB",
                          "score": "98/7",
                          "missed": false,
                          "number": 105,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194582,
                          "browler_id": 72527,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 45,
                          "batsman_name": "Vishal Jaiswal",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 17,
                          "runs": 1,
                          "time": 208,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 201,
                          "class": "REGULAR",
                          "score": "110/3",
                          "length": 2,
                          "missed": false,
                          "number": 105,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 38,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 18,
                          "runs": 0,
                          "time": 97,
                          "type": "ball",
                          "zone": "g",
                          "angle": 95,
                          "class": "0",
                          "score": "103/7",
                          "length": 2,
                          "missed": false,
                          "number": 111,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72146,
                          "total_runs": 0,
                          "pitch_hit_x": 12,
                          "pitch_hit_y": 38,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 18,
                          "runs": 0,
                          "time": 214,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 202,
                          "class": "0",
                          "score": "116/4",
                          "length": 3,
                          "missed": false,
                          "number": 111,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 75476,
                          "browler_id": 78100,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 38,
                          "batsman_name": "Dhruv Jurel",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "d7450d06a1116146e32af1394c0d5373dba013a14247c952bed19a9915874910",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 19,
                          "runs": 0,
                          "time": 220,
                          "type": "ball",
                          "zone": "sqc",
                          "angle": 172,
                          "class": "0",
                          "score": "120/4",
                          "length": 3,
                          "missed": false,
                          "number": 118,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 75476,
                          "browler_id": 88649,
                          "total_runs": 0,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 45,
                          "batsman_name": "Dhruv Jurel",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "d7450d06a1116146e32af1394c0d5373dba013a14247c952bed19a9915874910",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 3,
                          "over": 19,
                          "runs": 4,
                          "time": 106,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 221,
                          "class": "4",
                          "score": "110/8",
                          "length": 5,
                          "missed": false,
                          "number": 117,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 42935,
                          "browler_id": 72527,
                          "total_runs": 4,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 34,
                          "batsman_name": "Piyush Chawla",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 3,
                          "over": 20,
                          "runs": 4,
                          "time": 110,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 222,
                          "class": "4",
                          "score": "123/8",
                          "length": 5,
                          "missed": false,
                          "number": 123,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194582,
                          "browler_id": 72146,
                          "total_runs": 4,
                          "pitch_hit_x": 27,
                          "pitch_hit_y": 45,
                          "batsman_name": "Vishal Jaiswal",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 1,
                          "runs": 0,
                          "time": 3,
                          "type": "ball",
                          "class": "0",
                          "score": "4/0",
                          "missed": false,
                          "number": 4,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 90099,
                          "browler_id": 72527,
                          "total_runs": 0,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 43,
                          "batsman_name": "Aarya Desai",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 1,
                          "runs": 1,
                          "time": 127,
                          "type": "ball",
                          "zone": "p",
                          "angle": 332,
                          "class": "REGULAR",
                          "score": "2/0",
                          "length": 1,
                          "missed": false,
                          "number": 4,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 74018,
                          "browler_id": 88371,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 40,
                          "batsman_name": "Karan Sharma",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "3da3ea0df09e5a26cd6651b855c39ee2e128f3dd7b9588d0092d7e35c473daeb",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 2,
                          "runs": 0,
                          "time": 8,
                          "type": "ball",
                          "class": "0",
                          "score": "5/0",
                          "missed": false,
                          "number": 10,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 90099,
                          "browler_id": 74758,
                          "total_runs": 0,
                          "pitch_hit_x": 24,
                          "pitch_hit_y": 39,
                          "batsman_name": "Aarya Desai",
                          "browler_name": "Yash Dayal",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "browler_hash_image": "289ee1c994ad0d4ae5f05e5fb90a318e866b1737b26fe84e15ccb286c4680cc9",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 2,
                          "runs": 0,
                          "time": 133,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 183,
                          "class": "0",
                          "score": "5/1",
                          "length": 3,
                          "missed": false,
                          "number": 10,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 75207,
                          "browler_id": 88649,
                          "total_runs": 0,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 33,
                          "batsman_name": "Abhishek Goswami",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "6775ce8ad44634b552a599bbac5ccb6fc9608c99293619413e1d7823960dd45c",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 3,
                          "runs": 0,
                          "time": 138,
                          "type": "ball",
                          "class": "WD",
                          "score": "18/1",
                          "missed": false,
                          "number": 16,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88371,
                          "total_runs": 1,
                          "pitch_hit_x": 13,
                          "pitch_hit_y": 38,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 3,
                          "runs": 4,
                          "time": 14,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 204,
                          "class": "4",
                          "score": "11/1",
                          "length": 5,
                          "missed": false,
                          "number": 16,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88957,
                          "browler_id": 72527,
                          "total_runs": 4,
                          "pitch_hit_x": 13,
                          "pitch_hit_y": 33,
                          "batsman_name": "Urvil Patel",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "84e7f10fafe1c8197991014ff87fd9df51ac55598258f4cdc87f8dce93f5ae6b",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 4,
                          "runs": 0,
                          "time": 21,
                          "type": "ball",
                          "class": "WD",
                          "score": "18/2",
                          "missed": false,
                          "number": 23,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 73634,
                          "total_runs": 1,
                          "pitch_hit_x": 9,
                          "pitch_hit_y": 43,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 4,
                          "runs": 0,
                          "time": 145,
                          "type": "ball",
                          "class": "0",
                          "score": "22/2",
                          "missed": false,
                          "number": 23,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 0,
                          "pitch_hit_x": 8,
                          "pitch_hit_y": 42,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 5,
                          "runs": 0,
                          "time": 26,
                          "type": "ball",
                          "class": "0",
                          "score": "20/2",
                          "missed": false,
                          "number": 30,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 74758,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 43,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Yash Dayal",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "289ee1c994ad0d4ae5f05e5fb90a318e866b1737b26fe84e15ccb286c4680cc9",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 5,
                          "runs": 0,
                          "time": 149,
                          "type": "ball",
                          "class": "0",
                          "score": "27/2",
                          "missed": false,
                          "number": 29,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88649,
                          "total_runs": 0,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 44,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 6,
                          "runs": 0,
                          "time": 31,
                          "type": "ball",
                          "class": "0",
                          "score": "30/2",
                          "missed": false,
                          "number": 36,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 57,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 6,
                          "runs": 0,
                          "time": 157,
                          "type": "ball",
                          "class": "WD",
                          "score": "34/2",
                          "missed": false,
                          "number": 37,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 1,
                          "pitch_hit_x": 8,
                          "pitch_hit_y": 45,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 7,
                          "runs": 0,
                          "time": 37,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 195,
                          "class": "0",
                          "score": "38/2",
                          "length": 1,
                          "missed": false,
                          "number": 42,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 72878,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 38,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Nitish Rana",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 7,
                          "runs": 1,
                          "time": 164,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 197,
                          "class": "REGULAR",
                          "score": "38/2",
                          "length": 2,
                          "missed": false,
                          "number": 45,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 88649,
                          "total_runs": 1,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 41,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 8,
                          "runs": 1,
                          "time": 42,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 197,
                          "class": "REGULAR",
                          "score": "41/3",
                          "length": 4,
                          "missed": false,
                          "number": 48,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89533,
                          "browler_id": 76705,
                          "total_runs": 1,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 42,
                          "batsman_name": "Umang Kumar",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6704a71e25dbe6345ee206138b375e57db4b223c487e186ec7b021999e555f62",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 8,
                          "runs": 1,
                          "time": 169,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 125,
                          "class": "REGULAR",
                          "score": "43/2",
                          "length": 4,
                          "missed": false,
                          "number": 51,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 194566,
                          "total_runs": 1,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 45,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 9,
                          "runs": 0,
                          "time": 47,
                          "type": "ball",
                          "class": "WD",
                          "score": "51/3",
                          "missed": false,
                          "number": 54,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 73634,
                          "total_runs": 1,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 54,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 9,
                          "runs": 1,
                          "time": 174,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 204,
                          "class": "REGULAR",
                          "score": "52/2",
                          "length": 4,
                          "missed": false,
                          "number": 58,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 40,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 10,
                          "runs": 0,
                          "time": 54,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 206,
                          "class": "0",
                          "score": "54/4",
                          "length": 3,
                          "missed": false,
                          "number": 62,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 76705,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 43,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 10,
                          "runs": 1,
                          "time": 179,
                          "type": "ball",
                          "zone": "p",
                          "angle": 345,
                          "class": "REGULAR",
                          "score": "60/2",
                          "length": 4,
                          "missed": false,
                          "number": 64,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 78100,
                          "total_runs": 1,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 43,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 11,
                          "runs": 0,
                          "time": 60,
                          "type": "ball",
                          "class": "WD",
                          "score": "61/5",
                          "missed": false,
                          "number": 68,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 84513,
                          "browler_id": 73634,
                          "total_runs": 1,
                          "pitch_hit_x": 24,
                          "pitch_hit_y": 42,
                          "batsman_name": "Ripal Patel",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "7aec9affd396bef43bff90170f44120f5fd41b19c364336191ab2c2980fab057",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 11,
                          "runs": 0,
                          "time": 182,
                          "type": "ball",
                          "zone": "sd",
                          "angle": 282,
                          "class": "0",
                          "score": "66/2",
                          "length": 2,
                          "missed": false,
                          "number": 70,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 42935,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 38,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 12,
                          "runs": 1,
                          "time": 69,
                          "type": "ball",
                          "zone": "p",
                          "angle": 328,
                          "class": "REGULAR",
                          "score": "68/6",
                          "length": 3,
                          "missed": false,
                          "number": 75,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 76705,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 39,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 12,
                          "runs": 4,
                          "time": 186,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 206,
                          "class": "4",
                          "score": "70/2",
                          "length": 5,
                          "missed": false,
                          "number": 76,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 90099,
                          "total_runs": 4,
                          "pitch_hit_x": 22,
                          "pitch_hit_y": 30,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Aarya Desai",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 13,
                          "runs": 1,
                          "time": 74,
                          "type": "ball",
                          "zone": "h",
                          "angle": 0,
                          "class": "REGULAR",
                          "score": "70/6",
                          "length": 4,
                          "missed": false,
                          "number": 81,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72146,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 44,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 13,
                          "runs": 1,
                          "time": 190,
                          "type": "ball",
                          "zone": "p",
                          "angle": 311,
                          "class": "REGULAR",
                          "score": "80/2",
                          "length": 4,
                          "missed": false,
                          "number": 82,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 14,
                          "runs": 0,
                          "time": 78,
                          "type": "ball",
                          "class": "0",
                          "score": "73/6",
                          "missed": false,
                          "number": 87,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 74434,
                          "total_runs": 0,
                          "pitch_hit_x": 14,
                          "pitch_hit_y": 40,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Shiva Singh",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "3697e3d26317a090274d252bd0c9bcab241f05268d120ca24e771ce2009cf98a",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 14,
                          "runs": 1,
                          "time": 194,
                          "type": "ball",
                          "zone": "h",
                          "angle": 359,
                          "class": "REGULAR",
                          "score": "84/2",
                          "length": 3,
                          "missed": false,
                          "number": 88,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 78100,
                          "total_runs": 1,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 40,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 15,
                          "runs": 0,
                          "time": 82,
                          "type": "ball",
                          "zone": "p",
                          "angle": 347,
                          "class": "0",
                          "score": "81/6",
                          "length": 3,
                          "missed": false,
                          "number": 93,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72146,
                          "total_runs": 0,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 45,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 15,
                          "runs": 4,
                          "time": 199,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 132,
                          "class": "4",
                          "score": "97/2",
                          "length": 5,
                          "missed": false,
                          "number": 94,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 194582,
                          "total_runs": 4,
                          "pitch_hit_x": 25,
                          "pitch_hit_y": 45,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Vishal Jaiswal",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 16,
                          "runs": 1,
                          "time": 88,
                          "type": "ball",
                          "zone": "od",
                          "angle": 301,
                          "class": "REGULAR",
                          "score": "95/6",
                          "length": 4,
                          "missed": false,
                          "number": 100,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 74434,
                          "total_runs": 1,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 41,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Shiva Singh",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "3697e3d26317a090274d252bd0c9bcab241f05268d120ca24e771ce2009cf98a",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 16,
                          "runs": 1,
                          "time": 204,
                          "type": "ball",
                          "zone": "ofd",
                          "angle": 251,
                          "class": "REGULAR",
                          "score": "104/3",
                          "length": 4,
                          "missed": false,
                          "number": 100,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 73260,
                          "browler_id": 78100,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 38,
                          "batsman_name": "Rinku Singh",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "2e94dcba4ecae20d526a3657a1623510e660fed381eb72d888af8a6a161cae8f",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 17,
                          "runs": 0,
                          "time": 93,
                          "type": "ball",
                          "class": "0",
                          "score": "98/7",
                          "missed": false,
                          "number": 106,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72527,
                          "total_runs": 0,
                          "pitch_hit_x": 12,
                          "pitch_hit_y": 39,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 17,
                          "runs": 1,
                          "time": 208,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 191,
                          "class": "REGULAR",
                          "score": "111/3",
                          "length": 4,
                          "missed": false,
                          "number": 106,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 73260,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "pitch_hit_x": 22,
                          "pitch_hit_y": 45,
                          "batsman_name": "Rinku Singh",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "2e94dcba4ecae20d526a3657a1623510e660fed381eb72d888af8a6a161cae8f",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 18,
                          "runs": 0,
                          "time": 98,
                          "type": "ball",
                          "class": "W",
                          "score": "103/8",
                          "missed": false,
                          "number": 112,
                          "scored": false,
                          "wicket": true,
                          "batsman_id": 194566,
                          "browler_id": 72146,
                          "total_runs": 0,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 26,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 18,
                          "runs": 0,
                          "time": 215,
                          "type": "ball",
                          "class": "0",
                          "score": "116/4",
                          "missed": false,
                          "number": 112,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 75476,
                          "browler_id": 78100,
                          "total_runs": 0,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 39,
                          "batsman_name": "Dhruv Jurel",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "d7450d06a1116146e32af1394c0d5373dba013a14247c952bed19a9915874910",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 19,
                          "runs": 1,
                          "time": 107,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 127,
                          "class": "REGULAR",
                          "score": "111/8",
                          "length": 4,
                          "missed": false,
                          "number": 118,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 42935,
                          "browler_id": 72527,
                          "total_runs": 1,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 44,
                          "batsman_name": "Piyush Chawla",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 4,
                          "over": 19,
                          "runs": 6,
                          "time": 221,
                          "type": "ball",
                          "zone": "p",
                          "angle": 338,
                          "class": "6",
                          "score": "126/4",
                          "length": 5,
                          "missed": false,
                          "number": 119,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 75476,
                          "browler_id": 88649,
                          "total_runs": 6,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 45,
                          "batsman_name": "Dhruv Jurel",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "d7450d06a1116146e32af1394c0d5373dba013a14247c952bed19a9915874910",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 4,
                          "over": 20,
                          "runs": 1,
                          "time": 111,
                          "type": "ball",
                          "zone": "p",
                          "angle": 344,
                          "class": "REGULAR",
                          "score": "124/8",
                          "length": 3,
                          "missed": false,
                          "number": 124,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194582,
                          "browler_id": 72146,
                          "total_runs": 1,
                          "batsman_name": "Vishal Jaiswal",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 1,
                          "runs": 0,
                          "time": 4,
                          "type": "ball",
                          "class": "0",
                          "score": "4/0",
                          "missed": false,
                          "number": 5,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 90099,
                          "browler_id": 72527,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 42,
                          "batsman_name": "Aarya Desai",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 1,
                          "runs": 1,
                          "time": 128,
                          "type": "ball",
                          "zone": "p",
                          "angle": 341,
                          "class": "REGULAR",
                          "score": "3/0",
                          "length": 2,
                          "missed": false,
                          "number": 5,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 75207,
                          "browler_id": 88371,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 39,
                          "batsman_name": "Abhishek Goswami",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "6775ce8ad44634b552a599bbac5ccb6fc9608c99293619413e1d7823960dd45c",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 2,
                          "runs": 1,
                          "time": 8,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 130,
                          "class": "REGULAR",
                          "score": "6/0",
                          "length": 4,
                          "missed": false,
                          "number": 11,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 90099,
                          "browler_id": 74758,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 41,
                          "batsman_name": "Aarya Desai",
                          "browler_name": "Yash Dayal",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "browler_hash_image": "289ee1c994ad0d4ae5f05e5fb90a318e866b1737b26fe84e15ccb286c4680cc9",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 2,
                          "runs": 1,
                          "time": 134,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 56,
                          "class": "REGULAR",
                          "score": "6/1",
                          "length": 2,
                          "missed": false,
                          "number": 11,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 75207,
                          "browler_id": 88649,
                          "total_runs": 1,
                          "pitch_hit_x": 14,
                          "pitch_hit_y": 38,
                          "batsman_name": "Abhishek Goswami",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "6775ce8ad44634b552a599bbac5ccb6fc9608c99293619413e1d7823960dd45c",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 3,
                          "runs": 0,
                          "time": 15,
                          "type": "ball",
                          "class": "WD",
                          "score": "12/1",
                          "missed": false,
                          "number": 17,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88957,
                          "browler_id": 72527,
                          "total_runs": 1,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 31,
                          "batsman_name": "Urvil Patel",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "84e7f10fafe1c8197991014ff87fd9df51ac55598258f4cdc87f8dce93f5ae6b",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 3,
                          "runs": 4,
                          "time": 139,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 60,
                          "class": "4",
                          "score": "22/1",
                          "length": 5,
                          "missed": false,
                          "number": 17,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88371,
                          "total_runs": 4,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 44,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 4,
                          "runs": 0,
                          "time": 21,
                          "type": "ball",
                          "class": "0",
                          "score": "18/2",
                          "missed": false,
                          "number": 24,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 46,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 4,
                          "runs": 0,
                          "time": 146,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 189,
                          "class": "0",
                          "score": "22/2",
                          "length": 3,
                          "missed": false,
                          "number": 24,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 0,
                          "pitch_hit_x": 14,
                          "pitch_hit_y": 35,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 5,
                          "runs": 1,
                          "time": 150,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 131,
                          "class": "REGULAR",
                          "score": "28/2",
                          "length": 4,
                          "missed": false,
                          "number": 30,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88649,
                          "total_runs": 1,
                          "pitch_hit_x": 24,
                          "pitch_hit_y": 34,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 5,
                          "runs": 4,
                          "time": 26,
                          "type": "ball",
                          "zone": "od",
                          "angle": 291,
                          "class": "4",
                          "score": "24/2",
                          "length": 5,
                          "missed": false,
                          "number": 31,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 74758,
                          "total_runs": 4,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 35,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Yash Dayal",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "289ee1c994ad0d4ae5f05e5fb90a318e866b1737b26fe84e15ccb286c4680cc9",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 6,
                          "runs": 0,
                          "time": 33,
                          "type": "ball",
                          "zone": "ofd",
                          "angle": 240,
                          "class": "0",
                          "score": "30/2",
                          "length": 2,
                          "missed": false,
                          "number": 37,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 45,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 6,
                          "runs": 0,
                          "time": 158,
                          "type": "ball",
                          "zone": "sd",
                          "angle": 260,
                          "class": "0",
                          "score": "34/2",
                          "length": 1,
                          "missed": false,
                          "number": 38,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 34,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 7,
                          "runs": 1,
                          "time": 38,
                          "type": "ball",
                          "zone": "p",
                          "angle": 331,
                          "class": "REGULAR",
                          "score": "39/2",
                          "length": 4,
                          "missed": false,
                          "number": 43,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 72878,
                          "total_runs": 1,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 34,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Nitish Rana",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 7,
                          "runs": 1,
                          "time": 165,
                          "type": "ball",
                          "zone": "h",
                          "angle": 356,
                          "class": "REGULAR",
                          "score": "39/2",
                          "length": 3,
                          "missed": false,
                          "number": 46,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88649,
                          "total_runs": 1,
                          "pitch_hit_x": 22,
                          "pitch_hit_y": 45,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 8,
                          "runs": 2,
                          "time": 43,
                          "type": "ball",
                          "zone": "p",
                          "angle": 327,
                          "class": "REGULAR",
                          "score": "43/3",
                          "length": 4,
                          "missed": false,
                          "number": 49,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 76705,
                          "total_runs": 2,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 39,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 8,
                          "runs": 4,
                          "time": 170,
                          "type": "ball",
                          "zone": "p",
                          "angle": 320,
                          "class": "4",
                          "score": "47/2",
                          "length": 5,
                          "missed": false,
                          "number": 52,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 4,
                          "pitch_hit_x": 9,
                          "pitch_hit_y": 52,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 9,
                          "runs": 0,
                          "time": 175,
                          "type": "ball",
                          "class": "0",
                          "score": "52/2",
                          "missed": false,
                          "number": 59,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 42935,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 41,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 9,
                          "runs": 1,
                          "time": 48,
                          "type": "ball",
                          "zone": "p",
                          "angle": 338,
                          "class": "REGULAR",
                          "score": "52/3",
                          "length": 3,
                          "missed": false,
                          "number": 55,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 73634,
                          "total_runs": 1,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 43,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 10,
                          "runs": 1,
                          "time": 54,
                          "type": "ball",
                          "zone": "p",
                          "angle": 311,
                          "class": "REGULAR",
                          "score": "55/4",
                          "length": 4,
                          "missed": false,
                          "number": 63,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 76705,
                          "total_runs": 1,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 31,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 10,
                          "runs": 1,
                          "time": 179,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 186,
                          "class": "REGULAR",
                          "score": "61/2",
                          "length": 4,
                          "missed": false,
                          "number": 65,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 78100,
                          "total_runs": 1,
                          "pitch_hit_x": 26,
                          "pitch_hit_y": 42,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 11,
                          "runs": 0,
                          "time": 60,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 209,
                          "class": "0",
                          "score": "61/5",
                          "length": 1,
                          "missed": false,
                          "number": 69,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 84513,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 56,
                          "batsman_name": "Ripal Patel",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "7aec9affd396bef43bff90170f44120f5fd41b19c364336191ab2c2980fab057",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 11,
                          "runs": 0,
                          "time": 183,
                          "type": "ball",
                          "class": "0",
                          "score": "66/2",
                          "missed": false,
                          "number": 71,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 42935,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 39,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 12,
                          "runs": 1,
                          "time": 70,
                          "type": "ball",
                          "zone": "h",
                          "angle": 356,
                          "class": "REGULAR",
                          "score": "69/6",
                          "length": 2,
                          "missed": false,
                          "number": 76,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 76705,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 36,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 12,
                          "runs": 6,
                          "time": 186,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 133,
                          "class": "6",
                          "score": "76/2",
                          "length": 5,
                          "missed": false,
                          "number": 77,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 90099,
                          "total_runs": 6,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 38,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Aarya Desai",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 13,
                          "runs": 0,
                          "time": 75,
                          "type": "ball",
                          "class": "0",
                          "score": "70/6",
                          "missed": false,
                          "number": 82,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 72146,
                          "total_runs": 0,
                          "pitch_hit_x": 11,
                          "pitch_hit_y": 50,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 13,
                          "runs": 0,
                          "time": 191,
                          "type": "ball",
                          "class": "0",
                          "score": "80/2",
                          "missed": false,
                          "number": 83,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 42935,
                          "total_runs": 0,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 41,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 14,
                          "runs": 2,
                          "time": 78,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 207,
                          "class": "REGULAR",
                          "score": "75/6",
                          "length": 4,
                          "missed": false,
                          "number": 88,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 74434,
                          "total_runs": 2,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 30,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Shiva Singh",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "3697e3d26317a090274d252bd0c9bcab241f05268d120ca24e771ce2009cf98a",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 14,
                          "runs": 4,
                          "time": 195,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 40,
                          "class": "4",
                          "score": "88/2",
                          "length": 5,
                          "missed": false,
                          "number": 89,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 78100,
                          "total_runs": 4,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 37,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 15,
                          "runs": 0,
                          "time": 83,
                          "type": "ball",
                          "class": "WD",
                          "score": "82/6",
                          "missed": false,
                          "number": 94,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72146,
                          "total_runs": 1,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 57,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 15,
                          "runs": 1,
                          "time": 199,
                          "type": "ball",
                          "zone": "sd",
                          "angle": 282,
                          "class": "REGULAR",
                          "score": "98/2",
                          "length": 4,
                          "missed": false,
                          "number": 95,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 194582,
                          "total_runs": 1,
                          "pitch_hit_x": 24,
                          "pitch_hit_y": 44,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Vishal Jaiswal",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 16,
                          "runs": 0,
                          "time": 88,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 200,
                          "class": "0",
                          "score": "95/6",
                          "length": 3,
                          "missed": false,
                          "number": 101,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 74434,
                          "total_runs": 0,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Shiva Singh",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "3697e3d26317a090274d252bd0c9bcab241f05268d120ca24e771ce2009cf98a",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 16,
                          "runs": 2,
                          "time": 205,
                          "type": "ball",
                          "zone": "h",
                          "angle": 10,
                          "class": "REGULAR",
                          "score": "106/3",
                          "length": 4,
                          "missed": false,
                          "number": 101,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 78100,
                          "total_runs": 2,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 32,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 17,
                          "runs": 0,
                          "time": 94,
                          "type": "ball",
                          "class": "0",
                          "score": "98/7",
                          "missed": false,
                          "number": 107,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72527,
                          "total_runs": 0,
                          "pitch_hit_x": 8,
                          "pitch_hit_y": 52,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 17,
                          "runs": 2,
                          "time": 208,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 222,
                          "class": "REGULAR",
                          "score": "113/3",
                          "length": 4,
                          "missed": false,
                          "number": 107,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 42935,
                          "total_runs": 2,
                          "pitch_hit_x": 22,
                          "pitch_hit_y": 33,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 18,
                          "runs": 0,
                          "time": 103,
                          "type": "ball",
                          "class": "0",
                          "score": "103/8",
                          "missed": false,
                          "number": 113,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 42935,
                          "browler_id": 72146,
                          "total_runs": 0,
                          "pitch_hit_x": 25,
                          "pitch_hit_y": 58,
                          "batsman_name": "Piyush Chawla",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 18,
                          "runs": 0,
                          "time": 215,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 134,
                          "class": "0",
                          "score": "116/4",
                          "length": 3,
                          "missed": false,
                          "number": 113,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 75476,
                          "browler_id": 78100,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 42,
                          "batsman_name": "Dhruv Jurel",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "d7450d06a1116146e32af1394c0d5373dba013a14247c952bed19a9915874910",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 19,
                          "runs": 1,
                          "time": 107,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 46,
                          "class": "REGULAR",
                          "score": "112/8",
                          "length": 3,
                          "missed": false,
                          "number": 119,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194582,
                          "browler_id": 72527,
                          "total_runs": 1,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 26,
                          "batsman_name": "Vishal Jaiswal",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 5,
                          "over": 19,
                          "runs": 4,
                          "time": 222,
                          "type": "ball",
                          "zone": "p",
                          "angle": 318,
                          "class": "4",
                          "score": "130/4",
                          "length": 5,
                          "missed": false,
                          "number": 120,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 75476,
                          "browler_id": 88649,
                          "total_runs": 4,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 33,
                          "batsman_name": "Dhruv Jurel",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "d7450d06a1116146e32af1394c0d5373dba013a14247c952bed19a9915874910",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 5,
                          "over": 20,
                          "runs": 1,
                          "time": 112,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 195,
                          "class": "REGULAR",
                          "score": "125/8",
                          "length": 4,
                          "missed": false,
                          "number": 125,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 42935,
                          "browler_id": 72146,
                          "total_runs": 1,
                          "pitch_hit_x": 26,
                          "pitch_hit_y": 29,
                          "batsman_name": "Piyush Chawla",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 1,
                          "runs": 0,
                          "time": 128,
                          "type": "ball",
                          "zone": "p",
                          "angle": 339,
                          "class": "W",
                          "score": "3/1",
                          "length": 4,
                          "missed": false,
                          "number": 6,
                          "scored": false,
                          "wicket": true,
                          "batsman_id": 74018,
                          "browler_id": 88371,
                          "total_runs": 0,
                          "pitch_hit_x": 12,
                          "pitch_hit_y": 55,
                          "batsman_name": "Karan Sharma",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "3da3ea0df09e5a26cd6651b855c39ee2e128f3dd7b9588d0092d7e35c473daeb",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 1,
                          "runs": 1,
                          "time": 5,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 130,
                          "class": "REGULAR",
                          "score": "5/0",
                          "length": 4,
                          "missed": false,
                          "number": 6,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 90099,
                          "browler_id": 72527,
                          "total_runs": 1,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 43,
                          "batsman_name": "Aarya Desai",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 2,
                          "runs": 0,
                          "time": 9,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 187,
                          "class": "0",
                          "score": "6/0",
                          "length": 3,
                          "missed": false,
                          "number": 12,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88957,
                          "browler_id": 74758,
                          "total_runs": 0,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 39,
                          "batsman_name": "Urvil Patel",
                          "browler_name": "Yash Dayal",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "84e7f10fafe1c8197991014ff87fd9df51ac55598258f4cdc87f8dce93f5ae6b",
                          "browler_hash_image": "289ee1c994ad0d4ae5f05e5fb90a318e866b1737b26fe84e15ccb286c4680cc9",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 2,
                          "runs": 1,
                          "time": 134,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 44,
                          "class": "REGULAR",
                          "score": "7/1",
                          "length": 4,
                          "missed": false,
                          "number": 12,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88649,
                          "total_runs": 1,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 39,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 3,
                          "runs": 0,
                          "time": 15,
                          "type": "ball",
                          "zone": "sd",
                          "angle": 257,
                          "class": "0",
                          "score": "12/1",
                          "length": 2,
                          "missed": false,
                          "number": 18,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88957,
                          "browler_id": 72527,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 39,
                          "batsman_name": "Urvil Patel",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "84e7f10fafe1c8197991014ff87fd9df51ac55598258f4cdc87f8dce93f5ae6b",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 3,
                          "runs": 0,
                          "time": 140,
                          "type": "ball",
                          "class": "0",
                          "score": "22/1",
                          "missed": false,
                          "number": 18,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88371,
                          "total_runs": 0,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 44,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 4,
                          "runs": 0,
                          "time": 22,
                          "type": "ball",
                          "class": "LB",
                          "score": "19/2",
                          "missed": false,
                          "number": 25,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 73634,
                          "total_runs": 1,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 40,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 4,
                          "runs": 0,
                          "time": 147,
                          "type": "ball",
                          "class": "0",
                          "score": "22/2",
                          "missed": false,
                          "number": 25,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 0,
                          "pitch_hit_x": 14,
                          "pitch_hit_y": 44,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 5,
                          "runs": 2,
                          "time": 151,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 128,
                          "class": "REGULAR",
                          "score": "30/2",
                          "length": 4,
                          "missed": false,
                          "number": 31,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 88649,
                          "total_runs": 2,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 56,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 5,
                          "runs": 4,
                          "time": 27,
                          "type": "ball",
                          "zone": "p",
                          "angle": 342,
                          "class": "4",
                          "score": "28/2",
                          "length": 5,
                          "missed": false,
                          "number": 32,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 74758,
                          "total_runs": 4,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 52,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Yash Dayal",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "289ee1c994ad0d4ae5f05e5fb90a318e866b1737b26fe84e15ccb286c4680cc9",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 6,
                          "runs": 0,
                          "time": 34,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 154,
                          "class": "0",
                          "score": "30/2",
                          "length": 3,
                          "missed": false,
                          "number": 38,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88371,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 47,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 6,
                          "runs": 0,
                          "time": 158,
                          "type": "ball",
                          "class": "0",
                          "score": "34/2",
                          "missed": false,
                          "number": 39,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 0,
                          "pitch_hit_x": 10,
                          "pitch_hit_y": 56,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 7,
                          "runs": 0,
                          "time": 38,
                          "type": "ball",
                          "class": "W",
                          "score": "39/3",
                          "missed": false,
                          "number": 44,
                          "scored": false,
                          "wicket": true,
                          "batsman_id": 88371,
                          "browler_id": 72878,
                          "total_runs": 0,
                          "batsman_name": "Chintan Gaja",
                          "browler_name": "Nitish Rana",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "browler_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 7,
                          "runs": 1,
                          "time": 166,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 137,
                          "class": "REGULAR",
                          "score": "40/2",
                          "length": 4,
                          "missed": false,
                          "number": 47,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 88649,
                          "total_runs": 1,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 42,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 8,
                          "runs": 1,
                          "time": 171,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 135,
                          "class": "REGULAR",
                          "score": "48/2",
                          "length": 4,
                          "missed": false,
                          "number": 53,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 1,
                          "pitch_hit_x": 11,
                          "pitch_hit_y": 43,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 8,
                          "runs": 4,
                          "time": 44,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 45,
                          "class": "4",
                          "score": "47/3",
                          "length": 5,
                          "missed": false,
                          "number": 50,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 76705,
                          "total_runs": 4,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 37,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 9,
                          "runs": 0,
                          "time": 49,
                          "type": "ball",
                          "class": "WD",
                          "score": "53/3",
                          "missed": false,
                          "number": 56,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89533,
                          "browler_id": 73634,
                          "total_runs": 1,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 59,
                          "batsman_name": "Umang Kumar",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6704a71e25dbe6345ee206138b375e57db4b223c487e186ec7b021999e555f62",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 9,
                          "runs": 0,
                          "time": 175,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 201,
                          "class": "0",
                          "score": "52/2",
                          "length": 3,
                          "missed": false,
                          "number": 60,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 42935,
                          "total_runs": 0,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 42,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 10,
                          "runs": 0,
                          "time": 180,
                          "type": "ball",
                          "class": "0",
                          "score": "61/2",
                          "missed": false,
                          "number": 66,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 78100,
                          "total_runs": 0,
                          "pitch_hit_x": 14,
                          "pitch_hit_y": 37,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 10,
                          "runs": 4,
                          "time": 55,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 204,
                          "class": "4",
                          "score": "59/4",
                          "length": 5,
                          "missed": false,
                          "number": 64,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 76705,
                          "total_runs": 4,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 43,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 11,
                          "runs": 0,
                          "time": 64,
                          "type": "ball",
                          "zone": "g",
                          "angle": 103,
                          "class": "W",
                          "score": "61/6",
                          "length": 2,
                          "missed": false,
                          "number": 70,
                          "scored": false,
                          "wicket": true,
                          "batsman_id": 84513,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 54,
                          "batsman_name": "Ripal Patel",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "7aec9affd396bef43bff90170f44120f5fd41b19c364336191ab2c2980fab057",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 11,
                          "runs": 0,
                          "time": 183,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 218,
                          "class": "0",
                          "score": "66/2",
                          "length": 2,
                          "missed": false,
                          "number": 72,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 42935,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 39,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 12,
                          "runs": 0,
                          "time": 71,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 198,
                          "class": "0",
                          "score": "69/6",
                          "length": 3,
                          "missed": false,
                          "number": 77,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 76705,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 41,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Jasmer Dhankar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "34d00a265f32d29c195fb7a92c3819f982129489ccf7f941c8c4d9da751109f1",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 12,
                          "runs": 1,
                          "time": 187,
                          "type": "ball",
                          "zone": "p",
                          "angle": 329,
                          "class": "REGULAR",
                          "score": "77/2",
                          "length": 4,
                          "missed": false,
                          "number": 78,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 90099,
                          "total_runs": 1,
                          "pitch_hit_x": 15,
                          "pitch_hit_y": 35,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Aarya Desai",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "3bfbfb5f00fbb59bf4ebe22306ff625cffee8b6c578f2f7c684f3769bc2e6d0f",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 13,
                          "runs": 1,
                          "time": 76,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 175,
                          "class": "REGULAR",
                          "score": "71/6",
                          "length": 2,
                          "missed": false,
                          "number": 83,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 72146,
                          "total_runs": 1,
                          "pitch_hit_x": 14,
                          "pitch_hit_y": 47,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 13,
                          "runs": 1,
                          "time": 191,
                          "type": "ball",
                          "zone": "h",
                          "angle": 1,
                          "class": "REGULAR",
                          "score": "81/2",
                          "length": 3,
                          "missed": false,
                          "number": 84,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 41,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 14,
                          "runs": 1,
                          "time": 79,
                          "type": "ball",
                          "zone": "ofd",
                          "angle": 249,
                          "class": "REGULAR",
                          "score": "76/6",
                          "length": 4,
                          "missed": false,
                          "number": 89,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 88096,
                          "browler_id": 74434,
                          "total_runs": 1,
                          "pitch_hit_x": 14,
                          "pitch_hit_y": 38,
                          "batsman_name": "Chirag Gandhi",
                          "browler_name": "Shiva Singh",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "e4fdbf1c8bb0366b2a57a90dd782aabb7fa9ba4f1e9b962e144fce59722f2240",
                          "browler_hash_image": "3697e3d26317a090274d252bd0c9bcab241f05268d120ca24e771ce2009cf98a",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 14,
                          "runs": 2,
                          "time": 195,
                          "type": "ball",
                          "zone": "p",
                          "angle": 326,
                          "class": "REGULAR",
                          "score": "90/2",
                          "length": 4,
                          "missed": false,
                          "number": 90,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 78100,
                          "total_runs": 2,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 38,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 15,
                          "runs": 1,
                          "time": 200,
                          "type": "ball",
                          "zone": "p",
                          "angle": 317,
                          "class": "REGULAR",
                          "score": "99/2",
                          "length": 4,
                          "missed": false,
                          "number": 96,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194582,
                          "total_runs": 1,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 37,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Vishal Jaiswal",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 15,
                          "runs": 4,
                          "time": 84,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 195,
                          "class": "4",
                          "score": "86/6",
                          "length": 5,
                          "missed": false,
                          "number": 95,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72146,
                          "total_runs": 4,
                          "pitch_hit_x": 13,
                          "pitch_hit_y": 42,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 16,
                          "runs": 1,
                          "time": 88,
                          "type": "ball",
                          "zone": "ofd",
                          "angle": 248,
                          "class": "REGULAR",
                          "score": "96/6",
                          "length": 4,
                          "missed": false,
                          "number": 102,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 74434,
                          "total_runs": 1,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 35,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Shiva Singh",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "3697e3d26317a090274d252bd0c9bcab241f05268d120ca24e771ce2009cf98a",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 16,
                          "runs": 1,
                          "time": 205,
                          "type": "ball",
                          "zone": "sqc",
                          "angle": 164,
                          "class": "REGULAR",
                          "score": "107/3",
                          "length": 4,
                          "missed": false,
                          "number": 102,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 78100,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 44,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 17,
                          "runs": 1,
                          "time": 209,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 197,
                          "class": "REGULAR",
                          "score": "114/3",
                          "length": 4,
                          "missed": false,
                          "number": 108,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 42935,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 38,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Piyush Chawla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 17,
                          "runs": 2,
                          "time": 94,
                          "type": "ball",
                          "zone": "sd",
                          "angle": 255,
                          "class": "REGULAR",
                          "score": "100/7",
                          "length": 4,
                          "missed": false,
                          "number": 108,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72527,
                          "total_runs": 2,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 36,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 18,
                          "runs": 0,
                          "time": 215,
                          "type": "ball",
                          "zone": "ofd",
                          "angle": 235,
                          "class": "0",
                          "score": "116/4",
                          "length": 1,
                          "missed": false,
                          "number": 114,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 75476,
                          "browler_id": 78100,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 40,
                          "batsman_name": "Dhruv Jurel",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "d7450d06a1116146e32af1394c0d5373dba013a14247c952bed19a9915874910",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 6,
                          "over": 18,
                          "runs": 1,
                          "time": 104,
                          "type": "ball",
                          "zone": "p",
                          "angle": 310,
                          "class": "REGULAR",
                          "score": "104/8",
                          "length": 4,
                          "missed": false,
                          "number": 114,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 42935,
                          "browler_id": 72146,
                          "total_runs": 1,
                          "pitch_hit_x": 22,
                          "pitch_hit_y": 44,
                          "batsman_name": "Piyush Chawla",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 19,
                          "runs": 4,
                          "time": 108,
                          "type": "ball",
                          "zone": "lc",
                          "angle": 132,
                          "class": "4",
                          "score": "116/8",
                          "length": 5,
                          "missed": false,
                          "number": 120,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 42935,
                          "browler_id": 72527,
                          "total_runs": 4,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 44,
                          "batsman_name": "Piyush Chawla",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "fac62b4554259468b15e280ed18328f893d33d5292f916431ccab489fa6a41bb",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 6,
                          "over": 20,
                          "runs": 0,
                          "time": 113,
                          "type": "ball",
                          "zone": "sd",
                          "angle": 270,
                          "class": "0",
                          "score": "125/8",
                          "length": 1,
                          "missed": false,
                          "number": 126,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 194582,
                          "browler_id": 72146,
                          "total_runs": 0,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 37,
                          "batsman_name": "Vishal Jaiswal",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 7,
                          "over": 3,
                          "runs": 0,
                          "time": 16,
                          "type": "ball",
                          "zone": "g",
                          "angle": 102,
                          "class": "W",
                          "score": "12/2",
                          "length": 2,
                          "missed": false,
                          "number": 19,
                          "scored": false,
                          "wicket": true,
                          "batsman_id": 88957,
                          "browler_id": 72527,
                          "total_runs": 0,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 40,
                          "batsman_name": "Urvil Patel",
                          "browler_name": "Bhuvneshwar Kumar",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "84e7f10fafe1c8197991014ff87fd9df51ac55598258f4cdc87f8dce93f5ae6b",
                          "browler_hash_image": "b464c62b331b50e0744f6a24959393fb9c4ebf3a84cf2cedf614e835368c8601",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 7,
                          "over": 3,
                          "runs": 0,
                          "time": 141,
                          "type": "ball",
                          "zone": "p",
                          "angle": 344,
                          "class": "0",
                          "score": "22/1",
                          "length": 2,
                          "missed": false,
                          "number": 19,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 88371,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 37,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Chintan Gaja",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "2199f20045739e9f37f80d9b5d3a963caf2ec86fd9aa2033004cd69cac26037b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 7,
                          "over": 4,
                          "runs": 0,
                          "time": 24,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 173,
                          "class": "0",
                          "score": "19/2",
                          "length": 3,
                          "missed": false,
                          "number": 26,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 89267,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 21,
                          "pitch_hit_y": 43,
                          "batsman_name": "Saurav Chauhan",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6abf17242a567cdffa2996beba248c7ca36c197ebc9091744acaffb1ba39d7c0",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 7,
                          "over": 5,
                          "runs": 0,
                          "time": 153,
                          "type": "ball",
                          "class": "WD",
                          "score": "31/2",
                          "missed": false,
                          "number": 32,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 88649,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 47,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 7,
                          "over": 6,
                          "runs": 0,
                          "time": 159,
                          "type": "ball",
                          "zone": "cd",
                          "angle": 203,
                          "class": "0",
                          "score": "34/2",
                          "length": 3,
                          "missed": false,
                          "number": 40,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 0,
                          "pitch_hit_x": 13,
                          "pitch_hit_y": 42,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 7,
                          "over": 8,
                          "runs": 1,
                          "time": 171,
                          "type": "ball",
                          "zone": "p",
                          "angle": 346,
                          "class": "REGULAR",
                          "score": "49/2",
                          "length": 4,
                          "missed": false,
                          "number": 54,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 72878,
                          "browler_id": 194566,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 31,
                          "batsman_name": "Nitish Rana",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "fa8f543400d0fea4027c46236e7b01346c6dca306aa893cdefa5f9c753201eb7",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 7,
                          "over": 9,
                          "runs": 0,
                          "time": 49,
                          "type": "ball",
                          "class": "0",
                          "score": "53/3",
                          "missed": false,
                          "number": 57,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 89533,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 45,
                          "batsman_name": "Umang Kumar",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6704a71e25dbe6345ee206138b375e57db4b223c487e186ec7b021999e555f62",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 7,
                          "over": 11,
                          "runs": 0,
                          "time": 66,
                          "type": "ball",
                          "class": "0",
                          "score": "61/6",
                          "missed": false,
                          "number": 71,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 73634,
                          "total_runs": 0,
                          "pitch_hit_x": 18,
                          "pitch_hit_y": 55,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 7,
                          "over": 15,
                          "runs": 0,
                          "time": 85,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 182,
                          "class": "0",
                          "score": "86/6",
                          "length": 3,
                          "missed": false,
                          "number": 96,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 194566,
                          "browler_id": 72146,
                          "total_runs": 0,
                          "pitch_hit_x": 17,
                          "pitch_hit_y": 39,
                          "batsman_name": "Hemang Patel",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 7,
                          "over": 18,
                          "runs": 1,
                          "time": 216,
                          "type": "ball",
                          "zone": "h",
                          "angle": 357,
                          "class": "REGULAR",
                          "score": "117/4",
                          "length": 3,
                          "missed": false,
                          "number": 115,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 75476,
                          "browler_id": 78100,
                          "total_runs": 1,
                          "pitch_hit_x": 20,
                          "pitch_hit_y": 42,
                          "batsman_name": "Dhruv Jurel",
                          "browler_name": "Ravi Bishnoi",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "d7450d06a1116146e32af1394c0d5373dba013a14247c952bed19a9915874910",
                          "browler_hash_image": "a061d1162f2649d531f9c0a923259a911e07f3b3bd90de912a6a147a01301b67",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 7,
                          "over": 20,
                          "runs": 2,
                          "time": 114,
                          "type": "ball",
                          "zone": "g",
                          "angle": 79,
                          "class": "REGULAR",
                          "score": "127/8",
                          "length": 4,
                          "missed": false,
                          "number": 127,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 194582,
                          "browler_id": 72146,
                          "total_runs": 2,
                          "batsman_name": "Vishal Jaiswal",
                          "browler_name": "Kartik Tyagi",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "c3137ebce7cc8d3755559b6377140c0a27978917f3ab46aa23e6d27468881c71",
                          "browler_hash_image": "2abb92ff159c071f257e3c6f3cfdc486e931f6d0bb50009e89a49daa943deae8",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        },
                        {
                          "ball": 8,
                          "over": 5,
                          "runs": 0,
                          "time": 154,
                          "type": "ball",
                          "zone": "lg",
                          "angle": 42,
                          "class": "0",
                          "score": "31/2",
                          "length": 3,
                          "missed": false,
                          "number": 33,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 88649,
                          "total_runs": 0,
                          "pitch_hit_x": 19,
                          "pitch_hit_y": 45,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Arzan Nagwaswalla",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "6e3e1303be0d01ed6f1727e74f65655849646d50e657b9cd2ac6d86d0aeb9294",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 8,
                          "over": 6,
                          "runs": 0,
                          "time": 160,
                          "type": "ball",
                          "class": "0",
                          "score": "34/2",
                          "missed": false,
                          "number": 41,
                          "scored": false,
                          "wicket": false,
                          "batsman_id": 77032,
                          "browler_id": 194566,
                          "total_runs": 0,
                          "pitch_hit_x": 13,
                          "pitch_hit_y": 41,
                          "batsman_name": "Sameer Rizvi",
                          "browler_name": "Hemang Patel",
                          "inning_number": 2,
                          "batting_team_id": 47690,
                          "batting_team_name": "Uttar Pradesh",
                          "batsman_hash_image": "f2a33127e9e356621066503af7fc658ceb67ea0ca2913ec823d48a27050de756",
                          "browler_hash_image": "bdaf3dd96c35b7afd9e8740c9ed310524f6418915e0ff5bd7bc5c4b199c1a18b",
                          "batting_team_hash_image": "5d63da8baa091977f30f8ee4d77473d9e9211d6a78c44ed420b09fe93f7c2bb9"
                        },
                        {
                          "ball": 8,
                          "over": 9,
                          "runs": 1,
                          "time": 50,
                          "type": "ball",
                          "zone": "ctd",
                          "angle": 179,
                          "class": "REGULAR",
                          "score": "54/3",
                          "length": 3,
                          "missed": false,
                          "number": 58,
                          "scored": true,
                          "wicket": false,
                          "batsman_id": 89533,
                          "browler_id": 73634,
                          "total_runs": 1,
                          "pitch_hit_x": 16,
                          "pitch_hit_y": 48,
                          "batsman_name": "Umang Kumar",
                          "browler_name": "Mohsin Khan",
                          "inning_number": 1,
                          "batting_team_id": 47865,
                          "batting_team_name": "Gujarat",
                          "batsman_hash_image": "6704a71e25dbe6345ee206138b375e57db4b223c487e186ec7b021999e555f62",
                          "browler_hash_image": "0add2ff2b194b0aa9c8b7f9b7ccfef57a654a50dfb62f26ab28137304ae74429",
                          "batting_team_hash_image": "b5d8b4986251f23c937412c60bbce8cacbb8fbdfa6b3644407ec7cb37311c5d7"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Incidents"
      }
    },
    "/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://cricket.sportmicro.com/cup-bracket?id=eq.{id}`<br /><br />Get cups based on the **season_id**<br />`https://cricket.sportmicro.com/cup-bracket?season_id=eq.{season_id}`<br /><br />Get cups based on the **league_id**<br />`https://cricket.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": []
                }
              }
            }
          }
        },
        "operationId": "Cup Bracket"
      }
    },
    "/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://cricket.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": 56,
                      "league_name": "Pakistan Super League",
                      "league_hash_image": "d8c33fc5499f2950f2a835566c079b8fc2c255d8d9cfaf39db424500a84ec824",
                      "referees": [
                        {},
                        {
                          "id": 1921,
                          "name": "Iftikhar Ahmed",
                          "hash_image": "b8c6a1c6ad07b0d504f6ea9ca8e2c5e22e96ebc810e863cc1644d43926d9cbab"
                        },
                        {
                          "id": 1926,
                          "name": "Kamran chaudary",
                          "hash_image": "de2eb1b420e4c41f6f6cfa9bbab886af42d4723cd350c86b1e37c5c92bea5e38"
                        },
                        {
                          "id": 1933,
                          "name": "Roshan Mahanama",
                          "hash_image": "ce192554f0a7c781e7d441132b3846e31a52141204fc892096851fa7ee69ce3f"
                        },
                        {
                          "id": 1934,
                          "name": "Ali Naqvi",
                          "hash_image": "cba993114a76f10ea717ef84003b0059aa0aa1ef86dc3dea24c7762d8f366f11"
                        },
                        {
                          "id": 1935,
                          "name": "Bilal Khilji",
                          "hash_image": "f236489b0169a3629e3d830315155fc8707b2a5e976907b4796839b8d042794d"
                        },
                        {
                          "id": 1983,
                          "name": "Iqbal Sheikh",
                          "hash_image": "b8e17a3a3c368701df1b6b0020ac5d65230e1934d18a65dc4c44000d07d7f7c8"
                        },
                        {
                          "id": 1991,
                          "name": "Sohail Idrees",
                          "hash_image": "556c93034b4da0886acda4acb54e1a7effe309c587d182d40837d32c9e5df730"
                        },
                        {
                          "id": 1998,
                          "name": "Ranjan Madugalle",
                          "hash_image": "e96e03452c32e82d6c7e1820d57d2fb42f08c1453984badf6a5cb164d0a580d2"
                        },
                        {
                          "id": 2008,
                          "name": "Aleem Moosa",
                          "hash_image": "d0e337728d3a47c445403bba7fe104d364fb4acc9e1563b12783c03635c1f32d"
                        },
                        {
                          "id": 2011,
                          "name": "Sir Richie Richardson",
                          "hash_image": "5d3aad195feda1a368b97881e2d2fcdb66d5a7c9d7e82ed4b8d72ae3dd9363e0"
                        },
                        {
                          "id": 2020,
                          "name": "Nadeem Arshad",
                          "hash_image": "6d5bd9dedbd294dc2b314be79bff2d66c5ec45d695491ff0562d5cb7a6f55a9d"
                        },
                        {
                          "id": 2239,
                          "name": "Muhammad Javed",
                          "hash_image": "6044ab2607137be18e7b0f1f03876532d8d316c8aa94e680bdcacbf6baf399cd"
                        },
                        {
                          "id": 2240,
                          "name": "Muhammad Javed",
                          "hash_image": "6044ab2607137be18e7b0f1f03876532d8d316c8aa94e680bdcacbf6baf399cd"
                        },
                        {
                          "id": 2445,
                          "name": "Shozab Raza",
                          "hash_image": "e0de958015a50e638f0692556a6aa152eaa130054e6438c5a0a757d231ed2156"
                        },
                        {
                          "id": 2563,
                          "name": "Mohammed Anees",
                          "hash_image": "10870fd0166c78f70a3ba134daaf0c5077faab151e463551737fb33ee0526e6b"
                        },
                        {
                          "id": 2565,
                          "name": "Mohammed Anees",
                          "hash_image": "10870fd0166c78f70a3ba134daaf0c5077faab151e463551737fb33ee0526e6b"
                        },
                        {
                          "id": 2679,
                          "name": "Mohammad Javed",
                          "hash_image": "99a6291c692133ab5993e3f8ceb99cf969ec064bd2cb73d2f8086ad3b24a3a51"
                        },
                        {
                          "id": 2760,
                          "name": "Javed Malik",
                          "hash_image": "be9d8affc5bc95c70e8da6d15f9097fac32448609adb4e5cf5a106b71873527a"
                        },
                        {
                          "id": 2763,
                          "name": "Ahsan Raza",
                          "hash_image": "a5c559b7266ec60b2e13d1c4b9de196fcdd6a35efea923e4341d0a7731952449"
                        },
                        {
                          "id": 2774,
                          "name": "Aziz Ur Rehman",
                          "hash_image": "1eec08215dde04c75b5d27f2fcf4d85ab69dffd58bf25adc6001008747fbed10"
                        },
                        {
                          "id": 2863,
                          "name": "Khalid Mahmood",
                          "hash_image": "7cfc9f56660a7cc20512f888b2956f5126871dcee71b50df65863012db5b963e"
                        },
                        {
                          "id": 2872,
                          "name": "Rashid Riaz",
                          "hash_image": "d42dae6516b2fa31716815e31cdc4a96011ed3a0bdd01bbb2f0c88620dfc9f24"
                        },
                        {
                          "id": 7367,
                          "name": "Faisal Afridi",
                          "hash_image": "4e734241552734291eee7ccbb6778cefc721fae8a1ae8588e0f522cfbbe8ba44"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Referees 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://cricket.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": 19427,
                      "title": "WBBL 2023: Match 39, BH-W vs HB-W Match Prediction – Who will win today’s WBBL match between Brisbane Heat Women vs Hobart Hurricanes Women? - CricTracker",
                      "link": "https://www.crictracker.com/cricket-match-predictions/wbbl-2023-match-39-bh-w-vs-hb-w-match-prediction-who-will-win-todays-wbbl-match-between-brisbane-heat-women-vs-hobart-hurricanes-women/",
                      "thumbnail_url": "https://media.crictracker.com/media/featureimage/Brisbane-Heat-Women.jpg",
                      "description": "BH-W vs HB-W Match Prediction - Check out who will win today's WBBL match between Brisbane Heat Women vs Hobart Hurricanes Women, along with more updates for Match 39 of WBBL 2023, only on CricTracker.",
                      "published_date": "2023-11-14T09:42:00+00:00",
                      "source_url": "https://www.crictracker.com",
                      "source": "CricTracker"
                    },
                    {
                      "id": 9,
                      "match_id": 19427,
                      "title": "Recent Match Report - Heat vs Hurricanes 39th Match 2023/24 - ESPNcricinfo",
                      "link": "https://www.espncricinfo.com/series/wbbl-2023-24-1387171/brisbane-heat-women-vs-hobart-hurricanes-women-39th-match-1387210/match-report",
                      "thumbnail_url": "https://img1.hscicdn.com/image/upload/f_auto/lsci/db/PICTURES/CMS/371200/371258.6.jpg",
                      "description": "Half-centuries for Georgia Redmayne and Bess Heath and four wickets from Jess Jonassen helped the home side to a comfortable 53-run win over Hobart Hurricanes",
                      "published_date": "2023-11-15T04:52:26+00:00",
                      "source_url": "https://www.espncricinfo.com",
                      "source": "ESPNcricinfo"
                    },
                    {
                      "id": 15,
                      "match_id": 19427,
                      "title": "Cheatle return highlights four Sixers in AUS Women's squad - Sydney Sixers",
                      "link": "https://www.sydneysixers.com.au/news/3785278/cheatle-return-highlights-four-sixers-in-aus-womens-squad",
                      "thumbnail_url": "https://resources.sydney-sixers.pulselive.com/sydney-sixers/photo/2023/11/14/67389170-76ad-4590-a5c4-dd357a794b6f/Cheats.jpg",
                      "description": "Enjoy the fun and excitement of the KFC T20 Big Bash League with international stars playing alongside Australia’s best home grown talent.",
                      "published_date": "2023-11-14T07:57:26+00:00",
                      "source_url": "https://www.sydneysixers.com.au",
                      "source": "Sydney Sixers"
                    },
                    {
                      "id": 29,
                      "match_id": 19427,
                      "title": "First Nations Strip Launched - Brisbane Heat",
                      "link": "https://www.brisbaneheat.com.au/news/3785270/first-nations-strip-launched",
                      "thumbnail_url": "https://resources.brisbane-heat.pulselive.com/brisbane-heat/photo/2023/11/14/9302f14f-6ea3-4dc2-8b4f-a5d9332f531d/web-first-nations-kit.jpg",
                      "description": "The Brisbane Heat have unveiled the club’s latest playing strip which harkens back to an earlier…",
                      "published_date": "2023-11-14T07:31:55+00:00",
                      "source_url": "https://www.brisbaneheat.com.au",
                      "source": "Brisbane Heat"
                    },
                    {
                      "id": 34,
                      "match_id": 19427,
                      "title": "Watch: Hobart Hurricanes’ Heather Graham bowls bizarre overhead no-ball against Sydney Sixers in WBBL 2023 - India Today",
                      "link": "https://www.indiatoday.in/sports/cricket/story/watch-hobart-hurricanes-heather-graham-bowls-bizarre-overhead-no-ball-against-sydney-sixers-in-wbbl-2023-2462439-2023-11-13",
                      "thumbnail_url": "https://akm-img-a-in.tosshub.com/indiatoday/images/story/202311/watch-heather-graham-second-from-left-bowls-bizarre-overhead-no-ball-vs-sydney-sixers-in-wbbl-202-131838701-16x9_0.jpeg?VersionId=M4Dp90MhiwiSaxEap2adFVgn933rg18o",
                      "description": "WBBL 2023: Heather Graham of the Hobart Hurricanes bowled a bizarre no ball that went over the head of the batter and wicketkeeper in the match against the Sydney Sixers at the Bellerive Oval.",
                      "published_date": "2023-11-13T15:21:08+00:00",
                      "source_url": "https://www.indiatoday.in",
                      "source": "India Today"
                    },
                    {
                      "id": 39,
                      "match_id": 19427,
                      "title": "BH-W vs HH-W Today Match Prediction and Betting Tips, Odds and ... - TheTopBookies",
                      "link": "https://www.thetopbookies.com/betting-tips/cricket/bh-w-vs-hh-w-15-Nov-2023",
                      "thumbnail_url": "https://api.thetopbookies.com/storage/cricket/teams/bhw/buzyfNvJdIGKD1LlUV2wiy4pqjjXMfq28LKvyMK2.jpeg",
                      "description": "Cricket prediction for Brisbane Heat (BH-W) vs Hobart Hurricanes (HH-W), Womens Big Bash League, 2023, t20, 06:30 IST 15 Nov 2023.",
                      "published_date": "2023-11-14T10:48:57+00:00",
                      "source_url": "https://www.thetopbookies.com",
                      "source": "TheTopBookies"
                    },
                    {
                      "id": 47,
                      "match_id": 19427,
                      "title": "Women Big Bash League 2023: Match 40, ASW vs STW Today ... - CricsGuru.IN",
                      "link": "https://cricsguru.in/asw-vs-stw-today-match-prediction/",
                      "thumbnail_url": "https://cricsguru.in/wp-admin/admin-ajax.php?action=rank_math_overlay_thumb&id=24747&type=cricsguru&hash=a91742ed478a8b062e12b9e9dcc0edd2",
                      "description": "ASW vs STW Today Match Prediction: Adelaide Strikers Women (ASW) and Sydney Thunder Women (STW) will lock horns in the 40th match of the ongoing Women Big",
                      "published_date": "2023-11-14T17:46:29+00:00",
                      "source_url": "https://cricsguru.in",
                      "source": "CricsGuru.IN"
                    },
                    {
                      "id": 351,
                      "match_id": 19427,
                      "title": "Aussies bring quick in from the cold - The Weekly Times",
                      "link": "https://www.weeklytimesnow.com.au/news/breaking-news/lauren-cheatle-returns-to-australian-squad-for-india-test/news-story/e2c02c82fe011a9fc7e79be1479e5898",
                      "thumbnail_url": "https://www.weeklytimesnow.com.au/wp-content/themes/newscorpau-news-dna/dist/images/apple-touch-icons/weeklytimesnow-apple-touch-icon.png",
                      "description": "No Cookies",
                      "published_date": "2023-11-14T08:29:19+00:00",
                      "source_url": "https://www.weeklytimesnow.com.au",
                      "source": "The Weekly Times"
                    },
                    {
                      "id": 356,
                      "match_id": 19427,
                      "title": "WBBL 2023: Laura Wolvaardt guides Adelaide Strikers to a ... - Cricket Times",
                      "link": "https://crickettimes.com/2023/11/wbbl-2023-laura-wolvaardt-guides-adelaide-strikers-to-a-comprehensive-win-over-sydney-thunder/",
                      "thumbnail_url": "https://crickettimes.com/wp-content/uploads/2023/11/Laura-Wolvaardt.webp",
                      "description": "Adelaide Strikers thrashed Sydney Thunder in Match 40 of WBBL 2023. Laura Wolvaardt shined with the bat for Strikers.",
                      "published_date": "2023-11-15T10:15:03+00:00",
                      "source_url": "https://crickettimes.com",
                      "source": "Cricket Times"
                    },
                    {
                      "id": 495,
                      "match_id": 19427,
                      "title": "दक्षिण अफ्रीकी ओपनर की पारी से टीम को मिली जीत, होबार्ट हरिकेन्स की ... - Sportskeeda Hindi",
                      "link": "https://hindi.sportskeeda.com/cricket/wbbl-2023-24-brisbane-heat-women-vs-hobart-hurricanes-women-39th-match-and-adelaide-strikers-women-vs-sydney-thunder-women-40th-match-report",
                      "thumbnail_url": "https://staticg.sportskeeda.com/editor/2023/11/fdb7d-17000552465744-1920.jpg",
                      "description": "WBBL 2023 में 15 नवंबर को दो मुकाबले खेले गए।",
                      "published_date": "2023-11-15T15:30:00+00:00",
                      "source_url": "https://hindi.sportskeeda.com",
                      "source": "Sportskeeda Hindi"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Agg News Matches"
      }
    },
    "/referees": {
      "get": {
        "tags": [
          "Referees"
        ],
        "summary": "Referees",
        "description": "This 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://cricket.sportmicro.com/referees?id=eq.{id}`<br /><br />Get referees from a specific **country_id**<br />`https://cricket.sportmicro.com/referees?country_id=eq.{country_id}`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.referees.id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.referees.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/referees"
                  },
                  "type": "array",
                  "example": [
                    {
                      "id": 2440,
                      "name": "Gary Baxter",
                      "yellow_cards": 0,
                      "red_cards": 0,
                      "yellow_red_cards": 0,
                      "matches_count": 29,
                      "hash_image": "c2acf61868af803e0b75102ed6cc89ac7f03b5cc42b32acf3edc5b647700c754"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Referees"
      }
    },
    "/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://cricket.sportmicro.com/seasons`<br /><br />Get seasons based on the **id**<br />`https://cricket.sportmicro.com/seasons?id=eq.{id}`<br /><br />Get seasons from a specific **league_id**<br />`https://cricket.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": 27048,
                      "name": "South Africa Women in Pakistan, 3 T20I Series, 2023",
                      "year": "2023",
                      "start_time": "2023-09-04",
                      "end_time": "2023-09-04",
                      "league_id": 2020,
                      "league_name": "Twenty20 International Women"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Seasons"
      }
    },
    "/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://cricket.sportmicro.com/tournaments`<br /><br />Get tournaments based on the **id**<br />`https://cricket.sportmicro.com/tournaments?id=eq.{id}`<br /><br />Get tournaments from a specific **league_id**<br />`https://cricket.sportmicro.com/tournaments?league_id=eq.{league_id}`<br /><br />Get tournaments from a specific **class_id**<br />`https://cricket.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": 104804,
                      "name": "Zimbabwe Women in India, 3 T20I Series",
                      "importance": 0,
                      "league_id": 2020,
                      "league_name": "Twenty20 International Women",
                      "class_id": 80,
                      "class_name": "World",
                      "class_hash_image": "1ffa722e5474f5445688b775f8d5ec6262637f8247f3f989d3c4ba338c3a2b51"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Tournaments"
      }
    },
    "/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://cricket.sportmicro.com/arenas`<br /><br />Get arenas based on the **id**<br />`https://cricket.sportmicro.com/arenas?id=eq.{id}`<br /><br />Get arenas from a specific **country_id**<br />`https://cricket.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": 23,
                      "name": "Multan Cricket Stadium",
                      "city": "Multan",
                      "stadium_capacity": 35000,
                      "owner": "Pakistan Cricket Board",
                      "operator": "Pakistan Cricket Board",
                      "hash_image": "3733b8d4cd0610ee019889ab15c8aaf983a4f70b1584523f2c0c5c231f3f8708",
                      "country_id": 35,
                      "country_name": "Pakistan",
                      "country_hash_image": "fcab7fcc2b4cffd9bb45003bfc2e468a04ef6f77ca8200a7341f027631584d25",
                      "geolocation": [
                        {
                          "name": "Multan",
                          "type": "locality",
                          "label": "Multan, PB, Pakistan",
                          "county": "Multan",
                          "region": "Punjab",
                          "latitude": 30.198473,
                          "locality": "Multan",
                          "continent": "Asia",
                          "longitude": 71.468461,
                          "confidence": 1,
                          "postal_code": "60700",
                          "region_code": "PB",
                          "country_code": "PAK"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Arenas"
      }
    },
    "/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://cricket.sportmicro.com/players`<br /><br />Get players based on the **name**<br />`https://cricket.sportmicro.com/players?name=like.*Cristiano*`<br /><br />Get players based on the **id**<br />`https://cricket.sportmicro.com/players?id=eq.{id}`<br /><br />Get players from a specific **team_id**<br />`https://cricket.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": 32,
                      "name": "Steve Smith",
                      "first_name": "",
                      "last_name": "",
                      "nickname": "Steve Smith",
                      "player_position": "BM",
                      "player_jersey_number": "49",
                      "player_height": 176,
                      "country_id": 33,
                      "country_name": "Australia",
                      "country_hash_image": "86936315fce40c126916c0c980e24be16cd8fd390243c6740f58c62d08cea336",
                      "shirt_number": 49,
                      "date_of_birth": "1989-06-02T00:00:00+00:00",
                      "hash_image": "f985cf5e8f77ba063ba6496fd0442f04f1581a6118052ae649212bc7c92fec75",
                      "team_id": 87,
                      "team_name": "Multan Sultans",
                      "team_hash_image": "fc5b2c7a8465d3a2e7fb574b0c44f35514860f5b72057386dd66dbca979433c5",
                      "cricket_info_id": 1
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Players"
      }
    },
    "/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://cricket.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": 43,
                      "class_name": "Pakistan",
                      "class_hash_image": "2e143d0fada152dd204140fa7cd1c5a14756fdf01fd532e378aa69513f9fe7eb",
                      "leagues": [
                        {
                          "id": 56,
                          "name": "Pakistan Super League",
                          "hash_image": "d8c33fc5499f2950f2a835566c079b8fc2c255d8d9cfaf39db424500a84ec824"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "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://cricket.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": 139,
                      "title": "Australia 399-90 Netherlands",
                      "subtitle": "Full Highlights",
                      "url": "https://www.cricketworldcup.com/video/3752411",
                      "created_at": "2023-10-25T20:59:42+00:00",
                      "source_url": "https://www.cricketworldcup.com/video/3752411"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Matches Highlights"
      }
    },
    "/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://cricket.sportmicro.com/classes`<br /><br />Get class based on the **id**<br />`https://cricket.sportmicro.com/classes?id=eq.{id}`<br /><br />Get classes based on the **alpha**<br />`https://cricket.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": 43,
                      "name": "Pakistan",
                      "flag": "pakistan",
                      "alpha": "PK",
                      "importance": 1,
                      "hash_image": "2e143d0fada152dd204140fa7cd1c5a14756fdf01fd532e378aa69513f9fe7eb",
                      "matches_live_count": 0,
                      "last_match_date": "2026-05-03T15:00:00+00:00"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Classes"
      }
    },
    "/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://cricket.sportmicro.com/coaches?id=eq.{id}`<br /><br />Get coach from a specific **country_id**<br />`https://cricket.sportmicro.com/coaches?country_id=eq.{country_id}`<br /><br />Get coach from a specific **team_id**<br />`https://cricket.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": 801,
                      "name": "Rahul Dravid",
                      "nickname": "R. Dravid",
                      "nationality": "IND",
                      "nationality_iso2": "IN",
                      "date_of_birth": "1973-01-11T00:00:00+00:00",
                      "hash_image": "6bcea53a73d1f4da224003ea809661e44ff9a0bea2d5a66f666a917a9c245732",
                      "country_id": 99,
                      "country_name": "India",
                      "country_hash_image": "fed1d872f6d540f4118582ec694270274e987b12f5dfe2057dddf1e12df2761a",
                      "team_id": 2033,
                      "team_name": "India",
                      "team_hash_image": "b82eb061024c3d8dd6278f4984b2fbe8cfd771a87744504bed23570b28770cec",
                      "class_id": 99,
                      "class_name": "India",
                      "class_hash_image": "fed1d872f6d540f4118582ec694270274e987b12f5dfe2057dddf1e12df2761a"
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Coaches"
      }
    },
    "/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://cricket.sportmicro.com/odds/full-time-results?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://cricket.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://cricket.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": 1,
                      "is_live": false,
                      "periods": [
                        {
                          "period_type": "FT inc. OT",
                          "odds": [
                            {
                              "id": 2055,
                              "bookmaker_id": 6,
                              "home": 1.93,
                              "home_movement": 0,
                              "draw": 1.76,
                              "draw_movement": 0,
                              "payout": 92.05
                            },
                            {
                              "id": 2057,
                              "bookmaker_id": 14,
                              "home": 1.909,
                              "home_movement": -1,
                              "draw": 1.8,
                              "draw_movement": 1,
                              "payout": 92.64
                            },
                            {
                              "id": 2056,
                              "bookmaker_id": 19,
                              "home": 1.93,
                              "home_movement": -1,
                              "draw": 1.81,
                              "draw_movement": 1,
                              "payout": 93.4
                            },
                            {
                              "id": 2061,
                              "bookmaker_id": 24,
                              "home": 1.92,
                              "home_movement": 0,
                              "draw": 1.73,
                              "draw_movement": 0,
                              "payout": 91
                            },
                            {
                              "id": 2054,
                              "bookmaker_id": 28,
                              "home": 1.91,
                              "home_movement": -1,
                              "draw": 1.8,
                              "draw_movement": 1,
                              "payout": 92.67
                            },
                            {
                              "id": 2063,
                              "bookmaker_id": 29,
                              "home": 1.95,
                              "home_movement": 0,
                              "draw": 1.8,
                              "draw_movement": 0,
                              "payout": 93.6
                            },
                            {
                              "id": 2062,
                              "bookmaker_id": 30,
                              "home": 1.91,
                              "home_movement": -1,
                              "draw": 1.8,
                              "draw_movement": 1,
                              "payout": 92.67
                            },
                            {
                              "id": 2067,
                              "bookmaker_id": 31,
                              "home": 1.93,
                              "home_movement": 0,
                              "draw": 1.76,
                              "draw_movement": 0,
                              "payout": 92.05
                            },
                            {
                              "id": 2058,
                              "bookmaker_id": 32,
                              "home": 1.91,
                              "home_movement": -1,
                              "draw": 1.8,
                              "draw_movement": 1,
                              "payout": 92.67
                            },
                            {
                              "id": 2065,
                              "bookmaker_id": 33,
                              "home": 1.91,
                              "home_movement": -1,
                              "draw": 1.8,
                              "draw_movement": 1,
                              "payout": 92.67
                            },
                            {
                              "id": 2066,
                              "bookmaker_id": 34,
                              "home": 1.96,
                              "home_movement": -1,
                              "draw": 1.78,
                              "draw_movement": 1,
                              "payout": 93.28
                            },
                            {
                              "id": 2068,
                              "bookmaker_id": 45,
                              "home": 1.95,
                              "home_movement": 0,
                              "draw": 1.83,
                              "draw_movement": 0,
                              "payout": 94.4
                            }
                          ]
                        },
                        {
                          "period_type": "Full Time",
                          "odds": [
                            {
                              "id": 2064,
                              "bookmaker_id": 2,
                              "home": 2.095,
                              "home_movement": -1,
                              "draw": 1.738,
                              "draw_movement": 1,
                              "payout": 94.99
                            },
                            {
                              "id": 2059,
                              "bookmaker_id": 3,
                              "home": 2.095,
                              "home_movement": -1,
                              "draw": 1.738,
                              "draw_movement": 1,
                              "payout": 94.99
                            },
                            {
                              "id": 2060,
                              "bookmaker_id": 12,
                              "home": 2.095,
                              "home_movement": -1,
                              "draw": 1.738,
                              "draw_movement": 1,
                              "payout": 94.99
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Full Time Results"
      }
    },
    "/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://cricket.sportmicro.com/odds/bookmakers`<br /><br />Get information about a specific bookmaker based on the **id**<br />`https://cricket.sportmicro.com/odds/bookmakers?id=eq.{id}`<br /><br />Get the most popular bookmakers<br />`https://cricket.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://cricket.sportmicro.com/odds/odd-even?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://cricket.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://cricket.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": 15,
                      "is_live": false,
                      "periods": [
                        {
                          "period_type": "Full Time",
                          "odds": [
                            {
                              "id": 454,
                              "bookmaker_id": 2,
                              "odd": 1.819,
                              "odd_movement": 1,
                              "even": 2.033,
                              "even_movement": -1,
                              "payout": 96
                            },
                            {
                              "id": 455,
                              "bookmaker_id": 3,
                              "odd": 1.8,
                              "odd_movement": 1,
                              "even": 2.01,
                              "even_movement": -1,
                              "payout": 94.96
                            },
                            {
                              "id": 456,
                              "bookmaker_id": 12,
                              "odd": 1.8,
                              "odd_movement": 1,
                              "even": 2.01,
                              "even_movement": -1,
                              "payout": 94.96
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "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://cricket.sportmicro.com/odds/coverage-live`<br /><br />Get live odds coverage a specific **match_id**<br />`https://cricket.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": 31789,
                      "full_time_results": false,
                      "over_under": false,
                      "asian_handicaps": false,
                      "home_draw_away": false,
                      "odd_even": false
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Coverage Live"
      }
    },
    "/odds/home-draw-away": {
      "get": {
        "tags": [
          "Odds"
        ],
        "summary": "Home Draw Away",
        "description": "This endpoint allows you to retrieve the odds from home draw 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://cricket.sportmicro.com/odds/home-draw-away?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://cricket.sportmicro.com/odds/home-draw-away?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://cricket.sportmicro.com/odds/home-draw-away?match_id=eq.{match_id}&is_live=eq.false`",
        "parameters": [
          {
            "$ref": "#/components/parameters/rowFilter.home-draw-away.match_id"
          },
          {
            "$ref": "#/components/parameters/rowFilter.home-draw-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-draw-away"
                  },
                  "type": "array",
                  "example": [
                    {
                      "match_id": 15,
                      "is_live": false,
                      "periods": [
                        {
                          "period_type": "Full Time",
                          "odds": [
                            {
                              "id": 479,
                              "bookmaker_id": 2,
                              "home": 2.106,
                              "home_movement": 1,
                              "draw": 25,
                              "draw_movement": 0,
                              "away": 1.754,
                              "away_movement": -1,
                              "payout": 92.17
                            },
                            {
                              "id": 481,
                              "bookmaker_id": 3,
                              "home": 2.106,
                              "home_movement": 1,
                              "draw": 25,
                              "draw_movement": 0,
                              "away": 1.754,
                              "away_movement": -1,
                              "payout": 92.17
                            },
                            {
                              "id": 480,
                              "bookmaker_id": 12,
                              "home": 2.106,
                              "home_movement": 1,
                              "draw": 25,
                              "draw_movement": 0,
                              "away": 1.754,
                              "away_movement": -1,
                              "payout": 92.17
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Home Draw Away"
      }
    },
    "/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://cricket.sportmicro.com/odds/over-under?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://cricket.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://cricket.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": 15,
                      "is_live": false,
                      "periods": [
                        {
                          "odds": [
                            {
                              "odds": [
                                {
                                  "id": 208,
                                  "over": 1.9,
                                  "under": 1.9,
                                  "payout": 95,
                                  "bookmaker_id": 12,
                                  "over_movement": 0,
                                  "under_movement": 0
                                },
                                {
                                  "id": 210,
                                  "over": 1.91,
                                  "under": 1.91,
                                  "payout": 95.5,
                                  "bookmaker_id": 2,
                                  "over_movement": 0,
                                  "under_movement": 0
                                },
                                {
                                  "id": 207,
                                  "over": 1.9,
                                  "under": 1.9,
                                  "payout": 95,
                                  "bookmaker_id": 3,
                                  "over_movement": 0,
                                  "under_movement": 0
                                }
                              ],
                              "type": "340.5"
                            },
                            {
                              "odds": [
                                {
                                  "id": 211,
                                  "over": 1.965,
                                  "under": 1.84,
                                  "payout": 95.02,
                                  "bookmaker_id": 3,
                                  "over_movement": 0,
                                  "under_movement": 0
                                },
                                {
                                  "id": 212,
                                  "over": 1.965,
                                  "under": 1.84,
                                  "payout": 95.02,
                                  "bookmaker_id": 12,
                                  "over_movement": 0,
                                  "under_movement": 0
                                },
                                {
                                  "id": 209,
                                  "over": 1.974,
                                  "under": 1.85,
                                  "payout": 95.5,
                                  "bookmaker_id": 2,
                                  "over_movement": 0,
                                  "under_movement": 0
                                }
                              ],
                              "type": "356.5"
                            }
                          ],
                          "period_type": "Full Time"
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Over Under"
      }
    },
    "/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://cricket.sportmicro.com/odds/coverage`<br /><br />Get odds coverages from a specific **match_id**<br />`https://cricket.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": 31789,
                      "full_time_results": true,
                      "over_under": false,
                      "asian_handicaps": false,
                      "home_draw_away": false,
                      "odd_even": false
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "Coverage"
      }
    }
  },
  "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://cricket.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.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.20386"
        },
        "example": "eq.20386"
      },
      "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-info.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.competition_name": {
        "name": "competition_name",
        "description": "The name of the competition",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.city_name": {
        "name": "city_name",
        "description": "The city of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.playing_months": {
        "name": "playing_months",
        "description": "The months playing in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer[]"
        }
      },
      "rowFilter.leagues-info.surface_type": {
        "name": "surface_type",
        "description": "The surface",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.qualification_rounds_played": {
        "name": "qualification_rounds_played",
        "description": "The rounds played in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.main_rounds_played": {
        "name": "main_rounds_played",
        "description": "The main rounds played in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.prize_money": {
        "name": "prize_money",
        "description": "The amount of the prize money for winning the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.match_type": {
        "name": "match_type",
        "description": "The match type",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.promoted_teams": {
        "name": "promoted_teams",
        "description": "The promoted teams",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.most_title_names": {
        "name": "most_title_names",
        "description": "The teams with most titles",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.number_of_teams": {
        "name": "number_of_teams",
        "description": "The number of the teams in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.number_of_groups": {
        "name": "number_of_groups",
        "description": "The number of the groups in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.league_grade": {
        "name": "league_grade",
        "description": "The grade of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.age_category": {
        "name": "age_category",
        "description": "The age class of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.category": {
        "name": "category",
        "description": "The class of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.first_season_winner": {
        "name": "first_season_winner",
        "description": "The first season winner of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.total_teams_count": {
        "name": "total_teams_count",
        "description": "The count of the teams in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.total_tables_count": {
        "name": "total_tables_count",
        "description": "The count of the tables in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.promoting_teams_count": {
        "name": "promoting_teams_count",
        "description": "The count of the promoting teams in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.relegating_teams_count": {
        "name": "relegating_teams_count",
        "description": "The count of the relegating teams in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.total_games_count": {
        "name": "total_games_count",
        "description": "The count of the games in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.game_frequency": {
        "name": "game_frequency",
        "description": "The frequency of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.total_rounds_count": {
        "name": "total_rounds_count",
        "description": "The count of the rounds in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.competition_type": {
        "name": "competition_type",
        "description": "The type of the competition",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.league_gender": {
        "name": "league_gender",
        "description": "The gender people playing in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.first_season_start_year": {
        "name": "first_season_start_year",
        "description": "First season start year",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.most_popular_teams": {
        "name": "most_popular_teams",
        "description": "The name of the most popular teams in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.playoff_teams_count": {
        "name": "playoff_teams_count",
        "description": "The number of the teams playing in the playoffs",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.main_competition": {
        "name": "main_competition",
        "description": "The main competition",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.games_per_group": {
        "name": "games_per_group",
        "description": "The number of the games per group",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues-info.playoff_qualifying_teams_count": {
        "name": "playoff_qualifying_teams_count",
        "description": "The count of the teams that are qualified to play in the playoffs",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.number_of_promoted_teams": {
        "name": "number_of_promoted_teams",
        "description": "The number of promoted teams",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.total_number_of_rounds": {
        "name": "total_number_of_rounds",
        "description": "The number of rounds",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.leagues-info.largest_stadium": {
        "name": "largest_stadium",
        "description": "The largest stadium",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.last_season_magnitude": {
        "name": "last_season_magnitude",
        "description": "The last season magnitude",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.tv_partners": {
        "name": "tv_partners",
        "description": "The tv partners of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.official_organization": {
        "name": "official_organization",
        "description": "The official organisation of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.promotions": {
        "name": "promotions",
        "description": "The promotions",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.leagues-info.last_season_top_scorers": {
        "name": "last_season_top_scorers",
        "description": "The last season top scorers in the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.teams-by-league.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.56"
        },
        "example": "eq.56"
      },
      "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.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.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.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.teams.id": {
        "name": "id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.361"
        },
        "example": "eq.361"
      },
      "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.59"
        },
        "example": "eq.59"
      },
      "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.69"
        },
        "example": "eq.69"
      },
      "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.229"
        },
        "example": "eq.229"
      },
      "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.147"
        },
        "example": "eq.147"
      },
      "rowFilter.teams.primary_league_name": {
        "name": "primary_league_name",
        "description": "The name of the primary league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.primary_league_hash_image": {
        "name": "primary_league_hash_image",
        "description": "The name image of the primary league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams.arena_id": {
        "name": "arena_id",
        "description": "The id of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.teams.arena_name": {
        "name": "arena_name",
        "description": "The name of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.arena_hash_image": {
        "name": "arena_hash_image",
        "description": "The name image of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams.coach_id": {
        "name": "coach_id",
        "description": "The id of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.teams.coach_name": {
        "name": "coach_name",
        "description": "The name of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.coach_hash_image": {
        "name": "coach_hash_image",
        "description": "The name image of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.teams.parent_team_id": {
        "name": "parent_team_id",
        "description": "The id of the parent team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.teams.parent_team_name": {
        "name": "parent_team_name",
        "description": "The name of the parent team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams.parent_team_hash_image": {
        "name": "parent_team_hash_image",
        "description": "The name image of the parent team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.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.57"
        },
        "example": "eq.57"
      },
      "rowFilter.teams-by-season.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.teams-by-season.teams": {
        "name": "teams",
        "description": "The teams",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.seasons-info.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.119"
        },
        "example": "eq.119"
      },
      "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.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.matches-by-date.date": {
        "name": "date",
        "description": "The date",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.2007-09-11"
        },
        "example": "eq.2007-09-11"
      },
      "rowFilter.matches-by-date.matches": {
        "name": "matches",
        "description": "The matches",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-innings.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.21417"
        },
        "example": "eq.21417"
      },
      "rowFilter.matches-innings.innings": {
        "name": "innings",
        "description": "The innings of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.tournaments-by-class.class_id": {
        "name": "class_id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.43"
        },
        "example": "eq.43"
      },
      "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-seasons.team_id": {
        "name": "team_id",
        "description": "The id of the team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.87"
        },
        "example": "eq.87"
      },
      "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.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.1364"
        },
        "example": "eq.1364"
      },
      "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.1368"
        },
        "example": "eq.1368"
      },
      "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"
        }
      },
      "rowFilter.matches.round": {
        "name": "round",
        "description": "The round",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches.status": {
        "name": "status",
        "description": "The status of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches.status_type": {
        "name": "status_type",
        "description": "The type of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.attendance": {
        "name": "attendance",
        "description": "The number of people watching the match at the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches.arena_id": {
        "name": "arena_id",
        "description": "The id of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.506"
        },
        "example": "eq.506"
      },
      "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",
          "example": "1905"
        },
        "example": "1905"
      },
      "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.2329"
        },
        "example": "eq.2329"
      },
      "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.2417"
        },
        "example": "eq.2417"
      },
      "rowFilter.matches.away_team_name": {
        "name": "away_team_name",
        "description": "The name of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.away_team_hash_image": {
        "name": "away_team_hash_image",
        "description": "The name image of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches.home_team_score": {
        "name": "home_team_score",
        "description": "The score of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches.away_team_score": {
        "name": "away_team_score",
        "description": "The score of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches.times": {
        "name": "times",
        "description": "The time of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches.specific_start_time": {
        "name": "specific_start_time",
        "description": "The real start time of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches.start_time": {
        "name": "start_time",
        "description": "The official start time of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches.end_time": {
        "name": "end_time",
        "description": "The end of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches.duration": {
        "name": "duration",
        "description": "The duration of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches.last_period": {
        "name": "last_period",
        "description": "The last period of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.season_statistics_type": {
        "name": "season_statistics_type",
        "description": "The type of the season's statistics",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches.lineups_id": {
        "name": "lineups_id",
        "description": "The id of the lineup",
        "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.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.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.99"
        },
        "example": "eq.99"
      },
      "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.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.51"
        },
        "example": "eq.51"
      },
      "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.referees-by-country.country_id": {
        "name": "country_id",
        "description": "The id of the country",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.9"
        },
        "example": "eq.9"
      },
      "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.players-cricket-info.id": {
        "name": "id",
        "description": "The id of the info",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1"
        },
        "example": "eq.1"
      },
      "rowFilter.players-cricket-info.batting": {
        "name": "batting",
        "description": "The batting of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.players-cricket-info.bowling": {
        "name": "bowling",
        "description": "The bowling of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.leagues.id": {
        "name": "id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.56"
        },
        "example": "eq.56"
      },
      "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.43"
        },
        "example": "eq.43"
      },
      "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-tv-channels.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.12"
        },
        "example": "eq.12"
      },
      "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.NL"
        },
        "example": "eq.NL"
      },
      "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.2007-09-11"
        },
        "example": "eq.2007-09-11"
      },
      "rowFilter.leagues-by-date.leagues": {
        "name": "leagues",
        "description": "The leagues",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-live.id": {
        "name": "id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.name": {
        "name": "name",
        "description": "Home team name vs away team name",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-live.tournament_id": {
        "name": "tournament_id",
        "description": "The id of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.tournament_name": {
        "name": "tournament_name",
        "description": "The name of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.tournament_importance": {
        "name": "tournament_importance",
        "description": "The importance of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.round_id": {
        "name": "round_id",
        "description": "The id of the round",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.round": {
        "name": "round",
        "description": "The round",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-live.status": {
        "name": "status",
        "description": "The status of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-live.status_type": {
        "name": "status_type",
        "description": "The type of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.attendance": {
        "name": "attendance",
        "description": "The number of people watching the match at the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.arena_id": {
        "name": "arena_id",
        "description": "The id of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.arena_name": {
        "name": "arena_name",
        "description": "The name of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.arena_hash_image": {
        "name": "arena_hash_image",
        "description": "The name image of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-live.referee_id": {
        "name": "referee_id",
        "description": "The id of the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.referee_name": {
        "name": "referee_name",
        "description": "The name of the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.referee_hash_image": {
        "name": "referee_hash_image",
        "description": "The name image of the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-live.home_team_id": {
        "name": "home_team_id",
        "description": "The id of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.home_team_name": {
        "name": "home_team_name",
        "description": "The name of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.home_team_hash_image": {
        "name": "home_team_hash_image",
        "description": "The name image of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-live.away_team_id": {
        "name": "away_team_id",
        "description": "The id of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.matches-live.away_team_name": {
        "name": "away_team_name",
        "description": "The name of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.away_team_hash_image": {
        "name": "away_team_hash_image",
        "description": "The name image of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-live.home_team_score": {
        "name": "home_team_score",
        "description": "The score of the home team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-live.away_team_score": {
        "name": "away_team_score",
        "description": "The score of the away team",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-live.times": {
        "name": "times",
        "description": "The time of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.matches-live.specific_start_time": {
        "name": "specific_start_time",
        "description": "The real start time of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches-live.start_time": {
        "name": "start_time",
        "description": "The official start time of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches-live.end_time": {
        "name": "end_time",
        "description": "The end of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "timestamp with time zone"
        }
      },
      "rowFilter.matches-live.last_period": {
        "name": "last_period",
        "description": "The last period of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.season_statistics_type": {
        "name": "season_statistics_type",
        "description": "The type of the season's statistics",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-live.lineups_id": {
        "name": "lineups_id",
        "description": "The id of the lineup",
        "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.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.4"
        },
        "example": "eq.4"
      },
      "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.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.119"
        },
        "example": "eq.119"
      },
      "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.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.195427"
        },
        "example": "eq.195427"
      },
      "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.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.1811"
        },
        "example": "eq.1811"
      },
      "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.seasons-rounds.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "23211"
        },
        "example": "23211"
      },
      "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.standings.id": {
        "name": "id",
        "description": "The id of the standing",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.74"
        },
        "example": "eq.74"
      },
      "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.119"
        },
        "example": "eq.119"
      },
      "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.82"
        },
        "example": "eq.82"
      },
      "rowFilter.standings.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.standings.league_hash_image": {
        "name": "league_hash_image",
        "description": "The name image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.standings.competitors": {
        "name": "competitors",
        "description": "The competitors of the standing",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.seasons-groups.season_id": {
        "name": "season_id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.335"
        },
        "example": "eq.335"
      },
      "rowFilter.seasons-groups.season_name": {
        "name": "season_name",
        "description": "The name of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.seasons-groups.groups": {
        "name": "groups",
        "description": "The groups of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.seasons-by-league.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.56"
        },
        "example": "eq.56"
      },
      "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.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.56"
        },
        "example": "eq.56"
      },
      "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.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.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.51"
        },
        "example": "eq.51"
      },
      "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.matches-by-date-league.date": {
        "name": "date",
        "description": "The date",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text",
          "example": "eq.2007-09-11"
        },
        "example": "eq.2007-09-11"
      },
      "rowFilter.matches-by-date-league.league_id": {
        "name": "league_id",
        "description": "The id of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1884"
        },
        "example": "eq.1884"
      },
      "rowFilter.matches-by-date-league.league_name": {
        "name": "league_name",
        "description": "The name of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "text"
        }
      },
      "rowFilter.matches-by-date-league.league_hash_image": {
        "name": "league_hash_image",
        "description": "The hash image of the league",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "character varying"
        }
      },
      "rowFilter.matches-by-date-league.matches": {
        "name": "matches",
        "description": "The matches",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.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.297554"
        },
        "example": "eq.297554"
      },
      "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.matches-incidents.match_id": {
        "name": "match_id",
        "description": "The id of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1"
        },
        "example": "eq.1"
      },
      "rowFilter.matches-incidents.incidents": {
        "name": "incidents",
        "description": "The incidents of the match",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "jsonb"
        }
      },
      "rowFilter.cup-bracket.id": {
        "name": "id",
        "description": "The id of the cup bracket",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "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"
        }
      },
      "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"
        }
      },
      "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.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.56"
        },
        "example": "eq.56"
      },
      "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.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.19427"
        },
        "example": "eq.19427"
      },
      "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.id": {
        "name": "id",
        "description": "The id of the referee",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.2440"
        },
        "example": "eq.2440"
      },
      "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.seasons.id": {
        "name": "id",
        "description": "The id of the season",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.27048"
        },
        "example": "eq.27048"
      },
      "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.2020"
        },
        "example": "eq.2020"
      },
      "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.tournaments.id": {
        "name": "id",
        "description": "The id of the tournament",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.104804"
        },
        "example": "eq.104804"
      },
      "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.2020"
        },
        "example": "eq.2020"
      },
      "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.80"
        },
        "example": "eq.80"
      },
      "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.arenas.id": {
        "name": "id",
        "description": "The id of the arena",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.23"
        },
        "example": "eq.23"
      },
      "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.35"
        },
        "example": "eq.35"
      },
      "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.players.id": {
        "name": "id",
        "description": "The id of the player",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.32"
        },
        "example": "eq.32"
      },
      "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",
          "example": "eq.87"
        },
        "example": "eq.87"
      },
      "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.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.43"
        },
        "example": "eq.43"
      },
      "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.139"
        },
        "example": "eq.139"
      },
      "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.classes.id": {
        "name": "id",
        "description": "The id of the class",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.43"
        },
        "example": "eq.43"
      },
      "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.PK"
        },
        "example": "eq.PK"
      },
      "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.coaches.id": {
        "name": "id",
        "description": "The id of the coach",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.801"
        },
        "example": "eq.801"
      },
      "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",
          "example": "eq.99"
        },
        "example": "eq.99"
      },
      "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.2033"
        },
        "example": "eq.2033"
      },
      "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.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.over-under-movements.over_under_id": {
        "name": "over_under_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.over-under-movements.movements": {
        "name": "movements",
        "description": "The movements",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.full-time-results.match_id": {
        "name": "match_id",
        "description": "The id of the match. example:`eq.{match_id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer",
          "example": "eq.1"
        },
        "example": "eq.1"
      },
      "rowFilter.full-time-results.is_live": {
        "name": "is_live",
        "description": "If the match is live. example:`eq.{is_live}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean",
          "example": "eq.false"
        },
        "example": "eq.false"
      },
      "rowFilter.full-time-results.periods": {
        "name": "periods",
        "description": "Periods",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.asian-handicaps.match_id": {
        "name": "match_id",
        "description": "The id of the match. example:`eq.{match_id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "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"
        }
      },
      "rowFilter.asian-handicaps.periods": {
        "name": "periods",
        "description": "Periods",
        "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.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.15"
        },
        "example": "eq.15"
      },
      "rowFilter.odd-even.is_live": {
        "name": "is_live",
        "description": "If the match is live. example:`eq.{is_live}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "boolean",
          "example": "eq.false"
        },
        "example": "eq.false"
      },
      "rowFilter.odd-even.periods": {
        "name": "periods",
        "description": "Periods",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "json"
        }
      },
      "rowFilter.coverage-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.31789"
        },
        "example": "eq.31789"
      },
      "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.home_draw_away": {
        "name": "home_draw_away",
        "description": "Coverage of home_draw_away",
        "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.home-draw-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.15"
        },
        "example": "eq.15"
      },
      "rowFilter.home-draw-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.false"
        },
        "example": "eq.false"
      },
      "rowFilter.home-draw-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.home-draw-away-movements.home_draw_away_id": {
        "name": "home_draw_away_id",
        "description": "The id. example:`eq.{id}`",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "format": "integer"
        }
      },
      "rowFilter.home-draw-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.15"
        },
        "example": "eq.15"
      },
      "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.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.31789"
        },
        "example": "eq.31789"
      },
      "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.home_draw_away": {
        "name": "home_draw_away",
        "description": "Coverage of home_draw_away",
        "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.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.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"
        }
      },
      "lang": {
        "name": "lang",
        "description": "Multi-language",
        "required": false,
        "in": "query",
        "schema": {
          "type": "string",
          "default": "en",
          "example": "en"
        },
        "example": "en"
      }
    },
    "schemas": {
      "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://cricket.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-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://cricket.sportmicro.com/leagues-info?league_id=eq.{league_id}`",
        "properties": {},
        "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://cricket.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"
      },
      "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://cricket.sportmicro.com/countries`<br /><br />Get country based on the **id**<br />`https://cricket.sportmicro.com/countries?id=eq.{id}`<br /><br />Get countries based on the **alpha**<br />`https://cricket.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"
      },
      "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://cricket.sportmicro.com/agg-news-leagues?league_id=eq.{league_id}`",
        "properties": {},
        "type": "object"
      },
      "tv-channels": {
        "description": "Tv channels\nThis endpoint allows you to retrieve the tv channels.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a week.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet tv channels<br />`https://cricket.sportmicro.com/tv-channels`<br /><br />Get tv channels based on the **name**<br />`https://cricket.sportmicro.com/tv-channels?name=like.*Sportklub*`<br /><br />Get tv channels based on the **id**<br />`https://cricket.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"
      },
      "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://cricket.sportmicro.com/teams`<br /><br />Get team based on the **name**<br />`https://cricket.sportmicro.com/teams?name=like.*Real*`<br /><br />Get team based on the **id**<br />`https://cricket.sportmicro.com/teams?id=eq.{id}`<br /><br />Get teams from a specific **country_id**<br />`https://cricket.sportmicro.com/teams?country_id=eq.{country_id}`<br /><br />Get teams from a specific **category_id**<br />`https://cricket.sportmicro.com/teams?category_id=eq.{category_id}`<br /><br />Get teams from a specific **arena_id**<br />`https://cricket.sportmicro.com/teams?arena_id=eq.{arena_id}`<br /><br />Get teams from a specific **coach_id**<br />`https://cricket.sportmicro.com/teams?coach_id=eq.{coach_id}`<br /><br />Get team from a specific **primary_league_id**<br />`https://cricket.sportmicro.com/teams?primary_league_id=eq.{primary_league_id}`",
        "properties": {
          "id": {
            "description": "The id of the team\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the team",
            "format": "text",
            "type": "string"
          },
          "short_name": {
            "description": "The short name of the team",
            "format": "text",
            "type": "string"
          },
          "full_name": {
            "description": "The full name of the team",
            "format": "text",
            "type": "string"
          },
          "gender": {
            "description": "The gender of the team",
            "format": "character",
            "maxLength": 1,
            "type": "string"
          },
          "name_code": {
            "description": "The name code of the team",
            "format": "text",
            "type": "string"
          },
          "national": {
            "description": "If the team is national",
            "format": "boolean",
            "type": "boolean"
          },
          "type": {
            "description": "The type of the team",
            "format": "integer",
            "type": "integer"
          },
          "color_primary": {
            "description": "The primary color of the team",
            "format": "character varying",
            "maxLength": 7,
            "type": "string"
          },
          "color_secondary": {
            "description": "The secondary color of the team",
            "format": "character varying",
            "maxLength": 7,
            "type": "string"
          },
          "color_text": {
            "description": "The text color of the team",
            "format": "character varying",
            "maxLength": 7,
            "type": "string"
          },
          "hash_image": {
            "description": "The name of the image",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "country_id": {
            "description": "The id of the country\n\nNote:\nThis is a Foreign Key to `countries.id`.<fk table='countries' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "country_name": {
            "description": "The name of the country",
            "format": "text",
            "type": "string"
          },
          "country_hash_image": {
            "description": "The name image of the country",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "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"
      },
      "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://cricket.sportmicro.com/teams-by-season?season_id=eq.{season_id}`",
        "properties": {
          "season_id": {
            "description": "The id of the season\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "season_name": {
            "description": "The name of the season",
            "format": "text",
            "type": "string"
          },
          "teams": {
            "description": "The teams",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "seasons-info": {
        "description": "Info\nThis endpoint allows you to retrieve the info from seasons.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet info from a specific **season_id**<br />`https://cricket.sportmicro.com/seasons-info?season_id=eq.{season_id}`",
        "properties": {
          "season_id": {
            "description": "The id of the season\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "season_name": {
            "description": "The name of the season",
            "format": "text",
            "type": "string"
          },
          "rounds": {
            "description": "The number of rounds by the season",
            "format": "integer",
            "type": "integer"
          },
          "competitors": {
            "description": "The number of competitors by the season",
            "format": "integer",
            "type": "integer"
          },
          "city": {
            "description": "The host city of the season",
            "format": "text",
            "type": "string"
          },
          "countries": {
            "description": "The host countries of the season",
            "format": "text[]",
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "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://cricket.sportmicro.com/agg-news-players?player_id=eq.{player_id}`",
        "properties": {},
        "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://cricket.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"
      },
      "matches-innings": {
        "description": "Innings\nThis endpoint allows you to retrieve the innings 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 10 seconds.<br />**Recommended Calls**: Limit calls to 1 every 10 seconds.\n\n### Use Cases\nGet innings from a specific **match_id**<br />`https://cricket.sportmicro.com/matches-innings?match_id=eq.{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"
          },
          "innings": {
            "description": "The innings of the match",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "tournaments-by-class": {
        "description": "Tournaments by class\nThis endpoint allows you to retrieve the tournaments from a specific class.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet tournaments from a specific **class_id**<br />`https://cricket.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-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://cricket.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"
      },
      "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 | Cancelled\ncanceled | Canceled\ncanceled | Abandoned\ndelayed | Start delayed\nendure | End of day 3\nendure | End of day 2\nendure | End of day 1\nendure | End of day 4\nfinished | Ended\nfinished | Coverage canceled\ninterrupted | Interrupted\nlive | 1st Inning\npostponed | Postponed\nupcoming | Not started\nlive | 2nd Inning\nlive | 3rd Inning\nlive | 4th Inning\nlive | 5th Inning\nlive | 6th Inning\nlive | 7th Inning\nlive | 8th Inning\nlive | 9th Inning\nlive | 10th Inning\n\nFor **scores** we have fields for covering that: `current`, `display`, `innings_id`, `normaltime`, `team`, `match_id`.\n\nFor **time extras or injuries** we have fields for covering that: **current_period_start_timestamp**, **match_id**.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every 10 seconds.<br />**Recommended Calls**: Limit calls to 1 every 10 seconds.\n\n### Use Cases\nGet matches<br />`https://cricket.sportmicro.com/matches`<br /><br />Get match based on the **id**<br />`https://cricket.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://cricket.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://cricket.sportmicro.com/matches?status_type=eq.{status_type}`<br /><br />Get matches based on the **season_id**<br />`https://cricket.sportmicro.com/matches?season_id=eq.{season_id}`<br /><br />Get matches based on the **tournament_id**<br />`https://cricket.sportmicro.com/matches?tournament_id=eq.{tournament_id}`<br /><br />Get matches based on the **round_id**<br />`https://cricket.sportmicro.com/matches?round_id=eq.{round_id}`<br /><br />Get matches based on the **arena_id**<br />`https://cricket.sportmicro.com/matches?arena_id=eq.{arena_id}`<br /><br />Get matches based on the **referee_id**<br />`https://cricket.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://cricket.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://cricket.sportmicro.com/matches?home_team_id=eq.{home_team_id}`<br /><br />Get away team matches based on the **away_team_id**<br />`https://cricket.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"
          },
          "status": {
            "description": "The status of the match",
            "format": "jsonb"
          },
          "status_type": {
            "description": "The type of the match",
            "format": "text",
            "type": "string"
          },
          "arena_id": {
            "description": "The id of the arena\n\nNote:\nThis is a Foreign Key to `arenas.id`.<fk table='arenas' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "arena_name": {
            "description": "The name of the arena",
            "format": "text",
            "type": "string"
          },
          "arena_hash_image": {
            "description": "The name image of the arena",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "referee_id": {
            "description": "The id of the referee\n\nNote:\nThis is a Foreign Key to `referees.id`.<fk table='referees' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "referee_name": {
            "description": "The name of the referee",
            "format": "text",
            "type": "string"
          },
          "referee_hash_image": {
            "description": "The name image of the referee",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "home_team_id": {
            "description": "The id of the home team\n\nNote:\nThis is a Foreign Key to `teams.id`.<fk table='teams' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "home_team_name": {
            "description": "The name of the home team",
            "format": "text",
            "type": "string"
          },
          "home_team_hash_image": {
            "description": "The name image of the home team",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "away_team_id": {
            "description": "The id of the away team\n\nNote:\nThis is a Foreign Key to `teams.id`.<fk table='teams' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "away_team_name": {
            "description": "The name of the away team",
            "format": "text",
            "type": "string"
          },
          "away_team_hash_image": {
            "description": "The name image of the away team",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "home_team_score": {
            "description": "The score of the home team",
            "format": "jsonb"
          },
          "away_team_score": {
            "description": "The score of the away team",
            "format": "jsonb"
          },
          "times": {
            "description": "The time of the match",
            "format": "jsonb"
          },
          "specific_start_time": {
            "description": "The real start time of the match",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "start_time": {
            "description": "The official start time of the match",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "end_time": {
            "description": "The end of the match",
            "format": "timestamp with time zone",
            "type": "string"
          },
          "duration": {
            "description": "The duration of the match",
            "format": "integer",
            "type": "integer"
          },
          "last_period": {
            "description": "The last period of the match",
            "format": "text",
            "type": "string"
          },
          "season_statistics_type": {
            "description": "The type of the season's statistics",
            "format": "text",
            "type": "string"
          },
          "lineups_id": {
            "description": "The id of the lineup",
            "format": "integer",
            "type": "integer"
          },
          "class_id": {
            "description": "The id of the class",
            "format": "integer",
            "type": "integer"
          },
          "class_name": {
            "description": "The name of the class",
            "format": "text",
            "type": "string"
          },
          "class_hash_image": {
            "description": "The name of the class image",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "league_id": {
            "description": "The id of the league",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The name of the league image",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "weather_id": {
            "description": "The id of the weather\n\nNote:\nThis is a Foreign Key to `matches-weather.id`.<fk table='matches-weather' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "weather_main": {
            "description": "The main weather",
            "format": "text",
            "type": "string"
          },
          "weather_icon": {
            "description": "The name icon of the weather",
            "format": "text",
            "type": "string"
          }
        },
        "type": "object"
      },
      "matches-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://cricket.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"
      },
      "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://cricket.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"
      },
      "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://cricket.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"
      },
      "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://cricket.sportmicro.com/referees-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"
          },
          "referees": {
            "description": "The referees",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "players-cricket-info": {
        "description": "Info\nThis endpoint allows you to retrieve the info from players.\nYou can get the `id` from the **/players** endpoint `cricket_info`.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch 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 info based on the **id**<br />`https://cricket.sportmicro.com/players-cricket-info?id=eq.{id}`",
        "properties": {
          "id": {
            "description": "The id of the info\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "batting": {
            "description": "The batting of the match",
            "format": "text",
            "type": "string"
          },
          "bowling": {
            "description": "The bowling of the match",
            "format": "text",
            "type": "string"
          }
        },
        "type": "object"
      },
      "leagues": {
        "description": "Leagues\nThis endpoint allows you to retrieve the leagues and the cups.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated several times a day.<br />**Recommended Calls**: Limit calls to 1 every day.\n\nYou can get the image of the league by calling the following url: `https://images.sportmicro.com/{hash_image}.png`\n\n### Use Cases\nGet leagues<br />`https://cricket.sportmicro.com/leagues`<br /><br />Search the leagues by the `name`<br />`https://cricket.sportmicro.com/leagues?name=like.*Championship*`<br /><br />Get leagues based on the **id**<br />`https://cricket.sportmicro.com/leagues?id=eq.{id}`<br /><br />Get leagues from a specific **class_id**<br />`https://cricket.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"
          },
          "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-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://cricket.sportmicro.com/matches-tv-channels?match_id=eq.{match_id}`<br /><br />Get tv channels from a specific **match_id** and **alpha**<br />`https://cricket.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://cricket.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"
      },
      "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"
      },
      "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://cricket.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"
      },
      "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://cricket.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"
      },
      "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://cricket.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"
      },
      "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://cricket.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"
      },
      "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://cricket.sportmicro.com/seasons-rounds?season_id=eq.{season_id}`",
        "properties": {
          "rounds": {
            "description": "The rounds of the season",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "standings": {
        "description": "Standings\nThis endpoint allows you to retrieve the standings.\nFor the type argument you can search by: **home**, **away** and **total**.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated after every finished match.<br />**Recommended Calls**: Limit calls to 1 per finished match.\n\n### Use Cases\nGet standings<br />`https://cricket.sportmicro.com/standings`<br /><br />Get standing based on the **id**<br />`https://cricket.sportmicro.com/standings?id=eq.{id}`<br /><br />Get standing from a specific **league_id**<br />`https://cricket.sportmicro.com/standings?league_id=eq.{league_id}`<br /><br />Get standing from a specific **league_id** and **season_id**<br />`https://cricket.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://cricket.sportmicro.com/standings?league_id=eq.{league_id}&season_id=eq.{season_id}&type=eq.{type}`",
        "properties": {
          "id": {
            "description": "The id of the standing\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "tournament_id": {
            "description": "The id of the tournament\n\nNote:\nThis is a Foreign Key to `seasons-by-tournament.tournament_id`.<fk table='seasons-by-tournament' column='tournament_id'/>",
            "format": "integer",
            "type": "integer"
          },
          "tournament_name": {
            "description": "The name of the tournament",
            "format": "text",
            "type": "string"
          },
          "type": {
            "description": "The type of the standing",
            "format": "text",
            "type": "string"
          },
          "name": {
            "description": "The name of the standing",
            "format": "text",
            "type": "string"
          },
          "season_id": {
            "description": "The id of the season\n\nNote:\nThis is a Foreign Key to `seasons.id`.<fk table='seasons' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "season_name": {
            "description": "The name of the season",
            "format": "text",
            "type": "string"
          },
          "league_id": {
            "description": "The id of the league\n\nNote:\nThis is a Foreign Key to `leagues.id`.<fk table='leagues' column='id'/>",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The name image of the league",
            "format": "text",
            "type": "string"
          },
          "competitors": {
            "description": "The competitors of the standing",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "seasons-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://cricket.sportmicro.com/seasons-groups?season_id=eq.{season_id}`",
        "properties": {
          "season_id": {
            "description": "The id of the season\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "season_name": {
            "description": "The name of the season",
            "format": "text",
            "type": "string"
          },
          "groups": {
            "description": "The groups of the season",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "seasons-by-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://cricket.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"
      },
      "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://cricket.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"
      },
      "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://cricket.sportmicro.com/coaches-career?coach_id=eq.{coach_id}`",
        "properties": {},
        "type": "object"
      },
      "teams-by-tournament": {
        "description": "Teams by tournament\nThis endpoint allows you to retrieve the teams from a specific tournament.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet teams from a specific **tournament_id**<br />`https://cricket.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"
      },
      "matches-by-date-league": {
        "description": "Matches by date and league\nThis endpoint allows you to retrieve the matches from a specific date and league. The date has a format of YYYY-DD-MM.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: The endpoint is updated every day.<br />**Recommended Calls**: Limit calls to 1 per day.\n\n### Use Cases\nGet matches from a specific **date** and **league_id**<br />`https://cricket.sportmicro.com/matches-by-date-league?date=eq.{date}&league_id=eq.{league_id}`",
        "properties": {
          "date": {
            "description": "The date",
            "format": "text",
            "type": "string"
          },
          "league_id": {
            "description": "The id of the league",
            "format": "integer",
            "type": "integer"
          },
          "league_name": {
            "description": "The name of the league",
            "format": "text",
            "type": "string"
          },
          "league_hash_image": {
            "description": "The hash image of the league",
            "format": "character varying",
            "maxLength": 64,
            "type": "string"
          },
          "matches": {
            "description": "The matches",
            "format": "jsonb"
          }
        },
        "type": "object"
      },
      "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://cricket.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"
      },
      "matches-incidents": {
        "description": "Incidents\nThis endpoint allows you to retrieve the incidents from matches.\n\nFor **incidents** we have many types: `ball`.\n\n> **Multi-language**: This feature allows the user to manually change the language of the API response by adding value to the `lang` attribute. Example: `lang=en`.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch 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://cricket.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"
      },
      "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://cricket.sportmicro.com/cup-bracket?id=eq.{id}`<br /><br />Get cups based on the **season_id**<br />`https://cricket.sportmicro.com/cup-bracket?season_id=eq.{season_id}`<br /><br />Get cups based on the **league_id**<br />`https://cricket.sportmicro.com/cup-bracket?league_id=eq.{league_id}`",
        "properties": {
          "rounds": {
            "description": "The rounds of the cup bracket",
            "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://cricket.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"
          },
          "referees": {
            "description": "The referees",
            "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://cricket.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": {
        "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://cricket.sportmicro.com/referees?id=eq.{id}`<br /><br />Get referees from a specific **country_id**<br />`https://cricket.sportmicro.com/referees?country_id=eq.{country_id}`",
        "properties": {
          "id": {
            "description": "The id of the referee\n\nNote:\nThis is a Primary Key.<pk/>",
            "format": "integer",
            "type": "integer"
          },
          "name": {
            "description": "The name of the referee",
            "format": "text",
            "type": "string"
          },
          "yellow_cards": {
            "description": "The number of yellow cards given by the referee",
            "format": "integer",
            "type": "integer"
          },
          "red_cards": {
            "description": "The number of red cards given by the referee",
            "format": "integer",
            "type": "integer"
          },
          "yellow_red_cards": {
            "description": "The number of yellow-red cards given by the referee",
            "format": "integer",
            "type": "integer"
          },
          "matches_count": {
            "description": "The number of games played by the referee",
            "format": "integer",
            "type": "integer"
          },
          "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"
          }
        },
        "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://cricket.sportmicro.com/seasons`<br /><br />Get seasons based on the **id**<br />`https://cricket.sportmicro.com/seasons?id=eq.{id}`<br /><br />Get seasons from a specific **league_id**<br />`https://cricket.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"
      },
      "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://cricket.sportmicro.com/tournaments`<br /><br />Get tournaments based on the **id**<br />`https://cricket.sportmicro.com/tournaments?id=eq.{id}`<br /><br />Get tournaments from a specific **league_id**<br />`https://cricket.sportmicro.com/tournaments?league_id=eq.{league_id}`<br /><br />Get tournaments from a specific **class_id**<br />`https://cricket.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"
      },
      "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://cricket.sportmicro.com/arenas`<br /><br />Get arenas based on the **id**<br />`https://cricket.sportmicro.com/arenas?id=eq.{id}`<br /><br />Get arenas from a specific **country_id**<br />`https://cricket.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"
      },
      "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://cricket.sportmicro.com/players`<br /><br />Get players based on the **name**<br />`https://cricket.sportmicro.com/players?name=like.*Cristiano*`<br /><br />Get players based on the **id**<br />`https://cricket.sportmicro.com/players?id=eq.{id}`<br /><br />Get players from a specific **team_id**<br />`https://cricket.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"
          },
          "cricket_info_id": {
            "description": "The info id of the player\n\nNote:\nThis is a Foreign Key to `players-cricket-info.id`.<fk table='players-cricket-info' column='id'/>",
            "format": "integer",
            "type": "integer"
          }
        },
        "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://cricket.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://cricket.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"
      },
      "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://cricket.sportmicro.com/classes`<br /><br />Get class based on the **id**<br />`https://cricket.sportmicro.com/classes?id=eq.{id}`<br /><br />Get classes based on the **alpha**<br />`https://cricket.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"
      },
      "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://cricket.sportmicro.com/coaches?id=eq.{id}`<br /><br />Get coach from a specific **country_id**<br />`https://cricket.sportmicro.com/coaches?country_id=eq.{country_id}`<br /><br />Get coach from a specific **team_id**<br />`https://cricket.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"
          },
          "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"
          },
          "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"
      },
      "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://cricket.sportmicro.com/agg-news-teams?team_id=eq.{team_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://cricket.sportmicro.com/odds/over-under-movements?over_under_id=eq.{over_under_id}`",
        "properties": {},
        "type": "object"
      },
      "full-time-results": {
        "description": "Full time results odds\nThis endpoint allows you to retrieve the odds from full time results market.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: Live and today's matches are updated every minute, while other matches are updated every hour.<br />**Recommended Calls**: Limit calls to 1 per minute for live and today's matches, and 1 per hour for other matches.\n\n### Use Cases\nGet the odds from a specific **match_id**<br />`https://cricket.sportmicro.com/odds/full-time-results?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://cricket.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://cricket.sportmicro.com/odds/full-time-results?match_id=eq.{match_id}&is_live=eq.false`",
        "properties": {
          "match_id": {
            "description": "The id of the match. example:`eq.{match_id}`",
            "format": "integer",
            "type": "integer"
          },
          "is_live": {
            "description": "If the match is live. example:`eq.{is_live}`",
            "format": "boolean",
            "type": "boolean"
          },
          "periods": {
            "description": "Periods",
            "format": "json"
          }
        },
        "type": "object"
      },
      "asian-handicaps": {
        "description": "Asian handicaps odds\nThis endpoint allows you to retrieve the odds from asian handicaps market.\n\n> **Pagination**: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.\n\n**Update Period**: Live and today's matches are updated every minute, while other matches are updated every hour.<br />**Recommended Calls**: Limit calls to 1 per minute for live and today's matches, and 1 per hour for other matches.\n\n### Use Cases\nGet odds from a specific **match_id**<br />`https://cricket.sportmicro.com/odds/asian-handicaps?match_id=eq.{match_id}`<br /><br />Get live odds from a specific **match_id**<br />`https://cricket.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://cricket.sportmicro.com/odds/asian-handicaps?match_id=eq.{match_id}&is_live=eq.false`",
        "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://cricket.sportmicro.com/odds/bookmakers`<br /><br />Get information about a specific bookmaker based on the **id**<br />`https://cricket.sportmicro.com/odds/bookmakers?id=eq.{id}`<br /><br />Get the most popular bookmakers<br />`https://cricket.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": {
        "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://cricket.sportmicro.com/odds/odd-even?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://cricket.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://cricket.sportmicro.com/odds/odd-even?match_id=eq.{match_id}&is_live=eq.false`",
        "properties": {
          "match_id": {
            "description": "The id of the match. example:`eq.{match_id}`",
            "format": "integer",
            "type": "integer"
          },
          "is_live": {
            "description": "If the match is live. example:`eq.{is_live}`",
            "format": "boolean",
            "type": "boolean"
          },
          "periods": {
            "description": "Periods",
            "format": "json"
          }
        },
        "type": "object"
      },
      "coverage-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://cricket.sportmicro.com/odds/coverage-live`<br /><br />Get live odds coverage a specific **match_id**<br />`https://cricket.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"
          },
          "home_draw_away": {
            "description": "Coverage of home_draw_away",
            "format": "boolean",
            "type": "boolean"
          },
          "odd_even": {
            "description": "Coverage of odd_even",
            "format": "boolean",
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "home-draw-away": {
        "description": "Home draw away odds\nThis endpoint allows you to retrieve the odds from home draw 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://cricket.sportmicro.com/odds/home-draw-away?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://cricket.sportmicro.com/odds/home-draw-away?match_id=eq.{match_id}&is_live=eq.true`<br /><br />Get the pre-match odds from a specific **match_id**<br />`https://cricket.sportmicro.com/odds/home-draw-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://cricket.sportmicro.com/odds/full-time-result-movements?full_time_result_id=eq.{full_time_result_id}`",
        "properties": {},
        "type": "object"
      },
      "home-draw-away-movements": {
        "description": "Home draw away odds movements\nThis endpoint allows you to retrieve the odds movements from home draw 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_draw_away_id**<br />`https://cricket.sportmicro.com/odds/home-draw-away-movements?home_draw_away_id=eq.{home_draw_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://cricket.sportmicro.com/odds/over-under?match_id=eq.{match_id}`<br /><br />Get the live odds from a specific **match_id**<br />`https://cricket.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://cricket.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"
      },
      "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://cricket.sportmicro.com/odds/coverage`<br /><br />Get odds coverages from a specific **match_id**<br />`https://cricket.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"
          },
          "home_draw_away": {
            "description": "Coverage of home_draw_away",
            "format": "boolean",
            "type": "boolean"
          },
          "odd_even": {
            "description": "Coverage of odd_even",
            "format": "boolean",
            "type": "boolean"
          }
        },
        "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://cricket.sportmicro.com/odds/odd-even-movements?odd_even_id=eq.{odd_even_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://cricket.sportmicro.com/odds/asian-handicaps-movements?asian_handicap_id=eq.{asian_handicap_id}`",
        "properties": {},
        "type": "object"
      }
    }
  }
}
