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-8231558432
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 4826784277,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Susan  Everett",
        "dupr_id": "XKQLQR",
        "rating": 2.634,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "jennifer wellman",
        "dupr_id": "YXEX7E",
        "rating": 2.756,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 6004768581,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Rachael Nicholas",
        "dupr_id": "GWX7NG",
        "rating": 2.468,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Susie HanBaral",
        "dupr_id": "765005",
        "rating": 2.708,
        "profile_pic_url": null,
        "location": "Chicago, IL, US"
      }
    ]
  }
]