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-7516225805
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 8169956765,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Matthew Reinig",
        "dupr_id": "1NOZZZ",
        "rating": 4.704,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Dave Kirchhoefer",
        "dupr_id": "8GDE0M",
        "rating": 4.508,
        "profile_pic_url": null,
        "location": "Omaha, NE, US"
      }
    ]
  },
  {
    "team_id": 5505789641,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Brandon McClintock",
        "dupr_id": "8DK0DX",
        "rating": 5.016,
        "profile_pic_url": null,
        "location": "Omaha, NE, US"
      },
      {
        "name": "Eric Nelson",
        "dupr_id": "3X9OGX",
        "rating": 4.961,
        "profile_pic_url": null,
        "location": "Omaha, NE, US"
      }
    ]
  }
]