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-6893394834
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5785688868,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Michael Thai Pham",
        "dupr_id": "NY6GJW",
        "rating": 4.851,
        "profile_pic_url": null,
        "location": "Moore, OK, US"
      },
      {
        "name": "Austin Wayne Christopher",
        "dupr_id": "8DJYZM",
        "rating": 4.452,
        "profile_pic_url": null,
        "location": "Moore, OK, US"
      }
    ]
  },
  {
    "team_id": 5418542701,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Jeremy Lindenau",
        "dupr_id": "1Q495R",
        "rating": 4.386,
        "profile_pic_url": null,
        "location": "Edmond, OK, US"
      },
      {
        "name": "Jason workman",
        "dupr_id": "1NVLJW",
        "rating": 4.407,
        "profile_pic_url": null,
        "location": "Oklahoma City, OK, US"
      }
    ]
  }
]