Back to Search
AGENT-READY API ENDPOINT

Asset Specifications

GET /api/knowledge/match-7955948883

cURL Request

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

Live API Response (JSON)

{
  "version": "2.7.0",
  "id": "match-7955948883",
  "type": "match",
  "data": {
    "match_id": "7955948883",
    "player_dupr_id": "59EK95",
    "outcome": "Win",
    "event_name": "The Picklr - Biloxi",
    "event_date": "2025-08-30",
    "location": "2649 Pass Rd, Biloxi, MS 39531, USA",
    "scores": "11-1, 11-5",
    "players_involved": "[{\"team_id\": 7695008748, \"serial\": 1, \"winner\": true, \"players\": [{\"name\": \"Stephen Stetelman\", \"dupr_id\": \"NY7W57\", \"rating\": 4.743}, {\"name\": \"Yousef Hindi\", \"dupr_id\": \"59EK95\", \"rating\": 4.7}]}, {\"team_id\": 6782727657, \"serial\": 2, \"winner\": false, \"players\": [{\"name\": \"brandon lagrange\", \"dupr_id\": \"RZMOYZ\", \"rating\": 4.191}, {\"name\": \"Peter Armenta\", \"dupr_id\": \"XJ5ME4\", \"rating\": 4.339}]}]",
    "scraped_at": "2026-06-05 03:11:47",
    "hour": "4:45 AM",
    "match_type": "Doubles",
    "match_level": "Advanced",
    "average_rating": 4.493,
    "teams": [
      {
        "team_id": 7695008748,
        "serial": 1,
        "winner": true,
        "players": [
          {
            "name": "Stephen Stetelman",
            "dupr_id": "NY7W57",
            "rating": 4.743,
            "profile_pic_url": null,
            "location": "Hattiesburg, MS, US"
          },
          {
            "name": "Yousef Hindi",
            "dupr_id": "59EK95",
            "rating": 4.7,
            "profile_pic_url": null,
            "location": "Flowood, MS, US"
          }
        ]
      },
      {
        "team_id": 6782727657,
        "serial": 2,
        "winner": false,
        "players": [
          {
            "name": "brandon lagrange",
            "dupr_id": "RZMOYZ",
            "rating": 4.191,
            "profile_pic_url": null,
            "location": "St Tammany Parish, LA, US"
          },
          {
            "name": "Peter Armenta",
            "dupr_id": "XJ5ME4",
            "rating": 4.339,
            "profile_pic_url": null,
            "location": "Biloxi, MS, US"
          }
        ]
      }
    ],
    "linked_court": null
  },
  "canonical": "https://picklegravity.com/en/knowledge/match-7955948883"
}