---
title: US County Climate Profile API
slug: county-climate-profile
url: https://apyhub.com/dosvak/service/county-climate-profile
provider: Dosvak LLC
categories: [Geolocation, Standard Data]
tags: [climate-data, county-fips, geolocation, us-counties, environmental-data]
auth: api_key
---

# US County Climate Profile API

Look up county climate information from a 5-digit FIPS code. Useful for geospatial enrichment, regional reporting, and county-based analytics.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/:county_fips` | What it does Retrieves a county climate profile for the county identified by the countyfips path pa… | 100 |

## About

## What it does
County Climate Profile returns climate information for a U.S. county when you send a 5-digit county FIPS code in `county_fips`. The response schema is open-ended, so the API returns a climate profile object without exposing a fixed field list in the spec.

Use it when you need county-level climate context in a workflow that starts with geography. For example, you can look up a county before joining weather, land-use, insurance, agriculture, or environmental datasets keyed by FIPS. It also fits validation steps where your application needs to confirm that a county identifier can be resolved into climate-related data.

Because the endpoint is keyed by FIPS, it is easy to wire into systems that already store U.S. county records. Send the county code and use the returned climate profile in dashboards, scoring pipelines, mapping tools, or regional reporting. The API is designed for direct lookup rather than bulk analysis, so it works well as a single-record enrichment step inside larger geospatial or analytics jobs.

## Usage

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