GraphQL Explorer
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]