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-6001900400
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5513537768,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "David Flannery",
        "dupr_id": "ODE47E",
        "rating": 3.952,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Stormin Norman",
        "dupr_id": "4LNGRM",
        "rating": 4.908,
        "profile_pic_url": null,
        "location": "Longmont, CO, US"
      }
    ]
  },
  {
    "team_id": 5992407639,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "ZED Jose Mario Conterato",
        "dupr_id": "17E2G4",
        "rating": 3.853,
        "profile_pic_url": null,
        "location": "Longmont, CO, US"
      },
      {
        "name": "Scott A Thompson",
        "dupr_id": "ZNYVMD",
        "rating": 4.301,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]