---
title: US Top Climate Risk Counties API
slug: top-risk-counties
url: https://apyhub.com/dosvak/service/top-risk-counties
provider: Dosvak LLC
categories: [Geolocation, Standard Data]
tags: [climate-risk, county-data, risk-ranking, geospatial-analytics, location-intelligence]
auth: api_key
---

# US Top Climate Risk Counties API

Get a ranked list of high-risk counties, with an optional limit up to 200. Useful for climate dashboards, planning tools, and location analysis.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `` | What it does Returns the top risk counties, with an optional limit query parameter to control how m… | 100 |

## About

## What it does
Top Risk Counties returns a ranked list of counties with the highest climate risk. Send an optional `limit` query parameter to control how many counties you get back, up to 200.

Use Top Risk Counties when you need a simple risk-ranked county list for dashboards, planning tools, or internal reporting. The response schema is open-ended, so you should treat the payload as a structured county-risk result rather than rely on fixed fields beyond the endpoint contract.

Because the output is already ordered by risk, it fits workflows that compare locations, surface high-priority areas, or feed a map and analytics layer. If you are building a climate-aware product, this endpoint gives you the high-risk county slice without requiring you to compute the ranking yourself.

## Usage

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