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-4943149513
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 4642512238,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Jeffrey Constantz",
        "dupr_id": "ZNM6PL",
        "rating": 4.136,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Martin Brady",
        "dupr_id": "84O4K2",
        "rating": 4.081,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 7958329815,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Paul Jordan",
        "dupr_id": "V70DY7",
        "rating": 4.187,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Christopher Cardone",
        "dupr_id": "1RKQ6Q",
        "rating": 4.155,
        "profile_pic_url": null,
        "location": "Lenexa, KS, US"
      }
    ]
  }
]