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-5343520792
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7754023469,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "McClain Culver",
        "dupr_id": "G5N9YV",
        "rating": 4.641,
        "profile_pic_url": null,
        "location": "New York, NY, US"
      },
      {
        "name": "Akshay Radhakrishnan",
        "dupr_id": "LZVW26",
        "rating": 4.729,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 4418233921,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Tsuk  Haroush",
        "dupr_id": "G5LYLG",
        "rating": 4.331,
        "profile_pic_url": null,
        "location": "San Diego, CA, US"
      },
      {
        "name": "Ben Milan Polisar",
        "dupr_id": "ZNLX2M",
        "rating": 4.538,
        "profile_pic_url": null,
        "location": "New York, NY, US"
      }
    ]
  }
]