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-4695951004
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6774922077,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Kevin O’Riordan",
        "dupr_id": "NYQ997",
        "rating": 4.075,
        "profile_pic_url": null,
        "location": "The Villages, FL, US"
      },
      {
        "name": "michael krohn",
        "dupr_id": "9PRJER",
        "rating": 3.94,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 6482056474,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Chip Leccese",
        "dupr_id": "55JWR0",
        "rating": 4.204,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "William Shoemaker",
        "dupr_id": "GWPPYM",
        "rating": 4.096,
        "profile_pic_url": null,
        "location": "The Villages, FL, US"
      }
    ]
  }
]