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-8121832562
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5797877416,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Christopher Steele",
        "dupr_id": "W6KJXY",
        "rating": 3.995,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Harun Ajanovic",
        "dupr_id": "8W7Y5G",
        "rating": 4.496,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 6599953120,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Felix Schumann",
        "dupr_id": "KO0D57",
        "rating": 4.554,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "shadd mcknight",
        "dupr_id": "8EVGPE",
        "rating": 4.725,
        "profile_pic_url": null,
        "location": "Teton Village, WY, US"
      }
    ]
  }
]