Welcome to PuckIQ
Please read our full terms of service.
Endpoints
POST /woodmoney
Arguments
season | Optional: The season to query for (ie 20182019 or all) |
from_date | Optional: The from_date to query for. The format of the date is milliseconds since epoch (ie November 1, 2017 would be 1509516000000). If either from_date or to_date is passed in the other is required. |
to_date | Optional: The to_date to query for. The format of the date is milliseconds since epoch (ie November 1, 2017 would be 1509516000000). If either from_date or to_date is passed in the other is required. |
player | Optional: The player id to get data for (ie 8478402 for Connor McDavid) |
team | Optional: The team to get data for (ie EDM) |
tier | Optional: The Woodmoney competition bin to get data against (possible values are All, Elite, Middle and Gritensity) |
max_toi | Optional: Max minutes played (evtoi) in the tier passed specified. If not supplied it will use All tier. Possible values are 1 - 10,000 inclusive and greater than min. |
min_toi | Optional: Min minutes played (evtoi) in the tier passed specified. If not supplied it will use All tier. Possible values are 1 - 10000 inclusive and less than max. |
sort | Optional: The column to sort by (default is evtoi) |
sort_direction | Optional: asc or desc (default is desc) |
count | Optional: Number of results to return (1-50 inclusive) |
offset | Optional: The number of results to skip. This lets you page result sets) |