pl_metadata
Retrieve external profile links and fantasy IDs for football players or teams. Provide entity type and ID to get metadata.
Instructions
Generic entity metadata (external/fantasy profile links). type ∈ SDP_FOOTBALL_PLAYER, SDP_FOOTBALL_TEAM.
Returns: {metadata:{…external links / fantasy ids}}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mid | Yes | Entity id (player id or team id). Required — part of the URL path. | |
| type | Yes | Entity type (SDP_FOOTBALL_PLAYER or SDP_FOOTBALL_TEAM). Required — part of the URL path. |