GraphQL Explorer
Browse, query, and test every Amboss GraphQL API directly in your browser using Apollo Studio — no coding required.
Browse and test Amboss APIs using Apollo Studio: no coding required.
What is Apollo Studio?
The Apollo Studio Explorer provides a listing of all queries and mutations available through the API. Results may be exported in CSV or JSON formats. Using the Explorer enables access to the API without requiring any coding experience.
Product Explorers
| Product | Apollo Studio Link |
|---|---|
| Space | Open Explorer |
| Magma | Open Explorer |
| Rails | Open Explorer |
How to Use
- Open the Apollo Studio link for the product you want to explore
- Browse available queries and mutations in the left sidebar
- Build your query by selecting fields
- Add any required variables
- Click "Run" to execute the query
- Export results in CSV or JSON format
For authenticated queries, add your API key in the Headers section:
Authorization: Bearer [API_KEY]
Authentication
Authenticate Amboss API requests with API keys. Reference of per-product GraphQL endpoints and required headers for Space, Rails, Magma, Reflex, and Payments.
Making Requests
Call Amboss GraphQL APIs from cURL, Node.js, and Postman with copy-paste examples for authenticated queries and mutations.