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-8164233788
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7514807772,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Henry Wu",
        "dupr_id": "2LEK6E",
        "rating": 3.53,
        "profile_pic_url": null,
        "location": "Medford, MA, US"
      },
      {
        "name": "Jemin Kim",
        "dupr_id": "V4XPK7",
        "rating": 3.779,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 4463777668,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Malick Fairoz Sayeed Abuthahir",
        "dupr_id": "0QNZO4",
        "rating": 3.594,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Sushant Govindraj",
        "dupr_id": "0ZMJOQ",
        "rating": 3.594,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]