---
title: GraphQL Playground
description: Explore Storyblok's GraphQL Playground to test queries interactively.
url: https://storyblok.com/docs/api/graphql/getting-started/graphql-playground
---

# GraphQL Playground

Storyblok’s GraphQL Playground provides an overview of available queries. Exchange `ACCESS_TOKEN` with your [access token](/docs/concepts/access-tokens) and start experimenting with the API:

```plaintext
https://gapi-browser.storyblok.com?token=ACCESS_TOKEN
```

The playground is available in multiple regions.

-   European Union
    
    ```plaintext
    https://gapi-browser.storyblok.com
    ```
    
-   United States
    
    ```plaintext
    https://gapi-us-browser.storyblok.com
    ```
    
-   Canada
    
    ```plaintext
    https://gapi-ca-browser.storyblok.com
    ```
    
-   Australia
    
    ```plaintext
    https://gapi-ap-browser.storyblok.com
    ```

## Pagination

-   [Previous: Rate Limit](/docs/api/graphql/getting-started/rate-limit)
-   [Next: Retrieve a Single Story](/docs/api/graphql/examples/retrieve-a-single-story)
