返回检索中心
匹克球对决数据双打对决 (Doubles)高级 / 中高级 (Advanced 3.5+)

last week - Spring '26

ID: 5001530069

对局比分

10-15

获胜 / Win

对决日期

2026-03-30

对局时间 (估算)

6:15 AM

对决场地

PickleX

未核实场馆

对决竞争阵营

阵营 1负方
RR
Royce Richter

1N6PGW · Eden Prairie, MN, US

DUPR

3.732

JJ
Jay Jallo

2L0Z2Y · MN, US

DUPR

3.611

阵营 2胜方
BB
Bill Blegen

8GZO0M · Shorewood, MN, US

DUPR

3.838

BM
Bob Marshall

2QMW99 · Minneapolis, MN, US

DUPR

3.879

数据访问 (AI / 开发者)

提供机器可读的数据接口,支持大语言模型和智能体抓取与调用。

cURL Request:

curl -H "Accept: application/json" \
  https://picklegravity.com/api/knowledge/match-5001530069
显示原始对决元数据 JSON
[
  {
    "team_id": 7086805001,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Royce Richter",
        "dupr_id": "1N6PGW",
        "rating": 3.732,
        "profile_pic_url": null,
        "location": "Eden Prairie, MN, US"
      },
      {
        "name": "Jay Jallo",
        "dupr_id": "2L0Z2Y",
        "rating": 3.611,
        "profile_pic_url": null,
        "location": "MN, US"
      }
    ]
  },
  {
    "team_id": 7958689888,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Bill Blegen",
        "dupr_id": "8GZO0M",
        "rating": 3.838,
        "profile_pic_url": null,
        "location": "Shorewood, MN, US"
      },
      {
        "name": "Bob Marshall",
        "dupr_id": "2QMW99",
        "rating": 3.879,
        "profile_pic_url": null,
        "location": "Minneapolis, MN, US"
      }
    ]
  }
]