List all series available in the Library
https://armaell-library.net/api/series/list
{ "count":198, "series": [ { "title":"Mushoku Tensei", "author":"Rifujin na Magonote", "link":"http://armaell-library.dev/novel/mushoku-tensei", "cover":"http://armaell-library.dev/image/book/cover/mushoku-tensei-volume-01-infancy-period", }, ] }
Search in the series
https://armaell-library.net/api/series/search
Name | Type | Note |
---|---|---|
title | String | |
author | String | |
tag | String or Array[String] | |
downloadable | Boolean | true by default |
readable | Boolean | true by default |
free | Boolean | Not free means available on Amazon |
{ "count":17, "series": [ { "title":"Mushoku Tensei", "author":"Rifujin na Magonote", "link":"http://armaell-library.dev/novel/mushoku-tensei", "cover":"http://armaell-library.dev/image/book/cover/mushoku-tensei-volume-01-infancy-period", "description":"A 34-year-old NEET otaku, chased out from his house by his family, found that his life is reaching a dead end. He then recalled that his life could actually have been much better if he had made better choices in the past.\r<br/>Just when he was at the point of regret, he saw a truck moving at fast speed, and three high schoolers in its path. Mustering all the strength he had, he tried to save them and ended getting run over by the truck, quickly ending his life.\r<br/>The next time he opened his eyes, he is reincarnated to a world of sword and magic as Rudeus Greyrat. Born to a new world, a new life, Rudeus decided that, \u201cThis time, I\u2019ll really live my life to the fullest with no regret!\u201d Thus starts the journey of a man yearning to restart his life.\r<br/>\r<br/>The text comes from the WebNovels, the illustrations comes from the LightNovel. We did our best to match them both at the best of our capabilities. Thank you akarai115", "tags":["Action","Drama","Fantasy","Romance","Adventure","Military","Harem","Magic","Gods","Slaves","Ecchi","Mature","School Life","Dragons","Elves","Loli","Completed","Free","ja"], "books":25, "free":1, "completed":1, "downloadable":1, "readable_online":0 }, ] }
Give the recommended series from one.
https://armaell-library.net/api/series/recommendations
Name | Type | Note |
---|---|---|
title | String | |
author | String | |
tag | String or Array[String] | |
downloadable | Boolean | true by default |
readable | Boolean | true by default |
free | Boolean | Not free means available on Amazon |
{ "novel": "Title of the novel found" "count":3, "series": [ { "title":"Mushoku Tensei", "author":"Rifujin na Magonote", "link":"http://armaell-library.dev/novel/mushoku-tensei", "cover":"http://armaell-library.dev/image/book/cover/mushoku-tensei-volume-01-infancy-period", "description":"A 34-year-old NEET otaku, chased out from his house by his family, found that his life is reaching a dead end. He then recalled that his life could actually have been much better if he had made better choices in the past.\r<br/>Just when he was at the point of regret, he saw a truck moving at fast speed, and three high schoolers in its path. Mustering all the strength he had, he tried to save them and ended getting run over by the truck, quickly ending his life.\r<br/>The next time he opened his eyes, he is reincarnated to a world of sword and magic as Rudeus Greyrat. Born to a new world, a new life, Rudeus decided that, \u201cThis time, I\u2019ll really live my life to the fullest with no regret!\u201d Thus starts the journey of a man yearning to restart his life.\r<br/>\r<br/>The text comes from the WebNovels, the illustrations comes from the LightNovel. We did our best to match them both at the best of our capabilities. Thank you akarai115", "tags":["Action","Drama","Fantasy","Romance","Adventure","Military","Harem","Magic","Gods","Slaves","Ecchi","Mature","School Life","Dragons","Elves","Loli","Completed","Free","ja"], "books":25, "free":1, "completed":1, "downloadable":1, "readable_online":0 }, ] }
Status of ebooks creation.
Those datas are extracted from a management board with loose entries. Datas don't necessarily follow a format.
https://armaell-library.net/api/series/ebooks-status
Due to the loose nature of the data, all parameters works by searching if there is an occurence of the parameter in the data, case insensitive.
Name | Type | Note |
---|---|---|
title | String | |
status | String | Common values are ('Waiting', 'In Progress', '') |
manager | String |
{ "count":127, "series": [ { "title":"Overlord", "status":"Waiting", "manager":"Armaell" }, ] }
List of content refused to be done by the Library. (Not including the licensed work)
https://armaell-library.net/api/series/ebooks-refused
{ "count":4, "series": [ "WuxiaWorld.com", "GravityTales.com", ] }
Show some statistics on a serie
https://armaell-library.net/api/series/stats
Name | Type | Note |
---|---|---|
title / id | String | Either serie title or id |
{ [ '201605', '128' ] }
List all tags used in the library and the number of their occurence
https://armaell-library.net/api/tags/list
{ "count":57, "tags": [ { "name":"Romance", "count":151 }, ] }