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-6658872667
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5288460042,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Bruce Kirkpatrick",
        "dupr_id": "8EDVWO",
        "rating": 3.134,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Betsy Lovensheimer",
        "dupr_id": "N7M2E2",
        "rating": 3.091,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 6694384602,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Roger Day",
        "dupr_id": "84M5NV",
        "rating": 4.079,
        "profile_pic_url": null,
        "location": "Ambler, PA, US"
      },
      {
        "name": "Margaret Fitzpatrick",
        "dupr_id": "WX2Z4K",
        "rating": 3.653,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]