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-4572232348
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7799079267,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Ricardo Manavello",
        "dupr_id": "ODXNQ7",
        "rating": 3.751,
        "profile_pic_url": null,
        "location": "Miami, FL, US"
      },
      {
        "name": "Pastor Fuster Jr",
        "dupr_id": "4LZGD2",
        "rating": 3.752,
        "profile_pic_url": null,
        "location": "Miami, FL, US"
      }
    ]
  },
  {
    "team_id": 7321869148,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Jason Esquenazi",
        "dupr_id": "DN5RP4",
        "rating": 3.638,
        "profile_pic_url": null,
        "location": "Miami, FL, US"
      },
      {
        "name": "Michael Alvarez",
        "dupr_id": "DWMJKY",
        "rating": 3.434,
        "profile_pic_url": null,
        "location": "Pinecrest, FL, US"
      }
    ]
  }
]