文档
测试

查询自动站森林火险等级

POST
http://10.23.100.169/apis/fr_d/list

接口描述

获取自动站森林火险指数和等级

请求参数

参数名
类型
描述
必填
apikey
string
您的授权密钥
必填
content-type
string
示例:application/json
必填

响应参数

参数名
类型
描述
必填
id
string
必须为: fr_d_bytime
必填
params
object
数据字典
必填
start
int
开始时间(包含)示例 : 202212080000
必填
end
int
结束时间(包含)示例: 202212080000
必填
from
int
示例:0
可选
end
int
示例:200
可选

说明 / 示例

## 请求参数说明 请求body中的id参数必须为"fr_d_bytime"(不含引号) 请求body参数为json格式,一个正常的请求body如下: ```json { "id":"fr_d_bytime", "params":{ "start":202212080000, "end":202212080000 } } ``` ## 返回结果说明 本接口返回结果如下: ```json { "took": 4, "timed_out": false, -"_shards": { "total": 5, "successful": 5, "skipped": 0, "failed": 0 }, -"hits": { "total": 172, "max_score": null, -"hits": [-{ "_index": "fr_d", "_type": "_doc", "_id": "F2139_202212080000", "_score": null, -"_source": { "sta": "F2139", "time": "202212080000", "idx": 60, "lev": 3, "timestamp": 1670428800000, "sta_name": "京口岩1", "_timestamp_op": 1670570039758 }, -"sort": [ 1670428800000 ] }, } ``` ### 自动站返回结果字段 >要素代码 要素名称 单位 sta 站点编号 time 时间 idx 森林火险指数 lev 森林火险等级 timestamp 时间戳 sta_name 站点名称 _timestamp_op 时间戳