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-4418342171
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7379548040,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Jeffrey Constantz",
        "dupr_id": "ZNM6PL",
        "rating": 4.105,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Paul Jordan",
        "dupr_id": "V70DY7",
        "rating": 4.167,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 6956385679,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Mark Burkowski",
        "dupr_id": "YGGO7K",
        "rating": 4.101,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Christopher Cardone",
        "dupr_id": "1RKQ6Q",
        "rating": 4.168,
        "profile_pic_url": null,
        "location": "Lenexa, KS, US"
      }
    ]
  }
]