StatsHub Docs
Endpoint referenceEvent

/event/{id}/shotmap

GET
/api/v2/event/{id}/shotmap

Path Parameters

id*integer
Formatint64

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/event/0/shotmap"
{  "$schema": "https://example.com/schemas/EventShotmapOKBody.json",  "data": [    "string"  ],  "event": {    "awayScoreCurrent": 0,    "awayTeamId": 0,    "homeScoreCurrent": 0,    "homeTeamId": 0,    "id": 0  },  "message": "string",  "npXGSummary": {    "property1": null,    "property2": null  }}