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-5543779799
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 4677765202,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Jean Benoit Lanoville",
        "dupr_id": "W6VJLY",
        "rating": 4.396,
        "profile_pic_url": null,
        "location": "Sainte-Catherine, QC, CA"
      },
      {
        "name": "Alexandra Bourcier",
        "dupr_id": "EL5GQM",
        "rating": 4.094,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 5987813753,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Shane Soto",
        "dupr_id": "949JPJ",
        "rating": 4.325,
        "profile_pic_url": null,
        "location": "Ottawa, ON, CA"
      },
      {
        "name": "MariePier Sabourin",
        "dupr_id": "5E5Y6V",
        "rating": 3.827,
        "profile_pic_url": null,
        "location": "Ottawa, ON, CA"
      }
    ]
  }
]