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-5997093355
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7790646833,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Kevin Getz",
        "dupr_id": "YNDRRE",
        "rating": 3.629,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Frank Brummer",
        "dupr_id": "ZNDV0L",
        "rating": 3.778,
        "profile_pic_url": null,
        "location": "Jackson, WY, US"
      }
    ]
  },
  {
    "team_id": 7306328043,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Christopher Steele",
        "dupr_id": "W6KJXY",
        "rating": 3.931,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Harun Ajanovic",
        "dupr_id": "8W7Y5G",
        "rating": 4.429,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]