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-7251664338
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7850718969,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Skipper Mervin",
        "dupr_id": "16V9YK",
        "rating": 3.974,
        "profile_pic_url": "https://images.weserv.nl/?url=https://www.globalpickleball.network/images/comprofiler/666083d5835fc.jpg",
        "location": ""
      },
      {
        "name": "Mark Teschko",
        "dupr_id": "8GQVZX",
        "rating": 3.679,
        "profile_pic_url": null,
        "location": "Ocean City, NJ, US"
      }
    ]
  },
  {
    "team_id": 7950284901,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Aaron Barlow",
        "dupr_id": "ZN9WOW",
        "rating": 3.782,
        "profile_pic_url": null,
        "location": "Wilmington, NC, US"
      },
      {
        "name": "Ronald David Hearn Jr",
        "dupr_id": "QP7ZLN",
        "rating": 4.255,
        "profile_pic_url": null,
        "location": "Leland, NC, US"
      }
    ]
  }
]