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-7189364589
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 7744868976,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Christopher Metsikas",
        "dupr_id": "ZDJD0L",
        "rating": 3.684,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Alexander Markatos",
        "dupr_id": "KDOVEK",
        "rating": 3.591,
        "profile_pic_url": null,
        "location": "Villanova, PA, US"
      }
    ]
  },
  {
    "team_id": 7099886248,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Lucas Carrington",
        "dupr_id": "3V0PKJ",
        "rating": 4.287,
        "profile_pic_url": null,
        "location": "Wake Forest, NC, US"
      },
      {
        "name": "Kevin Guo",
        "dupr_id": "NY547N",
        "rating": 4.181,
        "profile_pic_url": null,
        "location": "Chapel Hill, NC, US"
      }
    ]
  }
]