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-7670083660
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7835320804,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Dave Schaffner",
        "dupr_id": "4VXLXG",
        "rating": 5.091,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Michael Larson",
        "dupr_id": "RDLVKZ",
        "rating": 3.573,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 5511088827,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Jimmy Phommachanh",
        "dupr_id": "GX49KM",
        "rating": 2.838,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "William Thammavongsa",
        "dupr_id": "V6OVQ7",
        "rating": 2.941,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]