文档
测试

查询自动站分钟数据(主要素)

POST
http://10.23.100.169/apis/awsminute/list

接口描述

查询自动站分钟数据(主要素)

请求头

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

请求参数

参数名
类型
描述
必填
id
string
必须为 Statin_minute_data
必填
params
object
数据字典
必填
from
number
开始请求的序号,默认为0
必填
size
number
一次性请求的最多的站点数量,默认为200
必填

响应参数

参数名
类型
描述
必填
took
int
示例:16
必填
timed_out
boolean
示例:false
必填
_shards
object
数据字典
必填
total
int
示例:5
必填
successful
int
示例:5
必填
skipped
int
示例:0
必填
failed
int
示例:0
必填
hits
object
数据字典
必填
total
int
示例:95
必填
max_score
float
示例:8.339246
必填
hits
array
数据列表
必填
_index
string
示例:rpms_minute_main_data_idx
必填
_type
string
示例:MinuteMainData
必填
_id
string
示例:-1389082096
必填
_score
float
示例:8.339246
必填
_source
object
数据字典
必填
id
string
示例:-1389082096
必填
observeTime
string
示例:2022-09-07 03:58:00
必填
prsSensorAlti
int
示例:140.8
必填
timeScale
string
示例:minute
必填
createAt
string
示例:2022-09-07 11:58:53
必填
prs
int
示例:1021.6
必填
temp
float
示例:27
必填
rhu
int
示例:79
必填
winDAvg1mi
int
示例:115
必填
winSAvg1mi
float
示例:1.8
必填
tempMax
float
示例:15.5
必填
tempMin
float
示例:12.5
必填
lgst
float
示例:29.9
必填
gst
float
示例:34.5
必填
gst5
float
示例:34.5
必填
gst10
float
示例:34.5
必填
gst15
float
示例:34.5
必填
gst20
float
示例:34.5
必填
gst40
float
示例:34.5
必填
source
string
示例:cmiss
必填
dataSource
string
示例:cmiss
必填
staName
string
示例:厦门
必填
province
string
示例:福建省
必填
city
string
示例:厦门市
必填
cnty
string
示例:思明区
必填
town
string
示例:
必填
repCorrId
string
示例:000
必填
staId
string
示例:59134
必填
staIdD
string
示例:59134
必填
lat
float
示例:24.49
必填
lon
float
示例:118.08
必填
alti
float
示例:139.6
必填
stationType
string
示例:0
必填
stationLevl
string
示例:12
必填
createAt
string
示例:2021-11-14 08:04:59
必填
adminCodeCHN
string
示例:350203
必填
year
int
示例:2022
必填
month
int
示例:9
必填
day
int
示例:7
必填
hour
int
示例:3
必填
minute
int
示例:58
必填

说明 / 示例

## 自动站数据的时间说明 涉及自动站的所有接口中的时间均为世界时,即比北京时间少8小时,在展示时需要进行相应处理,如: ```js var realDate=new Date(new Date(utc).getTime()+8*3600*1000) ``` ## 请求参数说明 请求body中的id参数必须为"Statin_minute_data"(不含引号) 请求body参数为json格式,一个正常的请求body如下: ```json { "id":"Statin_minute_data", "params":{ "*":"*" } } ``` ### 返回结果字段 >要素代码 要素名称 单位 observeTime 观测时间 prsSensorAlti 气压传感器海拔高度 米 timeScale createAt 创建时间 prs 气压 百帕 temp 温度/气温 摄氏度(℃) rhu 相对湿度 百分率 winDAvg1mi 1分钟平均风向 度 winSAvg1mi 1分钟平均风速 米/秒 lgst 草面(雪面)温度 摄氏度(℃) gst 地面温度 摄氏度(℃) gst5 5cm地温 摄氏度(℃) gst10 10cm地温 摄氏度(℃) gst15 15cm地温 摄氏度(℃) gst20 20cm地温 摄氏度(℃) gst40 40cm地温 摄氏度(℃) source dataSource staName 站名 province 省份 city 地市 cnty 区县 town 乡镇 repCorrId 更正报标志 staId 区站号(字符) staIdD 区站号(数字) lat lon alti stationType stationLevl adminCodeCHN year month day hour minute