I’ve put in place a few basic calls to the API of Irish Data; all of which can be accessed via http://api.irishdata.org/v1/statisticname.xml. (See below for more details). Feel free to test the calls out - but be warned - this is totally in flux. The data will probably go a bit stale, the API will be intermittently available and I’ll be fussing around with the output - basically don’t rely on this for anything. I’m just putting this out to get feedback from anybody who’s interested.
| Statistic | Description | Source | Parameters | URL/Example |
|---|---|---|---|---|
| Annual Population Estimate | The annual April population estimate for the Irish state. | CSO.ie | Year as YYYY | Example |
| Quarterly Average House Price | The average price for new and second hand homes in Ireland per quarter. | CSO.ie | None | Example |
| Quarterly House Loans Approved | The number and value of house loans approved per quarter. | CSO.ie | None | Example |
| Quarterly Births, Deaths | The birthrate, number of births and number of deaths per quarter | CSO.ie | None | Example |
You can also use these calls to return JSON or PRINTR formatted data; just swap out .xml with .json or .printr respectively.
Here are the things I need to tackle next, in no particular order
I also want to get a simple website up and running to explain the project, point people towards documentation, showcase any apps/widgets that use the data.
I would love to get as much feedback on this as possible; guidance on what data you’d like to see, any technical requirements you have (parameters you’d like to be able to pass into the API), and anything else that takes your fancy.
Please comment with any suggestions or feedback, or find me on Twitter (@paulmmay).

Made some good progress this week:
* The stats now accept a period parameter - so a user can return a month or a quarter
* I’ve written some basic documentation for each stat - see http://irishdata.org/data
* I’ve cleaned up some more data that’s ready to go into the database when I get some spare time.
Tomorrow I’ve to present progress to the class and propose (formally) what I will deliver for the class.