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-8540462751
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6938956138,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Thatcher Schwendiman",
        "dupr_id": "8JE5D3",
        "rating": 5.411,
        "profile_pic_url": null,
        "location": "Sandy, UT, US"
      },
      {
        "name": "Shae Spencer",
        "dupr_id": "8DZJVM",
        "rating": 4.524,
        "profile_pic_url": null,
        "location": "Orem, UT, US"
      }
    ]
  },
  {
    "team_id": 8433520044,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Suzanne Chuparkoff",
        "dupr_id": "8KN6Z7",
        "rating": 4.536,
        "profile_pic_url": null,
        "location": "Ann Arbor, MI, US"
      },
      {
        "name": "Kallan Arledge",
        "dupr_id": "59RWQR",
        "rating": 5.52,
        "profile_pic_url": null,
        "location": "Galena, OH, US"
      }
    ]
  }
]