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-6290913944
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5901980652,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Hosea Randrianarivony",
        "dupr_id": "V7EXLE",
        "rating": 4.087,
        "profile_pic_url": null,
        "location": "Arlington, TX, US"
      },
      {
        "name": "Alan Gloria",
        "dupr_id": "2QQJN9",
        "rating": 3.864,
        "profile_pic_url": null,
        "location": "Fort Worth, TX, US"
      }
    ]
  },
  {
    "team_id": 8012195983,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Jonathan Scheffrahn",
        "dupr_id": "ZDZZRQ",
        "rating": 3.495,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "RaaShaun  Taylor",
        "dupr_id": "QXJ6R0",
        "rating": 4.108,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]