Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List chapters of a book from a public books API? [closed]

Anyone knows of a web service where I could get either the number of chapters or list the chapter names of a book?

I've checked Google Books API and couldn't find this info.

Thank you.

like image 208
javorosas Avatar asked Sep 29 '22 00:09

javorosas


1 Answers

You might want to have a look at the Open Librayr API: https://openlibrary.org/dev/docs/api/books

The jscmd=details query parameter might be of use for you, since it returns a table of contents.

like image 136
edi Avatar answered Nov 15 '22 11:11

edi