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-5568751087
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5484592640,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Douglas Walker",
        "dupr_id": "6ZDWQG",
        "rating": 4.204,
        "profile_pic_url": null,
        "location": "MS, US"
      },
      {
        "name": "Caylee Bennett",
        "dupr_id": "2PZWZ4",
        "rating": 3.507,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 4816807691,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Nick Lancaster",
        "dupr_id": "99DZZR",
        "rating": 3.845,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Courtney  Booker",
        "dupr_id": "WXYLMK",
        "rating": 3.563,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]