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-5567498393
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6371031789,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Ricardo Villa",
        "dupr_id": "RZD4GZ",
        "rating": 5.222,
        "profile_pic_url": null,
        "location": "Mérida, Yuc., MX"
      },
      {
        "name": "Edson Valdovinos Laureano",
        "dupr_id": "N7YVQZ",
        "rating": 4.575,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 4937827717,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Alejandro Mendizabal",
        "dupr_id": "7JRXOM",
        "rating": 3.18,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Arturo Orozco",
        "dupr_id": "67PMJQ",
        "rating": 2.875,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]