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-4916986203
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5902911539,
    "serial": 1,
    "winner": true,
    "players": [
      {
        "name": "Albert Wan",
        "dupr_id": "56QYWV",
        "rating": 5.423,
        "profile_pic_url": null,
        "location": "Milpitas, CA, US"
      },
      {
        "name": "Joshua Yoo",
        "dupr_id": "OZXZZP",
        "rating": 5.479,
        "profile_pic_url": null,
        "location": "Seoul, KR"
      }
    ]
  },
  {
    "team_id": 7688916097,
    "serial": 2,
    "winner": false,
    "players": [
      {
        "name": "Johwee Sam Lumarda Bernales",
        "dupr_id": "6Z479G",
        "rating": 4.58,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Carlos Jaime Gonzalez",
        "dupr_id": "JZ9ZZW",
        "rating": 5.269,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]