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-7355384832
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7410765198,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Claudia Martell Alonso",
        "dupr_id": "7667R0",
        "rating": 3.401,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Brien Caron",
        "dupr_id": "M9R9ZV",
        "rating": 3.401,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 5294273500,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Ryan Wirth",
        "dupr_id": "Q57OE0",
        "rating": 3.776,
        "profile_pic_url": null,
        "location": "Fairport, NY, US"
      },
      {
        "name": "Jennifer Clark",
        "dupr_id": "W60W6Y",
        "rating": 3.729,
        "profile_pic_url": null,
        "location": "Homer, NY, US"
      }
    ]
  }
]