Get current weather conditions via Google Maps Weather API, pay-per-call on Tempo L2.
What it does
This MPP (Micropayment Protocol) endpoint provides access to Google Maps Platform's current weather conditions lookup. It wraps the Google Maps Weather API's `currentConditions:lookup` method behind a pay-per-call payment gate settled on Tempo L2 (chain ID 4217) using pathUSD.
Each request costs 150 base units of pathUSD (6 decimals), which equals $0.000150 per call — a fraction of a cent. The endpoint uses the MPP "charge" intent, meaning each call is a one-shot payment. The fee payer flag is set to true, so the relay covers gas fees on behalf of the caller.
The endpoint is part of a broader Google Maps proxy suite hosted at googlemaps.mpp.tempo.xyz that also exposes geocoding, directions, places, routes, tiles, and air quality endpoints. No OpenAPI schema or documentation pages are available on the proxy itself; callers should refer to the upstream Google Maps Weather API documentation for request/response formats.
Capabilities
Use cases
- —Retrieve real-time weather conditions for a given location in an AI agent workflow
- —Augment travel or logistics planning with current weather data
- —Provide weather context in location-aware chatbot responses
- —Feed weather data into automated alerting or monitoring systems
Fit
Best for
- —AI agents needing on-demand weather data without managing API keys
- —Micropayment-based access to Google Maps weather without a billing account
- —Programmatic weather lookups settled via crypto rails
Not for
- —High-volume batch weather data retrieval (per-call cost adds up)
- —Historical weather data or forecasts (endpoint is current conditions only)
- —Users who need detailed documentation or OpenAPI specs from the proxy itself
Quick start
curl -X GET "https://googlemaps.mpp.tempo.xyz/weather/v1/currentConditions:lookup?location.latitude=37.7749&location.longitude=-122.4194" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge captured) with clear pricing and settlement details, but no OpenAPI schema, no documentation, and no example request/response bodies are available from the proxy. Request parameters are inferred from upstream Google Maps API conventions.
Warnings
- —No OpenAPI schema or documentation available on the proxy
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 assumed to be pathUSD with 6 decimals based on Tempo L2 conventions — if incorrect, price may differ
- —Root domain returns 404; no supplementary docs found
Citations
- —Endpoint returns 402 with MPP challenge, method=tempo, intent=charge, amount=150https://googlemaps.mpp.tempo.xyz/weather/v1/currentConditions:lookup
- —Part of Google Maps Platform suite including geocoding, directions, places, routes, tiles, weather, air qualityhttps://googlemaps.mpp.tempo.xyz