Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Amazon REST API do I use to get book information? [closed]

Tags:

rest

api

amazon

What Amazon REST API do I use to get book information? I will be using PHP.

like image 720
daily-learner Avatar asked Sep 17 '12 16:09

daily-learner


People also ask

Does Amazon have a REST API?

With Amazon API Gateway, you can develop, integrate, control, manage, and protect APIs at any scale using REST, HTTP, and WSO technologies.

Which API is used by Amazon?

Amazon API Gateway is an AWS service for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs at any scale. API developers can create APIs that access AWS or other web services, as well as data stored in the AWS Cloud .

What is Amazon SP API?

SP-API is a suite of REST-based APIs that provides Amazon selling partners programmatic access to their Amazon Seller Central account data. With SP-API, you can build applications that help sellers and vendors manage their Amazon business.

What is the difference between HTTP API and REST API in AWS?

REST APIs support more features than HTTP APIs, while HTTP APIs are designed with minimal features so that they can be offered at a lower price. Choose REST APIs if you need features such as API keys, per-client throttling, request validation, AWS WAF integration, or private API endpoints.


1 Answers

If you know the book's ID, use ItemLookup. If you don't know it, use ItemSearch.

like image 83
Romanito Avatar answered Oct 22 '22 20:10

Romanito