Giter VIP home page Giter VIP logo

cricketscorecards's Introduction

Scorecards of ODI, T-20 and Test Matches

Total Scorecards

Format Male Female
ODI 1313 104
TEST 390 4
T20 556 156
IPL 578 -

Features in scorecard

  • Batting scorecard for each inning

    "batting": [
                  {
                      "runs": 10, 
                      "balls": 12, 
                      "name": "SC Ganguly", 
                      "fours": 2, 
                      "six": 0, 
                      "dismissal": "caught JH Kallis bowled Z Khan"
                  }, 
                  {
                      "runs": 158, 
                      "balls": 73, 
                      "name": "BB McCullum", 
                      "fours": 10, 
                      "six": 13, 
                      "dismissal": "not out"
                  }
              ]
  • Bowling scorecard of each inning

    "bowling": [
                  {
                      "runs": 38, 
                      "overs": 4.0, 
                      "name": "P Kumar", 
                      "maiden": 0, 
                      "wickets": 0
                  }, 
                  {
                      "runs": 38, 
                      "overs": 4.0, 
                      "name": "Z Khan", 
                      "maiden": 0, 
                      "wickets": 1
                  }
               ]
  • Fall of wickets of each inning

    "fow": [
                  {
                      "over": 5.2, 
                      "score": 61, 
                      "name": "SC Ganguly", 
                      "wkt_nbr": 1
                  }, 
                  {
                      "over": 12.1, 
                      "score": 112, 
                      "name": "RT Ponting", 
                      "wkt_nbr": 2
                  }
           ]
  • Summary of each innings

    "summary": {
                  "runs": 222, 
                  "bowlteam": "Royal Challengers Bangalore", 
                  "batteam": "Kolkata Knight Riders", 
                  "wickets": 3, 
                  "inning_no": 1, 
                  "overs": 20
              }
  • Match information

    "matchinfo": {
          "city": "Bangalore", 
          "venue": "M Chinnaswamy Stadium", 
          "teams": "Royal Challengers Bangalore vs Kolkata Knight Riders", 
          "mtype": "T20", 
          "mom": "BB McCullum", 
          "date": "2008-04-18", 
          "id": "335982"
      }

cricketscorecards's People

Contributors

codophobia avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.