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-4610941322
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5224489236,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Patrick Olfert",
        "dupr_id": "8WNXKG",
        "rating": 4.521,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Breton bess",
        "dupr_id": "8D0YNY",
        "rating": 4.192,
        "profile_pic_url": null,
        "location": "Orem, UT, US"
      }
    ]
  },
  {
    "team_id": 6662311104,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Brodie Van Den Brink",
        "dupr_id": "YGYN2P",
        "rating": 3.67,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Andrew Dykstra",
        "dupr_id": "G52QYD",
        "rating": 3.67,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]