Top "Isbn" questions

The International Standard Book Number is an ISO standardized identifier for books.

Google books API searching by ISBN

I am trying to figure out how to search for a book by ISBN using the Google Books API. I …

java isbn google-books-api
Looking up book title with ISBN

Is there a free way to look up the title of a book using its ISBN number? I know there …

title lookup isbn
Are there any good APIs to search for books via ISBN?

I am working on an iOS app and I have a list of ISBNs. I want to pull up book …

ios web isbn
How to retrieve book's information in XML/JSON from library of congress by ISBN

The Library of Congress has a site to search books by ISBN. A simple way to retrive book's information is …

api isbn z39.50
How to get ISBN number from a book title and author programmatically?

Is there a way to get ISBN number from the title of the book and author programmatically (preferably in Python)? …

python isbn
What is the best data type for ISBN10 and ISBN13 in a MySQL datase

For an application I'm currently building I need a database to store books. The schema of the books table should …

mysql database isbn
ISBN final digit finder

I am working in python 3 and I am making a program that will take in a 10 digit ISBN Number and …

python isbn
ISBN -> bookdata Lookup to fill in a database

Ok, I wanting to database a small library. I've only had limited experience with databases, and none with querying from …

database ms-access isbn asp.net-web-api
How to automatically apply ISBN hyphenation?

I've got ISBN numbers (10-digits and 13 digits) without the dashes. Now I'm looking for a way to add those dashes …

isbn hyphenation
Is there a way to check if an ISBN number is a valid number before storing into the database

I was wonder is a there a web service or a database out there that let us programmatically check if …

java validation isbn