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-6898681661
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 4423761754,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Geoff Guimaraes",
        "dupr_id": "2LR6OR",
        "rating": 3.663,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Michael Gauthier",
        "dupr_id": "MY6RZD",
        "rating": 3.93,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 5657047472,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Stephen Haughton",
        "dupr_id": "KX45W6",
        "rating": 4.04,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Johnny DiMasso",
        "dupr_id": "N7DR27",
        "rating": 4.095,
        "profile_pic_url": null,
        "location": "Lincoln, RI, US"
      }
    ]
  }
]