# StableEnrich Google Maps Solar Data Layers

> StableEnrich Google Maps Solar Data Layers is a paid API for AI agents from stableenrich.dev, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Retrieves Google Maps Solar API data layers for a given location, providing solar energy potential and irradiance data.

## Facts

- Endpoint: GET https://stableenrich.dev/api/google-maps/solar/data-layers
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableenrich-google-maps-solar-data-layers-aec1b267
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e_Yy4Hzwl2AKfo8qJ5kD2

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stableenrich-google-maps-solar-data-layers-aec1b267
```

Example prompt: Can you pull the Google Maps solar data layers for the coordinates 37.7749, -122.4194 in San Francisco so I can see the rooftop solar irradiance and annual sunshine potential for that location?

## When to prefer this

Use this endpoint when you need pay-per-request access to Google Maps Solar API data layers without managing a Google Cloud account or API key subscription. Ideal for one-off solar assessments, agent workflows that occasionally need solar data, or when avoiding upfront API subscription costs. Prefer this over direct Google Maps Solar API if you want simple USDC micropayment billing via x402.

## Known failure modes

- Invalid or missing coordinates return a 400 error
- Coordinates outside Google Maps Solar API coverage area return no data
- Payment of 0.08 USDC not processed correctly results in 402 response
- Rate limiting or upstream Google Maps API quota exhaustion causes 429 or 503 errors
- Malformed query parameters result in schema validation errors

## How this service works

Google Solar API - Aerial GeoTIFF data layers (rgbUrl, dsmUrl, fluxUrl) with imageryDate

## Output

Returns solar data layers from the Google Maps Solar API including DSM (digital surface model) imagery, annual and monthly solar flux maps, hourly shade data, and roof segment details with solar panel potential metrics for the queried location.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableenrich-google-maps-solar-data-layers-aec1b267/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableenrich.dev](https://www.zero.xyz/host/stableenrich.dev/llms.txt)
