---
title: US Climate Exposure API
slug: coordinate-climate-exposure
url: https://apyhub.com/dosvak/service/coordinate-climate-exposure
provider: Dosvak LLC
categories: [Geolocation, Standard Data]
tags: [climate-risk, environmental-data, location-analysis, geospatial, risk-assessment]
auth: api_key
---

# US Climate Exposure API

Look up climate exposure for a latitude and longitude, with an optional radius. Useful for mapping, insurance, real-estate, and risk workflows.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `` | What it does Returns climate exposure information for a coordinate-based lookup using latitude and… | 100 |

## About

## What it does
Climate Exposure helps you look up climate risk exposure for a geographic point. Send `lat` and `lon`, and optionally set `radius_m` to define the surrounding area to evaluate. The response returns a structured exposure result for that coordinate.

Use Climate Exposure when you need location-aware context inside mapping, insurance, real-estate, environmental, or asset-risk workflows. It fits cases where a user enters an address, a property is plotted on a map, or an internal system needs to assess exposure around a site before showing next-step actions.

The request schema is simple: latitude and longitude are required, and `radius_m` defaults to `2000` with a supported range from `100` to `50000`. That makes it easy to query a tight local area or widen the search radius when your analysis needs a larger buffer.

The output schema is flexible and returned as a JSON object, so you can integrate the exposure result into your own risk model, dashboard, or downstream enrichment pipeline.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/coordinate-climate-exposure
