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-4543182780
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 4934936964,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Daniel MayhewDavis",
        "dupr_id": "8EL6PW",
        "rating": 4.551,
        "profile_pic_url": null,
        "location": "Lakeside, CA, US"
      },
      {
        "name": "Aryan Sharma",
        "dupr_id": "XKOOP7",
        "rating": 4.211,
        "profile_pic_url": null,
        "location": "South Barrington, IL, US"
      }
    ]
  },
  {
    "team_id": 8489697388,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Eliseo Bakopoulos",
        "dupr_id": "V7W767",
        "rating": 4.801,
        "profile_pic_url": null,
        "location": "Des Plaines, IL, US"
      },
      {
        "name": "Sebastian Mihulet",
        "dupr_id": "V7YLNE",
        "rating": 4.344,
        "profile_pic_url": null,
        "location": "Niles, IL, US"
      }
    ]
  }
]