Movie and TV search, trending, top-rated, cast, and ratings.
Discover TV Shows
ASYNCWRITENo auth
Returns TV shows filtered by genre, sort order, and region.
ParametersFormJSON
Comma-separated TMDB genre IDs to filter results
Sort order for discover results
ISO country code for watch-region availability filter
Page number for paginated discover results
Country code used for content certification filter
Region pipe-list for availability filtering
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_tmdb_tv_discover_filtered_listing", "params": { "with_genres": "16", "sort_by": "vote_average.desc", "watch_region": "IN", "page": "1", "certification_country": "IN", "region": "IN|XX" } }'