API Reference#

The Playgrounds API is organized around REST and currently features only one top-level resource accessible with an API key: the proxy resource.

Our API accepts request parameters either via a JSON-encoded request body (for POST requests) or query parameters (for GET requests). Unless explicitly mentioned, all API endpoints return JSON-encoded responses.

Authentication#

The Playgrounds API uses API keys to authenticate requests. You can view and manage your API keys in the Playgrounds App.

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

Authentication to the API is performed via the custom Playgrounds authorization header Playgrounds-Api-Key. To authenticate, include the following into the header of your request (replacing pg-abcdefghijk with your own)!

Playgrounds-Api-Key: pg-abcdefghijk

Note

In subgrounds, you can set the $PLAYGROUNDS_API_KEY environment variable to your API key and use our endpoints — the library will handle all of the authentication on your behalf!

Endpoints#

We currently only host a single endpoint.

Subgraph Proxy

/v1/proxy