ISBN -> bookdata Lookup to fill in a database

后端 未结 5 1945
情歌与酒
情歌与酒 2021-01-03 13:37

Ok, I wanting to database a small library.

I\'ve only had limited experience with databases, and none with querying from a webserver.

I\'m going to want to r

5条回答
  •  感动是毒
    2021-01-03 13:53

    The ISBNdb.com API looks simple. The following request should retrieve the information you want ... just substitute your access key for "YourKey" and the ISBN for "YourISBN".

    https://isbndb.com/api/books.xml?access_key=YourKey&results=texts&index1=isbn&value1=YourISBN 
    

    The response is XML which contains information about the single book whose ISBN you submitted.

提交回复
热议问题