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-4379823675
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 8528724570,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Zsuzsanna Kovács",
        "dupr_id": "MEKG5V",
        "rating": 3.402,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Attila Schnell",
        "dupr_id": "MEOQMD",
        "rating": 3.896,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 5135818878,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Laura Petrovics",
        "dupr_id": "0Q2Q2X",
        "rating": 3.468,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Imre Schnell",
        "dupr_id": "YNXKPG",
        "rating": 3.901,
        "profile_pic_url": null,
        "location": "Bóly, HU"
      }
    ]
  }
]