Αποτελέσματα Αναζήτησης
10 Νοε 2020 · GET example : https://openlibrary.org/api/books?bibkeys=ISBN:1931498717&jscmd=details&format=json; In addition to accessing the library by the API, you can download the entire database. One dump seems to be exported every month. Summary: 20M+ entries with free access. Has cover API. 🐱 WorldCat (OCLC)
Free books API service for developers. Search and download ebooks using dBooks free API solution.
You have multiple ways to fetch book information from an ISBN number. You can use the following services: Amazon API (LookupbyISBN) Google Books API; ISBNdb API; Worldcat Search API; Here you can find an example (in French) with source code in PHP. Hope this helps, GuGuss
The Amazon API for Books allows you to search for books by title, author, ISBN, or other criteria. You can also use the API to search for books that are on sale or that are eligible for free shipping.
15 Νοε 2018 · Fetch book information from Amazon API. elixir amazon-api elixir-lang amazon-books. Updated on Nov 15, 2018. Elixir. MacFJA / BookRetriever. Star 2. Code. Issues. Pull requests. Library to retrieve data about books.
README. Amazon Book Search. This allows you to find books on amazon trough their product api, it have two ways for it to be used. Install. $ npm install amazon-book-search. Tests. $ npm install mocha -g. $ npm test. As a library. var Amazon = require('amazon-book-search'); var amazonClient = new Amazon(('awsKey','awsSecret')); // First 10 Results.
24 Σεπ 2018 · Amazon Books. The vast catalog of Amazon APIs includes several related with the traditional book search that served as the basis for the service in its early years. The eCommerce giant offers two related APIs in this category: ItemSearch and ItemLookUp. Both need an Amazon Web Services user account.