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-7898007462
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7953414935,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Benjamin Van Hout",
        "dupr_id": "8447JV",
        "rating": 4.702,
        "profile_pic_url": null,
        "location": "Woodstock, GA, US"
      },
      {
        "name": "Adi Zilberstein",
        "dupr_id": "8GPPMQ",
        "rating": 5.128,
        "profile_pic_url": null,
        "location": "Richmond, CA, US"
      }
    ]
  },
  {
    "team_id": 4508977340,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Felix Schumann",
        "dupr_id": "KO0D57",
        "rating": 4.671,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "shadd mcknight",
        "dupr_id": "8EVGPE",
        "rating": 4.593,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]