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-7096279875
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 4868040619,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Laurens van der Sluijs",
        "dupr_id": "ZDDL0W",
        "rating": 4.915,
        "profile_pic_url": null,
        "location": "Ottawa, ON, CA"
      },
      {
        "name": "Rylan Hempell",
        "dupr_id": "JZJ6PD",
        "rating": 4.735,
        "profile_pic_url": null,
        "location": "Ottawa, ON, CA"
      }
    ]
  },
  {
    "team_id": 8271699332,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Eric Boisvert",
        "dupr_id": "PK5GYZ",
        "rating": 4.204,
        "profile_pic_url": null,
        "location": "Gatineau, QC, CA"
      },
      {
        "name": "Alexandre Legault",
        "dupr_id": "2Q5O7R",
        "rating": 4.714,
        "profile_pic_url": null,
        "location": "Gatineau, QC, CA"
      }
    ]
  }
]