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-5285244836
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5514487639,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Darrian Brown",
        "dupr_id": "D50Z2L",
        "rating": 3.221,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "travon gibbs",
        "dupr_id": "9PD7Q7",
        "rating": 3.776,
        "profile_pic_url": null,
        "location": "Daphne, AL, US"
      }
    ]
  },
  {
    "team_id": 6169389369,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Gregory Lechner",
        "dupr_id": "G0OKOQ",
        "rating": 3.487,
        "profile_pic_url": null,
        "location": "Mobile, AL, US"
      },
      {
        "name": "Joseph Gavin Tolbert",
        "dupr_id": "2YGOX7",
        "rating": 3.661,
        "profile_pic_url": null,
        "location": "Mobile, AL, US"
      }
    ]
  }
]