pl_content_item
Retrieve a specific content item by its type and ID from sports data providers. Get full details including title, description, date, and body with no authentication required.
Instructions
One content item by type + id (TEXT/VIDEO/PHOTO/PLAYLIST/PROMO/AUDIO).
Returns: {id, type, title, description, date, body, ...}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | Yes | Language (e.g. en). Required — part of the URL path. | |
| type | Yes | Content type (TEXT, VIDEO, PHOTO, PLAYLIST, PROMO, AUDIO). Required — part of the URL path. | |
| detail | No | Detail level. | DETAILED |
| contentId | Yes | Content id (from pl_content). Required — part of the URL path. |