Plant Hardiness Zone

FREEMIUM
От Fireside Worldwide | Обновлено il y a un mois | Weather
Популярность

9.1 / 10

Задержка

223ms

Уровень обслуживания

100%

Health Check

100%

Подписчики: 8
Создатель API:
Rapid account: Fireside Worldwide
Fireside Worldwide
fireside-worldwide
Войдите, чтобы оценить API
Оценки: 5 - Голосов: 1

ПРОЧТИ МЕНЯ

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"
}