# Pollen Explorer Public API

This API is for anyone wanting to get their hands dirty with data from the Pollen network.&#x20;

Access and explore device information, location information, reward logs, and network wide stats.

## Getting Started

To make requests you'll need an API key.&#x20;

Once you get your key, add these headers to your requests.&#x20;

```
headers: { 
     "X-API-KEY": <YOUR_API_KEY>,
     "accepts": "application/json" 
}
```

### Don't have an API key?

Get one here: <https://airtable.com/shrgAebyftF1yBuu1>

#### API Keys are rate limited to

* Maximum of 5 requests/second.
* Total of 1,000 requests/day.

## Endpoints Overview

Click below to reference all of our endpoints, request parameters, and response types!

{% content-ref url="/pages/vgBLSYLKvdo88ymJI5mY" %}
[API Reference](/pollen-public-api/reference/api-reference.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pollenmobile.io/pollen-public-api/pollen-explorer-public-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
