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-8294849592
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6795433717,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Yee Lam Isabelle Xiong",
        "dupr_id": "7JRLJ4",
        "rating": 4.434,
        "profile_pic_url": null,
        "location": "Dallas, TX, US"
      },
      {
        "name": "Anderson Lee",
        "dupr_id": "0YGDNX",
        "rating": 4.597,
        "profile_pic_url": null,
        "location": "Dallas, TX, US"
      }
    ]
  },
  {
    "team_id": 7235203789,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Dally Halbrooks",
        "dupr_id": "QPVDXN",
        "rating": 4.014,
        "profile_pic_url": null,
        "location": "Moore, OK, US"
      },
      {
        "name": "Austin Wayne Christopher",
        "dupr_id": "8DJYZM",
        "rating": 4.446,
        "profile_pic_url": null,
        "location": "Moore, OK, US"
      }
    ]
  }
]