sportmonks_players
Fetch player profiles and season statistics by setting include parameters. Access player details such as name, position, nationality, and physical attributes for data comparison.
Instructions
Players, with season statistics when included.
Returns: {data:[{id, sport_id, country_id, nationality_id, position_id, name, common_name, firstname, lastname, display_name, date_of_birth, height, weight}], pagination} — SHAPE FROM VENDOR DOCS. Statistics arrive only via include=statistics.details, and each detail row is keyed by a numeric type_id.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: Players on your plan
Auth: needs your own key in SPORTMONKS_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| include | No | e.g. 'statistics.details;nationality;position'. | |
| per_page | No | Page size. |