---
title: Use the API Explorer
source: https://docs.newrelic.com/docs/apis/rest-api-v2/api-explorer-v2/use-api-explorer
---

New Relic's REST API Explorer (v2) makes it easy to test and send requests for any available API endpoint. After you select your choice of functions for the type of API call (applications, browsers, etc.), the user interface provides an interactive form to view requirements and test your parameter values. It also provides a live source of documentation about the API values.

## API key requirements [#api-key]

Before you can use the [API Explorer](https://api.newrelic.com/docs), API access must be activated and an [User API key](https://docs.newrelic.com/docs/apis/rest-api-v2/requirements/rest-api-key) must be generated for your account.

Tips:

-   When you use the API Explorer you can insert your [User API key](https://docs.newrelic.com/docs/apis/rest-api-v2/getting-started/introduction-new-relic-rest-api-v2#api_key) at the top of the UI and that key will appear automatically in the **Request** and **Parameters** sections of the Explorer.

## Use the API Explorer [#use-api-explorer]

1.  Go to the **[API Explorer](https://api.newrelic.com/docs/)**.
2.  From the **Servers** dropdown, choose a US or EU-based API URL.
3.  Click **Authorize**, enter your user API key, and click **Authorize** again.
4.  Expand one of the available API functions: **GET**, **PUT**, **DELETE**.
5.  (Optional) Add **Parameters** values for your API call to filter the response (refer to the UI for descriptions and requirements for v2.)
6.  From the **Media type** dropdown, choose a format for your request: JSON or XML.
7.  Click **Try it out**, then **Execute**.
