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-7075935954
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 4981572225,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Farid Fernandez",
        "dupr_id": "8WM5ZG",
        "rating": 4.058,
        "profile_pic_url": null,
        "location": "Miami, FL, US"
      },
      {
        "name": "Roberto Romero",
        "dupr_id": "L5WRVZ",
        "rating": 3.91,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 6354038174,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Billy Ingersoll",
        "dupr_id": "0QLYJN",
        "rating": 4.305,
        "profile_pic_url": null,
        "location": "Pompano Beach, FL, US"
      },
      {
        "name": "Jose Virgilio Lopez Ocanto",
        "dupr_id": "3Z5J0M",
        "rating": 3.589,
        "profile_pic_url": null,
        "location": "Coral Springs, FL, US"
      }
    ]
  }
]