# Apivom Atlas — Google Weather API

> Apivom Atlas integration for Google Weather API: 4 gateway routes over `weather.googleapis.com`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 4 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `GET /v1/currentConditions:lookup` (current-conditions) — params: query
- `GET /v1/forecast/days:lookup` (forecast-days) — params: query
- `GET /v1/forecast/hours:lookup` (forecast-hours) — params: query
- `GET /v1/history/hours:lookup` (history-hours) — params: query

## Credential model

- API Key (`apiKey`) — required — secret

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
