API Docs
openfooty Ethos
API Overview
Cool Ideas to get Started
Quota & Usage
Atrribution
Terms & Conditions
Developer Forum
About our Technology
openfooty Ethos
API Methods
AUTH
BETTING
CHANNEL
COMMUNITY
LEAGUE
MATCH
PLAYER
TEAM
Our Partners
The Guardian - open platform
Youtube - video API
AOL - truveo API
Open Calais - semantic toolkit
Google - too much to list!
Youtube - video API
AOL - truveo API
Open Calais - semantic toolkit
Google - too much to list!
player.getProfilePhoto
Returns a photo of the specified player, if available
http://api.openfooty.org/1.0/player.getProfilePhoto?api_key=[Your-API-KEY]
Parameters
api_key
String
Required
A valid openfooty API key
player_id
Int
Required
The player id
format
String
Optional
Desired output response.
Valid values are: xml (default), php (php serialized array) and json (JSON format)
Valid values are: xml (default), php (php serialized array) and json (JSON format)
Sample Response
<player_photo player_id="95" src="http://www.footytube.com/static/images/player_images/med/193_image.jpg"/>
Errors
S1 : Invalid Service Identifier
S2 : Service Temporarily Offline
S3 : Unknown Service Error
P1 : Invalid Package Identifier
P2 : Package Temporarily Offline
A1 : Invalid API Key
A2 : Account Suspended
A3 : Daily Quota Limit Exceeded
A4 : UserAgent String Mismatch
A5 : IP Address Refused
U1 : An unspecified Error was encountered
S2 : Service Temporarily Offline
S3 : Unknown Service Error
P1 : Invalid Package Identifier
P2 : Package Temporarily Offline
A1 : Invalid API Key
A2 : Account Suspended
A3 : Daily Quota Limit Exceeded
A4 : UserAgent String Mismatch
A5 : IP Address Refused
U1 : An unspecified Error was encountered




