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-4556161889
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5586198442,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Alexandria Nemeth",
        "dupr_id": "XKMRVR",
        "rating": 3.907,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Jessica Van Coppenolle",
        "dupr_id": "OW6VVL",
        "rating": 3.231,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 4573999093,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Jannel Phillips",
        "dupr_id": "1NN74Z",
        "rating": 4.013,
        "profile_pic_url": null,
        "location": "Livonia, MI, US"
      },
      {
        "name": "Laura Ouellette",
        "dupr_id": "3YNYZP",
        "rating": 3.854,
        "profile_pic_url": null,
        "location": "Chelsea, MI, US"
      }
    ]
  }
]