7

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.

javorosas
  • 759
  • 1
  • 12
  • 22

1 Answers1

5

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.

edi
  • 3,112
  • 21
  • 16
  • Thanks. It was really helpful, though it's not normalized. I can't assure every book will have an array of contents. I guess such service might not exist at all and I will have to figure out a workaround. – javorosas Jan 19 '15 at 06:29
  • 2
    I need that same service @javorosas, did you make any progress? – Yasser Nascimento Mar 30 '21 at 17:36