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-6058097335
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 4940815951,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Keith Baltazar",
        "dupr_id": "VXWPXJ",
        "rating": 4.344,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Clayton Truex",
        "dupr_id": "84P0Y2",
        "rating": 5.009,
        "profile_pic_url": null,
        "location": "Kirkland, WA, US"
      }
    ]
  },
  {
    "team_id": 4356610857,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Halldor Heidar Hallsson",
        "dupr_id": "D9YDLX",
        "rating": 3.706,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Gaurav Malse",
        "dupr_id": "RX7OJQ",
        "rating": 3.694,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]