Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google Book API を使用して ISBN から JSON 形式の本の表紙を取得する簡単な方法はありますか?
isbn:次のようにクエリを使用できます。
isbn:
https://www.googleapis.com/books/v1/volumes?q=isbn:0771595158
これにより、ISBNが見つからない場合、書籍情報またはエラーの説明のいずれかを含む適切なJSON応答が返されます。