---
title: US County Climate Search API
slug: search-climate-counties
url: https://apyhub.com/dosvak/service/search-climate-counties
provider: Dosvak LLC
categories: [Geolocation, Standard Data]
tags: [county-search, climate-data, geolocation, location-search, reference-data]
auth: api_key
---

# US County Climate Search API

Search counties by query with an optional limit. Useful for autocomplete, location lookup, and county-level climate data matching.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `` | What it does Searches for climate counties using a query string and returns a JSON object. The requ… | 100 |

## About

## What it does
Climate County Search lets you look up counties by a climate-related query string and returns a structured search response. Send a `query`, and optionally set `limit` to control how many matches you get back.

Use it when you need county-level lookup in a workflow that starts from a place name, region, or other climate-related term. The endpoint is designed for simple search, so it fits front-end autocomplete, internal admin tools, or data enrichment steps where you need to resolve a county from user input.

The request schema is small: `query` is required and must be at least 2 characters long, while `limit` defaults to 50 and can be set up to 200. The response schema is open-ended, so the service returns a structured search payload without promising fixed fields beyond the documented API contract.

If your application needs to match county names against climate-oriented searches, Climate County Search gives you a direct lookup endpoint with minimal input and a flexible response shape.

## Usage

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