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-7218553665
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 5379424814,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Goncalo Pina",
        "dupr_id": "4ZZEGG",
        "rating": 3.779,
        "profile_pic_url": null,
        "location": ""
      },
      {
        "name": "Joana de Noronha Vieira dos Santos",
        "dupr_id": "NRWZKN",
        "rating": 4.25,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  },
  {
    "team_id": 4670223143,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Roberto",
        "dupr_id": "OW9E52",
        "rating": 4.259,
        "profile_pic_url": null,
        "location": "Madrid, MD, ES"
      },
      {
        "name": "Laura González",
        "dupr_id": "KDR0QO",
        "rating": 4.318,
        "profile_pic_url": null,
        "location": ""
      }
    ]
  }
]