API for developers
/api/latest
to get latest reading record for all users
parameters
- start : offset. 0 by default
- num : number to get. 10 by default, maximum 20
- format : [json, rss] default: json
- callback : callback name when json
example call
to get recent 5 records in RSS
http://ivread.com/api/latest?format=rss&start=0&num=5
to get recent records in JSON
http://ivread.com/api/latest?callback=getlatest
/api/user/(twitter name)
to get specific user's reading records
parameters
- start : offset. 0 by default
- num : number to get. 10 by default, maximum 20
- format : [json, rss] default: json
- callback : callback name when json
example call
to get 5 of @katiebabs's recent recoards in RSS
http://ivread.com/api/user/katiebabs?format=rss&start=0&num=5
to get @waynehurlbert's latest in JSON
http://ivread.com/api/user/waynehurlbert?callback=getbooks
if you find missing API
Please tell us what API you want and why.
Related tools/Websites using API
Please let us know if you make mashup sites, bookmarklet, blog widget, etc with ivread API. We will list it here.
List your tools/mashup
We want tools like the following. If you create a tool/mashup for I'vRead, please let us introduce here.
- tool to let you search Amazon on twitter.com and tweet it
- blog widget to show your latest book reading
- Facebook App to show your latest book reading



















