Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to make an app for iPhone in which I want to show live cricket scores. Is there any site that can provide api or rss/xml feed for live scores?

share|improve this question
2  
Try googling "cricket scores rss". – Robert Redmond Nov 22 '10 at 12:34
if my answer helped you, may you kindly accept it? cheers. – Bourne Nov 22 '10 at 13:54
Hi.. did you find any feed for detailed scorecard?? I need the same.. – itdeeps Sep 4 '12 at 14:57

closed as off topic by Bill the Lizard May 9 '12 at 20:49

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

3 Answers

CricBuzz has also Live Score Feed:

The URL is here : http://synd.cricbuzz.com/score-gadget/gadget-scores-feed.xml

This will give you response in XML. And you can easily parse it and disply the Current Cricket Score along with the other information.

CricBuzz Live Cricket Score Feed

More URL here:

http://synd.cricbuzz.com/j2me/1.0/livematches.xml

http://synd.cricbuzz.com/j2me/1.0/News-HomeScreen.xml

http://synd.cricbuzz.com/j2me/1.0/sch_calender.xml

share|improve this answer
thanks for posting this – gyaani_guy Feb 24 '11 at 20:29
3  
These are not public feeds, you might run into trouble using these. – Anand Nov 8 '11 at 14:06
@vikas patidar did you use these cricbuzz feeds and did you ever get in trouble? – Jatin Feb 21 at 16:02

http://static.cricinfo.com/rss/livescores.xml

share|improve this answer
1  
This gives only the team score .Is there any api that gives the complete scorecard – Pankaj Kainthla Feb 8 '11 at 9:43
@PankajKainthla did you find api that gives the complete scorecard ? – Hardik May 28 at 5:14

Check out Live Scorecard Widget @ Cricruns

share|improve this answer
neither an API nor a feed – Deep Kapadia May 2 '12 at 19:21

Not the answer you're looking for? Browse other questions tagged or ask your own question.