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-6003766735
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6425142385,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Aman Sanganeria",
        "dupr_id": "DWO5R4",
        "rating": 3.729,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Nicolaas van der Westhuizen",
        "dupr_id": "N55552",
        "rating": 3.911,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 7971210860,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Jasper Thomas",
        "dupr_id": "3OYVV2",
        "rating": 4.514,
        "profile_pic_url": null,
        "location": "Paget, Paget Parish, BM"
      },
      {
        "name": "Pedro Araujo",
        "dupr_id": "2Q04KR",
        "rating": 4.125,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]