Back to Search
AGENT-READY API ENDPOINT

Asset Specifications

GET /api/knowledge/match-5354919720

cURL Request

curl -H "Accept: application/json" \
  https://picklegravity.com/api/knowledge/match-5354919720

Live API Response (JSON)

{
  "version": "2.7.0",
  "id": "match-5354919720",
  "type": "match",
  "data": {
    "match_id": "5354919720",
    "player_dupr_id": "8ENLYW",
    "outcome": "Win",
    "event_name": "MONEYBALL CLASSIC",
    "event_date": "2026-04-25",
    "location": "10 Southdale Center, Edina, MN 55435, USA",
    "scores": "8-11",
    "players_involved": "[{\"team_id\": 6867755430, \"serial\": 1, \"winner\": false, \"players\": [{\"name\": \"Daniel Richards\", \"dupr_id\": \"3VGZJP\", \"rating\": 4.935}, {\"name\": \"Todd Bowlby\", \"dupr_id\": \"QPJRLN\", \"rating\": 5.039}]}, {\"team_id\": 8066337551, \"serial\": 2, \"winner\": true, \"players\": [{\"name\": \"Matthew Walker\", \"dupr_id\": \"8G7WZX\", \"rating\": 5.213}, {\"name\": \"Justin Dering\", \"dupr_id\": \"8ENLYW\", \"rating\": 5.026}]}]",
    "scraped_at": "2026-06-05 05:57:33",
    "hour": "1:00 PM",
    "match_type": "Doubles",
    "match_level": "Pro",
    "average_rating": 5.053,
    "teams": [
      {
        "team_id": 6867755430,
        "serial": 1,
        "winner": false,
        "players": [
          {
            "name": "Daniel Richards",
            "dupr_id": "3VGZJP",
            "rating": 4.935,
            "profile_pic_url": null,
            "location": "Shakopee, MN, US"
          },
          {
            "name": "Todd Bowlby",
            "dupr_id": "QPJRLN",
            "rating": 5.039,
            "profile_pic_url": null,
            "location": ""
          }
        ]
      },
      {
        "team_id": 8066337551,
        "serial": 2,
        "winner": true,
        "players": [
          {
            "name": "Matthew Walker",
            "dupr_id": "8G7WZX",
            "rating": 5.213,
            "profile_pic_url": null,
            "location": ""
          },
          {
            "name": "Justin Dering",
            "dupr_id": "8ENLYW",
            "rating": 5.026,
            "profile_pic_url": null,
            "location": "Minneapolis, MN, US"
          }
        ]
      }
    ],
    "linked_court": null
  },
  "canonical": "https://picklegravity.com/en/knowledge/match-5354919720"
}