---
title: US State Climate Summary API
slug: state-climate-summary
url: https://apyhub.com/dosvak/service/state-climate-summary
provider: Dosvak LLC
categories: [Geolocation, Standard Data]
tags: [climate-data, state-data, geolocation, reference-data, regional-lookup]
auth: api_key
---

# US State Climate Summary API

Get climate information for a U.S. state by full name. Useful for location-aware apps, regional dashboards, and state-level lookups.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/:state_name` | What it does Retrieves the climate summary for a specific state identified by its full state name.… | 100 |

## About

## What it does
State Climate Summary returns climate information for a U.S. state when you send its full name. Provide `state_name` and get back the API response for that state, with the response shape determined by the service.

Use it when you need state-level climate data in an application flow, dashboard, or internal lookup without maintaining your own reference dataset. The endpoint is a straightforward read operation: one state name in, one climate summary response out.

Because the output schema is open-ended, treat the response as a structured climate summary rather than a fixed set of fields. That makes State Climate Summary useful when you want to retrieve the service's latest state-specific climate payload and pass it through to your own UI, reporting layer, or downstream logic.

Typical uses include state selectors in planning tools, regional analytics, and location-aware workflows that need a climate summary tied to a specific U.S. state.

## Usage

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