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-7525486507
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6161902736,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Francisco Gonzalez",
        "dupr_id": "MYERQV",
        "rating": 4.007,
        "profile_pic_url": null,
        "location": "Miami, FL, US"
      },
      {
        "name": "Carlos Gutierrez",
        "dupr_id": "ODJMD2",
        "rating": 4.169,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 6432429072,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Matthew Porry",
        "dupr_id": "8M62VO",
        "rating": 4.472,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Randy Ruvira",
        "dupr_id": "GGJEMQ",
        "rating": 4.071,
        "profile_pic_url": null,
        "location": "Miami, FL, US"
      }
    ]
  }
]