Back to Search

Agent Data Access (API)

Sovereign machine-readable APIs for AI search agents and crawler endpoints.

cURL Request:

curl -H "Accept: application/json" \
  https://picklegravity.com/api/knowledge/match-7806538180
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7190729294,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Vimilyn Wijedasa Jie Ying",
        "dupr_id": "EG7Z5O",
        "rating": 3.596,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Shing Yau Mang",
        "dupr_id": "XJWO97",
        "rating": 4.44,
        "profile_pic_url": null,
        "location": "Singapore, SG"
      }
    ]
  },
  {
    "team_id": 6114448464,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Amanda Teo",
        "dupr_id": "YXZ2ED",
        "rating": 4.476,
        "profile_pic_url": null,
        "location": "Singapore, SG"
      },
      {
        "name": "Christopher Encarnacion",
        "dupr_id": "QP970N",
        "rating": 4.666,
        "profile_pic_url": null,
        "location": "Cebu City, Central Visayas, PH"
      }
    ]
  }
]