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-6291804501
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6253599919,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Jean Benoit Lanoville",
        "dupr_id": "W6VJLY",
        "rating": 4.385,
        "profile_pic_url": null,
        "location": "Sainte-Catherine, QC, CA"
      },
      {
        "name": "Robert Bourcier",
        "dupr_id": "0ZOY4Q",
        "rating": 4.323,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 8058745496,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "terrence dobson",
        "dupr_id": "67KWLG",
        "rating": 4.49,
        "profile_pic_url": null,
        "location": "Ottawa, ON, CA"
      },
      {
        "name": "Shane Soto",
        "dupr_id": "949JPJ",
        "rating": 4.333,
        "profile_pic_url": null,
        "location": "Ottawa, ON, CA"
      }
    ]
  }
]