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-6601741847
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 8519058643,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Nancy Ferguson",
        "dupr_id": "RY952M",
        "rating": 4.929,
        "profile_pic_url": null,
        "location": "NSW, AU"
      },
      {
        "name": "Barry Oliver George Gray",
        "dupr_id": "3545LL",
        "rating": 5.249,
        "profile_pic_url": null,
        "location": "Shailer Park, QLD, AU"
      }
    ]
  },
  {
    "team_id": 8175185973,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Selina Turulja",
        "dupr_id": "YG6DZE",
        "rating": 5.697,
        "profile_pic_url": null,
        "location": "NSW, AU"
      },
      {
        "name": "Zachary Grabovic",
        "dupr_id": "17JWJ0",
        "rating": 5.649,
        "profile_pic_url": null,
        "location": "Southbank, VIC, AU"
      }
    ]
  }
]