
全国停车场实时数据查询
提供全国69个城市12万个停车场实时数据的查询(包含停车场位置,车位数,剩余车位、费用等信息,动态数据20分钟更新一次,静态数据每月更新一次) 应用于互联网停车平台、智能停车场、城市停车系统等停车新兴行业;另外也可用于商业、旅游、商家店铺的选址,支持的城市列表请联系客服。
价格: ¥0
交付方式:API
付费模式:
按量付费
套餐规格:
0元/5次(免费试用)
100元/500次(≈0.2元/次)
600元/4000次(≈0.15元/次)
1000元/1万次(≈0.1元/次)
使用年限:
1年
接口地址 : https://openapi.chinaz.net/v1/1014/parklist
返回格式 : JSON
请求方式 : GET
请求参数:
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
city | string | 是 | 城市 |
page | int | 否 | 页码(默认1) |
pagesize | int | 否 | 每页的数量(默认:10,最大:50) |
APIKey | string | 是 | 申请接口时获取的APIKey值 |
ChinazVer | string | 是 | 接口版本号 |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
status | string | 状态码 |
msg | string | 状态码描述 |
result | string | 具体返回内容 |
result.total | string | 总数量 |
result.list | string | 停车场列表 |
result.list.name | string | 停车场名称 |
result.list.type | string | 停车场类型 |
result.list.province | string | 省份名 |
result.list.city | string | 城市名 |
result.list.area | string | 区域名 |
result.list.address | string | 地址 |
result.list.lng | float | 经度(百度经纬度) |
result.list.lat | float | 纬度(百度经纬度) |
result.list.num | int | 总车位数 |
result.list.leftnum | int | 剩余车位数 |
result.list.price | float | 价格 |
result.list.priceunit | string | 价格单位 |
result.list.pricedesc | string | 收费描述 |
result.list.canbook | string | 是否可预订 |
result.list.bookprice | float | 预订价格 |
result.list.piclist | string | 停车场图片列表 |
result.list.pid | int | 停车场ID |
正确的返回示例:
错误的返回示例: