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-4425416293
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 4779457380,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Susan Coffeen",
        "dupr_id": "7N56E0",
        "rating": 3.533,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Fran Webb",
        "dupr_id": "7ZK9XM",
        "rating": 3.318,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 7573590241,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Suzanne Mandler",
        "dupr_id": "3Y05VG",
        "rating": 3.386,
        "profile_pic_url": null,
        "location": "Franklin, NC, US"
      },
      {
        "name": "Denise Ann Hennesy",
        "dupr_id": "59WX4P",
        "rating": 3.712,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]