Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8907827
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T03:01:03+00:00 2026-06-15T03:01:03+00:00

Firstly I know I have some reading to do with this but I was

  • 0

Firstly I know I have some reading to do with this but I was looking to see what would be a rails way of going about this

I am going to build a simple book library where you can add books, but rather than manually input all the info via a long form, it would be nice if i can just enter the ISBN number and retrieve all the info via an api. I believe Google data has such an api? or does anyone use anything else? This will be my first time using an api so any advice/resources that would assist me would be greatly appreciated

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T03:01:04+00:00Added an answer on June 15, 2026 at 3:01 am

    There seems to be a service providing exactly what you are looking for – http://isbndb.com/docs/api/20-structure.html

    Rails Code:

    require 'open-uri'
    class BookController < ApplicationController
      def searchbook
         resp = open("http://isbndb.com/api/books.xml?access_key=#{YOUR_API_KEY}&results=details&index1=isbn&value1=#{params[:isbn]}")
         doc = Nokogiri.XML(resp.read)
         # ... process response here
      end
    end
    

    Read about nokogiri’s parsing capabilities here
    As for what an api actually is and how it works i think this is a good starting point.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I don't really know what to entitle this, but I need some help with
I'm a newbie android.I have some problem about my mini app. You can see
I have some ideas how to tackle this, but it must be a relatively
Firstly, I know this [type of] question is frequently asked, so let me preface
Firstly, there have some tag links in my main page. click each one, post
This is a bit embarrassing scenario but I need solution. I am using some
I have a form/calculator, which posts to itself some data, this data is then
I have a project idea, but unsure if using Python would be a good
I'm developing some application using UIKit elements and xib files. Firstly I have created
Firstly, I have searched for related answers, there is a few - but couldn't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.