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-4739140773
Show Raw Competitor Metadata JSON
[
  {
    "team_id": 6949204331,
    "serial": 1,
    "winner": false,
    "players": [
      {
        "name": "Jessica Kawamoto",
        "dupr_id": "0YQORQ",
        "rating": 5.422,
        "profile_pic_url": null,
        "location": "Hamilton, ON, CA"
      },
      {
        "name": "Danielle Boss",
        "dupr_id": "KO2WP6",
        "rating": 5.472,
        "profile_pic_url": null,
        "location": "Brantford, ON, CA"
      }
    ]
  },
  {
    "team_id": 5584436099,
    "serial": 2,
    "winner": true,
    "players": [
      {
        "name": "Antoaneta Toskova",
        "dupr_id": "MY4OJG",
        "rating": 5.562,
        "profile_pic_url": null,
        "location": "Laval, QC, CA"
      },
      {
        "name": "Mariechristine Salvas",
        "dupr_id": "JZD2EW",
        "rating": 5.966,
        "profile_pic_url": null,
        "location": "Drummondville, QC, CA"
      }
    ]
  }
]