API
Search results:
http://www.terkko.helsinki.fi/booknavigator/api/v1/q/QUERY (e.g. heart)?output=RSS2
&type=[books OR journals]
&page=[0 - n]
&order=[relevancy OR time OR year]
&category=[category ID,category ID,category ID,...]
List of all categories:
http://www.terkko.helsinki.fi/booknavigator/api/v1/categories?output=RSS2
&order=[title OR upper_category]
Items in a category:
http://www.terkko.helsinki.fi/booknavigator/api/v1/categories/CAT. ID (e.g. 10)?output=RSS2
&type=[books OR journals]
&page=[0 - n]
&order=[title OR time OR year OR popularity]
Get one item:
http://www.terkko.helsinki.fi/booknavigator/api/v1/items/ITEM ID (e.g. 31461)?output=RSS2
Map classifications to BN-categories:
http://www.terkko.helsinki.fi/booknavigator/api/v1/category-mapping-POST JSON format example: [{"id":"8818","lc":"616.1/207572","nlm":"WG 141.5.C2","ddc":"616.1/207572"},{"id":"8685","lc":"RC46","nlm":"WB 18.2","ddc":"616.0076"}]
-Return BN-category ID's format example: {"8818":["12"],"8685":["33"]}