2 years, 8 months ago
Where can I get a free API for NHL scores?
Where can I find a free API for NHL scores?
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$1 Answer
I don't know of any free API's that allow you access to sports scores. The most popular paid one seems to be XMLTeam: http://www.xmlteam.com/
Instead of looking for an API you might be able to get the scores you need by parsing a website using regular expressions or parsing an RSS feed like ESPN or Yahoo.
feed://sports.espn.go.com/keyword/search?searchString=NHL&feed=rss&page=espn&language=en-us&rT=sports
feed://sports.yahoo.com/nhl/rss.xml
Instead of looking for an API you might be able to get the scores you need by parsing a website using regular expressions or parsing an RSS feed like ESPN or Yahoo.
feed://sports.espn.go.com/keyword/search?searchString=NHL&feed=rss&page=espn&language=en-us&rT=sports
feed://sports.yahoo.com/nhl/rss.xml
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Report Abuse