pl_content
Search sports content (articles, videos, photos) by filtering content types, entity references, and tags to retrieve relevant results.
Instructions
Content list/search (articles, video, photos) — filter by content types, entity references (SDP_FOOTBALL_MATCH/PLAYER/TEAM) and tags.
Returns: {pageInfo, content:[{id, type, title, description, date, references, tags}]}
Example: Latest articles + videos {"lang": "en", "contentTypes": "TEXT,VIDEO", "limit": 5}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | Yes | Language (e.g. en). Required — part of the URL path. | |
| limit | No | Page size. | |
| detail | No | Detail level. | DETAILED |
| offset | No | Pagination offset. | |
| tagNames | No | Tag name filter. | |
| references | No | Link to an entity, e.g. SDP_FOOTBALL_MATCH:2561895 (highlights), SDP_FOOTBALL_PLAYER:{pid}. | |
| contentTypes | No | CSV of TEXT, VIDEO, PHOTO, PLAYLIST, PROMO, AUDIO. | TEXT,VIDEO |
| tagExpression | No | Tag filter expression, e.g. "Highlights"or"Match Highlights". |