Plant Hardiness Zone

免费增值
通过 Fireside Worldwide | 已更新 hace un mes | Weather
人气

9.1 / 10

延迟

223ms

服务等级

100%

Health Check

100%

关注者:8
API 创建者:
Rapid account: Fireside Worldwide
Fireside Worldwide
fireside-worldwide
登录并给 API 打分
打分:5 - 投票: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"
}