sports results webservice/API

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
rbx
Forum Newbie
Posts: 5
Joined: Mon Nov 03, 2008 4:14 pm

sports results webservice/API

Post by rbx »

Hi all,

hope u don't mind to post this topic here. I need to grab sport results (like NBA, MLB etc.) and save to my db. I can do it by parsing HTML code with results on servers like sports.yahoo, sportsline etc., but does anybody know if there is some free web service or API for this purpose? For example I send request <some url>?sportid=nba&date=2008-11-11 and get XML or plaint text or whatever response with results.

Thanks
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: sports results webservice/API

Post by Eran »

This might of help - http://www.totallyscored.com/
User avatar
rbx
Forum Newbie
Posts: 5
Joined: Mon Nov 03, 2008 4:14 pm

Re: sports results webservice/API

Post by rbx »

looks exactly what I am looking for, thanx!
Post Reply