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-6768493861
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6739497864,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Rachel Niendorf",
        "dupr_id": "KOMEZO",
        "rating": 3.5,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Jonathan Niendorf",
        "dupr_id": "Z9DDPL",
        "rating": 3.5,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 7325829636,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Steve Ramsaur",
        "dupr_id": "30JRLN",
        "rating": 4.268,
        "profile_pic_url": null,
        "location": "Mantua, UT, US"
      },
      {
        "name": "Randy Darrohn",
        "dupr_id": "8JY7E4",
        "rating": 3.5,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]