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-8400916889
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 8063668393,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Anthony Pettway",
        "dupr_id": "W66QOK",
        "rating": 4.136,
        "profile_pic_url": null,
        "location": "Pittsford, NY, US"
      },
      {
        "name": "Justine Burton",
        "dupr_id": "DN4504",
        "rating": 4.413,
        "profile_pic_url": null,
        "location": "ON, CA"
      }
    ]
  },
  {
    "team_id": 7322297641,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Grace Conklin",
        "dupr_id": "N7NEM2",
        "rating": 3.011,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Justin Summons",
        "dupr_id": "Z9OQED",
        "rating": 5.287,
        "profile_pic_url": null,
        "location": "Rochester, NY, US"
      }
    ]
  }
]