---
title: "Perry Weather API"
description: "Enables customers to programmatically pull a list of their weather stations and retrieve current and historical observations from those stations."
url: "https://developers.perryweather.com/guides/perryweather-api"
image: "https://developers.perryweather.com/_og/d/c_Ocean.takumi,title_Perry+Weather+API,description_Enables+customers+to+programmatically+pull+a+list+of+their+weather+stations+and+retrieve+current+and+historical+observations+from+those+stations.,props_eyJ0aGVtZSI6eyJtb2RlIjoiZGFyayIsImNvbG9ycyI6eyJwcmltYXJ5IjoiIzAwODE5RSJ9fX0,p_Ii9ndWlkZXMvcGVycnl3ZWF0aGVyLWFwaSI,s_H8_haLRQT_wyWjtP.png"
---

Guides

## Perry Weather API

Retrieve current and historical observations from your weather stations

## Key Info

All API requests must be made to the following base URL:

```bash
https://customer.api.perryweather.com/v1/
```

API Key should be sent in header:

```bash
x-api-key: YOUR-API-KEY
```

Authentication

Get authenticated and make secure API calls

[Read more](https://developers.perryweather.com/guides/perryweather-api/authentication)

Rate Limits

Understand rate limits and avoid being throttled

[Read more](https://developers.perryweather.com/guides/perryweather-api/rate-limits)

API Versioning

Work with API versions

[Read more](https://developers.perryweather.com/guides/perryweather-api/versioning)