Bridget's Books API

Documentation

Bridget's Books is an API that allows users to fetch data about which books Bridget has read, wants to read, is currently reading, or did not finish.

/bridgetsbooks

  • methods: GET
  • Accepts the following query params:
    • readstatus: filters by the read status
      • The values of readstatus must be one of the following:
        • read
        • to-read
        • currently-reading
        • did-not-finish
      • Example: /bridgetsbooks?readstatus=to-read
    • author: filters by author name;
      • This query accepts both exact author names and partial author names.
      • Example: /bridgetsbooks?author=alice
      • Example: /bridgetsbooks?author=Amrou Al-Kadhi
  • Use /bridgetsbooks

/bridgetsbooks/:isbn

Book List

Select the read-status for the books you want to see:

There are 0 books in this category.

API created and page designed by Bridget.

Technigo Web Development Bootcamp 2023.