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-5679532212
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6496508783,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Bennett Lieberman",
        "dupr_id": "76JQD9",
        "rating": 2.792,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Clifford Sobin",
        "dupr_id": "W6NLYY",
        "rating": 4.888,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 8027948534,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Kevin Getz",
        "dupr_id": "YNDRRE",
        "rating": 3.625,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Frank Brummer",
        "dupr_id": "ZNDV0L",
        "rating": 3.772,
        "profile_pic_url": null,
        "location": "Jackson, WY, US"
      }
    ]
  }
]