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-5782519431
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 4394793113,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Gabriel Edward Andres Remigio",
        "dupr_id": "XJ9LWX",
        "rating": 4.851,
        "profile_pic_url": null,
        "location": "IL, US"
      },
      {
        "name": "Nicholas Christiansen",
        "dupr_id": "84GL76",
        "rating": 4.603,
        "profile_pic_url": null,
        "location": "Reno, NV, US"
      }
    ]
  },
  {
    "team_id": 5498704168,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Jake Delossantos",
        "dupr_id": "JJXYMJ",
        "rating": 3.625,
        "profile_pic_url": null,
        "location": "Reno, NV, US"
      },
      {
        "name": "Alexis Huerta",
        "dupr_id": "0QWXLG",
        "rating": 4.19,
        "profile_pic_url": null,
        "location": "Reno, NV, US"
      }
    ]
  }
]