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-6493694602
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 4438306971,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Dave Schaffner",
        "dupr_id": "4VXLXG",
        "rating": 5.181,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Benjamin Nelson",
        "dupr_id": "PPRYKE",
        "rating": 3.944,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 7135246017,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Michael Larson",
        "dupr_id": "RDLVKZ",
        "rating": 3.581,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "James Nelson",
        "dupr_id": "M9W7XP",
        "rating": 4.665,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]