tab_recommendation_featured
Fetch featured recommendation items by category (Jockey Challenge, Racing Extras) with competitions and market availability. Supply category and jurisdiction for current featured offerings.
Instructions
Featured items for one recommendation category (e.g. Jockey Challenge, Racing Extras). 404s when the category isn't currently featured.
Returns: {id, name, displayName, competitions:[{id, name, hasMarkets, _links}], _links}
Example: Featured Jockey Challenge markets {"category": "Jockey Challenge"}
Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET or TAB_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Recommendation category, e.g. "Jockey Challenge", "Racing Extras". Pass raw spaces. Required — part of the URL path. | |
| jurisdiction | No | State jurisdiction. | NSW |