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-7786169409
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7578163573,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Shanae Brumfield",
        "dupr_id": "0YK5JG",
        "rating": 3.523,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Andrey Tames San Lee",
        "dupr_id": "EG497J",
        "rating": 3.895,
        "profile_pic_url": null,
        "location": "Heredia Province, CR"
      }
    ]
  },
  {
    "team_id": 6381181484,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Mari Willis",
        "dupr_id": "8KD27Q",
        "rating": 3.663,
        "profile_pic_url": null,
        "location": "Fernley, NV, US"
      },
      {
        "name": "Troy Roberts",
        "dupr_id": "9J646R",
        "rating": 3.806,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]