Series List

List all series available in the Library

URL

https://armaell-library.net/api/series/list

Response

{
  "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",
    },
  ]
}

Series Search

Search in the series

URL

https://armaell-library.net/api/series/search

Parameters

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

Response

{
  "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
    },
  ]
}

Series Recommendation

Give the recommended series from one.

URL

https://armaell-library.net/api/series/recommendations

Parameters

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

Response

{
  "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
    },
  ]
}

Series Ebooks Status

Status of ebooks creation.
Those datas are extracted from a management board with loose entries. Datas don't necessarily follow a format.

URL

https://armaell-library.net/api/series/ebooks-status

Parameters

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

Response

{
  "count":127,
  "series":
  [
    {
      "title":"Overlord",
      "status":"Waiting",
      "manager":"Armaell"
    },
  ]
}

Series Ebooks Refused

List of content refused to be done by the Library. (Not including the licensed work)

URL

https://armaell-library.net/api/series/ebooks-refused

Response

{
  "count":4,
  "series":
  [
    "WuxiaWorld.com",
    "GravityTales.com",
  ]
}

Serie Statistics

Show some statistics on a serie

URL

https://armaell-library.net/api/series/stats

Parameters

Name Type Note
title / id String Either serie title or id

Response

{
  [
    '201605',
    '128'
  ]
}

Tags List

List all tags used in the library and the number of their occurence

URL

https://armaell-library.net/api/tags/list

Response

{
  "count":57,
  "tags":
  [
    {
      "name":"Romance",
      "count":151
    },
  ]
}