Developer API
If you are a Web or software developer and are interested in building your own website or application using the data on Euro KickOff, you're in luck - we've created a REST API for you to plug in to and use!
Let's start off with the basics - the URI of the API is http://www.eurokickoff.com/api/fixturesAPI.php.
This API returns the fixtures of Euro 2008 in JSON.
There are six independent parameters available to query the fixture data:
- getAllFixtures
- Returns all fixtures when set to '1'
- cc
- Returns results only for the 2-letter 'country code' eg. at = austria, cz = Czech Republic
- country_norm
- Returns results only for the normalized version of a country name eg. austria or czech-republic
- stageId
- Returns results only for the specified group or stage eg. group-a or semi-finals
- city
- Returns results only for the specified city venue eg. vienna
- date
- Returns results for a given date in ISO9001 format ie. 2008-06-07 to 2008-06-29
There are no limits to the amount of requests you can make on this public API but we highly recommend you enabling caching on your system to minimize server load and bandwidth.









