汽油价格
https://api.5k4.cn/api/fuel-price接口描述
汽油价格
请求参数
请求示例
var axios = require('axios')
var config = {
method: 'get',
url: ''
}
axios(config)
.then(function (response) {
console.log(JSON.stringify(response.data))
})
.catch(function (error) {
console.log(error)
})axios
ajax
fetch
xhr
php
python
返回示例
{
"code": 200,
"message": "获取成功,官网 https://api.5k4.cn,开发者微信 qxbn22",
"data": {
"region": "北京",
"items": [
{
"name": "92#汽油",
"price": 6.84,
"price_desc": "6.84 元/升"
},
{
"name": "95#汽油",
"price": 7.28,
"price_desc": "7.28 元/升"
},
{
"name": "98#汽油",
"price": 8.78,
"price_desc": "8.78 元/升"
},
{
"name": "0#柴油",
"price": 6.52,
"price_desc": "6.52 元/升"
}
],
"link": "http://www.qiyoujiage.com/beijing.shtml",
"updated": "2025/12/17 18:06:53",
"updated_at": 1765966013700
}
}