Code Monkey home page Code Monkey logo

espncricinfo-live-api's Introduction

[Made withNodeJs]

ESPN Cricinfo Live Cricket Score API

Live Cricket Score API all teams and tournaments.

Live version : https://espncricinfo-live-api.herokuapp.com/

API Endpoints :

Base URL: http://127.0.0.1:8000

  • GET /live List all the possible live teams and tournaments.

Example:

    {
        "status": "live",
        "match": "1st Test, North Sound, Mar 21 - 25 2021, Sri Lanka tour of West Indies",
        "teamone": "SL",
        "teamonescore": "169 & 476",
        "teamtwo": "WI",
        "teamtwoscore": "(26 ov, target 375)271 & 52/1",
        "update": "Day 5 - Session 1: West Indies need 323 runs. CRR: 2.00"
    },
    {
        "status": "stumps",
        "match": "20th Match, Brisbane, Mar 23 - 26 2021, Sheffield Shield",
        "teamone": "QLD",
        "teamonescore": "",
        "teamtwo": "SOA",
        "teamtwoscore": "",
        "update": ""
    },
    {
        "status": "stumps",
        "match": "21st Match, Perth, Mar 25 - 28 2021, Sheffield Shield",
        "teamone": "WA",
        "teamonescore": "(96 ov)291/6",
        "teamtwo": "VIC",
        "teamtwoscore": "",
        "update": "Day 1 - Victoria chose to field. CRR: 3.03"
    }

Base URL: http://127.0.0.1:8000

  • GET /upcoming List all the possible upcoming cricket match schedules.

Example:

{"status":"29-mar-2021, 02:00 pm",
  "match":"2nd Test, North Sound, Mar 29 - Apr 2 2021, Sri Lanka tour of West Indies",
  "teamone":"West Indies","teamoneimg":"https://wassets.hscicdn.com/static/images/lazyimage.png",
  "teamtwo":"Sri Lanka",
  "teamtwoimg":"https://wassets.hscicdn.com/static/images/lazyimage.png",
  "update":"Match yet to begin"}

Source: https://www.espncricinfo.com/live-cricket-score

Feel free to open an issue for any bugs/features.

espncricinfo-live-api's People

Contributors

dependabot-preview[bot] avatar gourab28 avatar

Watchers

 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.