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-6956608943
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 4543157437,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Francisco Gonzalez",
        "dupr_id": "MYERQV",
        "rating": 4.034,
        "profile_pic_url": null,
        "location": "Miami, FL, US"
      },
      {
        "name": "Carlos Gutierrez",
        "dupr_id": "ODJMD2",
        "rating": 4.293,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 6287306336,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "marcello profeta",
        "dupr_id": "L5NO0Z",
        "rating": 3.822,
        "profile_pic_url": null,
        "location": "The Hammocks, FL, US"
      },
      {
        "name": "Christian Profeta",
        "dupr_id": "NYMJLN",
        "rating": 3.863,
        "profile_pic_url": null,
        "location": "The Hammocks, FL, US"
      }
    ]
  }
]