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-6493591617
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5668539523,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "William Passmore",
        "dupr_id": "8DENYM",
        "rating": 4.446,
        "profile_pic_url": null,
        "location": "Wilmington, NC, US"
      },
      {
        "name": "Todd Talarico",
        "dupr_id": "XJKPVX",
        "rating": 4.205,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 6282357759,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Scott Nasiff",
        "dupr_id": "17JZZM",
        "rating": 5.046,
        "profile_pic_url": null,
        "location": "Southport, NC, US"
      },
      {
        "name": "Philip (Ski) Nizoloski",
        "dupr_id": "Z4DV7Q",
        "rating": 4.099,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]