三角洲小涛查
首页三角洲小涛查接口必读
首页三角洲小涛查接口必读
  1. 子弹相关
  • 《三角洲行动》AcgIce的API列表
  • 【必看】基本要求与共建和谐三角洲玩家社区
  • 钥匙卡相关
    • 今日钥匙卡低价预测
      GET
    • 明日钥匙卡低价预测
      GET
    • 钥匙卡价格TOP排行榜
      GET
  • 子弹相关
    • 子弹自选包收益
      GET
    • 子弹价格TOP排行榜
      GET
    • 昨日倒子弹最高收益
      GET
  • 特约人员接口
    • 即将开放
      • 获取物品列表
      • 72小时折线图
      • 30天折线图
    • 官方ID转物料ID
      GET
    • 通用价格快查
      GET
  • 实时交易行
    • 实时交易行数据推送
      POST
  • 特勤处制造利润
    GET
  • 今日密码
    GET
  1. 子弹相关

昨日倒子弹最高收益

GET
/sjz/ammo_zr_yc
每日更新。建议数据缓存到今日结束。
获取前8收益子弹排名。
注意:收益计算已扣除手续费和保证金

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/sjz/ammo_zr_yc?grade=-1'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "message": "成功",
    "msg": "成功",
    "data": [
        {
            "bl": 53,
            "grade": 4,
            "hour_max": 13,
            "hour_min": 8,
            "id": 31,
            "name": ".50 AE FMJ",
            "pic": "https://playerhub.df.qq.com/playerhub/60004/object/gun/ammo/50-AE.png",
            "price_max": 1330,
            "price_min": 757,
            "profit": 400.1
        },
        {
            "bl": 28,
            "grade": 3,
            "hour_max": 22,
            "hour_min": 4,
            "id": 53,
            "name": "12 Gauge 8.5毫米鹿弹",
            "pic": "https://playerhub.df.qq.com/playerhub/60004/object/gun/ammo/12-Gauge.png",
            "price_max": 378,
            "price_min": 256,
            "profit": 72.86
        },
        {
            "bl": 17,
            "grade": 3,
            "hour_max": 22,
            "hour_min": 7,
            "id": 51,
            "name": ".357 Magnum JHP",
            "pic": "https://playerhub.df.qq.com/playerhub/60004/object/gun/ammo/357-Magnum.png",
            "price_max": 616,
            "price_min": 457,
            "profit": 78.92
        },
        {
            "bl": 17,
            "grade": 3,
            "hour_max": 23,
            "hour_min": 5,
            "id": 55,
            "name": "12 Gauge独头 FTX",
            "pic": "https://playerhub.df.qq.com/playerhub/60004/object/gun/ammo/12-Gauge.png",
            "price_max": 399,
            "price_min": 297,
            "profit": 50.13
        },
        {
            "bl": 16,
            "grade": 3,
            "hour_max": 19,
            "hour_min": 4,
            "id": 46,
            "name": "9x19mm RIP",
            "pic": "https://playerhub.df.qq.com/playerhub/60004/object/gun/ammo/9x19mm.png",
            "price_max": 750,
            "price_min": 564,
            "profit": 88.5
        },
        {
            "bl": 10,
            "grade": 3,
            "hour_max": 23,
            "hour_min": 6,
            "id": 54,
            "name": "12 Gauge 箭形弹",
            "pic": "https://playerhub.df.qq.com/playerhub/60004/object/gun/ammo/12-Gauge.png",
            "price_max": 524,
            "price_min": 413,
            "profit": 42.88
        },
        {
            "bl": 9,
            "grade": 3,
            "hour_max": 23,
            "hour_min": 11,
            "id": 42,
            "name": "7.62x51mm BPZ",
            "pic": "https://playerhub.df.qq.com/playerhub/60004/object/gun/ammo/7.62x51mm.png",
            "price_max": 633,
            "price_min": 507,
            "profit": 43.71
        },
        {
            "bl": 8,
            "grade": 3,
            "hour_max": 19,
            "hour_min": 4,
            "id": 48,
            "name": "5.7x28mm R37.F",
            "pic": "https://playerhub.df.qq.com/playerhub/60004/object/gun/ammo/5.7x28mm.png",
            "price_max": 557,
            "price_min": 449,
            "profit": 35.59
        }
    ]
}
修改于 2025-08-10 02:50:14
上一页
子弹价格TOP排行榜
下一页
获取物品列表
Built with