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-7325214870
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5862252092,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "John Szewczyk",
        "dupr_id": "8M5M5V",
        "rating": 3.618,
        "profile_pic_url": null,
        "location": "Wheeling, IL, US"
      },
      {
        "name": "Jonathan Nii",
        "dupr_id": "MY9J5P",
        "rating": 3.776,
        "profile_pic_url": null,
        "location": "Palatine, IL, US"
      }
    ]
  },
  {
    "team_id": 4442639531,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Amirthalingam Ramanathan",
        "dupr_id": "QJE07R",
        "rating": 3.808,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Arivoli Nedumaran",
        "dupr_id": "0QN4DQ",
        "rating": 4.378,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]