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-6092641619
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6172771193,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Kyle Whatnall",
        "dupr_id": "16N09Q",
        "rating": 5.679,
        "profile_pic_url": null,
        "location": "Auckland, Auckland, NZ"
      },
      {
        "name": "Santhosh Narayanan",
        "dupr_id": "8GKLRG",
        "rating": 5.972,
        "profile_pic_url": null,
        "location": "Chennai, TN, IN"
      }
    ]
  },
  {
    "team_id": 7129458041,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Robert Claveria Stirling",
        "dupr_id": "4L5Y9K",
        "rating": 5.794,
        "profile_pic_url": null,
        "location": "QLD, AU"
      },
      {
        "name": "Prycen Haas",
        "dupr_id": "17RN40",
        "rating": 5.509,
        "profile_pic_url": null,
        "location": "Wien, Wien, AT"
      }
    ]
  }
]