---
name: documentation-for-your-premium-plan
description: "Documentation for your Premium plan API skill. Use when working with Documentation for your Premium plan for point, air_quality, time_machine. Covers 7 endpoints."
version: 1.0.0
generator: lapsh
---

# Documentation for your Premium plan
API version: v1

## Auth
ApiKey X-API-Key in header | ApiKey Authorization in header

## Base URL
https://www.meteosource.com/api/v1/premium

## Setup
1. Set your API key in the appropriate header
2. GET /point -- get weather data
3. Explore available endpoints below

## Endpoints
7 endpoints across 7 groups. See references/api-spec.lap for full details.

### Point
| Method | Path | Description |
|--------|------|-------------|
| GET | /point | Get weather data |

### Air_quality
| Method | Path | Description |
|--------|------|-------------|
| GET | /air_quality | Get air quality data |

### Time_machine
| Method | Path | Description |
|--------|------|-------------|
| GET | /time_machine | Get historical weather data |

### Find_places
| Method | Path | Description |
|--------|------|-------------|
| GET | /find_places | Search for places |

### Find_places_prefix
| Method | Path | Description |
|--------|------|-------------|
| GET | /find_places_prefix | Search for places by prefix |

### Nearest_place
| Method | Path | Description |
|--------|------|-------------|
| GET | /nearest_place | Search for nearest place by coordinates |

### Map
| Method | Path | Description |
|--------|------|-------------|
| GET | /map | Get PNG weather map |

## Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "List all point?" -> GET /point
- "List all air_quality?" -> GET /air_quality
- "List all time_machine?" -> GET /time_machine
- "List all find_places?" -> GET /find_places
- "List all find_places_prefix?" -> GET /find_places_prefix
- "List all nearest_place?" -> GET /nearest_place
- "List all map?" -> GET /map
- "How to authenticate?" -> See Auth section above

## Response Tips
- Check response schemas in references/api-spec.lap for field details
- Error responses include status codes and descriptions in the spec

## References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas

> Generated from the official API spec by [LAP](https://lap.sh)
