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-4768892087
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5342795168,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Heather Fisher",
        "dupr_id": "VX5VD6",
        "rating": 2.77,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "David T Lawson",
        "dupr_id": "0RG6WX",
        "rating": 2.449,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 6480671977,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Shelley Dixon",
        "dupr_id": "KDGOG7",
        "rating": 3.01,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Paul  Van Caeseele",
        "dupr_id": "XKEX62",
        "rating": 2.896,
        "profile_pic_url": null,
        "location": "Nelson, BC, CA"
      }
    ]
  }
]