ESPN的API是否会返回图片

时间:2013-10-08 20:51:54

标签: json api rest espn

ESPN API是否会返回任何运动的玩家图像链接?我需要显示播放器图像以及我能够成功检索的其他数据。如果没有另外推荐的方法来检索这些图像?

1 个答案:

答案 0 :(得分:1)

我实际上不知道ESPN有API。那很棒。

documentation开始,您可以通过响应中的 headshots 属性查找图像(如果有):

headshots   Collection of athlete headshots as specified below, each containing href, width, and height attributes. Soccer, recruiting, and WNBA not currently supported. Note: clients apps must be responsible for handling missing headshots as not every athlete has one.               
full 600x436 athlete headshot               
xlarge 350x254 athlete headshot             
large 65x90 athlete headshot                
medium 43x60 athlete headshot               
small 34x48 athlete headshot                
xsmall 28x38 athlete headshot               
fantasy 200x145 athlete headshot

还有一个视频API,但它看起来并不像是运动员的关键。