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-5967896577
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7980293105,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Tim Owens",
        "dupr_id": "V8DRM1",
        "rating": 4.902,
        "profile_pic_url": null,
        "location": "St. Augustine, FL, US"
      },
      {
        "name": "Meredith Pearson",
        "dupr_id": "8GPP0D",
        "rating": 4.144,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 7314132792,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Francisco Duenas",
        "dupr_id": "842LK2",
        "rating": 4.886,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Marina Cunningham Pereira",
        "dupr_id": "67Z4E0",
        "rating": 4.089,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]