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-5981805866
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7587585460,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Ellen Carter",
        "dupr_id": "89XQPV",
        "rating": 3.548,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Joe Tracy",
        "dupr_id": "NYD6YN",
        "rating": 3.488,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 7445341059,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Frank Brummer",
        "dupr_id": "ZNDV0L",
        "rating": 3.772,
        "profile_pic_url": null,
        "location": "Jackson, WY, US"
      },
      {
        "name": "Unknown PBGadvanced",
        "dupr_id": "WKY42G",
        "rating": 3.775,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]