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-7386865161
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6161274746,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Talia Saunders",
        "dupr_id": "8WDMRK",
        "rating": 5.347,
        "profile_pic_url": null,
        "location": "SA, AU"
      },
      {
        "name": "Kyle Whatnall",
        "dupr_id": "16N09Q",
        "rating": 5.676,
        "profile_pic_url": null,
        "location": "Auckland, Auckland, NZ"
      }
    ]
  },
  {
    "team_id": 7904305977,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Andie Dikosavljevic",
        "dupr_id": "V7N4R7",
        "rating": 5.507,
        "profile_pic_url": null,
        "location": "QLD, AU"
      },
      {
        "name": "Robert Claveria Stirling",
        "dupr_id": "4L5Y9K",
        "rating": 5.757,
        "profile_pic_url": null,
        "location": "QLD, AU"
      }
    ]
  }
]