机场信息接口

接口类型: 工具类型接口

scope: public

功能: 获取机场相关信息

资源URL

GET: v1/airport

请求参数:

参数名 类型 说明
code string 机场三字码
terminal string(可选) 机场航站楼

使用示例:

curl -X GET 
-H "Content-Type: application/x-www-form-urlencoded" 
-H 'Authorization: Bearer domain|{access_token}' 
'https://api.xiaojukeji.com/v1/airport?code=PEK'

返回字段说明:

参数名 类型 说明
name string 机场名称
addr string 机场地址
lat float 机场纬度
lng float 机场经度
code string 机场三字码
terminal string 航站楼

返回示例:

成功:http status 200,失败:http status 非200

[
    {
        "name":"首都机场T3航站楼",
        "addr":"北京市顺义区二经路",
        "lat":"40.056310",
        "lng":"116.614670",
        "code":"PEK",
        "terminal":"T3"
    },
    {
        "name":"首都机场T1航站楼",
        "addr":"北京市顺义区首都机场路",
        "lat":"40.079080",
        "lng":"116.587980",
        "code":"PEK",
        "terminal":"T1"
    }
]

results matching ""

    No results matching ""