Skip to content

prashant31191/CricBuzz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CricBuzz

An Android Application, using which you can find Live Scores for ongoing Cricket Matches (using Cricapi API) .

-Some Imp api links using for crickbuzz

#Get All Players List -http://m.cricbuzz.com/interview/playerlist

#Get Player Detais -http://m.cricbuzz.com/interview/playerProfile/265

#Get Live Matches with score -http://mapps.cricbuzz.com/cbzios/match/livematches

#Get score card -http://synd.cricbuzz.com/j2me/1.0/match/2017/2017_SL_IND/SL_IND_AUG27/scorecard.xml

#Get commentry -http://synd.cricbuzz.com/j2me/1.0/match/2017/2017_SL_IND/SL_IND_AUG27/commentary.xml

** Json Apis **

#Live match list -http://mapps.cricbuzz.com/cbzios/match/livematches

#Match Detail -http://mapps.cricbuzz.com/cbzios/match/18375

#Match Score Card -http://mapps.cricbuzz.com/cbzios/match/18375/scorecard.json

#Commentry -http://mapps.cricbuzz.com/cbzios/match/18375/commentary

#Mini-Commentry -http://mapps.cricbuzz.com/cbzios/match/18375/mini-commentary

#Highlights -http://mapps.cricbuzz.com/cbzios/match/18375/highlights.json

#Leanback -http://mapps.cricbuzz.com/cbzios/match/18375/leanback.json

#Matchfacts http://mapps.cricbuzz.com/cbzios/match/18375/matchfacts

Football Api

#Ref. -https://www.jokecamp.com/blog/guide-to-football-and-soccer-data-and-apis/ -https://api.football-data.org/documentation

#soccerseasons http://api.football-data.org/v1/soccerseasons

#teams http://api.football-data.org/v1/soccerseasons/450/teams

#teams http://api.football-data.org/v1/teams/548

#players http://api.football-data.org/v1/teams/548/players

#competitions http://api.football-data.org/v1/competitions/?season=2018

#fixtures http://api.football-data.org/v1/competitions/467/fixtures

About

An Android Application, using which you can find Live Scores for ongoing Cricket Matches (using Cricapi API) .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 98.0%
  • Kotlin 2.0%