Plant Hardiness Zone

FREEMIUM
Durch Fireside Worldwide | Aktualisiert vor einem Monat | Weather
Popularität

9.1 / 10

Latenz

223ms

Service Level

100%

Health Check

100%

Follower: 8
API-Ersteller:
Rapid account: Fireside Worldwide
Fireside Worldwide
fireside-worldwide
Melden Sie sich bei Rate API an
Bewertung: 5 - Stimmen: 1

README

Plant Hardiness Zone API README

Overview

The Plant Hardiness Zone API allows users to retrieve the USDA plant hardiness zone associated with a specific United States ZIP code. This information can be used by gardeners, landscapers, and agriculturalists to determine which plants are most likely to thrive at a location.

Response Example

A successful request to the Plant Hardiness Zone API will yield a JSON object containing the hardiness zone and the queried ZIP code:

{
  "hardiness_zone": "13b",
  "zipcode": "00907"
}