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-5406475075
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5955784444,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Rita Prest",
        "dupr_id": "4LY2GM",
        "rating": 2.848,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Trung Thuy Nguyen",
        "dupr_id": "2PN979",
        "rating": 3.029,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 6152266840,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Kelsey  Schlenker",
        "dupr_id": "X2V0Y5",
        "rating": 2.885,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Siobhan Compton",
        "dupr_id": "OWOJXL",
        "rating": 3.068,
        "profile_pic_url": null,
        "location": "Terrace, BC, CA"
      }
    ]
  }
]