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-4531701734
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7818220898,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Scott Stevens",
        "dupr_id": "DWLYPL",
        "rating": 4.842,
        "profile_pic_url": null,
        "location": "Santa Fe, NM, US"
      },
      {
        "name": "TODD KJELDGAARD",
        "dupr_id": "ZN9JNQ",
        "rating": 4.597,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 7438817359,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Christopher Taylor",
        "dupr_id": "16WPE0",
        "rating": 4.304,
        "profile_pic_url": null,
        "location": "Albuquerque, NM, US"
      },
      {
        "name": "Maake (Mark) Soakai",
        "dupr_id": "3YDM7D",
        "rating": 4.037,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]