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-8092679441
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7408602648,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Jane Carter",
        "dupr_id": "7D0YNM",
        "rating": 3.799,
        "profile_pic_url": null,
        "location": "Jackson, WY, US"
      },
      {
        "name": "Isabella Henderson",
        "dupr_id": "67OYZD",
        "rating": 3.703,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 8238362352,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Frank Brummer",
        "dupr_id": "ZNDV0L",
        "rating": 3.752,
        "profile_pic_url": null,
        "location": "Jackson, WY, US"
      },
      {
        "name": "Unknown PBGadvanced",
        "dupr_id": "WKY42G",
        "rating": 3.838,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]