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-5173405646
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6172502856,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Gabriel Edward Andres Remigio",
        "dupr_id": "XJ9LWX",
        "rating": 4.796,
        "profile_pic_url": null,
        "location": "IL, US"
      },
      {
        "name": "Nicholas Christiansen",
        "dupr_id": "84GL76",
        "rating": 4.399,
        "profile_pic_url": null,
        "location": "Reno, NV, US"
      }
    ]
  },
  {
    "team_id": 7834696716,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Victor Nestares",
        "dupr_id": "W6YNXK",
        "rating": 3.511,
        "profile_pic_url": null,
        "location": "San Jose, CA, US"
      },
      {
        "name": "Gabriel A Nestares",
        "dupr_id": "2L0K79",
        "rating": 4.326,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]