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-5157519728
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7716842667,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Vanessa Shin",
        "dupr_id": "N7PRYW",
        "rating": 4.152,
        "profile_pic_url": null,
        "location": "AZ, US"
      },
      {
        "name": "Tayson Willey",
        "dupr_id": "0PWM6G",
        "rating": 3.985,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 5381057337,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Mags Engelsman Ebel",
        "dupr_id": "4Q7LVV",
        "rating": 3.45,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Edward Barcello",
        "dupr_id": "QJ7KW5",
        "rating": 3.922,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]