Skip to main content
Glade API exposes all its Amazon data operations through three interfaces — REST, GraphQL, and MCP. Every interface shares the same quota, caching semantics, and normalized response contract, so you can mix and match based on your use case.

REST

The REST interface is the simplest way to integrate with Glade API. All endpoints live under /api/amazon/* and use HTTP GET requests.Base URL: https://api.glade.devAuthenticate every request by passing your API key in the API-KEY header. All endpoints accept query parameters for ASIN, domain, and any operation-specific options.

Example: Fetch a product

Best for

  • Server-side applications and backend services
  • Simple integrations that need minimal setup
  • Migrating from Canopy or other REST-based Amazon data APIs

Which interface should I use?

All three interfaces count against the same unit quota and respect the same per-plan rate limits. You can use them interchangeably within the same application.