Back to Search
AGENT-READY API ENDPOINT

Asset Specifications

GET /api/knowledge/match-7291673346

cURL Request

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

Live API Response (JSON)

{
  "version": "2.7.0",
  "id": "match-7291673346",
  "type": "match",
  "data": {
    "match_id": "7291673346",
    "player_dupr_id": "1QM00N",
    "outcome": "Win",
    "event_name": "4.5 Men Dink the Halls",
    "event_date": "2024-12-14",
    "location": "The Picklr - Blaine",
    "scores": "11-9",
    "players_involved": "[{\"team_id\": 7326947239, \"serial\": 1, \"winner\": true, \"players\": [{\"name\": \"Cayden Lund\", \"dupr_id\": \"1QM00N\", \"rating\": 5.119}, {\"name\": \"Carter Lund\", \"dupr_id\": \"3XL767\", \"rating\": 5.056}]}, {\"team_id\": 4730714366, \"serial\": 2, \"winner\": false, \"players\": [{\"name\": \"Shawn Rodrigo\", \"dupr_id\": \"8JPYRD\", \"rating\": 4.941}, {\"name\": \"Alex Grausnick\", \"dupr_id\": \"35Q5ZV\", \"rating\": 4.833}]}]",
    "scraped_at": "2026-06-05 09:49:52",
    "hour": "7:30 PM",
    "match_type": "Doubles",
    "match_level": "Pro",
    "average_rating": 4.987,
    "teams": [
      {
        "team_id": 7326947239,
        "serial": 1,
        "winner": true,
        "players": [
          {
            "name": "Cayden Lund",
            "dupr_id": "1QM00N",
            "rating": 5.119,
            "profile_pic_url": null,
            "location": "Wyoming, MN, US"
          },
          {
            "name": "Carter Lund",
            "dupr_id": "3XL767",
            "rating": 5.056,
            "profile_pic_url": null,
            "location": "Blaine, MN, US"
          }
        ]
      },
      {
        "team_id": 4730714366,
        "serial": 2,
        "winner": false,
        "players": [
          {
            "name": "Shawn Rodrigo",
            "dupr_id": "8JPYRD",
            "rating": 4.941,
            "profile_pic_url": null,
            "location": ""
          },
          {
            "name": "Alex Grausnick",
            "dupr_id": "35Q5ZV",
            "rating": 4.833,
            "profile_pic_url": null,
            "location": ""
          }
        ]
      }
    ],
    "linked_court": null
  },
  "canonical": "https://picklegravity.com/en/knowledge/match-7291673346"
}