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-6367315589
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 8487105391,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Tiffany Hauser",
        "dupr_id": "QPPMY4",
        "rating": 3.527,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Ruslanas Kirijenka",
        "dupr_id": "3PQOWG",
        "rating": 3.764,
        "profile_pic_url": null,
        "location": "IL, US"
      }
    ]
  },
  {
    "team_id": 6842586082,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Angelic Steele",
        "dupr_id": "6Z5KKQ",
        "rating": 3.768,
        "profile_pic_url": null,
        "location": "Naperville, IL, US"
      },
      {
        "name": "Hanney Eltoumi",
        "dupr_id": "4ZVDN6",
        "rating": 3.686,
        "profile_pic_url": null,
        "location": "Elmhurst, IL, US"
      }
    ]
  }
]