Climate Zone API
收藏RapidAPI2026-04-16 更新2026-03-30 收录
下载链接:
https://rapidapi.com/onepixeloff-onepixeloff-default/api/climate-zone-api
下载链接
链接失效反馈官方服务:
资源简介:
Retrieve plant hardiness zone and frost date data for any coordinate worldwide (global). Returns USDA-compatible hardiness zone, average annual extreme minimum temperature, and probabilistic last spring / first fall frost dates. Data is derived from ERA5-Land (Copernicus/ECMWF) gridded climate data at 9 km resolution.
---
Already powering the smart planner at https://cropnine.com.
创建时间:
2026-04-16
原始信息汇总
Climate Zone API 数据集概述
基本信息
- 数据集名称:Climate Zone API(亦称 Crop9 Climate API)
- 类别:Weather
- 提供商:One Pixel Off
- 数据来源:ERA5-Land (Copernicus/ECMWF)
- 空间分辨率:9 km 网格
- 覆盖范围:全球(包括南半球)
- 数据时间范围:基于1991–2020年的统计平均值(34年数据)
功能描述
该API为开发者和园艺应用程序提供基于地理位置的气候数据。通过提交经纬度坐标,可获取完整的霜冻和耐寒性资料,包括:
- USDA植物耐寒性分区
- 年平均极端最低气温
- 春季和秋季在不同概率阈值(10%、50%、90%)下的霜冻日期估计
主要用途
- 花园规划与日程安排应用程序
- 农业仪表板和农场管理工具
- 保险或物流的气候风险工具
- 涵盖园艺或气候科学的教育平台
API端点
- 端点:
GET /climate - 查询参数:
lat(float, 必需): 纬度 (-90 到 90)lon(float, 必需): 经度 (-180 到 180)
响应字段
| 字段 | 描述 |
|---|---|
hardiness_zone |
USDA植物耐寒性分区(例如 6b) |
avg_annual_extreme_min_c |
年平均极端最低气温,单位为摄氏度 |
last_spring_frost_date_avg |
春季最后霜冻日的平均日期 |
last_spring_frost_date_50pct |
春季最后霜冻日的中位数日期——50%的年份霜冻在此日期前结束 |
last_spring_frost_date_10pct_risk |
安全种植日期——此日期后仅有10%的概率出现霜冻 |
first_fall_frost_date_avg |
秋季首次霜冻日的平均日期 |
first_fall_frost_date_50pct |
秋季首次霜冻日的中位数日期——50%的年份霜冻在此日期前到来 |
first_fall_frost_date_90pct_safe |
生长季的保守结束日期——仅有10%的概率霜冻在此日期前到来 |
dates_format |
所有日期字段使用的格式:"dd-mm" |
data_source |
数据来源:"ERA5-Land (Copernicus/ECMWF)" |
grid_resolution_km |
基础数据的空间分辨率:9 km |
示例请求与响应
-
请求示例:
GET /climate?lat=40.7128&lon=-74.0060
-
响应示例: json { "hardiness_zone": "7b", "avg_annual_extreme_min_c": -13.2, "last_spring_frost_date_avg": "05-04", "last_spring_frost_date_50pct": "28-03", "last_spring_frost_date_10pct_risk": "20-04", "first_fall_frost_date_avg": "12-11", "first_fall_frost_date_50pct": "18-11", "first_fall_frost_date_90pct_safe": "02-11", "dates_format": "dd-mm", "data_source": "ERA5-Land (Copernicus/ECMWF)", "grid_resolution_km": 9 }
重要说明
- 所有霜冻日期均使用
dd-mm格式,代表1991–2020年间的统计平均值,而非预测。 10pct_risk和90pct_safe字段是用于种植和季末规划的最保守估计。- 该API已应用于 https://cropnine.com 的智能规划器,在生产环境中得到验证。
订阅计划
- BASIC: $0.00 / 月
- PRO ⭐️: $2.00 / 月
- PRO: $0.00 / 月
- ULTRA: $4.00 / 月
性能指标
- 流行度: 8.9
- 服务等级: 100%
- 延迟: 16ms
- 测试状态: N/A



